Commit Graph

71 Commits (a043ba8ed7015f07b37aa940dd64a745c057d384)

Author SHA1 Message Date
Sam Bosley 10e0cda710 Updated Crittercism library 13 years ago
Tim Su 716dc95f54 Export gtasks dependencies to fix sync text compilation 13 years ago
Sam Bosley 4e4014e01c Updated gtasks jars, fixed super sad bug in build script that would use the wrong gtasks api key 13 years ago
Tim Su 8aa4bb8fa1 Fix for tests. Now you can run the test suite in eclipse as well as from ant. Had to work around Android bug 23365 13 years ago
Tim Su c550925fd7 General fixes to test project build environment 13 years ago
Andrew Shaw 267d7d16f4 New ui for task edit activity 13 years ago
Sam Bosley c130db2c9e Removed redundant jar file (it's already in the actionbarsherlock project) 13 years ago
Sam Bosley dd11d36160 Merge upstream/master 13 years ago
Tim Su bcb47384e3 Restore Google Guava - oauth has a dependency on it that wasn't caught previously 13 years ago
Tim Su a21ec4afd5 Upgrade crittercism to latest jar 13 years ago
Tim Su bbd9863217 Added proguard optimization & better shrinking, now build is 1MB smaller 13 years ago
Sam Bosley 41a70b4252 Updated crittercism jar to 1.2.5 13 years ago
Tim Su dc057fdf3b Fixes to make project compile, and greendroid to api level 14 13 years ago
Tim Su 6f6956dcd8 Merge branch 'master' into 4.0
Conflicts:
	astrid/AndroidManifest.xml
	astrid/plugin-src/com/todoroo/astrid/actfm/TagViewActivity.java
	astrid/project.properties
	astrid/res/drawable-hdpi/widget_frame.png
	astrid/res/drawable-land-hdpi/widget_frame.png
	astrid/res/drawable-land/widget_frame.png
	astrid/res/drawable/widget_frame.png
	astrid/res/layout/task_list_activity.xml
	astrid/src/com/todoroo/astrid/activity/FilterListActivity.java
	astrid/src/com/todoroo/astrid/activity/TaskListActivity.java
	greendroid/GreenDroid/.classpath
13 years ago
Andrew Shaw d1e9b4c7c0 Walkthrough tutorial upon app launch 13 years ago
Amy Tang 86298cbdb6 Added unit tests to titleparser 13 years ago
Arne Jans 2b13026d9b Actionbar styling as the old navigationbar.
Smaller Astrid-icon in the actionbar.
Astrid-icon as up-button, first try, some quirks (see issue in buglist).
Linked actionbarsherlock-sourcefolder into astrid-project for easier
debugging.
13 years ago
Amy Tang 702e0f7595 Added more features to QuickAddParser 13 years ago
Amy Tang 8d6b40c1c6 update 13 years ago
Sam Bosley b0cb09dc11 Fixed an off by one error that was causing a null pointer exception in filter list activity 13 years ago
Sam Bosley af1cbcf184 Crittercism opt out 13 years ago
Tim Su 87c036c0f8 Fix polish translatoins from unit test, update classpath to work with unit test goodness 13 years ago
Sam Bosley 44c8906d48 Updated crittercism library 13 years ago
Arne Jans 9a5794ef69 Fixed project setup.
Removed old linked folders to the library-projects.
Sorry about the renaming from ecbuild to bin/classes but my Eclipse is
stubborn about it. When I revert or explicitly specify ecbuild, build is
broken and I have to start over fixing it again. Please advise if
bin/classes breaks things for you.
13 years ago
Tim Su a1c6349c97 Restore build path to ecbuild, fix for proguard and we're not using ILicensingService 13 years ago
Tim Su 8404b964da Upgrade Astrid projects to Android SDK 15 (eclipse) 13 years ago
Sam Bosley 41bcb2c09f Merge origin/111027_sb_final_release_tweaks 13 years ago
Sam Bosley 4b27243963 gtasks api library version bump 13 years ago
Arne Jans fbe1ea2ec8 updated crittercism to 1.01 with support for offline-crashes and fixing unspecified userap-versions out-of-the-box. changelog is coming soon. 13 years ago
Sam Bosley e5e69dc23b New crittercism jar to catch init exceptions 13 years ago
Sam Bosley 259b447294 Integrated crittercism 13 years ago
Sam Bosley 3cda93777f Updated version of the google api libraries 13 years ago
Sam Bosley 4ddff4a3d0 New list view like iOS version. Header for members with filter by assigned to. Separate activities for settings and comments, with comments now having the ability to add pictures. New look for the header buttons. 13 years ago
Sam Bosley 85e1cd2f78 Completed tasks now stick around in google tasks lists until they are explicitly cleared from the menu 13 years ago
Sam Bosley 89dc6d462a Google Tasks Api integration. Basic tests are passing, various edge cases may still need work. Code for accessing account manager has been factored in to the repurposed GtasksLoginActivity activity class. A one-time migration will occur for legacy users to update remote task ids. 13 years ago
Tim Su 24a764f682 Fix for repeat-after-completing not triggering the correct date (bug with rfc2445 library) 13 years ago
Tim Su 64241c5dfe Goodbye flurry, hello localytics, an open-source and friendlier analytics 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
Arne Jans 8996af1d39 Error reporting for cause-search of Galaxy S default tasks. It seems Preferences-read/save isnt working. 13 years ago
Tim Su 052c92d3a4 Roll back opencrx changes that aren't required, move opencrx packages to Astrid prefix. 13 years ago
Ikari b5b6294972 Integrated OpenCRX plugin with Astrid. 13 years ago
Tim Su 321906b555 Goodbye apache commons-lang, you made my apk too big 13 years ago
Tim Su d7af85c164 Using apache lang unescapeHTML instead of the random one i found on the net. Better license and more trusted code. 13 years ago
Tim Su 4d5b667243 Added facebook login button to the sharing login activity 14 years ago
Tim Su f4aa8093ad Don't create project dependencies in Eclipse, this is actually useless 14 years ago
asukali 56227e27e8 Fixed project setup to compile and run Astrid
(tim's edit: removed GDCatalog)
14 years ago
Tim Su 8af6d11051 Updated configuration for Astrid to use subtree projects for Android libraries 14 years ago
Tim Su 833b4ddff9 Updated project metadata to work with latest Android SDK, and fix the Unknown Error: NullPointerException errors 14 years ago
Tim Su bb4635f0a0 Made progress in gtasks sync pre-Android 2.1. We can get a token, but it doesn't seem to work 14 years ago
Tim Su d2d4f8150b Imported auth manager and account chooser code from Google MyTracks (Apache License). Wired up gtasks to use auth manager. Modern seems to work but Old does not. 14 years ago