diff --git a/pandora_agents/android/AndroidManifest.xml b/pandora_agents/android/AndroidManifest.xml index 3c6d88cc59..1c8ba33fd5 100755 --- a/pandora_agents/android/AndroidManifest.xml +++ b/pandora_agents/android/AndroidManifest.xml @@ -18,7 +18,7 @@ package="pandroid.agent" android:versionCode="2" android:versionName="1.5"> - + + + * AndroidManifest.xml: Changed icon drawable to + ic_launcher + + * res/drawable-hdpi: Added notification icon + + * res/drawable-ldpi: Added notification icon + + * res/drawable-mdpi: Added notification icon + + * res/drawable-xhdpi: Added notification icon + + * res/layout/setup.xml: Added inventory report checkbox, + notification checkbox and stop/restart listener buttons. + + * res/layout/setupnosim.xml: Added inventory report checkbox, + notification checkbox and stop/restart listener buttons. + + * res/values/strings.xml: Added strings for notification and + stop/restart buttons, reflected in all locales + + * src/pandroid/agent/core.java: Added variables for notification + and inventory report, fixed agentname, mobileurl mixup. + + * src/pandroid/agent/PandroidAgent.java: Removed splash screen, + Added check if app launched before and only restarts listener in + this case. Added onPause and onDestroy methods to ensure no settings + loss. + + * src/pandroid/agent/PandroidAgentListener.java: Added optional + notification when pandroid alarm is enabled, removed loading toast, + added inventory enabled check, added cancel notification method, + changed xml format to utf-8(untested) + + * src/pandroid/agent/setup.java: Fixed mobile url, if no http:// or + https:// then http:// added automatically. Added stop/restart listener + buttons, added inventory report and notification checkbox + + +2012-08-20 Mark Holland + + * Pandroid Agent v3.0.apk: Added apk of pandroid so that + anyone can test it. + 2012-08-19 Mark Holland - * res/layout/drawable-hdpi: Added help and about icons + * res/drawable-hdpi: Added help and about icons from sdk - * res/layout/drawable-ldpi: Added new vector images. + * res/drawable-ldpi: Added new vector images. Added help and about icons from sdk. - * res/layout/drawable-mdpi:Added help and about icons + * res/drawable-mdpi:Added help and about icons from sdk. - * res/layout/drawable-xhdpi: Added new higher + * res/drawable-xhdpi: Added new higher resolution images. Added help and about icons from sdk * res/layout/password_choose.xml: UI tweak diff --git a/pandora_agents/android/Pandroid Agent v3.0.apk b/pandora_agents/android/Pandroid Agent v3.0.apk index d47e437e42..0ce2ab21b0 100644 Binary files a/pandora_agents/android/Pandroid Agent v3.0.apk and b/pandora_agents/android/Pandroid Agent v3.0.apk differ diff --git a/pandora_agents/android/res/drawable-hdpi/ic_launcher.png b/pandora_agents/android/res/drawable-hdpi/ic_launcher.png new file mode 100644 index 0000000000..eb0d7197b0 Binary files /dev/null and b/pandora_agents/android/res/drawable-hdpi/ic_launcher.png differ diff --git a/pandora_agents/android/res/drawable-hdpi/icon.png b/pandora_agents/android/res/drawable-hdpi/icon.png new file mode 100644 index 0000000000..d721fa3962 Binary files /dev/null and b/pandora_agents/android/res/drawable-hdpi/icon.png differ diff --git a/pandora_agents/android/res/drawable-ldpi/ic_launcher.png b/pandora_agents/android/res/drawable-ldpi/ic_launcher.png new file mode 100644 index 0000000000..643d02d89c Binary files /dev/null and b/pandora_agents/android/res/drawable-ldpi/ic_launcher.png differ diff --git a/pandora_agents/android/res/drawable-ldpi/icon.png b/pandora_agents/android/res/drawable-ldpi/icon.png index 2b990fd21e..c224228d64 100755 Binary files a/pandora_agents/android/res/drawable-ldpi/icon.png and b/pandora_agents/android/res/drawable-ldpi/icon.png differ diff --git a/pandora_agents/android/res/drawable-mdpi/ic_launcher.png b/pandora_agents/android/res/drawable-mdpi/ic_launcher.png new file mode 100644 index 0000000000..b9d475b059 Binary files /dev/null and b/pandora_agents/android/res/drawable-mdpi/ic_launcher.png differ diff --git a/pandora_agents/android/res/drawable-mdpi/icon.png b/pandora_agents/android/res/drawable-mdpi/icon.png new file mode 100644 index 0000000000..659d594568 Binary files /dev/null and b/pandora_agents/android/res/drawable-mdpi/icon.png differ diff --git a/pandora_agents/android/res/drawable-xhdpi/ic_launcher.png b/pandora_agents/android/res/drawable-xhdpi/ic_launcher.png new file mode 100644 index 0000000000..54fa9e0b7b Binary files /dev/null and b/pandora_agents/android/res/drawable-xhdpi/ic_launcher.png differ diff --git a/pandora_agents/android/res/drawable-xhdpi/icon.png b/pandora_agents/android/res/drawable-xhdpi/icon.png new file mode 100644 index 0000000000..bead0bbcf9 Binary files /dev/null and b/pandora_agents/android/res/drawable-xhdpi/icon.png differ diff --git a/pandora_agents/android/res/layout/setup.xml b/pandora_agents/android/res/layout/setup.xml index 6fa600fa3c..e69fcbc146 100644 --- a/pandora_agents/android/res/layout/setup.xml +++ b/pandora_agents/android/res/layout/setup.xml @@ -150,6 +150,16 @@ android:text="@string/memoryReport" android:textColor="#bbbbbb" android:textSize="14dip" /> + + + + + +