Commit Graph

66 Commits (c6ce2d9a23770596200ca156fef7b8cf3a53e7e6)

Author SHA1 Message Date
Tim Su c792d99467 Awesome shortcuts: 'create new task' anycut shortcut, tag direct shortcuts. 14 years ago
Tim Su 90e57d3391 Saving context when screen rotating, also some tweaks from the profiler. 14 years ago
Tim Su 3c09c367dc Updates to task list to handle editing, creating, deleting. 14 years ago
Tim Su ade7846578 Another enum bites the dust. NotificationIconSet. 14 years ago
Tim Su 02bf2223fc Added some comments to strings xml 14 years ago
Tim Su 480a54bfa1 Fixes caused by thread stuff. 14 years ago
Tim Su 833afde0a1 Put task content loading into a separate thread. 14 years ago
Tim Su c6408f488c Calendar event gets updated when you change due dates / roll over a repeating task. (untested).
Also, dates are specified in absolute where appropriate
14 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. 14 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
14 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 14 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. 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 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 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 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 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 c722008f89 Synchronization works, I think. Needs testing of course. 14 years ago
Tim Su db20f92769 RTM Synchronization: got authentication working. now to do the synchronize bit. 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 1617ad35b7 Updated a string. 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 ddf8191855 we aren't using these. 14 years ago
Tim Su 2baef42ff0 Moved a comment. 14 years ago
Tim Su ec04a59cb0 Moved task notes to top of view page. 14 years ago
Tim Su 5d07f907ee Added repeating tasks feature, help menu, and started work on RTM sync. 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 455baa195f Incorporated Notification patch by Sergi Velez for choosing ringtone, and also icon. Nice work! 14 years ago
Tim Su e5ee881b21 Fixed another startup bug, updated layouts, improved quiet hours handling. 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 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 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 e5826cdb9d Fixed startup crashing issue, added "completed task time" display on task listing. 14 years ago