Sam Bosley
cdeaf16ea8
Refactored some receiver unregistering to prevent leaks and crashes
13 years ago
Tim Su
2e7be1c7b2
Imported XML strings from .po files. For some reason the API strings are still in the main project?
13 years ago
Tim Su
0e8d38a6ea
Import language files from launchpad
13 years ago
Sam Bosley
760d7da160
Merge remote-tracking branch 'upstream/master' into 120302_sb_swipe_lists_subtasks
13 years ago
Sam Bosley
4e3ebbde05
Fixed bugs with icon themes on tablet, updated crittercism library
13 years ago
Tim Su
b2f53822d4
Fixed up the comments
13 years ago
Sam Bosley
ed6984e58d
Merge remote-tracking branch 'origin/120221_sb_swipe_between_lists' into 120221_sb_swipe_between_lists
13 years ago
Tim Su
ff16bb21ce
Applied proper format strings where applicable
13 years ago
Tim Su
4b5419cc30
Deleting deprecated androidxml2po script. Using a2po with appropriate template names for api and android projects.
13 years ago
Tim Su
3c5f3f20e6
Added translations for the files not yet shipped with Astrid
13 years ago
Tim Su
b589a25e32
New translation system build on android2po. Includes bin/a2po script, locales folders.
13 years ago
Sam Bosley
054b8b4f4f
Merge remote-tracking branch 'upstream/master' into 120221_sb_swipe_between_lists
...
Conflicts:
astrid/src/com/todoroo/astrid/activity/AstridActivity.java
astrid/src/com/todoroo/astrid/activity/TaskListFragment.java
Merge upstream/master
13 years ago
Sam Bosley
8b0f3e80cc
Refactored sync preferences to go straight back to task list and autosync after logging in, other polish
13 years ago
Sam Bosley
36a5821813
Merge remote-tracking branch 'upstream/4.0' into 120221_sb_swipe_between_lists
13 years ago
Sam Bosley
c92693feef
Fix sql constraint errors when cloning tasks, use transitory for sync suppress flags
13 years ago
Sam Bosley
ad7fc4ce80
Merge upstream/4.0
13 years ago
Sam Bosley
0d7f5b21b9
Use update instead of updateWithOnConflict--it caused an api level error and we want the abort semantics anyways
13 years ago
Tim Su
cbe42c1532
Moved art to assets folder to get preserved by jjjenkins
13 years ago
Tim Su
ff01ab795f
Subtasks help page now looks cool and fits on one page
13 years ago
Tim Su
cbb4df0c11
Make our default task order have a fixed time component so crittercism alamgamates crashes
13 years ago
Tim Su
df1e3cba8c
Fix for SQL onconflict - specify FAIL. This fixes the default update's error because we don't use transactions.
13 years ago
Tim Su
d8f08f0b61
Don't let sync with errors report date of 1969
13 years ago
Tim Su
fc0989fcfa
Merge remote-tracking branch 'origin/4.0' into 120220-st
13 years ago
Sam Bosley
5faaa1cf18
Buggy, but I can swipe between lists when starting from active tasks
13 years ago
Tim Su
04c92a3915
Made tag view stuff work together in tandem with subtasks
13 years ago
Andrew Shaw
fbd3c90a21
fixed update comments for task created, and specialized comments for different update views
13 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
13 years ago
Tim Su
9cff87724e
Merge remote-tracking branch 'origin/4.0' into 120220-st
13 years ago
Tim Su
c83cdfba7a
Made forward progress on being able to toggle drag and drop from sort dialog
13 years ago
Sam Bosley
d3ce02dffc
Introduce a nullable option for properties to fix errors where some long properties would return null instead of 0
13 years ago
Tim Su
57f3a70089
Refactored GtasksTaskListUpdater into OrderedListUpdater to create a new child class
13 years ago
Sam Bosley
33dc23d5db
Check uniqueness of remote id in task api dao
13 years ago
Sam Bosley
6c0ef54104
I broke abstractdatabase.insert. Fixed now
13 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.
13 years ago
Andrew Shaw
f1595129c7
Pushing queued updates and enabling commenting while offline
13 years ago
Sam Bosley
451abd43c6
New task actions--killed the quick action bar and REQUEST_ACTIONS api constant
13 years ago
Tim Su
d9a0ff6b46
Removd printline and unneeded suppress warning
13 years ago
Tim Su
772e90fa56
Add gzip to outgoing requests. According to my benchmarks it has a very small effect.
13 years ago
Andrew Shaw
99a8a73638
Task rabbit views
13 years ago
Tim Su
f12560be95
Merge pull request #129 from sbosley/120208_sb_sync_polish
...
120208 sb sync polish
13 years ago
Sam Bosley
f6ff8d0e60
Sync error reporting
13 years ago
Sam Bosley
c4b0a3629c
Make last sync date work with new providers in sync preferences
13 years ago
Tim Su
be714da510
Got amazon search working
13 years ago
Sam Bosley
37b24d530b
Refactored new sync providers into api project and created a new SyncV2BackgroundService
13 years ago
Tim Su
26df60f891
Now stuff compiles
13 years ago
Tim Su
09d0d27ec0
Fixed up all translation strings by hand
13 years ago
Tim Su
23c6c9d38e
First pass at translation via automation
13 years ago
Tim Su
955fdc20b6
Code cleanup
13 years ago
Sam Bosley
f41a1b3de9
If the currently active list is deleted, switch to active tasks
13 years ago
Sam Bosley
d8cdd97478
Make sure placeholder share bar images show up immediately after share
13 years ago
Sam Bosley
9a5120cba4
Fixed a bug in filterwithcustomintent, fixed text color in list members
13 years ago
Sam Bosley
5658f820de
Alert popup for when magic has happened via quickadd markup
13 years ago
Tim Su
53b7b76a55
Bring api and facebook projects in line with our core build target
13 years ago
Sam Bosley
695c78fd18
Killed the NotificationWrapperActivity and other custom wrappers for custom intents--just use the normal tasklistactivity with a custom fragment
13 years ago
Sam Bosley
c498eabba6
Gtasks V2 sync provider
13 years ago
Sam Bosley
05018ec901
Merge remote-tracking branch 'upstream/120120_as_new_task_icons' into 4.0
13 years ago
Sam Bosley
b281f48aef
Popup for tag settings activity
13 years ago
Andrew Shaw
0d56cc8c83
Task rows no longer have repeat details and shortened the due date string
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
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
9517a02b18
Don't consider timer elapsed seconds to be an insignificant detail in recently modified
13 years ago
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
Amy Tang
a0c6528e24
Tag description UI and backend
13 years ago
Sam Bosley
aead7c1039
Added a bitwise and sql function, updated the check for emergent tags accordingly
13 years ago
Sam Bosley
eb97c51fd1
Added a gte sql function, look for emergent shared list after assigning a task
13 years ago
Sam Bosley
24dfae45e4
Switch to assigned by me filter when assigning a task from active tasks list
13 years ago
Sam Bosley
04f0b617b0
Don't show toast on new user login, fixed keyboard bug on new user login
13 years ago
Sam Bosley
0cb3ef8a1c
Refactored some task criteria into the api dao, check for task ownership when syncing
13 years ago
Sam Bosley
de4894dfa6
Made library projects not build to antbuild folder because it breaks dependent projects
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
Sam Bosley
dc09a1fae6
Changed the sorting functions to give greater weight to tasks with deadlines over tasks without
13 years ago
Sam Bosley
a92f94703a
Sync prefs pages now show name or email of logged in user
13 years ago
Sam Bosley
1cede7423f
Backported some changes made in the wimm project
13 years ago
Tim Su
9dd06f5701
Moved packages to api project for api projects to use
13 years ago
Tim Su
a40a0db20b
translations for api folder
13 years ago
Tim Su
be3acc3c74
bump the timeout to 60s
13 years ago
Tim Su
94fd25098f
New style for filters page to show list pictures and restructure custom filters.
13 years ago
Tim Su
42ea483336
added repeat tests, fixed up others
13 years ago
Tim Su
bbd943f0a8
Merge remote-tracking branch 'stingerAJ/2011-7-25-patches'
13 years ago
Tim Su
4155665bf4
Fix for task save getting triggered even if no edits because of people control set
13 years ago
Arne Jans
c7b076a460
Added yearly repeats and fixed monthly to really add a calendar-month.
13 years ago
Arne Jans
a79e19637f
Implemented snooze by x minutes and repeat interval also.
13 years ago
Sam Bosley
d07c007317
Fixed a bug with the migration process--if a particular task can't be migrated, reset its remote id so we don't query api with bad ids
13 years ago
Tim Su
5d105e4df4
Handle crashes reported from Android Market
14 years ago
Tim Su
4fb431a1b7
Merged incoming from launchpad
14 years ago
Tim Su
365608f4c6
Merge commit 'c7edb5e'
14 years ago
Tim Su
63971ed712
Today and yesterday flipped
14 years ago
Tim Su
301a1c1de9
Killed warnings
14 years ago
Tim Su
dbcc393e07
Cleaned up task list relative date logic
14 years ago
Sam Bosley
6254348933
Added ability to sync individual gtasks immediately on save. Properties synced--all relevant task data e.g. title, due date, parent indentation. Properties ignored--ordering in a list. Also fixed several major bugs related to normal syncing.
14 years ago
Tim Su
5aad0b95cf
Fix for new list activity not getting a title
14 years ago
Tim Su
275415702e
Now use the tag view activity for new tag creation
14 years ago
Tim Su
0ec2982025
Merge remote-tracking branch 'sbosley/110627_new_gtasks_api'
14 years ago
Tim Su
928795938b
Added astridApi translations, fixed some translation bugs
14 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.
14 years ago
Tim Su
fd4d178827
Refactored Task Edit page into four tabs and added styling
...
- added sharing tab from edit people activity
- changed due date picker into two buttons
- refactored Task Edit Activity into multiple smaller files
- new UI elements for save/cancel buttons, tabs, and other small parts
14 years ago
Tim Su
b4a337eb97
Fixed issue with AstridApi referencing astrid project. how did this ever build?
14 years ago
Tim Su
d443ff8502
Added an 'add new' button to lists, which creates a list
14 years ago
Tim Su
0d3322c474
translated relative dates in all supported languages
14 years ago
Tim Su
8a0b6f1a61
Increased sophistication of displaying due dates in task adapter, it was displaying next week incorrectly
14 years ago
Tim Su
27816c42bc
New dark style for Astrid task list UI designed by Scott Rim & Astrid team
...
- new header and footer styling
- abbreviated date format, moved date and details to same line
- new icons and reduced padding for quick action bar
- notched task indicators
- smaller details font
- new icons for details row
- new check box icons
- added header to filter activity
- removed unused resources
14 years ago