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

« back to all changes in this revision

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

  • Committer: Stefan Hammer
  • Date: 2013-03-31 16:28:12 UTC
  • mfrom: (285.1.27 stable)
  • Revision ID: j.4@gmx.at-20130331162812-9hiw3gbye1h9r78j
merged changes from stable version including removal of ubuntu one parts, added default sync service to sdcard as we have no default sync url. updated translations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
public class Preferences {
32
32
        
33
33
        public enum Key {
34
 
                SYNC_SERVICE ("sync_service", "tomboy-web"),
 
34
                SYNC_SERVICE ("sync_service", "sdcard"),
35
35
                SYNC_SERVER_ROOT_API ("sync_server_root_api", ""),
36
36
                SYNC_SERVER_USER_API ("sync_server_user_api", ""),
37
 
                SYNC_SERVER ("sync_server", "https://one.ubuntu.com/notes"),
 
37
                SYNC_SERVER ("sync_server", ""),
38
38
                SD_LOCATION ("sd_location", "tomdroid"),
39
39
                LAST_FILE_PATH ("last_file_path", "/"),
40
40
                SYNC_ON_START("sync_on_start",false),