1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00
Commit Graph

4512 Commits

Author SHA1 Message Date
Jesse Vincent
876d478ad7 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-11 18:44:44 -04:00
Jesse Vincent
bcc2263e07 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-11 18:44:44 -04:00
Jesse Vincent
1bed455e4f Replace synchronous setting of a flag with async setting of the flag. This helps speed up message display time (anecdotally) 2013-07-11 18:44:44 -04:00
russian k-9 mail user
2b8a596e2d Update providers.xml
about 70% of russian mailboxes. it works
2013-07-11 20:57:12 +04:00
cketti
463b33855b Merge pull request #329 from sjbarag/FastmailProviderConfig
Add IMAP provider info for fastmail.fm
2013-07-11 05:56:08 -07:00
Sean Barag
75823b0e8b Add IMAP provider info for fastmail.fm
Lets K9 automatically configure the IMAP and SMTP ports for fastmail.fm
accounts.
2013-07-11 08:41:19 -04:00
cketti
c0479fb59a Add Slovak to the list of supported languages 2013-07-11 02:49:42 +02:00
pyler sm
00179a8a32 Add Slovak translation 2013-07-11 02:35:56 +02:00
Vincenzo Reale
7700ee0030 Update Italian translation
See issue 5748
2013-07-09 23:30:35 +02:00
russian k-9 mail user
6221bb72da Update Russian translation 2013-07-09 23:24:04 +02:00
cketti
2a48ad2170 Remove preference summary attribute when empty string was used
This will display the preference title vertically centered. Some
translations still had text for the summary, so their preference title
might need to be changed to adjust for possible loss of information.
2013-07-09 23:18:10 +02:00
cketti
110d0ad8ac Sync translations using the new script 2013-07-09 17:22:39 +02:00
cketti
518a1a6c9b Fix broken XML 2013-07-09 17:22:39 +02:00
cketti
ebd74ed96c Move comments that should be preserved when syncing translations 2013-07-09 17:22:14 +02:00
cketti
f964d497db Remove XML comments to work around limitations of sync_translation.py 2013-07-09 17:21:59 +02:00
cketti
de1c56e557 Move another XML comment 2013-07-09 17:21:59 +02:00
cketti
01103238b8 Move comment so the sync_translation script won't copy it to the output 2013-07-09 17:21:49 +02:00
cketti
fd64436d68 Add script to sync localized strings.xml files with the master file 2013-07-09 17:16:23 +02:00
cketti
e1226618e1 Move translated library strings to separate file 2013-07-09 04:31:12 +02:00
cketti
186f6d6ba2 Don't save signature to identity header if identity doesn't use a signature 2013-07-08 06:44:44 +02:00
Jesse Vincent
120dcd3147 Bumped manifest to 4.505 2013-07-07 23:04:40 -04:00
Jesse Vincent
7a139224c2 changelog update 2013-07-07 23:04:30 -04:00
Jesse Vincent
d46ac4f94c Merge pull request #327 from bboa/master
Russian update - ready#2
2013-07-07 20:02:29 -07:00
Leo Yang
113b4a6cff Chinese translation update 2013-07-07 23:01:03 -04:00
cketti
306b258f25 Merge pull request #323 from jca02266/adapt_broken_server
Adapt broken pop3 server
2013-07-07 19:43:55 -07:00
cketti
452421bfa9 Merge pull request #320 from kiike/i18n-ca
Update catalan translation.
2013-07-07 19:37:25 -07:00
russian k-9 mail user
dfdc656d57 Update strings.xml
improved
2013-07-07 22:46:53 +04:00
russian k-9 mail user
09dd5d35bc Update strings.xml 2013-07-07 15:28:15 +04:00
Ashley Willis
cdad73ce6f verify res/raw/changelog.xml for an entry for the version being bumped to before changing anything for target bump-version. 2013-07-06 23:33:38 -04:00
Jesse Vincent
da55375228 Bumped manifest to 4.504 2013-07-06 21:51:28 -04:00
cketti
5d07b6691b Don't load unread/flagged count when creating LocalFolder instances
This avoids a potentially expensive LEFT JOIN when querying the database.
2013-07-07 03:31:14 +02:00
cketti
422ba279b5 Refactor code to create LocalFolder instances from a database query. 2013-07-07 03:31:14 +02:00
russian k-9 mail user
64462ac148 Update strings.xml
instead of #326
2013-07-06 23:59:54 +04:00
Koji Arai
f39a842669 Updated Japanese translation of the changelog. 2013-07-06 21:48:41 +09:00
Jesse Vincent
457458d940 Bumped manifest to 4.503 2013-07-05 17:51:47 -04:00
cketti
cd7cdcb8fc Update changelog 2013-07-05 05:36:27 +02:00
cketti
d22ec9f4dc Remove changelog entries from the 4.4 branch 2013-07-05 05:30:31 +02:00
cketti
82c0a92049 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-04 02:59:00 +02:00
cketti
ed6eb7bade Fix code to reset the database when upgrading fails
Previously the app crashed when upgrading the database failed. Now we
reset the database version and run the upgrade code again (recreating
all tables).
2013-07-03 05:25:39 +02:00
cketti
d392fc30b1 More ignoring! 2013-07-03 03:40:40 +02:00
cketti
1c6072a1cc Fix "Folders" menu item and hotkey handling in MessageList 2013-07-02 20:03:45 +02:00
Jesse Vincent
b4c8afbe22 better guarding for the folders menu item in the face of search folders with multiple accounts 2013-07-02 13:14:43 -04:00
Koji Arai
3f82a50c99 Updated Japanese translation of the changelog. 2013-07-02 22:28:16 +09:00
Jesse Vincent
b7cf3e421a Play store NPE:
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.fsck.k9/com.fsck.k9.activity.UpgradeDatabases}: java.lang.NullPointerException
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2117)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2155)
at android.app.ActivityThread.access$700(ActivityThread.java:139)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1248)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:5062)
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:795)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:558)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.NullPointerException
at android.app.Instrumentation.execStartActivity(Instrumentation.java:1409)
at android.app.Activity.startActivityForResult(Activity.java:3389)
at android.app.Activity.startActivityForResult(Activity.java:3350)
at android.app.Activity.startActivity(Activity.java:3562)
at android.app.Activity.startActivity(Activity.java:3528)
at com.fsck.k9.activity.UpgradeDatabases.launchOriginalActivity(UpgradeDatabases.java:183)
at com.fsck.k9.activity.UpgradeDatabases.onCreate(UpgradeDatabases.java:109)
at android.app.Activity.performCreate(Activity.java:5058)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1079)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2081)
... 11 more
2013-07-01 23:32:04 -04:00
cketti
4a7c340359 Fix XML of changelog 2013-07-02 01:44:17 +02:00
Jesse Vincent
1b6e9bd4ba Fixed a bug that caused K-9 to crash on the Accounts page on 4.x if you were using the dark theme 2013-07-01 16:34:43 -04:00
dzan
07d2f4cc53 Merge branch 'master' of git://github.com/bboa/k-9 into bboa-master 2013-07-01 17:32:12 +02:00
Jesse Vincent
fea29dab99 changelog for 4.402 2013-06-30 18:54:35 -04:00
Jesse Vincent
0a029561d1 Back, by popular demand, an empty trash button in the accounts context menu 2013-06-30 18:54:27 -04:00
Jesse Vincent
4baaafcd88 Add a "Folders" menu item back to the message list to ease nav discoverability 2013-06-30 18:54:13 -04:00