Commit Graph

405 Commits (b29f8f5cc229a14fa23d7ab592fdba6c7948e117)

Author SHA1 Message Date
Sam Bosley f8e11cde0f Version bump and upgrade message 13 years ago
Sam Bosley f864e082d6 Version bump and upgrade message 13 years ago
Sam Bosley 1370a75a35 Version bump and upgrade message 13 years ago
Jon Paris 3a9ed974a5 version bump an update message 13 years ago
Sam Bosley 763f06a38a Killed hardware acceleration, added search menu item, moved some menu items to settings 13 years ago
Sam Bosley e6460c0a9f Changed version string to be 4.0.4 13 years ago
Sam Bosley 4f71b78d74 Version bump and upgrade message 13 years ago
Tim Su d43a64c522 Updated upgrade message + version bump 13 years ago
Tim Su 7794a84bce Version bump to 4.0.2.1 - fix for translation issue in Norwegian and Dutch 13 years ago
Andrew Shaw 71ff9615c6 Fixed task rabbit login with Tim 13 years ago
Tim Su 3d06bed032 Filter shortcut activity for creating desktop shortcuts of Astrid filters and lists. 13 years ago
Sam Bosley 05e569e003 Version bump and upgrade message 13 years ago
Andrew Shaw 9ef1de188e Removed gps permission for task rabbit 13 years ago
Sam Bosley 3bd770881d Updated version number and upgrade message 13 years ago
Tim Su 183edf4a7f Version bump, and added better explanation upgrade messages 13 years ago
Tim Su ec23d5b5d1 Deleted old draggable TLF and associated stuff. Also rando unused activity 13 years ago
Sam Bosley 10e0cda710 Updated Crittercism library 13 years ago
Tim Su de6ac9c8db Killed whitespace, and long line. 13 years ago
Tim Su 1583526ab7 Removed the beta numeral from android version name, in favor of build. 13 years ago
Sam Bosley 451abd43c6 New task actions--killed the quick action bar and REQUEST_ACTIONS api constant 13 years ago
Sam Bosley 85a1c31674 Version bump, small cleanup 13 years ago
Tim Su 572296e023 Create an alternate dialog if user isn't on a Google Maps enabled device 13 years ago
Andrew Shaw 6383d3679f Adding name option to task rabbit 13 years ago
Andrew Shaw 99a8a73638 Task rabbit views 13 years ago
Sam Bosley d5eb057498 Added left and right buttons to welcome walkthrough 13 years ago
Tim Su c2addb644c version bump 13 years ago
Tim Su c3514ea2d0 Cooler amazon ui look 13 years ago
Tim Su 6546170ba1 First pass at web services view with google search and amazon. 13 years ago
Sam Bosley 61448124bc Version bump 13 years ago
Tim Su c569e05d9f Version bump 13 years ago
Tim Su 86cb41ac0a Minor polish to black transparent theme, added white transparent theme 13 years ago
Sam Bosley 409790bdb0 Increment version name for next release 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
Sam Bosley f32259d931 Incremented version name for next beta 13 years ago
Sam Bosley aa4359ac7a Added new layouts for astrid reminders, can get in-app notifications with a popup 13 years ago
Sam Bosley b50ac54d0e Edit version name for next beta build 13 years ago
Sam Bosley c708f5dbf5 Renamed two more components to be called fragment instead of activity 13 years ago
Tim Su e70d7e4cca Renamed fragments to end with Fragment, renamed *WrapperActivity to Activity. Save our sanity by not calling things by other names. 13 years ago
Sam Bosley 21f532c727 Change the version name to 4.0-beta for the release 13 years ago
Sam Bosley e4bcea3a89 Merge remote-tracking branch 'origin/120125_sb_new_filter_activity' into 4.0 13 years ago
Sam Bosley 50949aaa5b Merge remote-tracking branch 'origin/120120_sb_new_google_sync' into 4.0 13 years ago
Sam Bosley 809bbebcc1 Styled and updated finishing behavior of custom filter activity 13 years ago
Sam Bosley c498eabba6 Gtasks V2 sync provider 13 years ago
Andrew Shaw 267d7d16f4 New ui for task edit activity 13 years ago
Sam Bosley 7233b14f35 Merge upstream/master 13 years ago
Sam Bosley b281f48aef Popup for tag settings activity 13 years ago
Tim Su 363db8d62c One-click google login. 13 years ago
Sam Bosley dd7daff539 Version bump and upgrade message 13 years ago
Sam Bosley a98fe9e0a5 Version bump and upgrade message 13 years ago
Sam Bosley e6cac51035 Removed intent filter that added an extra beast mode preference under a random title 13 years ago
Sam Bosley fad14a1831 Removed intent filter that added an extra beast mode preference under a random title 13 years ago
Sam Bosley 90a2b83f88 Bump version name and version code so that we won't see tablet crashes and release crashes as the same in crittercism 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
Sam Bosley 2e72bb936a Adjusted parent style of Theme.Dialog to be android:Theme.Dialog to fix a crash in EditNoteActivity 13 years ago
Andrew Shaw d1e9b4c7c0 Walkthrough tutorial upon app launch 13 years ago
Sam Bosley 0b1639af85 Make the welcome login activity work in landscape like the regular login activity 13 years ago
Arne Jans 45635f22ec Fixed the loginpage and actfmaloginactivity for landscape 13 years ago
Tim Su 85eda2a62d Added new progress bar to task list activity, now using it to sync task list activity 13 years ago
Sam Bosley 2a8134947c Dropdown menu for list selection 13 years ago
Arne Jans 0c88a03244 Merge branch 'unifiedtabletphone-ui' into 120109_sb_merge_tabletbranch 13 years ago
Arne Jans f2bced613c Explicit support large and xlarge screens
as explained in
http://developer.android.com/guide/topics/manifest/supports-screens-element.html#large
13 years ago
Sam Bosley ed01e28916 Resolve merge conflicts from tablet branch 13 years ago
Sam Bosley 7ff70ade9b Changed gcal behavior for repeated tasks--don't delete old events 13 years ago
Arne Jans 6511d7e594 merged master into unifiedtabletphone-ui
fixed NotificationActivity to be shown, also for landscape
13 years ago
Sam Bosley e34ec96caf Upgrade message and version bump 13 years ago
Sam Bosley 804bbcd592 Version bump and upgrade message 13 years ago
Arne Jans 28a339467f Merge branch 'master' into unifiedtabletphone-ui
Conflicts:
	astrid/plugin-src/com/todoroo/astrid/actfm/TagViewActivity.java
	astrid/src/com/todoroo/astrid/activity/TaskEditActivity.java
	astrid/src/com/todoroo/astrid/activity/TaskListActivity.java
13 years ago
Tim Su c96bbac226 Version bump now 3.9.1 13 years ago
Arne Jans 27010eb6cd Merge branch 'master' into unifiedtabletphone-ui
Conflicts:
	astrid/AndroidManifest.xml
	astrid/plugin-src/com/todoroo/astrid/actfm/TagViewActivity.java
	astrid/src/com/todoroo/astrid/activity/FilterListActivity.java
	astrid/src/com/todoroo/astrid/activity/TaskEditActivity.java
	astrid/src/com/todoroo/astrid/activity/TaskListActivity.java
	astrid/src/com/todoroo/astrid/welcome/SplashScreenLauncher.java
	astrid/src/com/todoroo/astrid/welcome/WelcomeGraphic.java
13 years ago
Sam Bosley 626c7f5c65 Upgrade message and version bump 13 years ago
Arne Jans 1d60b42138 Added fragment-version of TaskEditActivity, callbacks not ready yet. 13 years ago
Arne Jans f125bf24ec Alpha version of dualpane-layout with actionbar and fixed editing of readonly-tasks 13 years ago
Sam Bosley dff521e06f Fixed layout bug for empty task lists in gtasks list activity and tag view activity 13 years ago
Sam Bosley a5d4de0d99 Prevented autosync popups from happening all the time, fixed bug where quick add bar would push header off screen 13 years ago
Sam Bosley 8476e387fb Killed welcome graphic 13 years ago
Sam Bosley 7d0d3d3219 Updated version message, string, number 13 years ago
Sam Bosley 0d16c7d0b9 Slight layout tweaks, version bump and upgrade message for release 13 years ago
Sam Bosley bdd28776c4 Workaround for a google bug that could give us invalid list ids. could this be the cause of all the 400 errors? 13 years ago
Sam Bosley 1741dd34ee Customization of task edit activity layout 13 years ago
Sam Bosley 064df88f85 Fixed problem with weird animation in dialog with deleting lists/filters 13 years ago
Sam Bosley 10bc699e40 Updated version string to RC-3 13 years ago
Sam Bosley 71eae38f03 Updated release candidate version string 13 years ago
Sam Bosley 0577a5d865 New edit page in its entirety 13 years ago
Tim Su 6939175cad New upgrade message, new version bump 13 years ago
Sam Bosley a4fb23c6a8 No more landscape in actfm login activity 13 years ago
Sam Bosley 884eecd24a Fixed all the error popups that could happen when autosyncing with no connection 13 years ago
Arne Jans 9165b19fdd Fixed the crittercism-crashes on the ActFmLoginActivity during
screen-rotation.
I configured this activity to not re-create itself after orientation change.
See also this link for further description (approach no. 4):
http://blog.doityourselfandroid.com/2010/11/14/handling-progress-dialogs-and-screen-orientation-changes/
13 years ago
Tim Su 8ea8f03767 version bump and upgrade message 13 years ago
Tim Su d939f7d82e add sync menu item back, and version bump 13 years ago
Tim Su 0ea06ee00c Minor code reorg, prepare for release 13 years ago
Sam Bosley 259b447294 Integrated crittercism 13 years ago
Sam Bosley 32f7fe360e Fixed null pointer crash, new version number and string 13 years ago
Tim Su 438bfdefa4 fix for repeat-after-complete weekly setting due time on tasks 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
Tim Su 14c0bb9333 Version bump and upgrade message 13 years ago
Sam Bosley 0c2ce67fd4 RC2 version string 13 years ago
Sam Bosley 32b865d86f Fixed bug with tag widgets not launching tag view activity 13 years ago
Sam Bosley 7c364a4ff7 A/B Testing and Feature flipping infrastructure. AB testing of new user experience. 13 years ago
Sam Bosley de9b8623a4 Version number bump to 194 for market 13 years ago
Sam Bosley d74ac4aa26 Version bump and upgrade message 13 years ago