Commit Graph

77 Commits (eaefcb279e0c18bde19ca9ebd4d699334422fc53)

Author SHA1 Message Date
jon@todoroo.com eaefcb279e Changed Display to Sort/Filters (to correspond with the view heading). Changed Add to New Task (to make it more understandable by new users. 15 years ago
Tim Su 74798781fa Adding Synchronize Login WebView which is displayed when user needs to log in. 15 years ago
Tim Su 7b77ab0274 Fixes to the [untagged] business. Think it works now. Also, fix to the way the locale reminder string is displayed - using task plural. 15 years ago
Tim Su 95eaa160cd Fixed bug in RTM & applied patch from rogerkk to address issues #89 and #94.
Also restored arrays.xml for nn and ja translations, deleting chinese translation as it's not part of our 2.8 plan.
15 years ago
Tim Su cb0d492fcd Applying patch from Jon to break out preference keys into their own xml file. Small modifications to keep the displayed fields keys separate from their descriptions. 15 years ago
Tim Su 569a0fc9a3 Added a new activity that is exported to Locale for picking a tag. Next step is to wire Astrid up to receive triggering events and respodn appropriately. 15 years ago
Tim Su c1db49dddb Roll back of commit #236 - persistent mode is not the same as alarm clock 15 years ago
jon@todoroo.com d937cd5d64 Updated to alarm clock mode (from persistent mode) and corrected some spelling issues in arrays.xml comments. 15 years ago
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.
15 years ago
Tim Su a63b5de137 Removed unused code, added display for tasks synchronized on remote server, updated translations. 15 years ago
Tim Su 85f892a24a Updated german translation for sync tokens, added preposition version of date plurals. Also removed other language localization files until we can proofread and get them up to date. 15 years ago
Tim Su 96e5f46ef9 Bug fixes in preparation for 2.7:
- Fixed a couple issues with German localization
  - not listing smart lists in synchronization dialog
  - fixed bug where hiding a tag that corresponds to an RTM list doesn't work well
  - localizing more synchronization strings
15 years ago
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
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
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 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 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 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