2013-11-25 Miguel de Dios <miguel.dedios@artica.es>
* AndroidManifest.xml, src/pandroid_event_viewer/pandorafms/Options.java: updated lost changes. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9123 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
6c63ca7368
commit
d5c569cd2d
|
@ -16,8 +16,8 @@
|
|||
-->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="pandroid_event_viewer.pandorafms"
|
||||
android:versionCode="2"
|
||||
android:versionName="1.1" >
|
||||
android:versionCode="3"
|
||||
android:versionName="1.2" >
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="8"
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
2013-11-25 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* AndroidManifest.xml,
|
||||
src/pandroid_event_viewer/pandorafms/Options.java: updated lost
|
||||
changes.
|
||||
|
||||
2013-11-11 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* src/pandroid_event_viewer/pandorafms/About.java,
|
||||
|
|
|
@ -78,13 +78,13 @@ public class Options extends Activity {
|
|||
// Connection
|
||||
EditText text = (EditText) findViewById(R.id.url);
|
||||
text.setText(preferences.getString("url",
|
||||
"http://192.168.70.133/pandora_console"));
|
||||
"http://firefly.artica.es/pandora_demo"));
|
||||
text = (EditText) findViewById(R.id.user);
|
||||
text.setText(preferences.getString("user", "admin"));
|
||||
text.setText(preferences.getString("user", "demo"));
|
||||
text = (EditText) findViewById(R.id.password);
|
||||
text.setText(preferences.getString("password", "pandora"));
|
||||
text.setText(preferences.getString("password", "demo"));
|
||||
text = (EditText) findViewById(R.id.api_password);
|
||||
text.setText(preferences.getString("api_password", ""));
|
||||
text.setText(preferences.getString("api_password", "m1gu3l"));
|
||||
text = (EditText) findViewById(R.id.timeout_connections);
|
||||
text.setText(Integer.toString(preferences.getInt("timeout_connections", 10)));
|
||||
|
||||
|
|
Loading…
Reference in New Issue