Commit Graph

992 Commits (8419332691924fc597563b379b15d270a8dae17b)

Author SHA1 Message Date
Tim Su 478824cde5 Added a vibration setting to the notification menu. Created some random notification.vibrate setting that hopefully works. 15 years ago
Tim Su d4920d6118 Merge with 1/16 updates to koxx3 provider branch.
------------------------------------------------------------
Use --include-merges or -n0 to see merged revisions.
15 years ago
Tim Su 219f39dd39 Fix for crash to DateControlSet / TaskEdit activity because of invalid format specifier. How the heck did it get in there? Sad times on the Android platform. 15 years ago
Tim Su a48ebe5d9c Merge from koxx3/astrid-provider
------------------------------------------------------------
Use --include-merges or -n0 to see merged revisions.
15 years ago
Tim Su f1796694d1 Fix for null pointer error in synchronization, bump Astrid version to 2.10.2 15 years ago
Tim Su 83c0649756 Released 2.10.1.
------------------------------------------------------------
Use --include-merges or -n0 to see merged revisions.
15 years ago
Tim Su 9d492d87ae Merge with 2.9.2
------------------------------------------------------------
Use --include-merges or -n0 to see merged revisions.
15 years ago
Tim Su eb5451ee47 Merged from 2.9.1
------------------------------------------------------------
Use --include-merges or -n0 to see merged revisions.
15 years ago
Tim Su 80fca66a3d Merged from 2.9.0
------------------------------------------------------------
Use --include-merges or -n0 to see merged revisions.
15 years ago
Tim Su a6ebce21f3 Merge 2.8.8.1
------------------------------------------------------------
Use --include-merges or -n0 to see merged revisions.
15 years ago
Tim Su 0da2536723 Merge from 2.8.8
------------------------------------------------------------
Use --include-merges or -n0 to see merged revisions.
15 years ago
Tim Su 7444bc28a6 Updated sync service min interval => cut release 2.7.8.1 15 years ago
Tim Su 86a2558cfd Merge 2.8.7
------------------------------------------------------------
Use --include-merges or -n0 to see merged revisions.
15 years ago
Tim Su 7a3f00e105 Merged from 2.8.5 branch.
------------------------------------------------------------
Use --include-merges or -n0 to see merged revisions.
15 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. 15 years ago
Tim Su c2ec12b343 Fixed how the autosync offset was being calculated.
Really, how did this work before? Oh well, that's why we code review... =/
15 years ago
Tim Su 3559181728 Fix for the "greyed out task list" bug, and adding another catch for IllegalStateException aughhh. 15 years ago
Tim Su 96fafbf88c Trying to fix an issue with SyncLoginActivity going dark, and also sync service starting immediately, screwing up your login. 15 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!
15 years ago
Tim Su eae64b19e9 Adding better error reporting facilities via flurry, plus a few more flurry events. 15 years ago
Tim Su 349e50c6c4 Updates to the locale receiver so that notification only occurs for tags with visible and active tasks, and the last notification time is recorded.
Adding "synchronized" to the onOpen calls for all the controllers to avoid a race condition where the database would get opened from two different threads, get created in one, and while in the process of creation, get queried from the other thread.
15 years ago
Tim Su 2c501a35b7 Removed logging call which was slowing down synchronization 15 years ago
Tim Su e81012df05 Added Flurry to track application usage statistics. Creating various logging points for errors and events, including creating, editing, postponing, completing tasks, synchronization, notifications. 15 years ago
Tim Su 98e8641874 Strip out user agent as per issue #98 15 years ago
Tim Su 0e0217b8fe Restored quick tips (how did this get deleted?) and enabling zoom in the sync login activity. 15 years ago
Tim Su b1c1388063 Fix so that when you log in to RTM, sync happens right away. 15 years ago
Tim Su 74798781fa Adding Synchronize Login WebView which is displayed when user needs to log in. 15 years ago
Tim Su 966fae0941 Adding bits in LocaleReceiver to minimize the number of times user is notified 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 a91baa02c3 Added Locale Edit Alerts and fixed up the "untagged" tag list option. Little code cleanup here and there. 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
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 32d8e010a4 Updating startup receiver to use standard static service start method, version #'s. 15 years ago
Tim Su 42e25b1410 Fixed bug with repeating tasks! 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 4540583ff0 Fix bug where clear personal data would crash Astrid. Also updated the sync stat algorithm. 15 years ago
Tim Su 0031ca9d82 woe is me. Removed annotation, got the cast removed by save actions, and now it doesn't work. 15 years ago
Tim Su 191846caf8 Fixed some findbugs issues, and a bug with tags and lists when synchronizing. 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 7cf04bf658 Fixed bug where task completed date wasn't getting set. 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 e80e062735 Special sync-on-complete hooks for completing tasks that remember the milk is handling the repeat for. 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 18adc8799d Removed static properties from Synchronizer class so controller overrides are not propagated. 15 years ago
Tim Su ff9fc72156 Minor change to hide auto sync label. 15 years ago
Tim Su e98cbb0fa0 Fixes for auto-synchronization. Yay for testing. 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 60af08f0b1 Apply of patch from Roger Kristiansen to fix issue #80 15 years ago
eparvand@gmail.com 7250b6a1a2 Edited classpath and removed some unnecessary jars, all in effort to build against 1.5. 15 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. 15 years ago
nemo.nihil b3661a872d Added Toasts for "onTaskSave" (reporting the time till due date, if set) 15 years ago
Tim Su fb8f8e412c Removed @Override annotation on annonymous inner classes as per issue #71 15 years ago
Tim Su 747febb162 Dropping email address by default. 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 c6ce2d9a23 Bug fixes: have tag list hide completed tasks from count, add a @ to tags. 15 years ago
Tim Su c792d99467 Awesome shortcuts: 'create new task' anycut shortcut, tag direct shortcuts. 15 years ago
Tim Su 037dc35c5d Fix for broken notifications. 15 years ago
Tim Su d2e8db4f10 Update alarms on postpone. 15 years ago
Tim Su 90e57d3391 Saving context when screen rotating, also some tweaks from the profiler. 15 years ago
Tim Su d5488da201 Fixed bug w/ postpone. 15 years ago
Tim Su 57fa2678c0 Only show dialog when really out of memory. 15 years ago
Tim Su cf290c89f2 Fixing lots of crashes and stuff generated by monkey... super ugly. I hope the product works... =x 15 years ago
Tim Su 36ca13ae8d More updates to loading thread - stops if running and reload needed. 15 years ago
Tim Su 327bc1b7ae Always show text at the top 15 years ago
Tim Su 3c09c367dc Updates to task list to handle editing, creating, deleting. 15 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
15 years ago
Tim Su 33a3f2e1df Cleaned up the refresh code, not doing a refresh when you do timer or postponing. 15 years ago
Tim Su b07086e5f8 Max opposite axis movement for a swipe 15 years ago
Tim Su 2dafd2918d Fixed swipe being too sensitive 15 years ago
Tim Su 41435827e7 Hopefully the last force close is fixed. This whole architecture needs a re-design - I'm probably loading and reloading the list way more than I need to be. In fact, that's almost a certainty.
BAH.
15 years ago
Tim Su 25f4d31837 Caught an exception & defer-load when you change your filters in the main task list 15 years ago
Tim Su ade7846578 Another enum bites the dust. NotificationIconSet. 15 years ago
Tim Su 3d977b2d60 Log a warning on stale data exception. 15 years ago
Tim Su a71fcc2ba9 catching staledataexception and ignoring it. =( 15 years ago
Tim Su 689c24ccd0 Flipped landscape and portrait detection. 15 years ago
Tim Su 480a54bfa1 Fixes caused by thread stuff. 15 years ago
Tim Su 40fc726657 Prep for release - removed threading from fillData in onfocus. 15 years ago
Tim Su c22cf2e015 Got notifications working again, quick hour fix in alarm time 15 years ago
Tim Su 833afde0a1 Put task content loading into a separate thread. 15 years ago
Tim Su 959741120b Fixed up bugs from previous update. Also, when you complete a repeating task, periodic reminders are pushed back. 15 years ago
Tim Su 1ac92aa1a0 Completion date is in the past. 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 c4db48e97e Closed issue #48, tweaked event adding. 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 3b7601ef01 Comments! 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 4a40d7a4aa Clear selected when you close. 15 years ago
Tim Su 906c9fb353 Couldn't close the thing. 15 years ago
Tim Su 060e0dae4e Fixed notifications not displaying a window. 15 years ago
Tim Su feab6e3d0a Adding more protection from NPE. 15 years ago
Tim Su a6ce373866 Fixed two NPE's, also eek what happened to repeats. 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 4e256262bc fixed double-switch bug. 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 ba5ab848e6 Got task and tag list onto one activity. 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 927f7eb5ba Propagate the same fix to italics. 15 years ago
Tim Su 5027fc8811 Fixed task list red bug. 15 years ago
Tim Su ea0a114b9b RTM tag spaces->underscores, optimized RTM a bit more on new task transmitting. 15 years ago
Tim Su 7f737c7021 Retry if invoke fails the first time, minor bugfixes. 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 66fc4fab73 I did not save this file. 15 years ago
Tim Su 8bb97a73df Ran findbugs on my code, fixed some bugs. Also, changed the auto sort algorithm to move "in progress" tasks to the top, and also fixed a bug with sync remembering. 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 37340b6cb2 Moved sync logic. code broken. =) 15 years ago
Tim Su 25e8e63525 Updated RTM to not read your whole task list, but only the incomplete tasks, on initial sync. Rotation protection for syncpreferences dialog. 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 f649568c14 removed warning. try at own risk. =) 15 years ago
Tim Su d269f5f189 Minor bug fixes. Minor stuff:
- sync of notes field, if your field doesn't end in a newline =)
  - newline after dialog box
15 years ago
Tim Su ad15acbcf7 Various fixes to get the dialogs looking right, and catching exceptions. 15 years ago
Tim Su c722008f89 Synchronization works, I think. Needs testing of course. 15 years ago
Tim Su fd78e22cd8 First pass at synchronization. All the structural stuff is done, needs to be tested. 15 years ago
Tim Su db20f92769 RTM Synchronization: got authentication working. now to do the synchronize bit. 15 years ago
Tim Su 79be2aed86 Fixed swipe to work over a TaskList row, updated the notification for all tasks to search for tasks w/ alerts. 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 94042f83cf New deadline? Show deadline text. 15 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. 15 years ago
Tim Su feb3873819 Fixed overflow bug for a second time. GAH. 15 years ago
Tim Su 9ede7a31f7 Updated snooze to move repeating alarms instead of scheduling an additional alarm. Also updated repeat to move alarms. 15 years ago
Tim Su 5d07f907ee Added repeating tasks feature, help menu, and started work on RTM sync. 15 years ago
Tim Su fa4642ab3d Fixed bug with initial values in Number Picker Dialog. 15 years ago
Tim Su 2c5c9ee356 Cleaned up activity result code, added snooze minutes to snooze button, and updated the colors. 15 years ago
Tim Su d879e63129 Updated the colors / font sizes, and made the notifications un-clearable. 15 years ago
Tim Su 472610429f Fixed bug that prevented periodic tasks from going, and added snooze. 15 years ago
Tim Su d7043bce8f Fixed an oopsie bug counting tasks. 15 years ago
Tim Su 455baa195f Incorporated Notification patch by Sergi Velez for choosing ringtone, and also icon. Nice work! 15 years ago
Tim Su 98a8970f53 Fixed completed task sorting yet again, and fixed a bug with multiple alerts. 15 years ago
Tim Su 13a8852090 Why don't my alerts sound? Trying to debug this issue. 15 years ago
Tim Su da02524fa9 Reversed completed task ordering. 15 years ago
Tim Su 33ea2a1f43 Fixed NPE in task sorting algorithm. 15 years ago
Tim Su eed464cb31 Changed the logging message. 15 years ago
Tim Su 1e91d59874 Possible fix that silences scheduled alerts from back in time! 15 years ago
Tim Su e5ee881b21 Fixed another startup bug, updated layouts, improved quiet hours handling. 15 years ago
Tim Su 06a49752fb Fix for startup bug. 15 years ago
Tim Su b78e5aa309 1.9 beta release:
- added tabbed interface for editor
   - added ability to set fixed-time notifications
   - fixed some crashes
15 years ago
Tim Su 8c3aaab57e Fixed bug where you couldn't uncheck a task you just checked. 15 years ago
Tim Su 7a48de3b77 Removed debugging code. 15 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
15 years ago
Tim Su 080878e216 Tweaked the notifications a bit more, and fixed a date display bug with deadlines too far in the future. 15 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) 15 years ago
Tim Su c44321ac1a Slight change to notification logic. Tweaked a lot of the colors. 15 years ago
Tim Su a9264f0a2b Overhauled the colour scheme. 15 years ago
Tim Su 7e41ab960a Flipped the ! sign. Hasn't this happened before...? 15 years ago
Tim Su e5826cdb9d Fixed startup crashing issue, added "completed task time" display on task listing. 15 years ago
Tim Su a6ba8a6c16 How did i get the comparison backwards? Sloppy sloppy. 15 years ago
Tim Su f0da8949ab Clarified the label for the reminder feature. It's been misunderstood =( 15 years ago
Tim Su f1e6f5a480 Updated the way deadlines (absolute vs goal) are handled. Goal deadlines don't send reminders once they're overdue.
Also, did some cosmetic things.
15 years ago
Tim Su a036a31ed0 Cosmetic improvements to displayed strings. 15 years ago
Tim Su 7ec1dbbc08 Removing some unused options. 15 years ago
Tim Su 5ddd9a4b63 Many purely cosmetic changes. 15 years ago
Tim Su ff77679e5b That's a wrap. Now you can close the task list by cancelling a notification. 15 years ago
Tim Su 2354be6f40 And of course, removing some debug code. 15 years ago
Tim Su 88e6d9179a Snooze is in seconds, not millis. 15 years ago
Tim Su bfb0313f36 Adding snoozing, notifications for upcoming deadlines, and made the system wake you when an alarm hits. 15 years ago
Tim Su 41c02d743e I got the sort by size thing backwards? 15 years ago
Tim Su 17809c46fb Refresh the tag list after sorting. 15 years ago
Tim Su eab42e63b7 Reset constants back to pre-debug levels. 15 years ago
Tim Su e95e40f93b Reset constants back to pre-debug levels. 15 years ago
Tim Su 11afe41b0f Incremental refinements to notification system: better handling of edge cases where stuff is deleted, the task is in progress, etc. 15 years ago
Tim Su 2f4c104d83 Notifications seem to work pretty well. Needs testing. 15 years ago
Tim Su 4d46900f45 Got the alarm stuff working... I think. 15 years ago
Tim Su 7c317b4b52 Lots of changes:
- progress checkboxes
   - feature: completing a task queries you to stop the timer
   - feature: 'blocking on' dialog partially complete
   - feature: notification system...
   - feature: NNumberPicker
   - more informative edit screen
15 years ago
Tim Su b3d61b5884 Bug fix: delete button => discard button on task creation 15 years ago
Tim Su 26af21a8ea Monkey found some bugs... apparently you can't double-schedule a TimerTask. 15 years ago
Tim Su e902a4ff08 Added copyright header to all files. 15 years ago
Tim Su 8016312cf1 Fixing more bugs: adding a new tag then going back to task list needed a tagArray refresh, removed some toString() references in TagController. 15 years ago
Tim Su 4f287f28e1 Slight change to the layout, fixed NPE in task Edit page. 15 years ago
Tim Su 065fc1a9d4 First pass at adding tagging features to astrid. Add tags from the editor view, also a tags listing page to view the tags you have. 15 years ago
Tim Su 0af4cf9d99 Fixed some activity lifecycle things:
- closing DB on onStop instead of onDestroy
   - stoping timer on onPause, recreating on onResume

  Closes Issue #2
15 years ago
Tim Su 95450a63bb Fixed bugs:
- adding blank tasks
   - rotating after creating task causes crash
   - save creates 2 copies of a task

  Added features:
   - add ability to start/stop timer from list
   - changed importance colors
   - shrink importance spinner
15 years ago
Tim Su 2c63a54802 Reorganized svn repository to follow Google's format. 15 years ago