Commit Graph

117 Commits (8e743d343ff4140d51355b0c1ff4ccf21d98f087)

Author SHA1 Message Date
Tim Su 54f5ff5eb8 added to upgrade tests. but now going in different direction... 15 years ago
Tim Su 499f56ffcb bumpity bump 2.13.4 aka 130 15 years ago
Tim Su de761ca26b Import => Restore, Export -> Backup. bump. 15 years ago
Tim Su e4a09d0329 bumpity bump, added more code into try/catch to be safe. 15 years ago
Tim Su 2af81f644f Had to bump the version code. 2.13.1! 15 years ago
Tim Su 66b34e4574 Fix for 479932. 15 years ago
Tim Su c47573ec63 Bump one more time, 2.12 is already taken 15 years ago
Tim Su a29e5de53f Reverting change to .classpath, bumping version number and deleting the drop
database call on unsupported migration. Instead we show a user popup
  indicating the database might be corrupted (which is really the most often
  case an end-user sees this message). Hopefully this is another step in
  preventing permanent data loss? Although if the database is corrupted it's
  unclear what we should do.
15 years ago
Tim Su 74ab94f6fb Merge with Corey Downing's backup branch
------------------------------------------------------------
Use --include-merges or -n0 to see merged revisions.
15 years ago
Tim Su d1ff380450 Version bump - 2.11.2 15 years ago
Tim Su c6f899e67d Fixed auto-sync not working by turning SynchronizationService into a real service (wtf). Also added a hook so if auto-sync is set up but no user credentials are specified, login is requested 15 years ago
Tim Su af1cb20198 Bump version number to 2.11.1 15 years ago
Tim Su 0a015c9813 New method of displaying actions after a task reminder - using list items instead of buttons. Trying it out. Also, fixed up vibration to do the right thing and improved the taskkiller warning. 15 years ago
Tim Su d4920d6118 Merge with 1/16 updates to koxx3 provider branch.
------------------------------------------------------------
Use --include-merges or -n0 to see merged revisions.
15 years ago
Tim Su a48ebe5d9c Merge from koxx3/astrid-provider
------------------------------------------------------------
Use --include-merges or -n0 to see merged revisions.
15 years ago
Tim Su f1796694d1 Fix for null pointer error in synchronization, bump Astrid version to 2.10.2 15 years ago
Tim Su 83c0649756 Released 2.10.1.
------------------------------------------------------------
Use --include-merges or -n0 to see merged revisions.
15 years ago
Tim Su 9d492d87ae Merge with 2.9.2
------------------------------------------------------------
Use --include-merges or -n0 to see merged revisions.
15 years ago
Tim Su eb5451ee47 Merged from 2.9.1
------------------------------------------------------------
Use --include-merges or -n0 to see merged revisions.
15 years ago
Tim Su 80fca66a3d Merged from 2.9.0
------------------------------------------------------------
Use --include-merges or -n0 to see merged revisions.
15 years ago
Tim Su a6ebce21f3 Merge 2.8.8.1
------------------------------------------------------------
Use --include-merges or -n0 to see merged revisions.
15 years ago
Tim Su 0da2536723 Merge from 2.8.8
------------------------------------------------------------
Use --include-merges or -n0 to see merged revisions.
15 years ago
Tim Su 7444bc28a6 Updated sync service min interval => cut release 2.7.8.1 15 years ago
Tim Su 86a2558cfd Merge 2.8.7
------------------------------------------------------------
Use --include-merges or -n0 to see merged revisions.
15 years ago
Tim Su 7a3f00e105 Merged from 2.8.5 branch.
------------------------------------------------------------
Use --include-merges or -n0 to see merged revisions.
15 years ago
Tim Su c2ec12b343 Fixed how the autosync offset was being calculated.
Really, how did this work before? Oh well, that's why we code review... =/
15 years ago
Tim Su 89959b7784 Commit of android manifest for 2.8.3. 15 years ago
Tim Su 96fafbf88c Trying to fix an issue with SyncLoginActivity going dark, and also sync service starting immediately, screwing up your login. 15 years ago
Tim Su aebc698298 Tracked down and fixed a couple bugs with synchronization, handling IllegalStateException,
added more error reporting via flurry. Ready for 2.8 release!
15 years ago
Tim Su e81012df05 Added Flurry to track application usage statistics. Creating various logging points for errors and events, including creating, editing, postponing, completing tasks, synchronization, notifications. 15 years ago
Tim Su 74798781fa Adding Synchronize Login WebView which is displayed when user needs to log in. 15 years ago
Tim Su 7b77ab0274 Fixes to the [untagged] business. Think it works now. Also, fix to the way the locale reminder string is displayed - using task plural. 15 years ago
Tim Su a91baa02c3 Added Locale Edit Alerts and fixed up the "untagged" tag list option. Little code cleanup here and there. 15 years ago
Tim Su 569a0fc9a3 Added a new activity that is exported to Locale for picking a tag. Next step is to wire Astrid up to receive triggering events and respodn appropriately. 15 years ago
Tim Su 32d8e010a4 Updating startup receiver to use standard static service start method, version #'s. 15 years ago
Tim Su 309431bcdc Updated date formatter localization. 15 years ago
Tim Su b4fb03647f Updates to bring Astrid project to full SDK 1.5 compatibility. 15 years ago
Tim Su a38e8cb57b Slight updates to get to 2.6.1 - including making the swipes far more lenient, and fixing back button behavior. 15 years ago
Tim Su 14766f250f Fix to postponed tasks to keep a per/task counter, bug fixes for refreshing the list. 15 years ago
Tim Su 3c6a8c8716 Bug fixes:
- new RTM synchronization automatically starts the sync process
  - nags after postpone
  - if tag has special characters, no '@' in shortcut
  - delete old tasks
15 years ago
Tim Su c6ce2d9a23 Bug fixes: have tag list hide completed tasks from count, add a @ to tags. 15 years ago
Tim Su c792d99467 Awesome shortcuts: 'create new task' anycut shortcut, tag direct shortcuts. 15 years ago
Tim Su 33a3f2e1df Cleaned up the refresh code, not doing a refresh when you do timer or postponing. 15 years ago
Tim Su 2dafd2918d Fixed swipe being too sensitive 15 years ago
Tim Su 41435827e7 Hopefully the last force close is fixed. This whole architecture needs a re-design - I'm probably loading and reloading the list way more than I need to be. In fact, that's almost a certainty.
BAH.
15 years ago
Tim Su 25f4d31837 Caught an exception & defer-load when you change your filters in the main task list 15 years ago
Tim Su a71fcc2ba9 catching staledataexception and ignoring it. =( 15 years ago
Tim Su 689c24ccd0 Flipped landscape and portrait detection. 15 years ago
Tim Su 40fc726657 Prep for release - removed threading from fillData in onfocus. 15 years ago
Tim Su 833afde0a1 Put task content loading into a separate thread. 15 years ago