Commit Graph

148 Commits (79313d1b0d550cbfffe6cf4d98f665bb089f6dfa)

Author SHA1 Message Date
Alex Baker 79313d1b0d Remove analytics
* Remove findbugs
* Remove localytics
* Remove crittercism
* Remove anonymous statistics menu entry
* Remove coarse location permission
12 years ago
Alex Baker d0ee6fe1ff Add missing @Override annotations 12 years ago
Alex Baker 54fbbd9b6c Add braces to control flow statements 12 years ago
Sam Bosley 4af3984f75 Use Constants.DEBUG in image cache 13 years ago
Sam Bosley fee4b83a79 Updated ImageDiskCache sources to unmodified LGPL versions 13 years ago
Sam Bosley 2b70c8f755 Merge branch '130225_sb_facebook_sdk' 13 years ago
Sam Bosley 0555ca9e44 Deleted several unnecessary files 13 years ago
Sam Bosley cd4d90715c Started integrating Facebook SDK 3.0 13 years ago
Sam Bosley 0648db2026 Make the TouchListView descend from our error catching list view 13 years ago
Tim Su 52ed2cdda5 Add a license block to the top of the files that don't have one 14 years ago
Tim Su 95cc709366 Replace legacy GPLv2 License in all of our source files 14 years ago
Tim Su 2d22778505 whitespace 14 years ago
Tim Su f255aca5fb Fixed warnings in all of our code 14 years ago
Tim Su 9cff87724e Merge remote-tracking branch 'origin/4.0' into 120220-st 14 years ago
Tim Su 57f3a70089 Refactored GtasksTaskListUpdater into OrderedListUpdater to create a new child class 14 years ago
Tim Su 0db134e095 Got dragging working in tandem with clicking. So awesome. 14 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. 14 years ago
Tim Su 108a4efbb8 Restore our concept of a swipe listener 14 years ago
Tim Su c228e33b0e Upgrade TouchListView to 0.4.3 14 years ago
Tim Su c34c1df463 Cleaned up a bunch of warnings, fixed a few small issues, code and formatting cleanup 14 years ago
Tim Su a7fe80fadd Fix for crashes and errors, including jchronic, and some preventative try/catches 14 years ago
Tim Su 10ed3bd532 Get rid of reflection in jchronic library which doesn't play well with Android 14 years ago
Andrew Shaw d1e9b4c7c0 Walkthrough tutorial upon app launch 14 years ago
Tim Su e5b499d075 Fix for localytics and Javac!!!! (said whilst shaking fist) 14 years ago
Sam Bosley 521b8e5f65 Fixed balance of calls to open/close in statistics service, bugfixes to localytics api 14 years ago
Tim Su 7dcd93e608 Suppressed warnings, removed trailing spaces 14 years ago
Tim Su a5dd979ce9 New localytics API 2.1 15 years ago
Tim Su d3ca126152 Fix to compile under javac 15 years ago
Tim Su 1f95ccf977 Updated localytics to 2.0 15 years ago
Tim Su 5d105e4df4 Handle crashes reported from Android Market 15 years ago
Arne Jans 7dbba09346 Potential fix for User cannot start Astrid due to force close (Localytics OutOfMemoryError) 15 years ago
Tim Su b4df3c325d Fix warnings 15 years ago
Tim Su 64241c5dfe Goodbye flurry, hello localytics, an open-source and friendlier analytics 15 years ago
Tim Su 9ca8eb87f7 Implemented password-based login and sign up to Astrid.com 15 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
15 years ago
Tim Su a22baa36fb SharedPreference will open a new file if the current one is not working out 15 years ago
Arne Jans 64174308f9 Organized imports 15 years ago
Joshua Gross b449fc3ef1 Moved 'about' strings to strings-core 15 years ago
Tim Su 4d5b667243 Added facebook login button to the sharing login activity 15 years ago
Tim Su b56e6af02e killed dead code, added calendar picker to alarms 15 years ago
Tim Su 1193108523 If you drag and swipe, the drag overrules 15 years ago
Tim Su 1b30dab9ee Rudimentary task moving logic, smaller grabber icon 15 years ago
Tim Su f24907cbb6 Wired up swipe detector to behave as expected, restored old grabber icon at Jon's request, now indnet works 15 years ago
Tim Su 6d127a8071 Added a swipe listener to touch list view, extended gtasks to use it 15 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) 15 years ago
Tim Su c3025f355f Deleted some cruft, fixed a bunch of unit tests 15 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 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 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 939bb9d5af Merge remote branch 'origin/master'
Conflicts:
	astrid/plugin-src/com/todoroo/astrid/producteev/sync/ProducteevSyncProvider.java
16 years ago