added first application run configuration dialog
authordrizea <danielrizea27@gmail.com>
Wed, 25 Jul 2012 14:47:19 +0000 (17:47 +0300)
committerdrizea <danielrizea27@gmail.com>
Wed, 25 Jul 2012 14:47:19 +0000 (17:47 +0300)
commitc7aab15411aefef5f1bc148c9c4fc54be8c10817
treeab2fb29236024d9d56049b1305ff0d68f77a046f
parentf0b7fc08076a8b5238a2fa97993ef5ed040ee810
added first application run configuration dialog

if running the application for the first time the user must set an library
http server address and username and password for his account. For now the
logic at launch is that the application will not start if there if no network
access, and if there is route to library server url the application will
start a configuration dialog. When the correct http server address is entered
the splash screen will start and IDL and orgTree files will be downloaded
and parsed
Open-ILS/src/Android/res/layout/dialog_configure_application.xml [new file with mode: 0644]
Open-ILS/src/Android/res/values/strings.xml
Open-ILS/src/Android/src/org/evergreen/android/accountAccess/AccountAccess.java
Open-ILS/src/Android/src/org/evergreen/android/globals/GlobalConfigs.java
Open-ILS/src/Android/src/org/evergreen/android/searchCatalog/SearchCatalogListView.java
Open-ILS/src/Android/src/org/evergreen/android/views/splashscreen/LoadingTask.java
Open-ILS/src/Android/src/org/evergreen/android/views/splashscreen/SplashActivity.java