diff --git a/pandora_agents/android/ChangeLog b/pandora_agents/android/ChangeLog index 30c2b1978a..2769916e04 100644 --- a/pandora_agents/android/ChangeLog +++ b/pandora_agents/android/ChangeLog @@ -1,3 +1,107 @@ +2012-08-19 Mark Holland + + * res/layout/drawable-hdpi: Added help and about icons + from sdk + + * res/layout/drawable-ldpi: Added new vector images. + Added help and about icons from sdk. + + * res/layout/drawable-mdpi:Added help and about icons + from sdk. + + * res/layout/drawable-xhdpi: Added new higher + resolution images. Added help and about icons from sdk + + * res/layout/password_choose.xml: UI tweak + + * res/layout/password_create.xml: UI tweak + + * res/layout/setup.xml: Changed webURL id, moved position + of task spinner. + + * res/layout/setupnosim.xml: Changed webURL id, moved + position of task spinner. + + * res/layout/status.xml: Removed start, stop, show and + hide xml buttons. + + * res/layout/statusnosim.xml: Removed start, stop, show + and hide xml buttons. + + * res/layout/welcome.xml: Added splash screen view with + pandroid logo and version 3.0 text. + + * res/values/strings.xml: Changed order of strings to be + more structured, removed unused correct_update string, + fixed the "..." in loading string, fixed copyright symbol, + added strings for seconds, runnning and stopped that were + previously hardcoded, fixed apostrophe in don't. + + * res/values-de/strings.xml: Added strings for German locale + + * res/values-es/strings.xml: Added strings for Spanish locale + + * res/values-fr/strings.xml: Added strings for French locale + + * res/values-it/strings.xml: Added strings for Italian locale + + * res/values-ja/strings.xml: Added strings for Japanese locale + + * res/values-pt/strings.xml: Added strings for Portuguese locale + + * res/values-zh/strings.xml: Added strings for Chinese(simplified) + locale + + * src/pandroid/agent/About.java: Changed URL to pandorafms.com from + .org + + * src/pandroid/agent/core.java: Changed mobile url variable, + + * src/pandroid/agent/Installation.java: Added comment explaining class. + + * src/pandroid/agent/PandroidAgent.java: Added splash screen dialog + + * src/pandroid/agent/PandroidAgentListener.java: Added loading toast on + connect, moved contact into an asynctask, added application inventory to + xml(app name;version;package name), fixed battery level to work on first + connect, made all get methods private. + + * src/pandroid/agent/setup.java: Auto add http:// to mobile web url. + + * src/pandroid/agent/SMSBroadcastReceiver.java: Changed variable name. + + * src/pandroid/agent/status.java: swapped hardcoded strings to ones from + res. + + +2012-08-03 Mark Holland + + * res/layout/password_entry.xml: UI tweaks + + * res/layout/setup.xml: Added mobile console + textview and button + + * res/layout/setupnosim.xml: Added mobile console + textview and button + + * res/layout/status.xml: Added roaming view + + * res/values/strings.xml: string for roaming, + roaming report, mobile site + + * src/pandroid/agent/core.java: Added variables + for roaming and mobile site url + + * src/pandroid/agent/PandroidAgentListener.java: + Added roaming report method and variables then add + to xml + + * src/pandroid/agent/setup.java: Added mobile site + view and full screen password input + + * src/pandroid/agent/status.java: Added roaming view + + 2012-07-09 Mark Holland * AndroidManifest.xml: Added Pandora FMS diff --git a/pandora_agents/android/res/drawable-hdpi/about.png b/pandora_agents/android/res/drawable-hdpi/about.png new file mode 100644 index 0000000000..6a7a1e94a7 Binary files /dev/null and b/pandora_agents/android/res/drawable-hdpi/about.png differ diff --git a/pandora_agents/android/res/drawable-hdpi/help.png b/pandora_agents/android/res/drawable-hdpi/help.png new file mode 100644 index 0000000000..a39eff3e29 Binary files /dev/null and b/pandora_agents/android/res/drawable-hdpi/help.png differ diff --git a/pandora_agents/android/res/drawable-ldpi/about.png b/pandora_agents/android/res/drawable-ldpi/about.png index 85c1876b5f..55c57d5c54 100644 Binary files a/pandora_agents/android/res/drawable-ldpi/about.png and b/pandora_agents/android/res/drawable-ldpi/about.png differ diff --git a/pandora_agents/android/res/drawable-ldpi/help.png b/pandora_agents/android/res/drawable-ldpi/help.png index 723c404a95..f93a4e6402 100644 Binary files a/pandora_agents/android/res/drawable-ldpi/help.png and b/pandora_agents/android/res/drawable-ldpi/help.png differ diff --git a/pandora_agents/android/res/drawable-ldpi/icon.png b/pandora_agents/android/res/drawable-ldpi/icon.png index 2d43faded0..2b990fd21e 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-ldpi/logo.png b/pandora_agents/android/res/drawable-ldpi/logo.png index 67bd55c814..cb4cb2a01a 100644 Binary files a/pandora_agents/android/res/drawable-ldpi/logo.png and b/pandora_agents/android/res/drawable-ldpi/logo.png differ diff --git a/pandora_agents/android/res/drawable-ldpi/pandroid_large.png b/pandora_agents/android/res/drawable-ldpi/pandroid_large.png new file mode 100644 index 0000000000..92c3c6f166 Binary files /dev/null and b/pandora_agents/android/res/drawable-ldpi/pandroid_large.png differ diff --git a/pandora_agents/android/res/drawable-mdpi/about.png b/pandora_agents/android/res/drawable-mdpi/about.png new file mode 100644 index 0000000000..18b15b5add Binary files /dev/null and b/pandora_agents/android/res/drawable-mdpi/about.png differ diff --git a/pandora_agents/android/res/drawable-mdpi/help.png b/pandora_agents/android/res/drawable-mdpi/help.png new file mode 100644 index 0000000000..010577feda Binary files /dev/null and b/pandora_agents/android/res/drawable-mdpi/help.png differ diff --git a/pandora_agents/android/res/drawable-xhdpi/about.png b/pandora_agents/android/res/drawable-xhdpi/about.png new file mode 100644 index 0000000000..24ea543733 Binary files /dev/null and b/pandora_agents/android/res/drawable-xhdpi/about.png differ diff --git a/pandora_agents/android/res/drawable-xhdpi/help.png b/pandora_agents/android/res/drawable-xhdpi/help.png new file mode 100644 index 0000000000..128c7e807d Binary files /dev/null and b/pandora_agents/android/res/drawable-xhdpi/help.png differ diff --git a/pandora_agents/android/res/drawable-xhdpi/logo.png b/pandora_agents/android/res/drawable-xhdpi/logo.png new file mode 100644 index 0000000000..cb4cb2a01a Binary files /dev/null and b/pandora_agents/android/res/drawable-xhdpi/logo.png differ diff --git a/pandora_agents/android/res/drawable-xhdpi/pandroid_large.png b/pandora_agents/android/res/drawable-xhdpi/pandroid_large.png new file mode 100644 index 0000000000..92c3c6f166 Binary files /dev/null and b/pandora_agents/android/res/drawable-xhdpi/pandroid_large.png differ diff --git a/pandora_agents/android/res/layout/password_choose.xml b/pandora_agents/android/res/layout/password_choose.xml index 86394b90c2..4cc08419ec 100644 --- a/pandora_agents/android/res/layout/password_choose.xml +++ b/pandora_agents/android/res/layout/password_choose.xml @@ -1,42 +1,52 @@ - + - - + android:layout_height="wrap_content" > + +