Commit Graph

1831 Commits

Author SHA1 Message Date
Jesse Vincent 047c8d49e9 Bumped manifest to 3.404 2010-12-30 23:59:51 +00:00
Jesse Vincent 4cd3547e10 Fix for the "K9 skips every 101st message when fetching on IMAP" bug by
e-t172 <e-t172@akegroup.org>. Fixes Issue 2819
2010-12-30 23:59:41 +00:00
Jesse Vincent e8151cb22e Bumped manifest to 3.403 2010-12-20 02:45:14 +00:00
Jesse Vincent 556858a7bc Updated Italian translation from paolo.maccione 2010-12-20 02:44:59 +00:00
Jesse Vincent d5e16cccfc Don't blindly localize date pattern
Fixes issue 2783
2010-12-20 02:34:39 +00:00
Jesse Vincent a5b5506243 Bumped manifest to 3.402 2010-12-19 02:11:25 +00:00
Jesse Vincent d94f40295b Slightly better padding around checkboxes in the touchable view 2010-12-19 02:05:10 +00:00
Jesse Vincent fcc589f1f8 Fixes issue 2782: Dutch language localization word spelled incorrect -
Thanks to thayoung0
2010-12-19 01:53:01 +00:00
Jesse Vincent 8d441c5d3c Updated Italian I18N from paolo.maccione. Fixes issue 2778 2010-12-19 01:52:58 +00:00
Jesse Vincent 9216bdbc45 When mail is sent successfully, cancel the "couldn't send mail"
notification
2010-12-19 01:52:54 +00:00
Jesse Vincent cc47174e1f lift lastFailure up so we can reference it in an outer scope 2010-12-19 01:52:51 +00:00
Jesse Vincent ac2042bf7d Give our "send failed" notification a contant 2010-12-19 01:52:48 +00:00
Jesse Vincent 218ee900ae Execute LocalMessage.appendMessage() & LocalMessage.setFlag() in the same transaction for small message storing in order to speed up DB update.
This is a per message basis optimization. More improved speed could be attained by batching several messages in the same transaction.
2010-12-19 01:52:43 +00:00
Jesse Vincent 0f7fc33544 Fix possible NPE. 2010-12-19 01:52:40 +00:00
Jesse Vincent 14f0b7faf4 Improved fallback authentication methods + ran source formatter. 2010-12-19 01:52:36 +00:00
Jesse Vincent 530d913ee8 Bumped manifest to 3.401 2010-12-16 02:52:25 +00:00
Jesse Vincent 629b23027f Provisional fix for Issue 2760 in k9mail: New NPE from market. showing up a lot on 3.400 2010-12-16 02:52:20 +00:00
Jesse Vincent 6a9ec14f33 Fix usage of 'advanced' exchange settings. 2010-12-16 02:52:13 +00:00
Jesse Vincent 78bc6e07f8 Fix form based re-authentication when logon cookies had expired. 2010-12-16 02:52:08 +00:00
Jesse Vincent 4074b717c0 Bumped manifest to 3.400 2010-12-13 22:20:32 +00:00
Jesse Vincent 207d0ebb84 Bumped manifest to 3.391 2010-12-12 16:07:50 +00:00
Jesse Vincent c62e04a158 Updated Japanese translation. Thanks to hatty. 2010-12-12 16:07:42 +00:00
Jesse Vincent 9882e53a4c Create branch 3.4-MAINT 2010-12-07 23:26:14 +00:00
Jesse Vincent f3db91fbfc Import new spanish translation from javier.crespocarreno and bergonzini 2010-12-07 23:25:23 +00:00
Jesse Vincent 543d7b23a0 german translation updates from cketti 2010-12-07 23:25:19 +00:00
Jesse Vincent 4a55cb6442 small german fix from cketti 2010-12-07 23:25:16 +00:00
Jesse Vincent dd4a5a385d de translation update from therossoblu 2010-12-07 23:25:12 +00:00
Fiouz 956f6b1c9f Spelling fix (r2848) 2010-12-07 22:50:07 +00:00
Fiouz 4b35b31de1 "Send as" (r2730) French localization 2010-12-07 22:21:16 +00:00
Fiouz 0087106a43 "Clear local messages" (r2722) French localization 2010-12-07 22:21:00 +00:00
Fiouz dae0fe6029 "Send again" (r2702) French localization 2010-12-07 22:20:46 +00:00
Fiouz 60e90555fe Fetch all messages preference (r2691) French localization 2010-12-07 22:20:32 +00:00
Fiouz 8c328c2e5b Preview lines preference (r2644) French localization 2010-12-07 22:20:19 +00:00
Fiouz 505940a557 Quiet time preference (r2795) French localization 2010-12-07 22:20:03 +00:00
Jesse Vincent 3bf76bbd68 Bumped manifest to 3.320 2010-12-07 01:24:46 +00:00
Jesse Vincent 4bb5acb51c Revert "stop fading the chip if a message is read. we already change text"
It's contentious to change, apparently. So, revert until it's a setting
This reverts commit a6060fa66c8ae6001c402b0f3ac3d240b7348b8e.
2010-12-07 01:22:35 +00:00
Jesse Vincent 9fc60210db comment out a lib search path we don't appear to need that's
incompatible with the latest google sdk
2010-12-07 01:22:29 +00:00
Marcus Wolschon f5420ac528 readable thread-name for debugging
javadoc
2010-12-06 09:25:23 +00:00
cketti 9f7b447181 POP3: Ignore messages without unique-id when parsing UIDL response
Fixes issue 2731
2010-12-01 18:14:12 +00:00
Jesse Vincent f5eb6e03af astyle 2010-12-01 06:32:29 +00:00
Jesse Vincent bf60129f83 Bumped manifest to 3.319 2010-12-01 06:07:00 +00:00
Jesse Vincent e44a74c652 Get rid of a whole lot of crazy code that forced repeated attachment
downloads with the intent of only having one attachment downloaded at a
time.
2010-12-01 06:04:28 +00:00
Jesse Vincent 35f19abc9f Improve the "Do what I mean" nature of "Empty trash" - it now syncs the
trash folder after deletions to clear out local records of deleted
messages and does a compact operation on the local store.
2010-12-01 06:04:22 +00:00
Jesse Vincent 75ec749ed4 Remove an unused "context" from a private function 2010-12-01 06:04:16 +00:00
Jesse Vincent 02acea3bbf replying to a message you sent shouldn't end up sending mail only to you 2010-12-01 06:04:12 +00:00
Jesse Vincent 438f88a982 Remove strings that are no longer anywhere in our code from translations 2010-12-01 03:09:22 +00:00
Jesse Vincent 1898ceee71 Remove two retundant variables 2010-12-01 03:08:36 +00:00
Jesse Vincent f4a54b9ecb fix a numeric equality bug spotted by intellij 2010-12-01 03:08:09 +00:00
Jesse Vincent 78c900b5fe remove redundant ;s 2010-12-01 03:07:28 +00:00
Jesse Vincent 75aa644a23 Remove a bunch of stringification inside of string appends (per intellij) 2010-12-01 03:06:50 +00:00