From e0cc34934131eec9e8ab1309a0effe8d1207adf0 Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Mon, 28 Oct 2013 14:34:32 +0000 Subject: [PATCH] 2013-10-28 Miguel de Dios * .classpath: some changes that eclipse makes "automagicaly". * src/pandorafms/pandorafmsandroidconsole/PandoraWebView.java: fixed java-android warnings. * res/layout/activity_web_view.xml: improved the source code style. * AndroidManifest.xml: fixed with ugly fix the lost "option button" in the phones/tables with android version over that honeycomb and have not a fisical option menu. Fixes the warnings of android. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8968 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- extras/PandoraFMS_android_console/.classpath | 2 +- .../PandoraFMS_android_console/AndroidManifest.xml | 11 ++++++----- extras/PandoraFMS_android_console/ChangeLog | 13 +++++++++++++ .../res/layout/activity_web_view.xml | 2 +- .../pandorafmsandroidconsole/PandoraWebView.java | 5 ++--- 5 files changed, 23 insertions(+), 10 deletions(-) diff --git a/extras/PandoraFMS_android_console/.classpath b/extras/PandoraFMS_android_console/.classpath index bb0c759770..7bc01d9a9c 100644 --- a/extras/PandoraFMS_android_console/.classpath +++ b/extras/PandoraFMS_android_console/.classpath @@ -3,7 +3,7 @@ - + diff --git a/extras/PandoraFMS_android_console/AndroidManifest.xml b/extras/PandoraFMS_android_console/AndroidManifest.xml index f7e4de9cfe..df6c9b4e76 100644 --- a/extras/PandoraFMS_android_console/AndroidManifest.xml +++ b/extras/PandoraFMS_android_console/AndroidManifest.xml @@ -4,9 +4,11 @@ android:versionCode="1" android:versionName="1.0" > + + + android:targetSdkVersion="11" /> + + android:theme="@android:style/Theme.NoTitleBar"> @@ -44,8 +48,5 @@ android:label="@string/connection_str" android:theme="@android:style/Theme.Dialog" > - - - \ No newline at end of file diff --git a/extras/PandoraFMS_android_console/ChangeLog b/extras/PandoraFMS_android_console/ChangeLog index 5034c6335d..47f6d272f0 100644 --- a/extras/PandoraFMS_android_console/ChangeLog +++ b/extras/PandoraFMS_android_console/ChangeLog @@ -1,3 +1,16 @@ +2013-10-28 Miguel de Dios + + * .classpath: some changes that eclipse makes "automagicaly". + + * src/pandorafms/pandorafmsandroidconsole/PandoraWebView.java: + fixed java-android warnings. + + * res/layout/activity_web_view.xml: improved the source code style. + + * AndroidManifest.xml: fixed with ugly fix the lost "option button" + in the phones/tables with android version over that honeycomb and + have not a fisical option menu. Fixes the warnings of android. + 2013-05-30 Miguel de Dios * AndroidManifest.xml: added icon for application. diff --git a/extras/PandoraFMS_android_console/res/layout/activity_web_view.xml b/extras/PandoraFMS_android_console/res/layout/activity_web_view.xml index b9912c891f..26ddeb4ef1 100644 --- a/extras/PandoraFMS_android_console/res/layout/activity_web_view.xml +++ b/extras/PandoraFMS_android_console/res/layout/activity_web_view.xml @@ -6,7 +6,7 @@ android:paddingLeft="0px" android:paddingRight="0px" android:paddingTop="0px" - tools:context=".WebView" > + tools:context=".WebView">