Commit Graph

89 Commits (2e33e6d4f8dc2f98585c6c8a0346c38e86bb2004)

Author SHA1 Message Date
Tim Su 555d990bdd New notification popup custom dialog thing. Allows Astrid to provide a reminder message as well as arbitrary number of options. 16 years ago
Tim Su e2f9d652aa Fix for #511200 - run widget updater in the background. Also tweaked auto-synchronization in background. Hopefully that doesn't break :| 16 years ago
Tim Su dbf749e781 Updated Astrid task killer warning, and make task killer search every startup. 16 years ago
Tim Su 0a015c9813 New method of displaying actions after a task reminder - using list items instead of buttons. Trying it out. Also, fixed up vibration to do the right thing and improved the taskkiller warning. 16 years ago
Tim Su 478824cde5 Added a vibration setting to the notification menu. Created some random notification.vibrate setting that hopefully works. 16 years ago
Tim Su a48ebe5d9c Merge from koxx3/astrid-provider
------------------------------------------------------------
Use --include-merges or -n0 to see merged revisions.
16 years ago
Tim Su 83c0649756 Released 2.10.1.
------------------------------------------------------------
Use --include-merges or -n0 to see merged revisions.
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 80fca66a3d Merged from 2.9.0
------------------------------------------------------------
Use --include-merges or -n0 to see merged revisions.
16 years ago
Tim Su 7b8f3b3d60 Added Android marketplace description as a string to translate. 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 86a2558cfd Merge 2.8.7
------------------------------------------------------------
Use --include-merges or -n0 to see merged revisions.
16 years ago
Tim Su 42aa15967c Updated translation files to be more helpful for translators. Adding scripts to assist in generating .pot files. Added more graceful handling to RtmTaskNote. 16 years ago
Tim Su aebc698298 Tracked down and fixed a couple bugs with synchronization, handling IllegalStateException,
added more error reporting via flurry. Ready for 2.8 release!
16 years ago
Tim Su f8094687a6 Fixed up hints for task edit page, fixed broken about_translators resource. 16 years ago
jon@todoroo.com e2db89732b updated arrays.xml and strings.xml with
<!-- Automatically filled in by Launchpad: -->
          <string name="about_translators">translator-credits</string>

  necessary for translation.
16 years ago
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. 16 years ago
Tim Su 74798781fa Adding Synchronize Login WebView which is displayed when user needs to log in. 16 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. 16 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.
16 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. 16 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. 16 years ago
Tim Su c1db49dddb Roll back of commit #236 - persistent mode is not the same as alarm clock 16 years ago
jon@todoroo.com d937cd5d64 Updated to alarm clock mode (from persistent mode) and corrected some spelling issues in arrays.xml comments. 16 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.
16 years ago
Tim Su a63b5de137 Removed unused code, added display for tasks synchronized on remote server, updated translations. 16 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. 16 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
16 years ago
Tim Su 309431bcdc Updated date formatter localization. 16 years ago
Tim Su e5478f4187 More updates to support sync-after-repeat-complete. I think it works mostly now. 16 years ago
Tim Su 74b5ff1f95 Now translating taskedit tab labels. Updated all language files to make this work. 16 years ago
Tim Su 5ee4077427 Fixed background synchronization - seems to work in initial tests. 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
jon@todoroo.com 9a33ad2137 Added some comment to the arrays.xml and strings.xml to assist those who are translating. 16 years ago
nemo.nihil b3661a872d Added Toasts for "onTaskSave" (reporting the time till due date, if set) 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 3d5b8d45b3 Fixin' the bugs with postpone pref. 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 c792d99467 Awesome shortcuts: 'create new task' anycut shortcut, tag direct shortcuts. 16 years ago
Tim Su 3c09c367dc Updates to task list to handle editing, creating, deleting. 16 years ago
Tim Su 02bf2223fc Added some comments to strings xml 16 years ago
Tim Su 480a54bfa1 Fixes caused by thread stuff. 16 years ago
Tim Su 833afde0a1 Put task content loading into a separate thread. 16 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
16 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. 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 ee10cb7dd6 Made expand->select only happen in certain circumstances. Fixed the notification icon to be clickable multiple times. Added survey option 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 16efea1657 - fixed RTM deadline sync bug
- cache italics status
  - clear alarms for cleared deadlines
  - timer indicator
  - new indicator bar icons
16 years ago
Tim Su 91cc629273 Added some padding to the edit pages, added the suppress dialog sync option, changed a label. 16 years ago