Jesse Vincent
0e7a842828
Bumped manifest to 4.009
2012-05-08 20:34:33 -04:00
ashley willis
321fbe614d
use the new way on internal storage, or the original way otherwise
2012-05-08 18:29:23 -05:00
Jesse Vincent
f5461e2fe4
Bumped manifest to 4.008
2012-05-07 07:26:05 -07:00
ashley willis
abf2eea10e
fixed previous commit due to crashing on 2.1 devices
2012-05-07 09:22:41 -05:00
Jesse Vincent
b64e145ac4
Bumped manifest to 4.007
2012-04-26 09:14:01 -04:00
ashley willis
1b65ad8415
fixed security issue -- account databases previously world-readable and accessible to any app if UUID is known.
2012-04-26 08:03:58 -05:00
Jesse Vincent
2b479af956
Bumped manifest to 4.006
2012-02-15 13:43:35 -05:00
cketti
2cdd2f8dff
Change protection level for READ_MESSAGES and DELETE_MESSAGES to "dangerous"
2012-02-14 01:04:01 +01:00
cketti
2a27f5005b
Fixed rare NullPointerException
2012-02-14 01:04:00 +01:00
Jesse Vincent
15151aa32a
Bumped manifest to 4.005
2012-01-26 23:52:21 -08:00
cketti
4f4ef8a9e0
Restore mark as unread in message view
...
Fixes issue 3958
Fixes issue 3319
2012-01-27 08:44:55 +01:00
Jesse Vincent
990a1c4bd6
Bumped manifest to 4.004
2012-01-20 23:45:26 -05:00
Jesse Vincent
83535d686b
update our upload target for sdk 16
2012-01-20 23:45:02 -05:00
Jesse Vincent
47efcae69c
fix the push-tags target
2012-01-20 23:45:02 -05:00
cketti
5b7cf15753
Reload accounts after writing imported account settings to storage
...
This makes sure that when the next account is imported it will see the
account just imported. That's necessary e.g. when going though all
accounts to find the next free account number, or when avoiding account
name conflicts.
2012-01-21 03:12:19 +01:00
cketti
45e7afc60e
Make sure an IOException is always passed through as MessagingException
...
This is important for the code handling pending actions in
MessagingController. If a non-permantent MessagingException is
encountered, the pending action is retried later.
Fixes issue 3696
2012-01-20 20:04:08 +01:00
cketti
03eefaab95
Create proper ImapStore URI when an empty path prefix is imported
...
Fixes issue 3986
2012-01-10 17:09:58 +01:00
Jesse Vincent
0ba525868a
Bumped manifest to 4.003
2012-01-08 18:32:11 -05:00
cketti
37b26ffe84
Be more careful when deleting an account
...
Fixes issue 3954
2012-01-08 04:42:29 +01:00
Andrew Chen
d955482c13
Merge pull request #115 from andrewachen/swipe-fix-squash
...
4.0-MAINT / Issue 3875: Revert to the old way of determining minimum swipe distance.
2012-01-07 11:08:35 -08:00
Andrew Chen
512386e763
Issue 3875: Revert to the old way of determining minimum swipe distance.
2012-01-07 11:02:35 -08:00
Jesse Vincent
678288490c
Bumped manifest to 4.002
2012-01-02 10:14:53 -05:00
cketti
c8b9e24b9f
Added danish translation (provided by mittaa)
2011-12-31 03:03:21 +01:00
cketti
632d704e58
Show/hide ListView footer depending on message list type
...
Fixes issue 3946
2011-12-31 02:22:31 +01:00
Jesse Vincent
2022cbb529
Bumped manifest to 4.001
2011-12-28 14:23:17 -05:00
wongk
8f061b14ee
Fixed the parsing of response data for WebDAV requests.
2011-12-28 14:23:08 -05:00
Jesse Vincent
1799a2ab2a
Bumped manifest to 4.000
2011-12-24 16:07:02 -05:00
Jesse Vincent
06166c6283
Bumped manifest to 3.993
2011-12-06 09:17:04 -05:00
cketti
07caf62014
Fixed creation of store URIs when a "path" was used.
2011-11-30 03:01:01 +01:00
Jesse Vincent
e6d98bc253
Bumped manifest to 3.992
2011-11-27 22:58:22 -05:00
cketti
7df4fa18c6
Fixed "managed" back button behavior in MessageView
2011-11-26 03:18:52 +01:00
Jesse Vincent
363f22146c
Bumped manifest to 3.991
2011-11-16 20:16:41 -05:00
Andrew Chen
3fc5b8f724
Add note about updated zh-rTW translation pulled from master.
2011-11-14 16:09:21 -08:00
Andrew Chen
2904ca8080
Updated zh-rTW translation by Jeff117077.
2011-11-14 16:09:14 -08:00
Koji Arai
9c62336225
Updated Japanese translation. catch up with 6f2be32
.
2011-11-12 22:28:09 +09:00
cketti
d884721161
Fixed bug where "Save draft?" dialog wasn't shown
...
With Android 1.5/1.6 and "Manage back button" disabled the "Save draft?"
dialog was never shown when leaving MessageCompose.
2011-11-12 00:54:10 +01:00
cketti
52469db66c
Updated french translation (erkan2005)
2011-11-12 00:54:09 +01:00
Jesse Vincent
ff352343c2
Bumped manifest to 3.990
2011-11-10 21:38:30 -05:00
cketti
e1233257ad
Wikified release notes
2011-11-10 00:31:33 +01:00
cketti
a69f05c5f4
Don't call super.onBackPressed()
...
MessageView contained code that would call super.onBackPressed() if the
parent class had such a method (checked using reflection). But the
bytecode verifier prevented loading of MessageView because it contained
a (static) call to super.onBackPressed(). For this to work the method
had to be called using reflection.
I removed this code entirely since we don't do it in MessageList and
FolderList either. And all the time it worked just fine.
With that change we can re-enable support for Android 1.5-2.0.1 devices.
2011-11-09 22:35:22 +01:00
cketti
d0bc28bff7
Turn off developer mode for 4.0
2011-11-09 18:20:08 +01:00
Andrew Chen
54ec1413cc
Consolidate translation updates.
2011-11-09 05:43:17 -08:00
cketti
65420ca15c
Added draft for the release notes
2011-11-09 06:33:35 +01:00
cketti
652f2c35e1
Added placeholders for untranslated strings
2011-11-09 04:25:30 +01:00
cketti
4a7a8cc213
Merge branch 'reply-after-quote' of git://github.com/ashleywillis/k-9 into 4.0-MAINT
2011-11-09 03:18:42 +01:00
ashley willis
efe591c34d
added "mQuotedHtmlContent.setFooterInsertionPoint(bodyOffset);" because bodyOffset could refer to header or footer
2011-11-07 01:59:03 -06:00
Jesse Vincent
d2ab1f8d5c
Bumped manifest to 3.913
2011-11-06 21:00:59 -05:00
cketti
6497ac4cf4
Default authentication type for SMTP is automatic
2011-11-07 01:58:38 +01:00
cketti
6d9463801e
Don't call promptForServerPasswords() if we already know all passwords
2011-11-07 01:45:52 +01:00
cketti
d6c03de6f5
Fixed logic bug that prevented imported accounts from being recognized
...
We have to add new account UUIDs to "accountUuids" for them to show up
in the account list.
2011-11-07 01:45:52 +01:00