Tim Su
038e759353
Added instructions for astridApi project.
14 years ago
Tim Su
4fc4ad732c
Got landscape and importance stuff working out
14 years ago
Tim Su
da74bc73e2
Added drop shadow to buttons, updates to widget to fix bugs with completing tasks scrolled further down
14 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
14 years ago
Tim Su
4776e0e866
temporarily restoring rmilk into mainline astrid product for a bug fix release
14 years ago
Tim Su
14cd6d26e5
Cleaned up translations, pushing out a new pot file from this project and astridApi combined
14 years ago
Tim Su
4e688ff3a7
Updated androidxml2po script to work with astrid sub-projects
14 years ago
Tim Su
9d8e0d5fbf
updated catxml to handle single xml files
14 years ago
Tim Su
401125c187
got widget completing working. also updated the look slightly.
14 years ago
Tim Su
50229bed6b
fixed up power widget, moved drawables into drawable/ folder for compatibility with Android 1.5
14 years ago
Tim Su
0edee4ed2a
First pass at not dynamically creating views from widget
14 years ago
Tim Su
175f4fe8da
Fix for AST-233 - new tasks reminder settings into Task Defaults menu
14 years ago
Tim Su
e3634794ee
Fix for AST-180 - updating title, notes, or due date of an Astrid task updates calendar event
14 years ago
Tim Su
252beae2ef
Show recently completed tasks. Unfortunately, completed tasks will still jump to the bottom of the list due to sort
14 years ago
Tim Su
597c2ea67f
Initial big widget commit
14 years ago
Tim Su
972361dad2
synchronizing detail hash to prevent race conditions
14 years ago
Tim Su
df85776039
Fix an exception that occurs during task export
14 years ago
Tim Su
dda7ae64af
Finished writing javadoc for content provider.
14 years ago
Tim Su
7731ebf28e
Got rid of a weird debugging string
14 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.
14 years ago
Tim Su
fac536ad5c
Re-activated override pending transition for leaving task list activity to filter, made swiping anim faster
14 years ago
Tim Su
1b0026f208
Fix for AST-291 - task est time tally now 999, AST-215 - cancel specific day/time goes back
14 years ago
Tim Su
a9ea2c212d
Fix for AST-90 - menu+c copies instead of cancels task editing
14 years ago
Tim Su
0680174179
Worked on Astrid 3.3 upgrade function
14 years ago
Tim Su
12880c4508
Wrote a build.xml for Astrid that actually compiles the thing.
14 years ago
Tim Su
9a9eb73945
reflected new API change in dependency injector
14 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. :)
14 years ago
Tim Su
be125eca89
Added an API for refreshing details
14 years ago
Tim Su
cb6645704f
Fixed some warnings, moved translations into sync file, fixed an issue with leaking reciever
14 years ago
Tim Su
136135cfd0
Official API support for settings categories
14 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
14 years ago
Tim Su
3e57703911
Fixed up bugs in reminders that would cause them to go off continually. Version bumped to 3.2.7
14 years ago
Tim Su
e129443c9d
Version bump and upgrade message
14 years ago
Tim Su
969472bdf9
wasn't able to set lastNotified previously, now we do a better job of it
14 years ago
Tim Su
027e943213
Made a nicer selection background for task rows
14 years ago
Tim Su
7924b4a5be
Fixed up rtm addon appearing in 'available' list
14 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
14 years ago
Tim Su
5934d21d4a
finished up Sync action
14 years ago
Tim Su
16bd76b18f
completed tasks bubble to the bottom in most sorts
14 years ago
Tim Su
7fa70df9fe
completed tasks in widget go gray
14 years ago
Tim Su
b2ea285641
Rewrote alarm scheduling logic, now we schedule all alarms on astrid startup
14 years ago
Tim Su
ff4e6ba5ea
Got rid of confirm password box when creating new user account
14 years ago
Tim Su
2a4c4bab69
Fixed some warnings
14 years ago
Tim Su
939bb9d5af
Merge remote branch 'origin/master'
...
Conflicts:
astrid/plugin-src/com/todoroo/astrid/producteev/sync/ProducteevSyncProvider.java
14 years ago
Tim Su
8bd838be50
Made slide animations quicker, started work on sync provider API
14 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
14 years ago
Tim Su
c0e9ae6ff3
Increased gesture detection threshold
14 years ago
Tim Su
2af576531e
Fixed various bugs with clearing details, now try-catching detail loader, all kinds of goodies
14 years ago
Tim Su
9b0cf2b416
Still more shorten the notification title
14 years ago
Tim Su
ed3a274c18
temporarily disable un-setting due date, squash another source of duplicate tasks - remotely new and completed tasks
14 years ago