Commit Graph

82 Commits (309431bcdcb1864881fd1c6226ea47696af2e505)

Author SHA1 Message Date
Tim Su 309431bcdc Updated date formatter localization. 15 years ago
Tim Su e5478f4187 More updates to support sync-after-repeat-complete. I think it works mostly now. 15 years ago
Tim Su 74b5ff1f95 Now translating taskedit tab labels. Updated all language files to make this work. 15 years ago
Tim Su 5ee4077427 Fixed background synchronization - seems to work in initial tests. 15 years ago
jon@todoroo.com db6bba8cd2 Added German version and removed some redundancy in some of the files localization files. It seems like some of the dates information is a bit strange in other languages especially with the day of the week abbreviation being translated to a constant. It seems like the Basic/Date/Alarm tabs aren't being translated in the emulator. 15 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"
15 years ago
Tim Su c6ccef1aed Cleaning up unnecessary localization files. Eventually every key that doesn't need to be localized should be purged from these localizations to avoid having duplicated information. 15 years ago
Tim Su a1cc5ed5f2 Chinese is spelled "zh". 15 years ago
jon@todoroo.com 4f321c5080 update to japanese strings to include stings that are new in this version. Needs additional translation. 15 years ago
jon@todoroo.com 988630571f Added string values for Japanese and Norwegian and place holders for Chinese and German Translations. 15 years ago
jon@todoroo.com 9a33ad2137 Added some comment to the arrays.xml and strings.xml to assist those who are translating. 15 years ago
nemo.nihil b3661a872d Added Toasts for "onTaskSave" (reporting the time till due date, if set) 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 3d5b8d45b3 Fixin' the bugs with postpone pref. 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 c792d99467 Awesome shortcuts: 'create new task' anycut shortcut, tag direct shortcuts. 15 years ago
Tim Su 90e57d3391 Saving context when screen rotating, also some tweaks from the profiler. 15 years ago
Tim Su 3c09c367dc Updates to task list to handle editing, creating, deleting. 15 years ago
Tim Su ade7846578 Another enum bites the dust. NotificationIconSet. 15 years ago
Tim Su 02bf2223fc Added some comments to strings xml 15 years ago
Tim Su 480a54bfa1 Fixes caused by thread stuff. 15 years ago
Tim Su 833afde0a1 Put task content loading into a separate thread. 15 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
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 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 753ab8a23e oops making trunk mods that i forgot to make earlier. 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 91cc629273 Added some padding to the edit pages, added the suppress dialog sync option, changed a label. 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 b4f9d7e086 Added uber-annoying insistent Astrid mode. =) 15 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
15 years ago
Tim Su 1ccdab86a6 Got rid of the bubbles for performance reasons =( 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 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.
15 years ago
Tim Su c722008f89 Synchronization works, I think. Needs testing of course. 15 years ago
Tim Su db20f92769 RTM Synchronization: got authentication working. now to do the synchronize bit. 15 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
15 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 15 years ago
Tim Su 6293161863 More cosmetic changes: added option to colorize task list, bigger bubbles, and some changes to the label titles. 15 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 15 years ago
Tim Su 1617ad35b7 Updated a string. 15 years ago