Sam Bosley
c92693feef
Fix sql constraint errors when cloning tasks, use transitory for sync suppress flags
14 years ago
Tim Su
cbb4df0c11
Make our default task order have a fixed time component so crittercism alamgamates crashes
14 years ago
Tim Su
d8f08f0b61
Don't let sync with errors report date of 1969
14 years ago
Tim Su
fc0989fcfa
Merge remote-tracking branch 'origin/4.0' into 120220-st
14 years ago
Andrew Shaw
fbd3c90a21
fixed update comments for task created, and specialized comments for different update views
14 years ago
Tim Su
d9765ee8b6
Add a sort setting for toggling subtasks. On change, it recreates the task list. Also a fix for the child tasks not getting completed with subtasks correctly
14 years ago
Tim Su
9cff87724e
Merge remote-tracking branch 'origin/4.0' into 120220-st
14 years ago
Tim Su
c83cdfba7a
Made forward progress on being able to toggle drag and drop from sort dialog
14 years ago
Sam Bosley
d3ce02dffc
Introduce a nullable option for properties to fix errors where some long properties would return null instead of 0
14 years ago
Sam Bosley
33dc23d5db
Check uniqueness of remote id in task api dao
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
Andrew Shaw
f1595129c7
Pushing queued updates and enabling commenting while offline
14 years ago
Sam Bosley
451abd43c6
New task actions--killed the quick action bar and REQUEST_ACTIONS api constant
14 years ago
Sam Bosley
f6ff8d0e60
Sync error reporting
14 years ago
Sam Bosley
c4b0a3629c
Make last sync date work with new providers in sync preferences
14 years ago
Sam Bosley
37b24d530b
Refactored new sync providers into api project and created a new SyncV2BackgroundService
14 years ago
Sam Bosley
f41a1b3de9
If the currently active list is deleted, switch to active tasks
14 years ago
Sam Bosley
d8cdd97478
Make sure placeholder share bar images show up immediately after share
14 years ago
Sam Bosley
9a5120cba4
Fixed a bug in filterwithcustomintent, fixed text color in list members
14 years ago
Sam Bosley
695c78fd18
Killed the NotificationWrapperActivity and other custom wrappers for custom intents--just use the normal tasklistactivity with a custom fragment
14 years ago
Sam Bosley
c498eabba6
Gtasks V2 sync provider
14 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
14 years ago
Sam Bosley
9517a02b18
Don't consider timer elapsed seconds to be an insignificant detail in recently modified
14 years ago
Sam Bosley
0767328c5c
Can now swap custom task list fragments for filters with custom intents
14 years ago
Arne Jans
6511d7e594
merged master into unifiedtabletphone-ui
...
fixed NotificationActivity to be shown, also for landscape
14 years ago
Amy Tang
a0c6528e24
Tag description UI and backend
14 years ago
Sam Bosley
24dfae45e4
Switch to assigned by me filter when assigning a task from active tasks list
14 years ago
Sam Bosley
0cb3ef8a1c
Refactored some task criteria into the api dao, check for task ownership when syncing
14 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
14 years ago
Tim Su
3af25b9dc9
typo in a comment!
14 years ago
Tim Su
d77e7da5b6
Re-write and fix user id
14 years ago
Tim Su
1403011f31
Removed several unneeded task flags
14 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
14 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
14 years ago
Sam Bosley
a5d4de0d99
Prevented autosync popups from happening all the time, fixed bug where quick add bar would push header off screen
14 years ago
Tim Su
07669aadbb
Added new gtasks sync metadata for saving last sync time
14 years ago
Sam Bosley
f97f21ae17
Three options for localytics data in sync success--failed, errors, or success
14 years ago
Sam Bosley
1afe1a51ff
Fixed a race condition where multiple syncs could be started simultaneously
14 years ago
Sam Bosley
884eecd24a
Fixed all the error popups that could happen when autosyncing with no connection
14 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.
14 years ago
Tim Su
9b16149c8a
Merge remote-tracking branch 'stingerAJ/2011-08-26-patches'
...
Conflicts:
astrid/res/xml/preferences_defaults.xml
14 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.
14 years ago
Arne Jans
1ddaca5109
Removed redundant getFlag-method from Task, as its already in AbstractModel
14 years ago
Tim Su
ffaa628e61
Don't show 'synchronizing' toast for first time users
14 years ago
Tim Su
2363fc9525
Make astrid sort match astrid.com
14 years ago
Sam Bosley
7c4250036a
Use due time for hide until due case
14 years ago
Tim Su
1a9303b928
Merge remote-tracking branch 'sbosley/110826_sb_sort_prioritize_deadlines'
14 years ago
Sam Bosley
573e9167bd
Task counts now update correctly in filter list view
14 years ago
Sam Bosley
dc09a1fae6
Changed the sorting functions to give greater weight to tasks with deadlines over tasks without
14 years ago
Sam Bosley
a92f94703a
Sync prefs pages now show name or email of logged in user
14 years ago