Commit Graph

566 Commits (d243a170dc1e17ffd1ed1eac66bf6eaa7aa02db0)

Author SHA1 Message Date
Tim Su 401125c187 got widget completing working. also updated the look slightly. 16 years ago
Tim Su 50229bed6b fixed up power widget, moved drawables into drawable/ folder for compatibility with Android 1.5 16 years ago
Tim Su 0edee4ed2a First pass at not dynamically creating views from widget 16 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 252beae2ef Show recently completed tasks. Unfortunately, completed tasks will still jump to the bottom of the list due to sort 16 years ago
Tim Su 597c2ea67f Initial big widget commit 16 years ago
Tim Su 972361dad2 synchronizing detail hash to prevent race conditions 16 years ago
Tim Su df85776039 Fix an exception that occurs during task export 16 years ago
Tim Su dda7ae64af Finished writing javadoc for content provider. 16 years ago
Tim Su 7731ebf28e Got rid of a weird debugging string 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 fac536ad5c Re-activated override pending transition for leaving task list activity to filter, made swiping anim faster 16 years ago
Tim Su 1b0026f208 Fix for AST-291 - task est time tally now 999, AST-215 - cancel specific day/time goes back 16 years ago
Tim Su a9ea2c212d Fix for AST-90 - menu+c copies instead of cancels task editing 16 years ago
Tim Su 0680174179 Worked on Astrid 3.3 upgrade function 16 years ago
Tim Su 12880c4508 Wrote a build.xml for Astrid that actually compiles the thing. 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 be125eca89 Added an API for refreshing details 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 e129443c9d Version bump and upgrade message 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 7924b4a5be Fixed up rtm addon appearing in 'available' list 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 16bd76b18f completed tasks bubble to the bottom in most sorts 16 years ago
Tim Su 7fa70df9fe completed tasks in widget go gray 16 years ago
Tim Su b2ea285641 Rewrote alarm scheduling logic, now we schedule all alarms on astrid startup 16 years ago
Tim Su ff4e6ba5ea Got rid of confirm password box when creating new user account 16 years ago
Tim Su 2a4c4bab69 Fixed some warnings 16 years ago
Tim Su 939bb9d5af Merge remote branch 'origin/master'
Conflicts:
	astrid/plugin-src/com/todoroo/astrid/producteev/sync/ProducteevSyncProvider.java
16 years ago
Tim Su 8bd838be50 Made slide animations quicker, started work on sync provider API 16 years ago
Tim Su 888183c1bb Now we automatically feed our task to the decorations so no extra sql queries in the background. Also automatic updates when action button is pressed 16 years ago
Tim Su c0e9ae6ff3 Increased gesture detection threshold 16 years ago
Tim Su 2af576531e Fixed various bugs with clearing details, now try-catching detail loader, all kinds of goodies 16 years ago
Tim Su 9b0cf2b416 Still more shorten the notification title 16 years ago
Tim Su ed3a274c18 temporarily disable un-setting due date, squash another source of duplicate tasks - remotely new and completed tasks 16 years ago
Tim Su e6bce4d275 Added allDay flag for Producteev setDeadline, fixed unsetting deadline 16 years ago
Tim Su 1cb46c83fc Add a bit of padding, got rid of logging statement 16 years ago
Tim Su 13a4d51ca2 Improved the way that task details work (to use a string builder), nice background for selected tasks, make purge really work) 16 years ago
Tim Su 4253cec645 Clearing cache when logging out of PDV, escaping producteev activities and workspaces, fixing warnings 16 years ago
Tim Su edb6379c9f Added a purge item 16 years ago
Tim Su fe631ac97e Better handling of tapping on actual title not body 16 years ago
Tim Su adea1b3126 AST-246 - caching task details 16 years ago
Tim Su 7432195f10 tasks due on a certain day in Astrid -> 23:59 PM in producteev 16 years ago
Tim Su 8e52492054 AST-295 - if a task is overdue upon sync, turn off notify-after-deadline flag 16 years ago
Tim Su b548943604 Clear notifications on task edit. Fixes AST-274 16 years ago
Tim Su 2da6931635 AST-252 - swipe transition and filter transition now go the right direction 16 years ago
Tim Su fd5f5f1a28 A little bit of extra checking when creating dialogs in case activity is finishing 16 years ago
Tim Su 98b5e0d5f8 Fix for AST-273 - rtm priority was being set incorrectly 16 years ago
Tim Su 120613d067 Fix for AS-299 - notifications don't open up the right page and instead re-use the old notification. There were bugs upon bugs upon bugs! 16 years ago
Tim Su 39aa2679a7 Added a nls 16 years ago
Tim Su e4300b1237 Fix for AST-117 - call is silent w/ no vibration if call state not idle 16 years ago
Tim Su 5c5612746a AST-285 - rtm login page randomly comes up 16 years ago
Tim Su 16449a4ae2 Bump upgrade date 16 years ago
Tim Su 1049549629 Shortened notification title 16 years ago
Tim Su de28c8f072 Renamed permissions, fixed a bug with Field class 16 years ago
Tim Su ed60492f18 Fixin' tests, fixin' the content provider, i think it's in decent shape now. All unit tests pass! 16 years ago
Tim Su 0b77d19f7d Now passing the first of the content provider unit tests 16 years ago
Tim Su c1d1fa801f Fixed up unit tests. they compile but aren't passing yet 16 years ago
Arne Jans 8b084c286f first version of notifiers for producteev-worklog to show acitivites/shownotifications since last sync 16 years ago
Tim Su 8bd90f3252 catch a couple exceptions here and there, be better about varions error possibilities 16 years ago
Tim Su 561e899eff Updated content provider, started on provider tests 16 years ago
Tim Su 986de7792b Fully fleshed out content provider. Now for unit tests 16 years ago
Tim Su 17a9ec4cb2 In-progress content provider 16 years ago
Tim Su e98cbacae8 launching activities from widget resets task 16 years ago
Tim Su ae0f20e192 Remoted a temporary property on ProducteevLoginActivity, change 'Notes' -> 'Add a Comment' in taskedit with producteev 16 years ago
Tim Su eec0fbaa34 we weren't syncing responsible person. Now we are. 16 years ago
Tim Su 68c87404ab Always sync all dashboards, instead of just recently changed ones. Seems like a reasonable thing to do - small amount of data increase, prevents out of sync bugs 16 years ago
Tim Su 548fb1cf74 If user cancels new dashboard creation, bring 'em back to old selection 16 years ago
Tim Su e95222bb59 Fixes to make created user thing work 16 years ago
Tim Su 4751815fcc Merge remote branch 'origin/master' 16 years ago
Tim Su 535de14436 Update default dashboard preference from setting on server 16 years ago
Arne Jans ed8efb1e22 dashboards can now be created and assigned from within astrid. setting responsible person is now sent to server, too (fixin missing parameter in invoker.tasksCreate) 16 years ago
Tim Su de43051ee1 Adding 'created by' detail to producteev tasks, fix for not fully logging out, don't read null's from database 16 years ago
Tim Su 44a3310548 Added content provider, but it doesn't work yet! 16 years ago
Tim Su 651c87408a Updated startup service so it compiles 16 years ago
Arne Jans 149bdc382a Merge remote branch 'upstream/master' into dev 16 years ago
Tim Su da7f87a4e0 Merge branch '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/MilkLoginActivity.java
	astrid/plugin-src/com/todoroo/astrid/rmilk/data/MilkDataService.java
	astrid/plugin-src/com/todoroo/astrid/rmilk/sync/RTMSyncProvider.java
	astrid/src/com/todoroo/astrid/service/StartupService.java
16 years ago
Tim Su f9eb247ef6 Fix for RTM metadata not getting created at all. 16 years ago
Tim Su bafbf9718d Tag filters should only show active & visible tasks 16 years ago
Tim Su 8ad2ed3b6c added a second-teir upgrade step, also now we start all services at app start 16 years ago
Tim Su c74f251a91 Added Producteev startup receiver 16 years ago
Tim Su fd0e5b7d43 Minor updates to background services 16 years ago
Tim Su 8db3469871 When milk login fails, return user to login page 16 years ago
Tim Su 164317e4b8 moved RTM to use the newfangled metadata service 16 years ago
Tim Su 4b647fdd97 Version bump, added upgrade message 16 years ago
Tim Su ade52edd67 No more hooks on task dao save, it was confusing and didn't do anything. Also fix for AST-267 - task open from pure calendar 16 years ago
Arne Jans 7b5a6ebae2 dashboards can now be created and assigned from within astrid. setting responsible person is now sent to server, too (fixin missing parameter in invoker.tasksCreate) 16 years ago
Tim Su 9fab8817da Fix for AST-265, finally - don't save tasks with blank title, even when created by widget 16 years ago
Tim Su d66138e512 Fixed up api signature generation, also fixed up Producteev duplicate task creation 16 years ago
Tim Su b34ac067ac Fix for not using permasql translation when reading filter list counts 16 years ago
Tim Su 83bebe2f99 Zero-padding api signature, c/o Thomas Bonnin from Producteev 16 years ago
Tim Su 3f82f679c3 Merge branch 'master' of github.com:todoroo/astrid 16 years ago
Tim Su f765dd17e0 Fixed issues with producteev and synchronizing created/deleted tasks 16 years ago