Commit Graph

992 Commits (8419332691924fc597563b379b15d270a8dae17b)

Author SHA1 Message Date
Tim Su 4e256262bc fixed double-switch bug. 14 years ago
Tim Su 5aa45b1dc6 Bug fixes to the chagnes made in Astrid. 14 years ago
Tim Su 753ab8a23e oops making trunk mods that i forgot to make earlier. 14 years ago
Tim Su ba5ab848e6 Got task and tag list onto one activity. 14 years ago
Tim Su 16efea1657 - fixed RTM deadline sync bug
- cache italics status
  - clear alarms for cleared deadlines
  - timer indicator
  - new indicator bar icons
14 years ago
Tim Su 927f7eb5ba Propagate the same fix to italics. 14 years ago
Tim Su 5027fc8811 Fixed task list red bug. 14 years ago
Tim Su ea0a114b9b RTM tag spaces->underscores, optimized RTM a bit more on new task transmitting. 14 years ago
Tim Su 7f737c7021 Retry if invoke fails the first time, minor bugfixes. 14 years ago
Tim Su 91cc629273 Added some padding to the edit pages, added the suppress dialog sync option, changed a label. 14 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. 14 years ago
Tim Su b4f9d7e086 Added uber-annoying insistent Astrid mode. =) 14 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
14 years ago
Tim Su 1ccdab86a6 Got rid of the bubbles for performance reasons =( 14 years ago
Tim Su 68134b94e9 Making the task labels nicer. First step in my attempt to make the images work faster in long lists. 14 years ago
Tim Su 7171a3870e Added warning for sync if IOException, and added the fields-picker from Sergi Velez's patch with some modifications. 14 years ago
Tim Su 66fc4fab73 I did not save this file. 14 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. 14 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. =) 14 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
14 years ago
Tim Su b9aaa8e95f Updated to handle huge task lists by breaking things down into multiple lists. 14 years ago
Tim Su afaac7d9f9 Updated synchronization algorithm to handle tasks created in Astrid & also RTM, added time remaining to the dashboard. 14 years ago
Tim Su 37340b6cb2 Moved sync logic. code broken. =) 14 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. 14 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.
14 years ago
Tim Su f649568c14 removed warning. try at own risk. =) 14 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
14 years ago
Tim Su ad15acbcf7 Various fixes to get the dialogs looking right, and catching exceptions. 14 years ago
Tim Su c722008f89 Synchronization works, I think. Needs testing of course. 14 years ago
Tim Su fd78e22cd8 First pass at synchronization. All the structural stuff is done, needs to be tested. 14 years ago
Tim Su db20f92769 RTM Synchronization: got authentication working. now to do the synchronize bit. 14 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. 14 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
14 years ago
Tim Su c5b92dcd94 Adding a bit of margin around the bubbles, a new preference for default reminders, and reverted the list colors to blues 14 years ago
Tim Su 6293161863 More cosmetic changes: added option to colorize task list, bigger bubbles, and some changes to the label titles. 14 years ago
Tim Su b6f44dd53a Updated look & feel with graphical icons, added hours:minutes to snooze dialog, and two new preferences: font size, and default deadline time 14 years ago
Tim Su 94042f83cf New deadline? Show deadline text. 14 years ago
Tim Su 091cce9998 Made the check boxes a little bigger, fixed info refresh bug in task view, fixed a bug with repeats if you set no deadlines. 14 years ago
Tim Su feb3873819 Fixed overflow bug for a second time. GAH. 14 years ago
Tim Su 9ede7a31f7 Updated snooze to move repeating alarms instead of scheduling an additional alarm. Also updated repeat to move alarms. 14 years ago
Tim Su 5d07f907ee Added repeating tasks feature, help menu, and started work on RTM sync. 14 years ago
Tim Su fa4642ab3d Fixed bug with initial values in Number Picker Dialog. 14 years ago
Tim Su 2c5c9ee356 Cleaned up activity result code, added snooze minutes to snooze button, and updated the colors. 14 years ago
Tim Su d879e63129 Updated the colors / font sizes, and made the notifications un-clearable. 14 years ago
Tim Su 472610429f Fixed bug that prevented periodic tasks from going, and added snooze. 14 years ago
Tim Su d7043bce8f Fixed an oopsie bug counting tasks. 14 years ago
Tim Su 455baa195f Incorporated Notification patch by Sergi Velez for choosing ringtone, and also icon. Nice work! 14 years ago
Tim Su 98a8970f53 Fixed completed task sorting yet again, and fixed a bug with multiple alerts. 14 years ago
Tim Su 13a8852090 Why don't my alerts sound? Trying to debug this issue. 14 years ago
Tim Su da02524fa9 Reversed completed task ordering. 14 years ago
Tim Su 33ea2a1f43 Fixed NPE in task sorting algorithm. 14 years ago
Tim Su eed464cb31 Changed the logging message. 14 years ago
Tim Su 1e91d59874 Possible fix that silences scheduled alerts from back in time! 14 years ago
Tim Su e5ee881b21 Fixed another startup bug, updated layouts, improved quiet hours handling. 14 years ago
Tim Su 06a49752fb Fix for startup bug. 14 years ago
Tim Su b78e5aa309 1.9 beta release:
- added tabbed interface for editor
   - added ability to set fixed-time notifications
   - fixed some crashes
14 years ago
Tim Su 8c3aaab57e Fixed bug where you couldn't uncheck a task you just checked. 14 years ago
Tim Su 7a48de3b77 Removed debugging code. 14 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
14 years ago
Tim Su 080878e216 Tweaked the notifications a bit more, and fixed a date display bug with deadlines too far in the future. 14 years ago
Tim Su 647011935f Tweaked the notification algo again. I like it better this time. Also a cosmetic change to display hidden tasks as such (H) 14 years ago
Tim Su c44321ac1a Slight change to notification logic. Tweaked a lot of the colors. 14 years ago
Tim Su a9264f0a2b Overhauled the colour scheme. 14 years ago
Tim Su 7e41ab960a Flipped the ! sign. Hasn't this happened before...? 14 years ago
Tim Su e5826cdb9d Fixed startup crashing issue, added "completed task time" display on task listing. 14 years ago
Tim Su a6ba8a6c16 How did i get the comparison backwards? Sloppy sloppy. 14 years ago
Tim Su f0da8949ab Clarified the label for the reminder feature. It's been misunderstood =( 14 years ago
Tim Su f1e6f5a480 Updated the way deadlines (absolute vs goal) are handled. Goal deadlines don't send reminders once they're overdue.
Also, did some cosmetic things.
14 years ago
Tim Su a036a31ed0 Cosmetic improvements to displayed strings. 14 years ago
Tim Su 7ec1dbbc08 Removing some unused options. 14 years ago
Tim Su 5ddd9a4b63 Many purely cosmetic changes. 14 years ago
Tim Su ff77679e5b That's a wrap. Now you can close the task list by cancelling a notification. 14 years ago
Tim Su 2354be6f40 And of course, removing some debug code. 14 years ago
Tim Su 88e6d9179a Snooze is in seconds, not millis. 14 years ago
Tim Su bfb0313f36 Adding snoozing, notifications for upcoming deadlines, and made the system wake you when an alarm hits. 14 years ago
Tim Su 41c02d743e I got the sort by size thing backwards? 14 years ago
Tim Su 17809c46fb Refresh the tag list after sorting. 14 years ago
Tim Su eab42e63b7 Reset constants back to pre-debug levels. 14 years ago
Tim Su e95e40f93b Reset constants back to pre-debug levels. 14 years ago
Tim Su 11afe41b0f Incremental refinements to notification system: better handling of edge cases where stuff is deleted, the task is in progress, etc. 14 years ago
Tim Su 2f4c104d83 Notifications seem to work pretty well. Needs testing. 14 years ago
Tim Su 4d46900f45 Got the alarm stuff working... I think. 14 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
14 years ago
Tim Su b3d61b5884 Bug fix: delete button => discard button on task creation 14 years ago
Tim Su 26af21a8ea Monkey found some bugs... apparently you can't double-schedule a TimerTask. 14 years ago
Tim Su e902a4ff08 Added copyright header to all files. 14 years ago
Tim Su 8016312cf1 Fixing more bugs: adding a new tag then going back to task list needed a tagArray refresh, removed some toString() references in TagController. 14 years ago
Tim Su 4f287f28e1 Slight change to the layout, fixed NPE in task Edit page. 14 years ago
Tim Su 065fc1a9d4 First pass at adding tagging features to astrid. Add tags from the editor view, also a tags listing page to view the tags you have. 14 years ago
Tim Su 0af4cf9d99 Fixed some activity lifecycle things:
- closing DB on onStop instead of onDestroy
   - stoping timer on onPause, recreating on onResume

  Closes Issue #2
14 years ago
Tim Su 95450a63bb Fixed bugs:
- adding blank tasks
   - rotating after creating task causes crash
   - save creates 2 copies of a task

  Added features:
   - add ability to start/stop timer from list
   - changed importance colors
   - shrink importance spinner
14 years ago
Tim Su 2c63a54802 Reorganized svn repository to follow Google's format. 14 years ago