Sam Bosley
1f1d6050f8
Fixed a potential null pointer exception in calendar event creation
13 years ago
Sam Bosley
0db201c689
Fixed a bug where calendar events wouldn't be copied correctly along with copied tasks
13 years ago
Sam Bosley
42311c8693
Don't save sharing settings until after we've checked that user is logged in
13 years ago
Sam Bosley
af2ace35e8
Background color in gtasks login activity
13 years ago
Sam Bosley
ef43d7bf69
Added additional logging for 400 and 500 error codes in gtasks sync
13 years ago
Sam Bosley
a4fb23c6a8
No more landscape in actfm login activity
13 years ago
Sam Bosley
2f7fd5c2b3
Fixed a bug with saving and assigning, one fewer ! in priority views
13 years ago
Sam Bosley
203d4b7348
Fixed an infinite loop causing an anr
13 years ago
Sam Bosley
208205130d
Can't assign a task to an invalid email anymore
13 years ago
Sam Bosley
450777d368
Fixed a bug with relative date strings in task save toast
13 years ago
Sam Bosley
41bcb2c09f
Merge origin/111027_sb_final_release_tweaks
13 years ago
sbosley
0adde7b088
Merge pull request #104 from StingerAJ/111018_aj_crittercism_top_bugs
...
updated crittercism to 1.01 with support for offline-crashes and fixing u
13 years ago
Sam Bosley
61434b7b74
Cleaned up code, better random password generation
13 years ago
Sam Bosley
bbdc745731
Generate random passwords for new users as we do on iphone
13 years ago
Sam Bosley
a158192c7f
Put in some basic recovery options for failed gtasks pushes. Hopefully this will reduce the number of failed syncs
13 years ago
Sam Bosley
ed310f7e5f
Cleaned up unused code
13 years ago
Sam Bosley
2863a2810e
Fixed some bugs with simultaneous syncing
13 years ago
Sam Bosley
4b27243963
gtasks api library version bump
13 years ago
Sam Bosley
a547762dda
Undid previous change
13 years ago
Sam Bosley
43439d835d
Reschedule alarms in repeat task complete listener
13 years ago
Sam Bosley
5c9f3ddbf6
Fixed some more bugs with task duplicates and autosync fails
13 years ago
Sam Bosley
94c49f02f7
Fixed a small bug with cancelling quickadded tasks
13 years ago
Arne Jans
fbe1ea2ec8
updated crittercism to 1.01 with support for offline-crashes and fixing unspecified userap-versions out-of-the-box. changelog is coming soon.
13 years ago
Sam Bosley
11e8e5fa0b
Remove AB testing of things we've decided on
13 years ago
Sam Bosley
979b7b5e7f
Updated a bunch of icons to use the new astrid smile
13 years ago
Sam Bosley
386c6fc723
Fixed a bug that could cause task duplicates and web overwriting due dates when adding from widget
13 years ago
Sam Bosley
73f65385cb
Fixed a bug where failed autosync logs wouldn't be recorded
13 years ago
sbosley
feaa8249f5
Merge pull request #103 from StingerAJ/111014_aj_bugfix_fc_purgetasks
...
Using DialogUtilities to dismiss the dialog as Tim suggested.
13 years ago
Arne Jans
dc8792471c
Using DialogUtilities to dismiss the dialog as Tim suggested.
13 years ago
Sam Bosley
884eecd24a
Fixed all the error popups that could happen when autosyncing with no connection
13 years ago
Sam Bosley
18faf19368
Try catch for json in assignment
13 years ago
sbosley
18d724bcd5
Merge pull request #94 from StingerAJ/110930_aj_localization_errors
...
110930 aj localization errors
13 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.
13 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.
13 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/
13 years ago
Arne Jans
c28ec6387b
Fixed some localized time-strings
13 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
13 years ago
Arne Jans
fbaa2203b4
Minor fix for wrong midnight-time in german localization.
13 years ago
Sam Bosley
eb1b8b60c4
Fixed a few bugs where task either wasn't assigned or assignment was overwritten
13 years ago
Sam Bosley
58e3c9f9b5
Fixed a bug with everything appearing twice in the filter list
13 years ago
Sam Bosley
a7fabed823
iOS style automatic sync of lists view, all tasks view, and specific lists when opened
13 years ago
Jon
0035f27794
? instead of ! in question
13 years ago
Jon
92c581b760
Added new reminder strings to git. Need to be submitted for translation.
13 years ago
Tim Su
b51511b1e8
Merge pull request #101 from altmer/master
...
Fixing bug in Opencrx plugin
13 years ago
Tim Su
6f98da5a96
Set p_first_action after intro tasks to avoid counting them
13 years ago
altmer
cdcc772657
Changed OpencrxCoreUtils to fix metadata bug
13 years ago
altmer
38da79055a
Changes to OpencrxControlSet to fix bug with Opencrx metadata
13 years ago
Arne Jans
9160a174c1
Cleaned up the code a bit. Removed the error-emulation and moved the initialization of the registered receivers to the constructor of the bladefilterreceiver.
13 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.
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
Arne Jans
c514c12854
Added gcal-deletion setting in Manage Old Tasks-settingsmenu to remedy gcal-flooding for some users.
13 years ago
Sam Bosley
b078d7dcc8
Transparent member header background for transparent themes
13 years ago
Tim Su
4011fb0eeb
Fix Locale plugin to read extras from forwarded bundle instead of straight from the intent
13 years ago
Sam Bosley
065e3ec6a9
Don't add created tasks to lists until after successful creation
13 years ago
Tim Su
8ea8f03767
version bump and upgrade message
13 years ago
Tim Su
0a2ed597d1
if you have a random reminder, it shouldn't go nonstop mode
13 years ago
Tim Su
663729fe5b
Merge remote-tracking branch 'sbosley/111004_sb_gtasks_error_messages'
13 years ago
Sam Bosley
e5e69dc23b
New crittercism jar to catch init exceptions
13 years ago
Sam Bosley
2dae272384
Only let due date and alarms override quiet hours
13 years ago
Sam Bosley
b0e15ce502
Fixed a bug where values typed into the text of a number picker could be ignored
13 years ago
Sam Bosley
860a07ba28
Fixed crash in crittercism launch, use of Pair in ask adapter
13 years ago
Sam Bosley
6d5cb44de7
Try token revalidation with other form of getAuthToken (not for samsung phones)
13 years ago
Sam Bosley
94422643aa
Better gtasks error messages and human readable scope alias for auth token type
13 years ago
Tim Su
c670f16bdd
bump the hard-coded v2api task limit
13 years ago
Arne Jans
e536d49f94
Fixed several localization errors in de/strings.xml
13 years ago
Arne Jans
7f34bbfacf
Fixed setting title according to manage old tasks
13 years ago
Tim Su
8cf0db306f
Removed some warnings
13 years ago
Tim Su
d939f7d82e
add sync menu item back, and version bump
13 years ago
Tim Su
0ea06ee00c
Minor code reorg, prepare for release
13 years ago
Tim Su
63db137e24
Merge remote-tracking branch 'sbosley/111003_sb_new_gtasks_lib'
13 years ago
Tim Su
e21d3fd0f9
added entries to update message
13 years ago
Sam Bosley
259b447294
Integrated crittercism
13 years ago
Sam Bosley
cd56a3eb94
Start statistics service in launcher activity
13 years ago
Sam Bosley
a14ddeb4d7
New upgrade message
13 years ago
Sam Bosley
32f7fe360e
Fixed null pointer crash, new version number and string
13 years ago
Sam Bosley
3cda93777f
Updated version of the google api libraries
13 years ago
Tim Su
f1b0f7ad2d
push flag changes to astrid.com
13 years ago
Tim Su
965284aff0
Upgrade message
13 years ago
Tim Su
438bfdefa4
fix for repeat-after-complete weekly setting due time on tasks
13 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
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
Sam Bosley
d45d844b77
Fixed bug in welcome sequence
13 years ago
Tim Su
f9a1b49727
elippsize the end, not the beginning of the note
13 years ago
Tim Su
f1d8fae6b2
Merge remote-tracking branch 'sbosley/110922_sb_list_view_iosify'
13 years ago
Tim Su
b83565ddb0
Merge remote-tracking branch 'sbosley/110930_sb_login_blocks_ui'
13 years ago
Tim Su
7b6ac917a9
Now, repeated completed tasks will be recorded as such on the website
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
Sam Bosley
7d77af5bf9
Login to astrid.com won't block the ui thread anymore
13 years ago
Tim Su
8afc0af018
Only clear details if model has changed
13 years ago
Tim Su
d1ec1b0954
clear details on receiving new tasks
13 years ago
Arne Jans
b620c0d260
Fixed the flag-setting location for default reminder-mode, moved it to TaskDao. Also fixed a minor de-localization error for reminder-modes.
13 years ago
Tim Su
db345af318
minor cleanup of whitespace and conditions for detail clearing
13 years ago
Tim Su
2f17c60f94
Moved upgrade service text up
13 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.
13 years ago
Tim Su
14c0bb9333
Version bump and upgrade message
13 years ago
Tim Su
65ff89bd76
fix typos in the intro string
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
Tim Su
e194d12e6a
Fix for task repeat not to spec throwing parse errors when syncing astrid.com
13 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.
13 years ago
Sam Bosley
408eb95bad
Workaround for wrong task complete with debug printlns
13 years ago
Sam Bosley
3dd18c26b4
Use astrid logo as header of filter list activity
13 years ago
Sam Bosley
e781bb3148
Adjusted feature flipper to run in background on startup and changed some ab probabilities
13 years ago
Sam Bosley
fbdd8652db
Fixed cursor moving on rotate in task title and notes
13 years ago
Sam Bosley
043beb2b39
Fix for crash in gtasks widget
13 years ago
Sam Bosley
0c2ce67fd4
RC2 version string
13 years ago
Tim Su
0b2cf58375
sync repeat on complete with Astrid.com
13 years ago
Sam Bosley
e813d848af
Removed unecessary bindview call
13 years ago
Sam Bosley
8fc39f3b16
Filter list activity refreshes after creating new list
13 years ago
Sam Bosley
6ee85f7003
Possible workaround for samsung account manager bug
13 years ago
Sam Bosley
6c47306e9a
Removed extra printlns
13 years ago
Sam Bosley
32b865d86f
Fixed bug with tag widgets not launching tag view activity
13 years ago
Sam Bosley
c8bf0dc866
New welcome graphic
13 years ago
Sam Bosley
38577f9e55
More bug fixes to tag case migration--now includes upgrade message
13 years ago
Sam Bosley
e065947528
Bugfixes to tag case migration
13 years ago
Sam Bosley
e3ef6cde30
Only new users see the welcome login and graphic
13 years ago
Sam Bosley
7c364a4ff7
A/B Testing and Feature flipping infrastructure. AB testing of new user experience.
13 years ago
Sam Bosley
58fe374d20
Rename "Not in any list" to "Not in an Astrid list" if you sync with gtasks
13 years ago
Sam Bosley
3526e750ed
List context menu item renames tag data also
13 years ago
Sam Bosley
a007e2ac8a
Better code reuse for getting full tag list
13 years ago
Sam Bosley
95b9fe8bd0
Fixed issue where empty lists wouldn't show up in the dropdown menu
13 years ago
Sam Bosley
b0f938af65
Implemented Tim's suggestions
13 years ago
Sam Bosley
91e31091c2
Queue failed tag and update pushes
13 years ago
Sam Bosley
75d3016177
Do full sync on c2dm receive
...
Updates to timing intervals between sync tries
Synchronized queue of failed pushes
13 years ago
Sam Bosley
a46645d128
Queue failed task pushes to astrid.com
13 years ago
Sam Bosley
8356a711a7
Added screen tagging to all currently instrumented activities
13 years ago
Sam Bosley
514e8a76d9
Reset last reminder time on repeated tasks
13 years ago
Sam Bosley
02ef005e2a
Tweaked gtasks auth timeout and logging
13 years ago
Tim Su
b2eacec1f8
Merge pull request #86 from sbosley/110905_sb_case_insensitive_lists
...
Case insensitive lists
13 years ago
Sam Bosley
262c8e19bc
Changed to reflect Tim\'s suggesion
13 years ago
Sam Bosley
0380ace1d1
Specific time picker is always enabled on show. Uncheck to remove specific time
13 years ago
Sam Bosley
d8ab004bf7
Fixed a bug where you couldn't change the case of a list ever
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
Sam Bosley
de9b8623a4
Version number bump to 194 for market
13 years ago
Tim Su
06ee845e82
Removed add to calendar preference since it is not useful
13 years ago
Sam Bosley
d74ac4aa26
Version bump and upgrade message
13 years ago
sbosley
c2661c2c0c
Merge pull request #81 from sbosley/110906_sb_throttle_welcome_screen
...
Skip login screen, go to welcome graphic first
13 years ago
sbosley
7a48959f4c
Merge pull request #80 from StingerAJ/2011-08-31-patches
...
2011 08 31 patches
13 years ago
Sam Bosley
1d89882764
Skip login screen, go to welcome graphic first
13 years ago
Sam Bosley
11c2c9a0b3
Fixed null pointer exception in popover showing
13 years ago
Sam Bosley
e5468b6360
Dismiss button for comments view
13 years ago
Sam Bosley
f5a7eb0428
Added printlns so we can get more info about failing gtasks auth
13 years ago
Arne Jans
d50140a2a5
Fixed linewrap for backup-status
13 years ago
Arne Jans
a77836a356
Fix for 17036871, Enable line-wrap for preferences-entries.
13 years ago
Tim Su
c876644569
Added additional instrumentation
13 years ago
Tim Su
841484f8bc
Fixed a repeat bug and then fixed the underlying tests
13 years ago
Tim Su
e069b6ab0e
Moved repeat tests to their own package for exclusion in continuous tests
13 years ago
Sam Bosley
bfff8b14a0
Fixed repeating from powerpack bug
13 years ago
Sam Bosley
9367a8f8e8
Tag name changes get reflected in the gui immediately
13 years ago
Sam Bosley
285414a1ab
Shows popover no matter how tag view activity is launched
13 years ago
Tim Su
38559c4efe
Fix for blank task creator id errors
13 years ago
Tim Su
299cb5b078
removed debug printing
13 years ago
Tim Su
0e557f80e8
don't show the popover every single time
13 years ago
Tim Su
f358429b9e
Moved display logic for upgrade message into the TaskListActivity so it actually shows up.
13 years ago
Tim Su
3933cd778b
Version bump and upgrade message
13 years ago
Tim Su
418f86b81a
Minor tweaks to improve the login experience:
...
- lightened up the popover images
- now clicking passes through to underlying thing
- code cleanup
13 years ago
Tim Su
d0c65d8ae4
Sexy black popover, high tech.
13 years ago
Sam Bosley
9d9680cbf2
New user experience with login prompt and welcome graphic
13 years ago
Jon
6a666f8d80
Update to intro tasks copy
13 years ago
Tim Su
2799829d55
Updated app id for development not to be the same as release
13 years ago
Sam Bosley
3526548762
Loading label in tag view activity
13 years ago
Tim Su
b0fe7a08ac
Prevent scheduling of due date reminders multiple times between due date and quiet hours
13 years ago
Sam Bosley
3a45e92b52
Popover on first created task
13 years ago
Sam Bosley
594ff4ea79
Popovers in tag view activity on collaborators and settings tab
13 years ago
Sam Bosley
201f4218c4
Added basic popover views for new user help
13 years ago
Sam Bosley
00fe08c5e0
Login screen goes to task list activity when launched from welcome screen
13 years ago
Sam Bosley
7a9a6995c4
Call startup service from welcome screen
13 years ago
Sam Bosley
13f49304ce
Basic logic for welcome and login screens
13 years ago
Sam Bosley
5ddf619907
When reminders are mass scheduled, reminders for now are spread out
13 years ago
Tim Su
e5b499d075
Fix for localytics and Javac!!!! (said whilst shaking fist)
13 years ago
Sam Bosley
521b8e5f65
Fixed balance of calls to open/close in statistics service, bugfixes to localytics api
13 years ago
sbosley
0cc1a79fd1
Merge pull request #76 from sbosley/110829_sb_hide_until_due_time
...
Hide until due time
13 years ago
Tim Su
d60515b3b7
Added a little bit of contextual text to reminder setting
13 years ago
Tim Su
ec003597c7
Add more time between overdue reminders, dependent on task importance
13 years ago
Sam Bosley
99b05143d9
Added a preference option that can prevent notifications from ever appearing
13 years ago
Sam Bosley
8ff97152a6
Hide until control set reads setting from preferences for newly created tasks
13 years ago
Sam Bosley
7c4250036a
Use due time for hide until due case
13 years ago
Sam Bosley
422b5acd2a
ProducteevDashboad returns empty list instead of null for users
13 years ago
Sam Bosley
dee63f1494
Day of week checkboxes get themed correctly
13 years ago
Sam Bosley
d1a398a74d
Fixed a bug where reminders for tasks without due times wouldn't show at the default time
13 years ago
Sam Bosley
1950a6db3c
Fixed a bug that caused task edit activity to quit on rotate
13 years ago
Sam Bosley
573e9167bd
Task counts now update correctly in filter list view
13 years ago
Sam Bosley
a92f94703a
Sync prefs pages now show name or email of logged in user
13 years ago
Arne Jans
ab7b6c9a4a
Added default ringmode-setting (ring once, ring five times, ring until dismissed).
13 years ago
Tim Su
7dcd93e608
Suppressed warnings, removed trailing spaces
13 years ago
Tim Su
7fb4ef4b11
Refactored gcalhelper to avoid double read for tasks with empty gcal property
13 years ago
Tim Su
956c39476c
Merge remote-tracking branch 'stingerAJ/2011-08-19-patches'
13 years ago
Tim Su
8bcd9513f5
Merge remote-tracking branch 'sbosley/110817_sb_changes_from_wimm'
13 years ago
Tim Su
48e7cdc87c
Merge remote-tracking branch 'sbosley/110824_sb_gtasks_resets_reminders'
13 years ago
Tim Su
5b626680d1
Merge remote-tracking branch 'sbosley/110818_sb_repeat_tests'
...
Conflicts:
tests/src/com/todoroo/astrid/repeats/RepeatTestsGtasksSyncRemote.java
13 years ago
Tim Su
186ea4d369
Use dialogutilities to dismiss dialog
13 years ago
Tim Su
e60c528d8d
Merge remote-tracking branch 'sbosley/110824_sb_gtasks_login_issues'
13 years ago
Arne Jans
ccfbd8f79b
Extracted deleteTaskEvent to its own Helper-class to keep UI-classes clean.
13 years ago
Sam Bosley
1cede7423f
Backported some changes made in the wimm project
13 years ago
Sam Bosley
5c22c0ed7a
Sync doesn't reset reminder settings anymore
13 years ago
Arne Jans
84625149b1
Partial Fix for 13186793 (GCal-default setting, create a new event for new tasks). Also, events are now deleted when you delete a single task or delete completed or purge deleted tasks.
13 years ago
Sam Bosley
83dd45a48a
Better gtasks login activity that displays progress dialog and won't block the ui
13 years ago
Sam Bosley
c5f487bb09
Adjusted gtasks due date functions to work around Google's rounding
13 years ago
Sam Bosley
b9b8e47cd8
Test suite for repeating tasks--includes offline tests and tests for syncing with astrid.com, producteev, and gtasks, with repeating tasks completed remotely and locally. Also includes some bug fixes exposed by the tests.
13 years ago
Tim Su
dc1c14a5b7
Reverse order comments so keyboard doesn't cover latest comments. Fix for sorting logic.
13 years ago