diff --git a/pandora_agents/ChangeLog b/pandora_agents/ChangeLog index 9c134b4fa0..4a23acd4fd 100644 --- a/pandora_agents/ChangeLog +++ b/pandora_agents/ChangeLog @@ -1,3 +1,38 @@ +2011-10-12 Miguel de Dios + + * android/.classpath, android/libs/commons-lang3-3.0.1.jar: added the + library "org.apache.commons.lang". + + * android/AndroidManifest.xml: added the activities Status and Setup. And + apply theme the no titlebar to main activity. + + * android/res/drawable-hdpi/logo.png, android/res/drawable-hdpi/icon.png, + android/res/drawable-mdpi/logo.png, android/res/drawable-mdpi/icon.png: + removed the images with same size or quality for the subtypes devices. + + * android/res/layout/setup.xml, android/res/layout/status.xml: added the + layouts for the new activies. + + * android/res/values/strings.xml: added the new strings. + + * android/src/pandroid/agent/Setup.java, + android/src/pandroid/agent/Status.java: added the new activies. + + * android/src/pandroid/agent/Core.java: added utility class for the proyect. + + * android/src/pandroid/agent/PandroidAgent.java: added the lost comment + header with the license. started to modify to show as tabactivity and other + changes. + + * android/src/pandroid/agent/PandroidAgentTentacle.java: added the lost + comment header with the license. + + * android/src/pandroid/agent/PandroidAgentListener.java: added the lost + comment header with the license. And wip for the new data to monitorice. + + * android/src/pandroid/agent/EventReceiver.java: added the lost comment + header with the license. And added some traces. + 2011-09-29 Miguel de Dios * android/default.properties, android/AndroidManifest.xml: added permission diff --git a/pandora_agents/android/.classpath b/pandora_agents/android/.classpath index 609aa00ebc..6e4d1ea744 100755 --- a/pandora_agents/android/.classpath +++ b/pandora_agents/android/.classpath @@ -3,5 +3,6 @@ + diff --git a/pandora_agents/android/AndroidManifest.xml b/pandora_agents/android/AndroidManifest.xml index 603c9ab86e..aaa0893891 100755 --- a/pandora_agents/android/AndroidManifest.xml +++ b/pandora_agents/android/AndroidManifest.xml @@ -4,23 +4,31 @@ android:versionCode="1" android:versionName="1.0"> - + + + + + - - - + + + + diff --git a/pandora_agents/android/libs/commons-lang3-3.0.1.jar b/pandora_agents/android/libs/commons-lang3-3.0.1.jar new file mode 100644 index 0000000000..911e8d89f1 Binary files /dev/null and b/pandora_agents/android/libs/commons-lang3-3.0.1.jar differ diff --git a/pandora_agents/android/res/drawable-hdpi/icon.png b/pandora_agents/android/res/drawable-hdpi/icon.png deleted file mode 100755 index 2d43faded0..0000000000 Binary files a/pandora_agents/android/res/drawable-hdpi/icon.png and /dev/null differ diff --git a/pandora_agents/android/res/drawable-hdpi/logo.png b/pandora_agents/android/res/drawable-hdpi/logo.png deleted file mode 100755 index 67bd55c814..0000000000 Binary files a/pandora_agents/android/res/drawable-hdpi/logo.png and /dev/null differ diff --git a/pandora_agents/android/res/drawable-mdpi/icon.png b/pandora_agents/android/res/drawable-mdpi/icon.png deleted file mode 100755 index 2d43faded0..0000000000 Binary files a/pandora_agents/android/res/drawable-mdpi/icon.png and /dev/null differ diff --git a/pandora_agents/android/res/drawable-mdpi/logo.png b/pandora_agents/android/res/drawable-mdpi/logo.png deleted file mode 100644 index 67bd55c814..0000000000 Binary files a/pandora_agents/android/res/drawable-mdpi/logo.png and /dev/null differ diff --git a/pandora_agents/android/res/layout/setup.xml b/pandora_agents/android/res/layout/setup.xml new file mode 100644 index 0000000000..76973fe506 --- /dev/null +++ b/pandora_agents/android/res/layout/setup.xml @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + + + + +