Commit Graph

56 Commits (84cca572c54fa03533df9a1d22729d52af46e2c3)

Author SHA1 Message Date
Tim Su 84cca572c5 Fix for notifications not being displayed? bug #392770 16 years ago
Tim Su eb5451ee47 Merged from 2.9.1
------------------------------------------------------------
Use --include-merges or -n0 to see merged revisions.
16 years ago
Tim Su 0da2536723 Merge from 2.8.8
------------------------------------------------------------
Use --include-merges or -n0 to see merged revisions.
16 years ago
Tim Su 7a3f00e105 Merged from 2.8.5 branch.
------------------------------------------------------------
Use --include-merges or -n0 to see merged revisions.
16 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. 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 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 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 c6ce2d9a23 Bug fixes: have tag list hide completed tasks from count, add a @ to tags. 16 years ago
Tim Su 90e57d3391 Saving context when screen rotating, also some tweaks from the profiler. 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 b07086e5f8 Max opposite axis movement for a swipe 16 years ago
Tim Su 2dafd2918d Fixed swipe being too sensitive 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 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 4e256262bc fixed double-switch bug. 16 years ago
Tim Su 5aa45b1dc6 Bug fixes to the chagnes made in Astrid. 16 years ago
Tim Su ba5ab848e6 Got task and tag list onto one activity. 16 years ago
Tim Su 7f737c7021 Retry if invoke fails the first time, minor bugfixes. 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 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 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 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 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
Tim Su 79be2aed86 Fixed swipe to work over a TaskList row, updated the notification for all tasks to search for tasks w/ alerts. 16 years ago
Tim Su 836429d700 Astrid 1.11.3
- deleted unused files
   - fix bug with tasks w/ notif flags but no notifications
   - added sorting options
16 years ago
Tim Su 5d07f907ee Added repeating tasks feature, help menu, and started work on RTM sync. 16 years ago
Tim Su 2c5c9ee356 Cleaned up activity result code, added snooze minutes to snooze button, and updated the colors. 16 years ago
Tim Su d7043bce8f Fixed an oopsie bug counting tasks. 16 years ago
Tim Su 7a48de3b77 Removed debugging code. 16 years ago
Tim Su 519acb304f Feature updates:
- hiding tags from home page
   - inactive tags colored gray
   - quiet hours

  Bug fixes
   - cosmetic fix with progress %
   - don't set alarms all the time
16 years ago
Tim Su c44321ac1a Slight change to notification logic. Tweaked a lot of the colors. 16 years ago
Tim Su 7e41ab960a Flipped the ! sign. Hasn't this happened before...? 16 years ago
Tim Su e5826cdb9d Fixed startup crashing issue, added "completed task time" display on task listing. 16 years ago
Tim Su a036a31ed0 Cosmetic improvements to displayed strings. 16 years ago
Tim Su 7ec1dbbc08 Removing some unused options. 16 years ago
Tim Su ff77679e5b That's a wrap. Now you can close the task list by cancelling a notification. 16 years ago
Tim Su 4d46900f45 Got the alarm stuff working... I think. 16 years ago
Tim Su 7c317b4b52 Lots of changes:
- progress checkboxes
   - feature: completing a task queries you to stop the timer
   - feature: 'blocking on' dialog partially complete
   - feature: notification system...
   - feature: NNumberPicker
   - more informative edit screen
16 years ago