Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
 - Refactored inner classes out into separate files
 - Reviewed javadoc comments
 - in-line documentation added
 - variable names clarified ( "h" -> "handler", ...)
  • Loading branch information
exhuma committed Aug 29, 2009
1 parent 3e2e9f6 commit f66afe0
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 484 deletions.
7 changes: 7 additions & 0 deletions res/values/strings.xml
@@ -1,9 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="unspecified_error">Unspecified error</string>
<string name="error">Error</string>
<string name="restoring">Restoring...</string>
<string name="serializing">Serializing...</string>
<string name="operation_finished">Operation finished.</string>
<string name="cancelled_by_user_request">Cancelled by user request.</string>
<string name="disclaimer">Hello World, ContactBackup</string>
<string name="app_name">Contact Backup</string>
<string name="menu_start">Start backup</string>
<string name="menu_delete_json">Delete JSON file</string>
<string name="restore_button">Restore from file</string>
<string name="backup_button">Save to file</string>
<string name="file_exists">"File %s exists. Do you want to overwrite it?"</string>
</resources>

0 comments on commit f66afe0

Please sign in to comment.