Commit Graph

95 Commits (7444bc28a665bf3f4f2a7c1c324bf6479f95ddb5)

Author SHA1 Message Date
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
Tim Su 959741120b Fixed up bugs from previous update. Also, when you complete a repeating task, periodic reminders are pushed back. 15 years ago
Tim Su d1f6853643 Better calendar integration: precreating events and then opening them up for edit, and also deleting them when you complete / delete your task. 15 years ago
Tim Su c4db48e97e Closed issue #48, tweaked event adding. 15 years ago
Tim Su 20c1d95b5c 2.3.2:
- notification icon themes
   - add to calendar (no event title yet)
   - delete is sped up
   - fixed bug with repeat double-happening
   - fixed bug with task completion % not displaying
   - fixed bug with date being prematurely marked as overdue
15 years ago
Tim Su ee10cb7dd6 Made expand->select only happen in certain circumstances. Fixed the notification icon to be clickable multiple times. Added survey option 15 years ago
Tim Su c0cbd60444 Got rid of taskview, now handling that function by expanding the list row. Appropriate hacks to notification. Also, new pink chat icon. 15 years ago
Tim Su 5aa45b1dc6 Bug fixes to the chagnes made in Astrid. 15 years ago
Tim Su ba5ab848e6 Got task and tag list onto one activity. 15 years ago
Tim Su 16efea1657 - fixed RTM deadline sync bug
- cache italics status
  - clear alarms for cleared deadlines
  - timer indicator
  - new indicator bar icons
15 years ago
Tim Su 5027fc8811 Fixed task list red bug. 15 years ago
Tim Su ea0a114b9b RTM tag spaces->underscores, optimized RTM a bit more on new task transmitting. 15 years ago
Tim Su d9607f4b80 and... what happened to my leet xml skills. =) moved a > around. 15 years ago
Tim Su 91cc629273 Added some padding to the edit pages, added the suppress dialog sync option, changed a label. 15 years ago
Tim Su cc397209bb Of course market makes you bump up your revision #. 15 years ago
Tim Su 2698abcdd2 Made Astrid annoying mode use the device's full volume. Also hide postpone menu for tasks w/ no deadlines and stuff. 15 years ago
Tim Su 68134b94e9 Making the task labels nicer. First step in my attempt to make the images work faster in long lists. 15 years ago
Tim Su 7171a3870e Added warning for sync if IOException, and added the fields-picker from Sergi Velez's patch with some modifications. 15 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. =) 15 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
15 years ago
Tim Su b9aaa8e95f Updated to handle huge task lists by breaking things down into multiple lists. 15 years ago
Tim Su afaac7d9f9 Updated synchronization algorithm to handle tasks created in Astrid & also RTM, added time remaining to the dashboard. 15 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. 15 years ago