Commit Graph

23 Commits (96fafbf88cb8ae3d9d5332168e035df31c8efd30)

Author SHA1 Message Date
Tim Su 96fafbf88c Trying to fix an issue with SyncLoginActivity going dark, and also sync service starting immediately, screwing up your login. 16 years ago
Tim Su eae64b19e9 Adding better error reporting facilities via flurry, plus a few more flurry events. 16 years ago
Tim Su 5ee4077427 Fixed background synchronization - seems to work in initial tests. 16 years ago
Tim Su 18adc8799d Removed static properties from Synchronizer class so controller overrides are not propagated. 16 years ago
Tim Su e98cbb0fa0 Fixes for auto-synchronization. Yay for testing. 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 cf290c89f2 Fixing lots of crashes and stuff generated by monkey... super ugly. I hope the product works... =x 16 years ago
Tim Su 5aa45b1dc6 Bug fixes to the chagnes made in Astrid. 16 years ago
Tim Su 91cc629273 Added some padding to the edit pages, added the suppress dialog sync option, changed a label. 16 years ago
Tim Su 8a247fce08 Bugfixes Galore:
- couldn't dismiss initial RTM welcome box
   - duplicated sync notes
   - space between elapsed time & "ago" in view page
   - performance improvements: caching and not inflating on view list
   - tasks due "today" are due at midnight

  New features:
   - postpone button
   - filters persisted
   - timer icon made vertical
   - added a sync shortcut
   - improved cosmetics of the strikeout
16 years ago
Tim Su 7171a3870e Added warning for sync if IOException, and added the fields-picker from Sergi Velez's patch with some modifications. 16 years ago
Tim Su 8bb97a73df Ran findbugs on my code, fixed some bugs. Also, changed the auto sort algorithm to move "in progress" tasks to the top, and also fixed a bug with sync remembering. 16 years ago
Tim Su bf282c128b Tweaked the cosmetics of the main task list, as well as synchronization screens. Also should remove all of the database constraint violations on sync mappings. Good thing those are working. =) 16 years ago
Tim Su 3edc4163b9 - Moved estimated time back to 1st page of edit box.
- Persisting sort status
  - Sync:
    - per-list sync happens only if one-list sync fails
    - adding some delay between grabbing the task list
    - tags
    - estimated time
    - reuse taskcontroller crash solved
    - sync dialog gets the name of the task
16 years ago
Tim Su b9aaa8e95f Updated to handle huge task lists by breaking things down into multiple lists. 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 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 d269f5f189 Minor bug fixes. Minor stuff:
- sync of notes field, if your field doesn't end in a newline =)
  - newline after dialog box
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 fd78e22cd8 First pass at synchronization. All the structural stuff is done, needs to be tested. 16 years ago
Tim Su db20f92769 RTM Synchronization: got authentication working. now to do the synchronize bit. 16 years ago