Commit Graph

333 Commits (1e9cda7aaae834bb1aeeb8cd8835cfb00a911aa5)

Author SHA1 Message Date
Tim Su 1e9cda7aaa Merge branch 'master' into gtasks 15 years ago
Tim Su ad7b9b45f5 Improved the details string for alarms to have an icon and look nicer, plus smart flags 15 years ago
Tim Su c26fdbf8c0 Getting alarms to work again 15 years ago
Tim Su 5919c7502c Producteev: added ability to unset a deadline in PDV. 15 years ago
Tim Su 29afb9fb75 No hardcoded producteev timezones, instead we get a list of timezones via the java api 15 years ago
Arne Jans 14819318e3 Added timezone-selection to user-signup 15 years ago
Tim Su 95621e597c First pass at gtasks sync provider 15 years ago
Tim Su 46d34d79e0 notes setting affects producteev and milk notes too 15 years ago
Tim Su 36207a9c55 Now when you trigger timer, new decoration overrides old one to show you timer progress 15 years ago
Tim Su d438ab4de0 Bumped Astrid version to push out an Astrid 3.3 release with cleaner caching logic and no debug statements 15 years ago
Tim Su d66db7a073 Fixed issues with task order arranging 15 years ago
Tim Su 9c3efb775b First pass at fleshing out the order changing operation 15 years ago
Tim Su 459009f39c Refactored task adapter add on manager into own class, fixed a bug with detail loading, updated task details to not use broadcast receiver, added skeleton google order actions 15 years ago
Tim Su 9cf8b28e17 Made createNewMetadata method easier to use 15 years ago
Tim Su 927ba61e5a Added indentation action and unit test 15 years ago
Tim Su 1d5e7ef477 Added gtasks preferences, bug fixes to get detail exposer working 15 years ago
Tim Su d00a35bf58 Wrote first gtasks unit test, first unit test passes. 15 years ago
Tim Su 0cf572de59 Turned preference service into an injected class for better testability, wrote the first test, of the decorator 15 years ago
Tim Su a87cb96a8d Further fleshing out gtasks - added decoration exposer and rewrote metadata service to use commons version 15 years ago
Tim Su 9d829cfada Started the work of extracting data service code into a helper class 15 years ago
Tim Su 35f5e65adc Gtasks boilerplate. That's a lot of boilerplate, but it does get better with each iteration. In the future we should extract more of this type of functionality 15 years ago
Tim Su c18d2f0aa9 Fix for NPE bugs when saving a filter 15 years ago
Tim Su 34c0f781e9 Producteev: always show pdv notes whether you are logged in or not 15 years ago
Tim Su 24b9111636 Producteev: set default task edit responsible spinner not to first person in list, but to yourself 15 years ago
Tim Su ee303ab1f4 Fixing widget not starting, fixing bug with custom filter activity and decorations not loading correctly 15 years ago
Tim Su 457059cd91 Fix for NPE in custom filter activity 15 years ago
Tim Su a30fbce42d Improved perf in reminder scheduling - sleep for a bit to prevent ANR in scheduling service, don't print out date when doing reminder scheduling 15 years ago
Tim Su 211819b21a Now updating the task notes appearance setting clears the cache 15 years ago
Tim Su 9598ba52d4 Moving reminder scheduling into a background service to prevent ANR dialogs 15 years ago
Tim Su dac7b40c94 suppress warnings 15 years ago
Tim Su 18381e06e5 Added a couple new events for usage feedback of various Astrid features: producteev login/signup and repeated task creation 15 years ago
Tim Su c3025f355f Deleted some cruft, fixed a bunch of unit tests 15 years ago
Tim Su 28c31ed09e Cleaned up the clock icons, added an 'already done' button to reminders 15 years ago
Tim Su cc7bf20562 Made snooze time override other alarms, also created preference for new old-style snooze dialog 15 years ago
Tim Su ebc277d4db Added filters for "tag contains" and "title contains". Added the requisite supporting classes to make that happen. Fixes AST-287. 15 years ago
Tim Su 175f4fe8da Fix for AST-233 - new tasks reminder settings into Task Defaults menu 16 years ago
Tim Su e3634794ee Fix for AST-180 - updating title, notes, or due date of an Astrid task updates calendar event 16 years ago
Tim Su df85776039 Fix an exception that occurs during task export 16 years ago
Tim Su 8ba1d75ec6 AST-182 - if google calendar event deleted, allow users to re-create it from Astrid.
also incidental re-write of alarm and tag logic to leverage metadataService.synchronize call, as well as allowing writeToModel to return a string. currently unused, but will use it in the next step.
16 years ago
Tim Su 9a9eb73945 reflected new API change in dependency injector 16 years ago
Tim Su c6da0907ff Moved a bunch of API files into the API project. Yay for code reuse.
Please import the github project todoroo/astridApi. :)
16 years ago
Tim Su cb6645704f Fixed some warnings, moved translations into sync file, fixed an issue with leaking reciever 16 years ago
Tim Su 136135cfd0 Official API support for settings categories 16 years ago
Tim Su 33ae2cad02 Merge remote branch 'origin/master' into dev
Conflicts:
	astrid/AndroidManifest.xml
	astrid/plugin-src/com/todoroo/astrid/producteev/sync/ProducteevDataService.java
	astrid/plugin-src/com/todoroo/astrid/rmilk/MilkBackgroundService.java
	astrid/plugin-src/com/todoroo/astrid/rmilk/MilkDetailExposer.java
	astrid/plugin-src/com/todoroo/astrid/rmilk/MilkPreferences.java
	astrid/plugin-src/com/todoroo/astrid/rmilk/api/data/RtmTask.java
	astrid/plugin-src/com/todoroo/astrid/rmilk/data/MilkNote.java
	astrid/plugin-src/com/todoroo/astrid/rmilk/sync/RTMSyncProvider.java
	astrid/plugin-src/com/todoroo/astrid/rmilk/sync/RTMTaskContainer.java
	astrid/src/com/todoroo/astrid/activity/TaskListActivity.java
	astrid/src/com/todoroo/astrid/adapter/TaskAdapter.java
	astrid/src/com/todoroo/astrid/service/StartupService.java
16 years ago
Tim Su 3e57703911 Fixed up bugs in reminders that would cause them to go off continually. Version bumped to 3.2.7 16 years ago
Tim Su 969472bdf9 wasn't able to set lastNotified previously, now we do a better job of it 16 years ago
Tim Su 027e943213 Made a nicer selection background for task rows 16 years ago
Tim Su 2c64b35504 Now we detect if an anomalous database state has occurred and try to restore tasks. Also now we sort backup files by last modified date 16 years ago
Tim Su 5934d21d4a finished up Sync action 16 years ago
Tim Su b2ea285641 Rewrote alarm scheduling logic, now we schedule all alarms on astrid startup 16 years ago