Sam Bosley
386c6fc723
Fixed a bug that could cause task duplicates and web overwriting due dates when adding from widget
14 years ago
sbosley
feaa8249f5
Merge pull request #103 from StingerAJ/111014_aj_bugfix_fc_purgetasks
...
Using DialogUtilities to dismiss the dialog as Tim suggested.
14 years ago
Arne Jans
dc8792471c
Using DialogUtilities to dismiss the dialog as Tim suggested.
14 years ago
Sam Bosley
884eecd24a
Fixed all the error popups that could happen when autosyncing with no connection
14 years ago
Sam Bosley
18faf19368
Try catch for json in assignment
14 years ago
sbosley
45705cf0fe
Merge pull request #99 from StingerAJ/111014_aj_bugfix_fc_purgetasks
...
Potential fix for fb-77 as I cant reproduce this bug.
14 years ago
Arne Jans
fa6f267696
Fixed the crittercism-NullPointerException for quickadding a task in a list
...
without a name.
I couldnt reproduce this myself, couldnt produce a list without a name
(null-value in TagData.NAME) but this should fix it nevertheless.
14 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/
14 years ago
Arne Jans
3635dab3ba
Symptom-fix for ArrayIndexOutOfBoundsException.
...
Presumably happening during focusGain of the ReminderPreferences-activity for the default-remindertime settting.
Details:
https://www.crittercism.com/developers/crash-details/e0886dbfcf9e78a21d9f2e2a385c4c13e2f6ad2132ac24a3fa811144
14 years ago
Sam Bosley
eb1b8b60c4
Fixed a few bugs where task either wasn't assigned or assignment was overwritten
14 years ago
altmer
cdcc772657
Changed OpencrxCoreUtils to fix metadata bug
14 years ago
altmer
38da79055a
Changes to OpencrxControlSet to fix bug with Opencrx metadata
14 years ago
Arne Jans
e314ca0214
Potential fix for fb-77 as I cant reproduce this bug.
...
Please get feedback with a testversion if possible and adequate.
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
4011fb0eeb
Fix Locale plugin to read extras from forwarded bundle instead of straight from the intent
14 years ago
Sam Bosley
065e3ec6a9
Don't add created tasks to lists until after successful creation
14 years ago
Tim Su
0a2ed597d1
if you have a random reminder, it shouldn't go nonstop mode
14 years ago
Tim Su
663729fe5b
Merge remote-tracking branch 'sbosley/111004_sb_gtasks_error_messages'
14 years ago
Sam Bosley
2dae272384
Only let due date and alarms override quiet hours
14 years ago
Sam Bosley
6d5cb44de7
Try token revalidation with other form of getAuthToken (not for samsung phones)
14 years ago
Sam Bosley
94422643aa
Better gtasks error messages and human readable scope alias for auth token type
14 years ago
Tim Su
d939f7d82e
add sync menu item back, and version bump
14 years ago
Tim Su
0ea06ee00c
Minor code reorg, prepare for release
14 years ago
Sam Bosley
32f7fe360e
Fixed null pointer crash, new version number and string
14 years ago
Sam Bosley
3cda93777f
Updated version of the google api libraries
14 years ago
Tim Su
f1b0f7ad2d
push flag changes to astrid.com
14 years ago
Tim Su
438bfdefa4
fix for repeat-after-complete weekly setting due time on tasks
14 years ago
Tim Su
40971ccd19
Merge remote-tracking branch 'stingerAJ/110928_aj_gcal_default_setting'
...
Conflicts:
astrid/res/values/keys.xml
astrid/res/values/strings-core.xml
astrid/res/xml/preferences_defaults.xml
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
Tim Su
f9a1b49727
elippsize the end, not the beginning of the note
14 years ago
Tim Su
f1d8fae6b2
Merge remote-tracking branch 'sbosley/110922_sb_list_view_iosify'
14 years ago
Tim Su
b83565ddb0
Merge remote-tracking branch 'sbosley/110930_sb_login_blocks_ui'
14 years ago
Tim Su
7b6ac917a9
Now, repeated completed tasks will be recorded as such on the website
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
Sam Bosley
7d77af5bf9
Login to astrid.com won't block the ui thread anymore
14 years ago
Tim Su
8afc0af018
Only clear details if model has changed
14 years ago
Tim Su
d1ec1b0954
clear details on receiving new tasks
14 years ago
Arne Jans
0ff73823bb
Implemented gcal-default-setting and fixed some bugs with gcal-integration (timezone-bug, estimated time, adding duetime, changing task-details). This setting is not regarded for sync, as the webservices usually offer their own gcal-integration like gtasks, producteev.
14 years ago
Tim Su
7d256e6c3d
Truncate notes longer than 200 chars from details.
14 years ago
Tim Su
ffaa628e61
Don't show 'synchronizing' toast for first time users
14 years ago
Tim Su
e194d12e6a
Fix for task repeat not to spec throwing parse errors when syncing astrid.com
14 years ago
Sam Bosley
132f27963c
Repeat from completion will now move forward from completion date to the next day in the recurrence instead of skipping a week. The old behavior is still available as repeat every 2 weeks from completion. The new behavior allows the use case of a weekly repeating event on specific days of the week and ensures upcoming events will not be missed.
14 years ago
Tim Su
0b2cf58375
sync repeat on complete with Astrid.com
14 years ago
Sam Bosley
6ee85f7003
Possible workaround for samsung account manager bug
14 years ago
Sam Bosley
6c47306e9a
Removed extra printlns
14 years ago
Sam Bosley
32b865d86f
Fixed bug with tag widgets not launching tag view activity
14 years ago
Sam Bosley
38577f9e55
More bug fixes to tag case migration--now includes upgrade message
14 years ago
Sam Bosley
e065947528
Bugfixes to tag case migration
14 years ago
Sam Bosley
7c364a4ff7
A/B Testing and Feature flipping infrastructure. AB testing of new user experience.
14 years ago
Sam Bosley
58fe374d20
Rename "Not in any list" to "Not in an Astrid list" if you sync with gtasks
14 years ago