~tomdroid-maintainers/tomdroid/note-editing-and-syncing

« back to all changes in this revision

Viewing changes to src/org/tomdroid/util/Preferences.java

merged tomdroid-dev's note-editing.. branch into tomdroid-maint's one

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
                SYNC_SERVER_USER_API ("sync_server_user_api", ""),
37
37
                SYNC_SERVER ("sync_server", "https://one.ubuntu.com/notes"),
38
38
                SD_LOCATION ("sd_location", "tomdroid"),
39
 
                LAST_FILE_LOCATION ("last_file_location", "/"),
 
39
                LAST_FILE_PATH ("last_file_path", "/"),
40
40
                INCLUDE_NOTE_TEMPLATES("include_note_templates", false),
41
41
                INCLUDE_DELETED_NOTES("include_deleted_notes", false),
42
42
                LINK_TITLES("link_titles", true),