Tim Su
|
52ed2cdda5
|
Add a license block to the top of the files that don't have one
|
12 years ago |
Tim Su
|
95cc709366
|
Replace legacy GPLv2 License in all of our source files
|
12 years ago |
Sam Bosley
|
46f2ee2c2e
|
Refactored Task.REMOTE_ID to be null when unset rather than 0. Also catch SQLiteConsistency exceptions and recover when inserting a task that already has that remote id.
|
13 years ago |
Tim Su
|
a22baa36fb
|
SharedPreference will open a new file if the current one is not working out
|
14 years ago |
Arne Jans
|
64174308f9
|
Organized imports
|
14 years ago |
Joshua Gross
|
b449fc3ef1
|
Moved 'about' strings to strings-core
|
14 years ago |
Tim Su
|
b56e6af02e
|
killed dead code, added calendar picker to alarms
|
14 years ago |
Tim Su
|
f24907cbb6
|
Wired up swipe detector to behave as expected, restored old grabber icon at Jon's request, now indnet works
|
14 years ago |
Tim Su
|
c3025f355f
|
Deleted some cruft, fixed a bunch of unit tests
|
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
|
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
|
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
|
939bb9d5af
|
Merge remote branch 'origin/master'
Conflicts:
astrid/plugin-src/com/todoroo/astrid/producteev/sync/ProducteevSyncProvider.java
|
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
|
4253cec645
|
Clearing cache when logging out of PDV, escaping producteev activities and workspaces, fixing warnings
|
14 years ago |
Tim Su
|
fd5f5f1a28
|
A little bit of extra checking when creating dialogs in case activity is finishing
|
14 years ago |
Tim Su
|
de28c8f072
|
Renamed permissions, fixed a bug with Field class
|
14 years ago |
Tim Su
|
ed60492f18
|
Fixin' tests, fixin' the content provider, i think it's in decent shape now. All unit tests pass!
|
14 years ago |
Tim Su
|
0b77d19f7d
|
Now passing the first of the content provider unit tests
|
14 years ago |
Tim Su
|
17a9ec4cb2
|
In-progress content provider
|
14 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
|
14 years ago |
Tim Su
|
7cbc7478c0
|
got saved filter saving working. also updated the icon on the task list activity
|
14 years ago |
Tim Su
|
8e7b96f78f
|
Got the awesome filter screen working. Won't save as bookmarks, but at least... it works and can filter tasks. Can edit the chaining type, can delete rows. Pretty much awesome.
|
14 years ago |
Tim Su
|
0f77edb13e
|
Wrote code for custom filter. A bunch of code. Time to see if it works
|
14 years ago |
Tim Su
|
b116bdfc7a
|
Merge branch 'dev'
Conflicts:
astrid/common-src/com/todoroo/andlib/sql/Order.java
astrid/src/com/todoroo/astrid/widget/TasksWidget.java
|
14 years ago |
Tim Su
|
8004d6f906
|
dos-to-unix on all files. Everything now should have only LF
|
14 years ago |
Tim Su
|
0ced4fc3d9
|
New sort selection activity now works, updates the task list as you'd expect.
|
14 years ago |
Tim Su
|
5472e0da2c
|
Fixed some bugs, now we actually are able to synchronize producteev workspaces and responsible parties. Todo: edit dashboard / responsible, filters, hide tasks you aren't able to edit
|
14 years ago |
Tim Su
|
44e0f00b38
|
Merge branch 'master' into dev
Conflicts:
astrid/src/com/todoroo/astrid/adapter/TaskAdapter.java
|
14 years ago |
Tim Su
|
5c07e7f9bc
|
Created wrapper layer so gestures don't crash on Android 1.5
|
14 years ago |
Tim Su
|
77bf55d6ad
|
Gesture detector, fixed crash with Locale edit alerts
|
14 years ago |
Tim Su
|
73d15ccd56
|
Fix for AST-131 - date formatting functions are broken on HTC desire in non-english languages. Replaced all instanced where we get MMMM or EEEE date formats with android functions
|
14 years ago |
Tim Su
|
e01e417611
|
Interim fix for AST-135 - tags with underscore in the beginning are hidden again.
|
14 years ago |
Tim Su
|
8fee29ef55
|
Completed step 1 of alarms - the control set
|
14 years ago |
Tim Su
|
7547767d67
|
Made old shortcuts work
|
14 years ago |
Tim Su
|
be1ef4decc
|
Fix for AST-148: filter shortcuts that are two words cause crash
|
14 years ago |
Tim Su
|
adbc132c02
|
Fix for producteev api errors by a smart retry algorithm.
|
14 years ago |
Tim Su
|
385db6235f
|
Merge branch 'master' into dev
|
14 years ago |
Tim Su
|
af119a599d
|
Version bump, updated upgrade message, and added weekday
|
14 years ago |
Tim Su
|
b8623d2500
|
Merge branch 'master' into dev
|
14 years ago |
Tim Su
|
d22769a2a2
|
Added option to settings to turn on or off notes in default task list view
|
14 years ago |
Tim Su
|
aa6f01e730
|
Fixed a bunch of producteev issues as we move forward
|
14 years ago |
Tim Su
|
375bc26423
|
Powerpack by default, expiration in september, fixed alert dialog so it wouldn't crash
|
14 years ago |
Tim Su
|
581cdacbfd
|
Fixed crash, now performing upgrade in background thread
|
14 years ago |
Tim Su
|
5aa270a347
|
Closing a cursor from task provider, abstract database catch error
|
14 years ago |
Tim Su
|
cca9c363b9
|
Fixed issue with repeated tasks getting upgraded as completed, also fixed backup not getting created while upgrading, and upgrade failure results in backup restore. Also temporary restore of backup functionality
|
14 years ago |
Tim Su
|
293788ae2f
|
Updated the legacy com.timsu.astrid.tasksprovider provider
|
14 years ago |
Tim Su
|
397f24320f
|
Renamed Constants => SqlConstants for disambiguity, deeper integration with addon servce
|
14 years ago |
Tim Su
|
ad4e1db7a4
|
add on adapter, add on items, add on activity now populated
|
14 years ago |