Commit Graph

125 Commits (8404b964da0ed69868d5963585aeb1b6b7ff2716)

Author SHA1 Message Date
Tim Su e5b499d075 Fix for localytics and Javac!!!! (said whilst shaking fist) 13 years ago
Sam Bosley 521b8e5f65 Fixed balance of calls to open/close in statistics service, bugfixes to localytics api 13 years ago
Tim Su 7dcd93e608 Suppressed warnings, removed trailing spaces 13 years ago
Tim Su a5dd979ce9 New localytics API 2.1 13 years ago
Tim Su d3ca126152 Fix to compile under javac 13 years ago
Tim Su 1f95ccf977 Updated localytics to 2.0 13 years ago
Tim Su 5d105e4df4 Handle crashes reported from Android Market 13 years ago
Arne Jans 7dbba09346 Potential fix for User cannot start Astrid due to force close (Localytics OutOfMemoryError) 13 years ago
Tim Su b4df3c325d Fix warnings 13 years ago
Tim Su 64241c5dfe Goodbye flurry, hello localytics, an open-source and friendlier analytics 13 years ago
Tim Su 9ca8eb87f7 Implemented password-based login and sign up to Astrid.com 13 years ago
Tim Su 26c2d3c49b Astrid Collaboration Project
- sync with Astrid.com server
- people activity for delegating and sharing tasks
- shared tags activity for adding users to tags
- c2dm push notifications
13 years ago
Tim Su a22baa36fb SharedPreference will open a new file if the current one is not working out 13 years ago
Arne Jans 64174308f9 Organized imports 13 years ago
Joshua Gross b449fc3ef1 Moved 'about' strings to strings-core 14 years ago
Tim Su 4d5b667243 Added facebook login button to the sharing login activity 14 years ago
Tim Su b56e6af02e killed dead code, added calendar picker to alarms 14 years ago
Tim Su 1193108523 If you drag and swipe, the drag overrules 14 years ago
Tim Su 1b30dab9ee Rudimentary task moving logic, smaller grabber icon 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 6d127a8071 Added a swipe listener to touch list view, extended gtasks to use it 14 years ago
Tim Su e030d23a6f Started work on draggable task list activity by separating out task list body from task list activity, pulling in cwac TouchListView class (license: APLv2) 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