Commit Graph

9582 Commits (60244ead3c594779e38cc56b38fde0229795a5ab)
 

Author SHA1 Message Date
Tim Su 32d8e010a4 Updating startup receiver to use standard static service start method, version #'s. 14 years ago
Tim Su 42e25b1410 Fixed bug with repeating tasks! 14 years ago
Tim Su a63b5de137 Removed unused code, added display for tasks synchronized on remote server, updated translations. 14 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. 14 years ago
Tim Su 4540583ff0 Fix bug where clear personal data would crash Astrid. Also updated the sync stat algorithm. 14 years ago
Tim Su 0031ca9d82 woe is me. Removed annotation, got the cast removed by save actions, and now it doesn't work. 14 years ago
Tim Su 191846caf8 Fixed some findbugs issues, and a bug with tags and lists when synchronizing. 14 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
14 years ago
Tim Su 309431bcdc Updated date formatter localization. 14 years ago
Tim Su 7cf04bf658 Fixed bug where task completed date wasn't getting set. 14 years ago
Tim Su e5478f4187 More updates to support sync-after-repeat-complete. I think it works mostly now. 14 years ago
Tim Su e80e062735 Special sync-on-complete hooks for completing tasks that remember the milk is handling the repeat for. 14 years ago
Tim Su 74b5ff1f95 Now translating taskedit tab labels. Updated all language files to make this work. 14 years ago
Tim Su 5ee4077427 Fixed background synchronization - seems to work in initial tests. 14 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. 14 years ago
Tim Su 18adc8799d Removed static properties from Synchronizer class so controller overrides are not propagated. 14 years ago
Tim Su ff9fc72156 Minor change to hide auto sync label. 14 years ago
Tim Su e98cbb0fa0 Fixes for auto-synchronization. Yay for testing. 14 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"
14 years ago
Tim Su 60af08f0b1 Apply of patch from Roger Kristiansen to fix issue #80 14 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. 14 years ago
Tim Su b4fb03647f Updates to bring Astrid project to full SDK 1.5 compatibility. 14 years ago
eparvand@gmail.com 7250b6a1a2 Edited classpath and removed some unnecessary jars, all in effort to build against 1.5. 14 years ago
Tim Su a1cc5ed5f2 Chinese is spelled "zh". 14 years ago
jon@todoroo.com 4f321c5080 update to japanese strings to include stings that are new in this version. Needs additional translation. 14 years ago
jon@todoroo.com 988630571f Added string values for Japanese and Norwegian and place holders for Chinese and German Translations. 14 years ago
jon@todoroo.com 9a33ad2137 Added some comment to the arrays.xml and strings.xml to assist those who are translating. 14 years ago
Tim Su 7d4ad4d9c9 Fixed bug where the very first time the app is run, it would crash, by adding "IF NOT EXISTS" to the sql queries for creating tables. Also synchronizing these operations for good measure. 14 years ago
nemo.nihil b3661a872d Added Toasts for "onTaskSave" (reporting the time till due date, if set) 14 years ago
Tim Su fb8f8e412c Removed @Override annotation on annonymous inner classes as per issue #71 14 years ago
Tim Su 747febb162 Dropping email address by default. 14 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. 14 years ago
Tim Su 14766f250f Fix to postponed tasks to keep a per/task counter, bug fixes for refreshing the list. 14 years ago
Tim Su 3d5b8d45b3 Fixin' the bugs with postpone pref. 14 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
14 years ago
Tim Su c6ce2d9a23 Bug fixes: have tag list hide completed tasks from count, add a @ to tags. 14 years ago
Tim Su c792d99467 Awesome shortcuts: 'create new task' anycut shortcut, tag direct shortcuts. 14 years ago
Tim Su 037dc35c5d Fix for broken notifications. 14 years ago
Tim Su d2e8db4f10 Update alarms on postpone. 14 years ago
Tim Su 90e57d3391 Saving context when screen rotating, also some tweaks from the profiler. 14 years ago
Tim Su d5488da201 Fixed bug w/ postpone. 14 years ago
Tim Su 57fa2678c0 Only show dialog when really out of memory. 14 years ago
Tim Su cf290c89f2 Fixing lots of crashes and stuff generated by monkey... super ugly. I hope the product works... =x 14 years ago
Tim Su 36ca13ae8d More updates to loading thread - stops if running and reload needed. 14 years ago
Tim Su 327bc1b7ae Always show text at the top 14 years ago
Tim Su 3c09c367dc Updates to task list to handle editing, creating, deleting. 14 years ago
Tim Su 81cd7de0df Work on optimizing Astrid for gigantic lists. Removed all the crashing! Just have to test
a) task updates when edited
  b) task hides when deleted, nothing else is affected
  c) creating tasks works
14 years ago
Tim Su 33a3f2e1df Cleaned up the refresh code, not doing a refresh when you do timer or postponing. 14 years ago
Tim Su b07086e5f8 Max opposite axis movement for a swipe 14 years ago
Tim Su 2dafd2918d Fixed swipe being too sensitive 14 years ago