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
Tim Su
2d22778505
whitespace
13 years ago
Tim Su
f255aca5fb
Fixed warnings in all of our code
13 years ago
Tim Su
9cff87724e
Merge remote-tracking branch 'origin/4.0' into 120220-st
13 years ago
Tim Su
57f3a70089
Refactored GtasksTaskListUpdater into OrderedListUpdater to create a new child class
13 years ago
Tim Su
0db134e095
Got dragging working in tandem with clicking. So awesome.
13 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
108a4efbb8
Restore our concept of a swipe listener
13 years ago
Tim Su
c228e33b0e
Upgrade TouchListView to 0.4.3
13 years ago
Tim Su
c34c1df463
Cleaned up a bunch of warnings, fixed a few small issues, code and formatting cleanup
13 years ago
Tim Su
a7fe80fadd
Fix for crashes and errors, including jchronic, and some preventative try/catches
13 years ago
Tim Su
10ed3bd532
Get rid of reflection in jchronic library which doesn't play well with Android
13 years ago
Andrew Shaw
d1e9b4c7c0
Walkthrough tutorial upon app launch
13 years ago
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
14 years ago
Arne Jans
7dbba09346
Potential fix for User cannot start Astrid due to force close (Localytics OutOfMemoryError)
14 years ago
Tim Su
b4df3c325d
Fix warnings
14 years ago
Tim Su
64241c5dfe
Goodbye flurry, hello localytics, an open-source and friendlier analytics
14 years ago
Tim Su
9ca8eb87f7
Implemented password-based login and sign up to Astrid.com
14 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
14 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
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