pyler
94cafccec2
Update Slovak translation
2014-01-05 00:42:30 +01:00
cketti
8f2e88d42b
Add Transifex config
2014-01-04 01:52:09 +01:00
cketti
06ec852090
Rename plurals to make Transifex happy
2014-01-04 01:44:31 +01:00
cketti
9ca4585778
Update build.gradle to work with latest Android Studio
2014-01-04 01:40:56 +01:00
Joe Steele
52d0460237
Fix typo
2013-12-29 19:48:38 -05:00
Andrew Chen
043043d562
Merge pull request #432 from Mittaa/patch-1
...
Update da strings.xml
2013-12-27 16:48:51 -08:00
Andrew Chen
bb852bce8a
Merge pull request #431 from miplopez/patch-1
...
Update es strings.xml
2013-12-27 16:47:25 -08:00
dzan
c55a216433
Merge pull request #435 from raboof/patch-2
...
Consistent Dutch translation for 'attachment'
2013-12-27 10:42:39 -08:00
Arnout Engelen
87689120a5
Consistent Dutch translation for 'attachment'
2013-12-27 15:51:06 +01:00
dzan
019555587b
Merge pull request #433 from raboof/patch-1
...
Dutch translation update.
2013-12-24 01:54:05 -08:00
Arnout Engelen
3204643e26
Add missing translations
...
colorizing missing contacts, visible refile actions, attachment dialog
2013-12-24 10:10:05 +01:00
Arnout Engelen
db1ebe5481
Spelling mistakes
...
bezittelijk voornaamwoord en d/t-fout voltooid deelwoord 'verversen'
2013-12-24 09:58:34 +01:00
Mittaa
9872bdb3ae
Update strings.xml
...
Danish translation added. New to Github so hopefully I did the right thing :)
2013-12-23 11:21:10 +01:00
miplopez
2b32f7a6db
Update strings.xml
...
Translation error (ES): L856 "inificada" --> "unificada"
2013-12-22 23:20:39 +01:00
cketti
aaa1bdd115
Fix ClassCastException
2013-12-18 00:21:18 +01:00
cketti
79a5bc9c7e
Revert "Make IMAP autoconfig recognize "Draft" as drafts folder"
...
This reverts commit 453f10128c
.
See https://github.com/k9mail/k-9/pull/429
2013-12-17 18:45:57 +01:00
cketti
38e3aa7db1
Set minSdkVersion to 15
...
Technically, the code still supports SDK 8. But we don't want users to get stuck
on a 4.9xx version when we do remove compatibility with old Android versions.
2013-12-16 17:43:45 +01:00
erlendorf
453f10128c
Make IMAP autoconfig recognize "Draft" as drafts folder
...
Yahoo names it "Draft" instead of the more common "Drafts".
2013-12-16 17:14:56 +01:00
Jasper Klein
78428e287b
Add work-around for Asus Transformer WebView display bug
2013-12-16 17:11:28 +01:00
cketti
8832303c76
Merge branch 'providers'
2013-12-15 20:50:59 +01:00
pyler
75fc5f0d70
Add Azet.sk to providers.xml
2013-12-15 20:46:30 +01:00
ascob
18d80c8692
Add posteo.de to providers.xml
...
Add Posteo.de to providers.xml (according to https://autoconfig.thunderbird.net/v1.1/posteo.de and https://autoconfig.posteo.de/mail/config-v1.1.xml )
2013-12-15 20:40:47 +01:00
cketti
4fe3ed6692
Merge branch 'translations'
2013-12-15 17:27:02 +01:00
Erkan
388ee8e27d
Update French translation
2013-12-15 16:58:58 +01:00
Marcio Zomb13
b06e912b20
Update Brazilian Portuguese translation
2013-12-15 16:58:33 +01:00
cketti
d4017d24fe
Fix Ukrainian translation
...
Fixes issue 6101
2013-12-15 16:54:41 +01:00
cketti
c1a77181bc
Ignore all errors in initialization of TrustedSocketFactory
...
On Android 2.2 getEnabledProtocols() throws an
ArrayIndexOutOfBoundsException
2013-12-12 16:48:30 +01:00
cketti
211e989472
Fix dutch translation
...
Fixes issue 6103
2013-12-11 15:52:30 +01:00
cketti
8e422f1183
Switch to a certificate that can be verified on the Cloudbees emulator
2013-12-06 06:53:57 +01:00
cketti
43bf41332d
Return proper error message when certificate couldn't be verified against global key store
2013-12-06 06:53:57 +01:00
cketti
25147754e9
Merge branch 'fix_strings'
2013-12-06 03:33:28 +01:00
cketti
4cdbe00732
Remove problematic linebreaks from strings files
2013-12-06 03:14:16 +01:00
cketti
d0a72b4f17
Replace no-break spaces with regular space characters
2013-12-06 03:13:50 +01:00
cketti
85e55e5408
Add script to fix problematic linebreak/whitespace combinations in strings.xml
2013-12-06 00:54:52 +01:00
cketti
9b807c325d
Add support for bitcoin URIs
2013-12-05 04:28:28 +01:00
Joe Steele
dab8d3807f
Change LocalKeyStore error reporting
...
The error reporting assures an exception is thrown if
setKeyStoreFile(null) is called without a prior call to
setKeyStoreLocation(String directory).
Also, fix TrustManagerFactoryTest indentation.
2013-12-04 12:10:12 -05:00
cketti
3fd7470d68
Change the way we harden SSL/TLS sockets
...
Blacklist a couple of weak ciphers, bring known ones in a defined order and sort unknown
ciphers at the end. Also re-enable SSLv3 because it's still used a lot.
2013-12-04 04:50:41 +01:00
cketti
448a80e96a
Merge branch 'cert_validation'
2013-12-04 04:46:06 +01:00
Joe Steele
cedcd7e47c
Eliminate the need to pass a context to LocalKeyStore.getInstance
...
Instead, have K9.onCreate initialize the location of the key
store file (similar to what is done with
BinaryTempFileBody.setTempDirectory).
Also, LocalKeyStore.getInstance has been changed so that it
no longer needs to be synchronized.
2013-12-03 19:24:37 -05:00
Joe Steele
9333f4f7f4
Don't delete certs. on account creation, & assure that only one instance of LocalKeyStore is created.
2013-12-03 19:21:57 -05:00
cketti
765b390eb5
Remove LocalKeyStore's dependency on K9.app
2013-12-03 13:28:48 +01:00
cketti
2a9ac867b9
Remove LocalKeyStore's dependency on Account to reduce coupling
2013-12-03 12:56:31 +01:00
Joe Steele
5bf27c1031
Move unit test class to match changes in commit 40404c3
2013-12-02 16:50:57 -05:00
Joe Steele
9e6abf5fa7
Merge branch 'cert_validation' of git://github.com/k9mail/k-9.git into cert_validation
...
Conflicts:
tests/src/com/fsck/k9/mail/store/TrustManagerFactoryTest.java
2013-12-02 16:30:11 -05:00
Joe Steele
0f39a9d5ba
"upgrade" the LocalKeyStore
...
Implement an "upgrade" capability for the key store file,
and then use it to delete the old file.
The existing certs in the old file are not a security
risk, but they are now useless because the format of
their aliases was changed in commit a4440b4
. They now are
just taking up storage space and memory.
Users will need to re-accept *ALL* certificates that they had
previously accepted and are still using. (Actually, this requirement
was effective with commit 4b57d79a
. Before that, certificates whose
Subject matched did not require re-accepting.)
2013-12-02 14:49:53 -05:00
Joe Steele
8eef43c282
Implement pruning of old certificates from LocalKeyStore
...
Certificates are deleted whenever server settings are changed
or an account is deleted.
2013-12-02 14:49:47 -05:00
Joe Steele
40404c3700
Move some classes out of com.fsck.k9.mail.store
...
The classes are just as much related to com.fsck.k9.mail.transport
as com.fsck.k9.mail.store, so having them in
com.fsck.k9.mail.store doesn't seem appropriate.
Move LocalKeyStore to com.fsck.k9.security
Move TrustManagerFactory and TrustedSocketFactory to com.fsck.k9.net.ssl
2013-12-02 14:07:57 -05:00
Joe Steele
76605f7d86
Extract code into new LocalKeyStore class
...
Also, implement the ability to configure an alternate key store
file location. This permits the running of unit tests without
clobbering the live key store file.
Also, add a test to confirm that the key store file is being written
out and reread correctly.
2013-12-02 14:04:40 -05:00
cketti
5f38306a9a
Add more unit tests for TrustManagerFactory
2013-12-02 16:42:33 +01:00
Joe Steele
eb13691918
Eliminate the need for reflection to access hidden API
2013-11-30 18:34:57 -05:00