Commit Graph

2231 Commits (f5c5cfa3540866aa3c3e2fafdac39df3a9da75de)
 

Author SHA1 Message Date
Tim Su 92ffddb78c Merge pull request #107 from KrodukCZ/patch-1
Update strings-cs.po , still not for launch :)
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
KrodukCZ 229be812cf Update strings-cs.po , still not for launch :) 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 1afe1a51ff Fixed a race condition where multiple syncs could be started simultaneously 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
sbosley 6d71cee2d8 Merge pull request #102 from StingerAJ/111018_aj_crittercism_top_bugs
111018 aj crittercism top bugs
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
Tim Su 185c70ddd6 Merge pull request #100 from StingerAJ/111006_aj_filters_on_zteblade
Cleaned up the code a bit. Removed the error-emulation and moved the init
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
Tim Su 991f015d20 Merge pull request #98 from StingerAJ/111006_aj_filters_on_zteblade
Fixed the Blade-filterlist bug.
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