Commit Graph

649 Commits (84fbfc1cbd38eddc20b6794811d48c03ad3c3498)

Author SHA1 Message Date
Tim Su 43f1da18a8 If task is edited, snooze alarm gets cleared 15 years ago
Tim Su d14cc18539 Vibrate in preferences is checked by default now, which is the way the actual behavior of the app is. 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 3423ae184d Suppress detail separator if it shows up in the beginning of your text 15 years ago
Tim Su 6c5a2596a8 Moved note icon up slightly to line up with text 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 df942e57ba changed ordering of actions to up right left down 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 64688d1a2c Handle context menu items as broadcasts and not activities 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 3b6cf82d8d Fix for task details starting with a separator 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 2c6400ed89 Astrid 3.3.2 - fixes edit button tap jumps to top of list 15 years ago
Tim Su a5faae2d6d Randomly we refresh tasks even if they are up to date. Also, not setting modification date if details date is already set 15 years ago
Tim Su e893d29382 Updated simplified chinese translations from traditional, added python simplify script 15 years ago
Tim Su 7fe8f6a481 Version bump, make it so that invalidating the data set preserves scroll location 15 years ago
Tim Su f0aba05d43 Added a version descriptor 15 years ago
Tim Su 5f36c7a686 Update widget on task delete 15 years ago
Tim Su c18d2f0aa9 Fix for NPE bugs when saving a filter 15 years ago
Tim Su de51220f67 If task is completed, hide details. Also fixed issue with completed time formatting 15 years ago
Tim Su f43ebb3990 Added a loading message for tags being loaded 15 years ago
Tim Su 5d5a8e04a2 Rearrange loading order of task edit activity to try to improve responsiveness. 15 years ago
Tim Su 70d69ab0ed Fix for tabs turning whiter and whiter as you click on multiple of them in task edit activity 15 years ago
Tim Su 5bad493e79 Delayed loading of portions of task edit activity to speed up percieved UI responsiveness 15 years ago
Tim Su d243a170dc TaskAdapter: got rid of superflous scrolling around 15 years ago
Tim Su 14ae77c69b Rolling back changes that show RTM as a separate plugin, until this actually happens in reality 15 years ago
Tim Su 1d406bb292 Version bump - Astrid 3.3 15 years ago
Tim Su 48bd54cc08 Cleaned up the logic for when to refresh the details 15 years ago
Tim Su 1dac71b406 Bump expiration date 15 years ago
Tim Su 34c0f781e9 Producteev: always show pdv notes whether you are logged in or not 15 years ago
Tim Su 2bc25174e8 Load decorations if cached during fling 15 years ago
Tim Su 4d08a82344 Fixed inclusion of temp code, now clearing out details on task save 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 5ea3fcd885 Fixed double-detail-separator bug, fixed wrong criteria meaning new tasks didn't get details created 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 26488ecb9c Invalidate details cache every couple of days 15 years ago
Tim Su 5373b09cdf Got rid of a couple new objects created, pre-initialized hash maps 15 years ago
Tim Su 9a8703a000 Hide linkify behind a simple string contains, also removed unnecessary details cache clearing 15 years ago
Tim Su e3ec7d3942 Added cache for Html and DateFormatting operations in Task Adapter, also added a column for detailscache for when the details cache was last updated. now we only scan when it is older than task mod date 15 years ago
Tim Su 843f47640d Caching detail image drawables for perf improvements while scrolling, also now we always re-fetch all details on all tasks in the background just in case we miss something 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 13e69cc004 temporary disable of pp widgets in order to make a release 15 years ago
Tim Su 37c21342d0 dropping throttle, not sure why it is this long 15 years ago
Tim Su 5cbd323bba Fixed RTM duplicated tasks with repeating tasks, priority not being set, and retried method invocation not working 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 83b2876254 Updated changelog information 15 years ago
Tim Su 86cd9673fd Rewrote cursor joining to fix issues with rmilk implementation 15 years ago
Tim Su 9af973bcd2 Pulled in new translations for Astrid 3.3 15 years ago
Tim Su c918f251b4 4x2 widget beta... did the old widget break? 15 years ago
Tim Su 6611db1560 Based on profiling, fixed some ish 15 years ago
Tim Su 48c03a105a Fixed project name 15 years ago
Tim Su fe79c3202c Re-merged updated strings xml from po files 15 years ago
Tim Su c3025f355f Deleted some cruft, fixed a bunch of unit tests 15 years ago
Tim Su 8c2d742336 Removed some cruft 15 years ago
Tim Su a305c6b947 Rearranged the buttons. it looks a bit weird, but it seems to work in terms of separating clickable things 15 years ago
Tim Su e867f59240 Made notification buttons slightly bigger 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 85c0ebfb1a Darkened the body of the 4x4 widget 15 years ago
Tim Su c11114bbbd Removed a line of logging 15 years ago
Tim Su b72cc956f2 added rmilk to ant build script 15 years ago
Tim Su d40c7e67ce Fix for AST-315 - made hyperlink colors a lighter shade of blue 15 years ago
Tim Su 12683dbee2 Fix for AST-212 - hide until specific time setting 15 years ago
Tim Su 3d6063b205 Removed unused translation strings entries 15 years ago
Tim Su 4fc4ad732c Got landscape and importance stuff working out 16 years ago
Tim Su da74bc73e2 Added drop shadow to buttons, updates to widget to fix bugs with completing tasks scrolled further down 16 years ago
Tim Su 885bd84965 Modified widget to work under Android 1.5. I don't think the setBackgroundResource stuff is completedly fixed, but it's a start 16 years ago
Tim Su 4776e0e866 temporarily restoring rmilk into mainline astrid product for a bug fix release 16 years ago
Tim Su 14cd6d26e5 Cleaned up translations, pushing out a new pot file from this project and astridApi combined 16 years ago
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