Commit Graph

40 Commits (f781da3daf2547d3c44d856684df6e7d9c13ea58)

Author SHA1 Message Date
nemo.nihil f781da3daf Tag List shows the number of [Untagged] tasks (doesn't show if there are zero).
Task List (when filtered by Tag/accessed through Tag List) can show all Untagged tasks.
  Added an entry 'tagList_untagged' in strings.xml under the <--Tag List--> section, for multiple language support.

  Next steps:
  -Tag List context menu on the [Untagged] category shows some inapplicable commands, e.g. delete this tag.
  -Making a new Task from the [Untagged] Task List auto-fills in the first Tag field of the task -- it should be blank.
16 years ago
Tim Su a63b5de137 Removed unused code, added display for tasks synchronized on remote server, updated translations. 16 years ago
Tim Su 191846caf8 Fixed some findbugs issues, and a bug with tags and lists when synchronizing. 16 years ago
Tim Su e80e062735 Special sync-on-complete hooks for completing tasks that remember the milk is handling the repeat for. 16 years ago
Tim Su 18adc8799d Removed static properties from Synchronizer class so controller overrides are not propagated. 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 747febb162 Dropping email address by default. 16 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. 16 years ago
Tim Su 14766f250f Fix to postponed tasks to keep a per/task counter, bug fixes for refreshing the list. 16 years ago
Tim Su 3d5b8d45b3 Fixin' the bugs with postpone pref. 16 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
16 years ago
Tim Su c792d99467 Awesome shortcuts: 'create new task' anycut shortcut, tag direct shortcuts. 16 years ago
Tim Su d2e8db4f10 Update alarms on postpone. 16 years ago
Tim Su 90e57d3391 Saving context when screen rotating, also some tweaks from the profiler. 16 years ago
Tim Su d5488da201 Fixed bug w/ postpone. 16 years ago
Tim Su 57fa2678c0 Only show dialog when really out of memory. 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 36ca13ae8d More updates to loading thread - stops if running and reload needed. 16 years ago
Tim Su 327bc1b7ae Always show text at the top 16 years ago
Tim Su 3c09c367dc Updates to task list to handle editing, creating, deleting. 16 years ago
Tim Su 81cd7de0df Work on optimizing Astrid for gigantic lists. Removed all the crashing! Just have to test
a) task updates when edited
  b) task hides when deleted, nothing else is affected
  c) creating tasks works
16 years ago
Tim Su 33a3f2e1df Cleaned up the refresh code, not doing a refresh when you do timer or postponing. 16 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.
16 years ago
Tim Su 25f4d31837 Caught an exception & defer-load when you change your filters in the main task list 16 years ago
Tim Su 3d977b2d60 Log a warning on stale data exception. 16 years ago
Tim Su a71fcc2ba9 catching staledataexception and ignoring it. =( 16 years ago
Tim Su 689c24ccd0 Flipped landscape and portrait detection. 16 years ago
Tim Su 480a54bfa1 Fixes caused by thread stuff. 16 years ago
Tim Su 40fc726657 Prep for release - removed threading from fillData in onfocus. 16 years ago
Tim Su c22cf2e015 Got notifications working again, quick hour fix in alarm time 16 years ago
Tim Su 833afde0a1 Put task content loading into a separate thread. 16 years ago
Tim Su 959741120b Fixed up bugs from previous update. Also, when you complete a repeating task, periodic reminders are pushed back. 16 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
16 years ago
Tim Su 3b7601ef01 Comments! 16 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 16 years ago
Tim Su 4a40d7a4aa Clear selected when you close. 16 years ago
Tim Su 060e0dae4e Fixed notifications not displaying a window. 16 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. 16 years ago
Tim Su 5aa45b1dc6 Bug fixes to the chagnes made in Astrid. 16 years ago