dhis2 / dhis2-android-datacapture

Data capture for DHIS 2
BSD 3-Clause "New" or "Revised" License
13 stars 23 forks source link

Save Web Server URL on Login and Added User Confirmation Dialog When Logging off #18

Closed tdhlakama closed 7 years ago

tdhlakama commented 8 years ago

Save web server URL in Preferences to prevent a user from retyping the server name every time they want to login. Login Activity will display a text view with last saved server URL. if user wants to change that server they simply click the text view and it will change to a edit text where you can type in the new server URL. The code will maintain the same style of presentation currently implemented in the Login Activity.

Added Confirmation Dialog when user wants to log off. Worked on issue marked as enhancement #16 opened 24 days ago by ArazAbishov