86 lines
2.9 KiB
Plaintext
86 lines
2.9 KiB
Plaintext
2014-02-12 Miguel de Dios <miguel.dedios@artica.es>
|
|
|
|
* src/pandorafms/pandorafmsandroidconsole/PandoraWebView.java: fixed
|
|
the access with passwords or users with non-ascii characters.
|
|
|
|
* AndroidManifest.xml: update the version.
|
|
|
|
2013-12-16 Miguel de Dios <miguel.dedios@artica.es>
|
|
|
|
* res/values/strings.xml, res/values-es/strings.xml,
|
|
res/values-ja/strings.xml: update the names of Pandora.
|
|
|
|
2013-12-13 Miguel de Dios <miguel.dedios@artica.es>
|
|
|
|
* res/drawable-ldpi/icon_logo_pandorafms.png,
|
|
res/drawable-ldpi/pandorafms_logo.png, ic_launcher-web.png: updated
|
|
the icons, thanks Carla.
|
|
|
|
2013-12-13 Miguel de Dios <miguel.dedios@artica.es>
|
|
|
|
* AndroidManifest.xml: changed the android version support for to
|
|
show the option button.
|
|
|
|
2013-12-13 Miguel de Dios <miguel.dedios@artica.es>
|
|
|
|
* src/pandorafms/pandorafmsandroidconsole/ConnectionCustomToast.java:
|
|
cleaned source code style.
|
|
|
|
* res/drawable-ldpi/pandorafms_logo.png: update the icon.
|
|
|
|
2013-12-12 Miguel de Dios <miguel.dedios@artica.es>
|
|
|
|
* res/drawable-ldpi/refresh.png, res/drawable-ldpi/config.png,
|
|
res/drawable-ldpi/help.png, res/drawable-ldpi/exit.png: updated the
|
|
icons for the option menu, thanks Carla.
|
|
|
|
2013-11-14 Miguel de Dios <miguel.dedios@artica.es>
|
|
|
|
* res/drawable-ldpi/config.png, res/drawable-ldpi/help.png,
|
|
res/drawable-ldpi/exit.png, res/drawable-ldpi/refresh.png: updated
|
|
the icons of app to new Pandora style, thanks Carla.
|
|
|
|
2013-10-28 Miguel de Dios <miguel.dedios@artica.es>
|
|
|
|
* src/pandorafms/pandorafmsandroidconsole/Options.java,
|
|
src/pandorafms/pandorafmsandroidconsole/PandoraWebView.java: setted
|
|
the default values the Pandora public demo.
|
|
|
|
2013-10-28 Miguel de Dios <miguel.dedios@artica.es>
|
|
|
|
* .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 <miguel.dedios@artica.es>
|
|
|
|
* AndroidManifest.xml: added icon for application.
|
|
|
|
* src/pandorafms/pandorafmsandroidconsole/Help.java,
|
|
src/pandorafms/pandorafmsandroidconsole/Options.java,
|
|
src/pandorafms/pandorafmsandroidconsole/PandoraWebView.java: fixed
|
|
java warnings.
|
|
|
|
* res/values-ja/strings.xml, res/values/strings.xml,
|
|
res/values-es/strings.xml: translate strings to english and
|
|
spanish.
|
|
|
|
* res/drawable-ldpi/icon_logo_pandorafms.png: added icon.
|
|
|
|
* res/layout/help.xml, res/layout/options.xml: change layout.
|
|
|
|
* bin/*, gen/*: erased the binary temp files from eclipse.
|
|
|
|
2013-02-22 Miguel de Dios <miguel.dedios@artica.es>
|
|
|
|
* PandoraFMS_android_console/*: added first version of PandoraFMS
|
|
android console (it is a custom browser standaralone for the
|
|
Pandora Web Console Mobile).
|