1
0
mirror of https://github.com/moparisthebest/k-9 synced 2025-01-07 11:48:07 -05:00
Commit Graph

4462 Commits

Author SHA1 Message Date
Andrew Chen
b0af86c183 Add IMAP support for Outlook.com.
IMAP is no longer a Plus feature; removing the note saying that it is.

http://blogs.office.com/b/microsoft-outlook/archive/2013/09/12/outlook-com-now-with-imap.aspx
2013-09-13 14:47:10 -07:00
Koji Arai
f01f9129ed Updated Japanese translation of the changelog. 2013-08-07 11:01:47 +09:00
Jesse Vincent
e74bd74909 Fix for market-reported NPE:
java.lang.NullPointerException
at com.fsck.k9.controller.MessagingController.actOnMessages(MessagingController.java:5602)
at com.fsck.k9.controller.MessagingController.deleteThreads(MessagingController.java:3986)
at com.fsck.k9.fragment.MessageListFragment.onDelete(MessageListFragment.java:1311)
at com.fsck.k9.fragment.MessageListFragment.onDelete(MessageListFragment.java:1306)
at com.fsck.k9.fragment.MessageListFragment.onContextItemSelected(MessageListFragment.java:1506)
at android.support.v4.app.Fragment.performContextItemSelected(Fragment.java:1583)
at android.support.v4.app.FragmentManagerImpl.dispatchContextItemSelected(FragmentManager.java:1992)
at android.support.v4.app.FragmentActivity.onMenuItemSelected(FragmentActivity.java:370)
at com.actionbarsherlock.app.SherlockFragmentActivity.onMenuItemSelected(SherlockFragmentActivity.java:211)
at com.android.internal.policy.impl.PhoneWindow$DialogMenuCallback.onMenuItemSelected(PhoneWindow.java:4038)
at com.android.internal.view.menu.MenuBuilder.dispatchMenuItemSelected(MenuBuilder.java:735)
at com.android.internal.view.menu.MenuItemImpl.invoke(MenuItemImpl.java:149)
at com.android.internal.view.menu.MenuBuilder.performItemAction(MenuBuilder.java:874)
at com.android.internal.view.menu.MenuDialogHelper.onClick(MenuDialogHelper.java:193)
at com.android.internal.app.AlertController$AlertParams$3.onItemClick(AlertController.java:934)
at android.widget.AdapterView.performItemClick(AdapterView.java:301)
at android.widget.AbsListView.performItemClick(AbsListView.java:1287)
at android.widget.AbsListView$PerformClick.run(AbsListView.java:3078)
at android.widget.AbsListView$1.run(AbsListView.java:4161)
at android.os.Handler.handleCallback(Handler.java:615)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:4921)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1038)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:805)
at dalvik.system.NativeStart.main(Native Method)
2013-07-21 15:55:18 -04:00
Jesse Vincent
e1ef417f54 Bumped manifest to 4.409 2013-07-21 10:45:58 -04:00
Jesse Vincent
518a31bfda changelog update 2013-07-21 10:44:32 -04:00
Jesse Vincent
cc44be8b1a 4.409 changelog 2013-07-21 10:31:48 -04:00
Uni-
9f3162b087 Update Korean translation
Conflicts:
	res/values-ko/strings.xml
2013-07-21 10:05:05 -04:00
Jani Kinnunen
ada7ae7545 Finnish translation updated
Conflicts:
	res/values-fi/strings.xml
2013-07-21 10:04:16 -04:00
cketti
5894afa069 Fix Spanish translation
Information provided by Luis Angel Yague on Google+
2013-07-21 10:03:44 -04:00
cketti
762080f58b Fix XML errors in Czech translation 2013-07-21 10:03:36 -04:00
cketti
0a2a1b7a08 Rename "SSL" to "SSL/TLS" and "TLS" to "STARTTLS"
Fixes issue 5775

Conflicts:
	res/values-zh-rTW/strings.xml
2013-07-21 10:03:27 -04:00
Jan Urbánek
a8614e0410 New strings translate to CS
Conflicts:
	res/values-cs/strings.xml
2013-07-21 10:01:59 -04:00
Balthazar Rouberol
5562047b20 Improvement of French translations
Signed-off-by: Balthazar Rouberol <balthazar.rouberol@mapado.com>
2013-07-21 10:01:24 -04:00
Mirosław Lach
8f609823bf Updated polish translation - quick fixes, credits update. 2013-07-21 10:01:15 -04:00
Mirosław Lach
6c850eba65 Polish translation - quick fixes.
Conflicts:
	res/values-pl/strings.xml
2013-07-21 10:01:05 -04:00
Mirosław Lach
b11e99879b Polish translation updated - remote search left. 2013-07-21 10:00:29 -04:00
Mirosław Lach
8c048d420a Updated/fixed polish translation.
Conflicts:
	res/values-pl/strings.xml
2013-07-21 10:00:20 -04:00
pylerSM
9e65202096 Another fix 2013-07-21 09:58:39 -04:00
pylerSM
26c7227d45 Sk fixes 2013-07-21 09:57:51 -04:00
pylerSM
9284d00e2b SK translation - fixes 2013-07-21 09:57:41 -04:00
Sean Barag
fbf9811e63 Add IMAP provider info for fastmail.fm
Lets K9 automatically configure the IMAP and SMTP ports for fastmail.fm
accounts.
2013-07-21 09:56:46 -04:00
cketti
58578606ef Add Slovak to the list of supported languages 2013-07-21 09:56:37 -04:00
pyler sm
881175a0dc Add Slovak translation 2013-07-21 09:56:25 -04:00
Vincenzo Reale
aeea4cc87f Update Italian translation
See issue 5748

Conflicts:
	res/values-it/strings.xml
2013-07-21 09:56:15 -04:00
russian k-9 mail user
3117a2d607 Update Russian translation 2013-07-21 09:53:08 -04:00
Jesse Vincent
e5f3fa40ab only show the super-condensed layout if the contact picture is not being displayed. 2013-07-21 09:23:04 -04:00
Jesse Vincent
e6719fa316 Bumped manifest to 4.408 2013-07-20 15:39:28 -04:00
Jesse Vincent
fc1a98b23b 4.408 changelog 2013-07-20 15:39:01 -04:00
Jesse Vincent
f5eb2708b4 restore super-dense layout when the user has selected 0 lines of message preview 2013-07-20 15:37:48 -04:00
Jesse Vincent
8de3387528 Bumped manifest to 4.407 2013-07-19 16:18:10 -04:00
Jesse Vincent
469d3ded41 changelog for 4.407 2013-07-19 16:17:00 -04:00
Jesse Vincent
0799f1f16a Fix a typo that prevented the changelog from rendering 2013-07-19 16:15:35 -04:00
Jesse Vincent
661d9c5545 Bumped manifest to 4.406 2013-07-18 20:34:46 -04:00
Jesse Vincent
8dd94ccf8d 4.406 changelog 2013-07-18 20:33:07 -04:00
Jesse Vincent
5cec9e175b Replace synchronous setting of a flag with async setting of the flag. This helps speed up message display time (anecdotally) 2013-07-18 20:27:16 -04:00
Jesse Vincent
b27ffcf502 Marking a message as read in the database is currently very expensive, especially if you have threading enabled.
Defer that until _after_ telling listeners that they're cool to show the message
2013-07-18 20:26:54 -04:00
cketti
01438d62c9 Make sure we always have the ID of a folder when fetching the unread/flagged count 2013-07-18 20:26:34 -04:00
Jesse Vincent
04ad291ba2 Opening a folder (especially in threaded mode) does a very heavy SQL query. This method doesn't use or modify the folder object. Don't cargo-cult the Open here.
(cketti may well tell me I'm wrong about this. Happy to listen & fix)
2013-07-18 20:26:19 -04:00
cketti
c1ab586ecc Stop using the old Android Market URL 2013-07-18 20:25:52 -04:00
Jesse Vincent
a40e7d80c1 Cache our compat lookups for our message webview - (They're expensive on
older devices - and pointless not to reuse)
2013-07-18 20:25:21 -04:00
Jesse Vincent
84f0faf055 upgrade our android-support library in the hopes that the newer version
might fix some perf issues with the older one
2013-07-18 20:25:11 -04:00
Jesse Vincent
6d86fb3b16 Don't invalidate the options menu from the message list as we open a
message. We also invalidate it (twice) as we show the message. It turns
out to have measurable performance impact on 2.3 thanks to ABS
2013-07-18 20:24:59 -04:00
Jesse Vincent
9698fa7e32 Add an index for a heavy query 2013-07-18 20:18:20 -04:00
Andrew Chen
e8ddf3dbc5 Add Russian ISPs -> changelog 2013-07-14 17:30:33 -07:00
russian k-9 mail user
caa41300e1 Update providers.xml with Russian ISPs 2013-07-14 17:30:14 -07:00
cketti
3b09b83f20 Fix actions started from the message list context menu
This patch makes sure actions started via the context menu operate on
the correct message even when the message list changes and the 'adapter
position' accessible via the menu object points to another message.
When the message the menu was opened for is deleted the context menu
will be closed.
2013-07-09 03:02:27 +02:00
Jesse Vincent
5ab28c891d Bumped manifest to 4.405 2013-07-08 15:59:25 -04:00
Jesse Vincent
9af34fda16 4.405 changelog updates 2013-07-08 15:57:56 -04:00
Koji Arai
68ff355e34 adapt to a corner case for broken server. 2013-07-08 15:48:40 -04:00
Koji Arai
c185cf0f1f adapt broken pop3 server 2013-07-08 15:48:40 -04:00