Commit Graph

11 Commits (ff9fc72156d4095050805db81aca43eb9943ca8a)

Author SHA1 Message Date
Tim Su ff9fc72156 Minor change to hide auto sync label. 16 years ago
Tim Su 655c839550 Remember The Milk Background Synchronization.
- the synchronization process can either happen in the foreground with UI dialogs or in the background with logging to LogCat
  - UI and dialogs for setting up auto-sync
  - rename "SynchronizationService" => "SynchronizationProvider", created a service called "SynchronizationService"
16 years ago
Tim Su fb8f8e412c Removed @Override annotation on annonymous inner classes as per issue #71 16 years ago
Tim Su 3b7601ef01 Comments! 16 years ago
Tim Su afaac7d9f9 Updated synchronization algorithm to handle tasks created in Astrid & also RTM, added time remaining to the dashboard. 16 years ago
Tim Su 37340b6cb2 Moved sync logic. code broken. =) 16 years ago
Tim Su 25e8e63525 Updated RTM to not read your whole task list, but only the incomplete tasks, on initial sync. Rotation protection for syncpreferences dialog. 16 years ago
Tim Su 01af108e96 Fixed sync issues:
- no more double-synchronizing, which gives "Service invocation failed" error
  - better logging
  - notes are now pushed to RTM if they don't already exist. this is a small hack
  - auto synchronization option
  - hacky screen gesture animations. they're really terrible, but kinda cool
  - completed tasks are marked as done on RTM, not deleted
  - tag-to-list conversion is now case insensitive

  Also, restored full tabs, and added animation xml's.
16 years ago
Tim Su ad15acbcf7 Various fixes to get the dialogs looking right, and catching exceptions. 16 years ago
Tim Su c722008f89 Synchronization works, I think. Needs testing of course. 16 years ago
Tim Su db20f92769 RTM Synchronization: got authentication working. now to do the synchronize bit. 16 years ago