Sam Bosley
451abd43c6
New task actions--killed the quick action bar and REQUEST_ACTIONS api constant
14 years ago
Tim Su
d9a0ff6b46
Removd printline and unneeded suppress warning
14 years ago
Tim Su
772e90fa56
Add gzip to outgoing requests. According to my benchmarks it has a very small effect.
14 years ago
Andrew Shaw
99a8a73638
Task rabbit views
14 years ago
Tim Su
f12560be95
Merge pull request #129 from sbosley/120208_sb_sync_polish
...
120208 sb sync polish
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
Tim Su
be714da510
Got amazon search working
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
5658f820de
Alert popup for when magic has happened via quickadd markup
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
Sam Bosley
05018ec901
Merge remote-tracking branch 'upstream/120120_as_new_task_icons' into 4.0
14 years ago
Sam Bosley
b281f48aef
Popup for tag settings activity
14 years ago
Andrew Shaw
0d56cc8c83
Task rows no longer have repeat details and shortened the due date string
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
Arne Jans
45635f22ec
Fixed the loginpage and actfmaloginactivity for landscape
14 years ago
Tim Su
85eda2a62d
Added new progress bar to task list activity, now using it to sync task list activity
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
aead7c1039
Added a bitwise and sql function, updated the check for emergent tags accordingly
14 years ago
Sam Bosley
eb97c51fd1
Added a gte sql function, look for emergent shared list after assigning a task
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
04f0b617b0
Don't show toast on new user login, fixed keyboard bug on new user login
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
759b05053d
Killed dead code, fixed issues with user assignment
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
Sam Bosley
95bd8210c8
Updated dialog utilities function for custom dialog to include icon
14 years ago
Arne Jans
84ade762cc
Added method-comment to AndroidUtilities.callOverridePendingTransition
14 years ago
Arne Jans
58181c2769
Added convenience-method for overridePendingTransition in AndroidUtilities for typesafety (calling it with fragments is bad).
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
Sam Bosley
c0dad1c969
Fixed a bug that ommitted booleans from serializing content values or bundles to string in AndroidUtilities
14 years ago
Sam Bosley
4cd6321fa3
More progress on calendar picker
...
New and awesome date and time picker for deadlines, alarms, etc.
14 years ago
Sam Bosley
5f8dd36db5
Added some helper functions for filtering
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
438bfdefa4
fix for repeat-after-complete weekly setting due time on tasks
14 years ago