Sam Bosley
0767328c5c
Can now swap custom task list fragments for filters with custom intents
13 years ago
Arne Jans
6511d7e594
merged master into unifiedtabletphone-ui
...
fixed NotificationActivity to be shown, also for landscape
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
3af25b9dc9
typo in a comment!
13 years ago
Tim Su
3225f841b3
Ant build output folder to antbuild/
13 years ago
Tim Su
759b05053d
Killed dead code, fixed issues with user assignment
13 years ago
Tim Su
d77e7da5b6
Re-write and fix user id
13 years ago
Tim Su
1403011f31
Removed several unneeded task flags
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
95bd8210c8
Updated dialog utilities function for custom dialog to include icon
13 years ago
Arne Jans
84ade762cc
Added method-comment to AndroidUtilities.callOverridePendingTransition
13 years ago
Arne Jans
58181c2769
Added convenience-method for overridePendingTransition in AndroidUtilities for typesafety (calling it with fragments is bad).
13 years ago
Arne Jans
e9913eac56
2nd alpha version of tablet/phone ui with actionbar-classes and basic callback-structure through activities as proposed in the 'supporting handsets' article on developer.android.com
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
Tim Su
20f2c346e5
Updated the API project translations
13 years ago
Sam Bosley
c0dad1c969
Fixed a bug that ommitted booleans from serializing content values or bundles to string in AndroidUtilities
13 years ago
sbosley
108df746f2
Merge pull request #110 from StingerAJ/112311_aj_fix_projectsetup
...
Fixed project setup.
13 years ago
Sam Bosley
4cd6321fa3
More progress on calendar picker
...
New and awesome date and time picker for deadlines, alarms, etc.
13 years ago
Sam Bosley
5f8dd36db5
Added some helper functions for filtering
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
1998689734
Migrated ant scripts to Android SDK v15
13 years ago
Tim Su
8404b964da
Upgrade Astrid projects to Android SDK 15 (eclipse)
13 years ago
Tim Su
07669aadbb
Added new gtasks sync metadata for saving last sync time
13 years ago
Sam Bosley
f97f21ae17
Three options for localytics data in sync success--failed, errors, or success
13 years ago
Sam Bosley
1afe1a51ff
Fixed a race condition where multiple syncs could be started simultaneously
13 years ago
Sam Bosley
884eecd24a
Fixed all the error popups that could happen when autosyncing with no connection
13 years ago
Arne Jans
6d763da7eb
Fixed the Blade-filterlist bug.
...
I implemented the workaround as Tim suggested by introducing the new interface
AstridFilterExposer and used it in the FilterAdapter-class. Additionally, I
had to introduce a fallback resultReceiver that is called after the last
filterexposer finished and checks if the filterlist-screen is empty. In this
case it uses a pre-fetched lists of Astrids registered receivers for filters
and uses the new interface on them to get the FilterListItem-instances.
13 years ago
Tim Su
438bfdefa4
fix for repeat-after-complete weekly setting due time on tasks
13 years ago
Tim Su
9b16149c8a
Merge remote-tracking branch 'stingerAJ/2011-08-26-patches'
...
Conflicts:
astrid/res/xml/preferences_defaults.xml
13 years ago
Tim Su
f1d8fae6b2
Merge remote-tracking branch 'sbosley/110922_sb_list_view_iosify'
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
d4cfb9a072
seeing too many timeout exceptions, need to increase timeout
13 years ago
Tim Su
8afc0af018
Only clear details if model has changed
13 years ago
Arne Jans
1ddaca5109
Removed redundant getFlag-method from Task, as its already in AbstractModel
13 years ago
Tim Su
571a84559f
add HTTPS handler
13 years ago
Tim Su
7d256e6c3d
Truncate notes longer than 200 chars from details.
13 years ago
Tim Su
ffaa628e61
Don't show 'synchronizing' toast for first time users
13 years ago
Sam Bosley
043beb2b39
Fix for crash in gtasks widget
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
f71ae1fbe9
Lists are now case insensitive, with a migration process to save and merge old lists with the same names but different cases
13 years ago
Arne Jans
a77836a356
Fix for 17036871, Enable line-wrap for preferences-entries.
13 years ago
Tim Su
f358429b9e
Moved display logic for upgrade message into the TaskListActivity so it actually shows up.
13 years ago
Sam Bosley
9d9680cbf2
New user experience with login prompt and welcome graphic
13 years ago
Tim Su
2363fc9525
Make astrid sort match astrid.com
13 years ago
Tim Su
8bf8e46847
reduce the timeout from crazytime
13 years ago
Sam Bosley
7c4250036a
Use due time for hide until due case
13 years ago
Tim Su
1a9303b928
Merge remote-tracking branch 'sbosley/110826_sb_sort_prioritize_deadlines'
13 years ago
Sam Bosley
573e9167bd
Task counts now update correctly in filter list view
13 years ago