1
0
mirror of https://github.com/moparisthebest/k-9 synced 2025-01-10 13:18:09 -05:00
Commit Graph

4842 Commits

Author SHA1 Message Date
Jesse Vincent
99dbe6b666 Bumped manifest to 4.803 2014-01-27 13:34:32 -05:00
cketti
cfbe6c2446 Prepare changelog for 4.803 2014-01-27 15:59:22 +01:00
cketti
85317af6ff Fix issue 6064: Inline images don't display on KitKat
Backported Joe's fix.
See commit 094156cc2a
2014-01-27 15:56:17 +01:00
nysatrok
301527417d Update providers.xml for German providers
Sources:
http://kundenservice.freenet.de/hilfe/mail4/email-programme/einstellungen-generell/generelle-einstellungen/index.html
http://hilfe.telekom.de/hsp/cms/content/HSP/de/3378/FAQ/theme-45858870/Internet/theme-45858718/Dienste/theme-45858716/E-Mail/theme-305642824/Allgemein/theme-57360865/IMAP/faq-45858521
https://hilfe.web.de/e-mail/imap.html
https://hilfe.gmx.net/mailprogramme/imap.html
2014-01-14 05:51:13 +01:00
pyler
2655132c87 Add provider Outlook.sk
..and fix settings for Azet.sk
2014-01-14 05:51:11 +01:00
cketti
0582432166 Merge pull request #437 from zjw/misc_clean_up 2014-01-14 05:46:01 +01:00
Joe Steele
d1fc587772 Fix POP3 STLS command
The server response needed to be retrieved.

Thanks to Paul Durrant:
https://groups.google.com/d/msg/k-9-mail/0XHNNMR1TQ4/yExsr7nvJQwJ
2014-01-14 05:46:01 +01:00
Joe Steele
b392603ae0 Use a locale-specific date in the header of a quoted message
Also, include the sent-date in the header when using
the "prefix" quote style.  "Be like mutt" (and gmail,
and thunderbird)

Also, the quoteOriginalHtmlMessage method was using the mSourceMessage
field in various places when it should be using its originalMessage
parameter.

Related issues:  2249, 3456
2014-01-14 05:46:01 +01:00
Joe Steele
d6b6bf6254 Account preferences clean-up
There were a number of preferences that were not being removed
from the preferences DB when an account was deleted, so they
would remain there forever.

There were a few attempts to remove preference keys from the DB where
the keys were obsolete and not in use for some time.

Certain obsolete preferences were not modified:
mUuid + ".name"
mUuid + ".email"
mUuid + ".signature"
mUuid + ".signatureUse"
These were in use before implementing multiple identities, and are still used
as a fallback for old accounts without multiple identities configured.
2014-01-14 05:46:01 +01:00
cketti
dc0c567007 Revert "Add work-around for Asus Transformer WebView display bug"
This reverts commit 78428e287b.
2014-01-14 05:46:00 +01:00
Joe Steele
c47777b821 Remove ant.properties
The properties currently therein are duplicates of those in
project.properties.

The build.xml file first loads properties from ant.properties, then from
project.properties, so ant.properties is redundant.

The file's existance was a maintenance issue.  The past couple times
when the property "target" was updated in project.properties, the
property was overlooked in ant.properties, so ant builds would fail when
Eclipse builds would succeed.
2014-01-14 05:46:00 +01:00
cketti
c5d3e4e814 Fix Danish translation 2014-01-14 05:46:00 +01:00
Joe Steele
f38659d30e Update .gitignore
Ignore auto-generated files that result from
"android update lib-project" (which is invoked within "ant debug").

Some of the plugins (library projects) already have their own
.gitignore file which includes the exclusions made here.  This
commit assures that the exclusions are applied to *all* plugins,
regardless.

This, of course, has no effect on files that have already been
intentionally checked into the git repository (such as the main
build.xml).
2014-01-14 05:46:00 +01:00
cketti
f336dc1959 Merge branch 'translations' 2014-01-14 05:45:59 +01:00
cketti
0ecfb5e45c Add Transifex config 2014-01-14 05:45:59 +01:00
Igor Nedoboy
e7ebb8621e Update Russian translation 2014-01-14 05:45:59 +01:00
Mittaa
ff302e7890 Update Danish translations 2014-01-14 05:45:59 +01:00
pyler
329dca1491 Update Slovak translation 2014-01-14 05:45:59 +01:00
Andrew Chen
b14c5a7222 Merge pull request #432 from Mittaa/patch-1
Update da strings.xml
2014-01-14 05:45:58 +01:00
cketti
6c9d84b9fa Rename plurals to make Transifex happy 2014-01-14 05:45:58 +01:00
Andrew Chen
7333d94973 Merge pull request #431 from miplopez/patch-1
Update es strings.xml
2014-01-14 05:45:58 +01:00
Mittaa
25236e7085 Update strings.xml
Danish translation added. New to Github so hopefully I did the right thing :)
2014-01-14 05:45:58 +01:00
cketti
27743681b4 Update build.gradle to work with latest Android Studio 2014-01-14 05:45:58 +01:00
Joe Steele
f6d08fe852 Fix typo 2014-01-14 05:45:58 +01:00
dzan
1d4b84c266 Merge pull request #435 from raboof/patch-2
Consistent Dutch translation for 'attachment'
2014-01-14 05:45:57 +01:00
miplopez
3a502f4471 Update strings.xml
Translation error (ES): L856 "inificada" --> "unificada"
2014-01-14 05:45:57 +01:00
dzan
86e15bd888 Merge pull request #433 from raboof/patch-1
Dutch translation update.
2014-01-14 05:45:57 +01:00
Arnout Engelen
12d886e144 Consistent Dutch translation for 'attachment' 2014-01-14 05:45:57 +01:00
Arnout Engelen
e1c9916eb2 Add missing translations
colorizing missing contacts, visible refile actions, attachment dialog
2014-01-14 05:45:57 +01:00
Arnout Engelen
a9fac2af3c Spelling mistakes
bezittelijk voornaamwoord en d/t-fout voltooid deelwoord 'verversen'
2014-01-14 05:45:57 +01:00
cketti
2e398c8f79 Fix ClassCastException 2014-01-14 05:45:56 +01:00
cketti
cfaa36403c Revert "Make IMAP autoconfig recognize "Draft" as drafts folder"
This reverts commit df0f6f3a8e.
See https://github.com/k9mail/k-9/pull/429
2013-12-17 18:47:38 +01:00
Jesse Vincent
38d58a68ae Bumped manifest to 4.802 2013-12-16 21:59:16 -05:00
cketti
089a5474fd Revert "Temporarily bump ourselves up only install on KitKat for a market hack"
This reverts commit 4134685c65.
2013-12-17 03:29:31 +01:00
cketti
4499ebf7e8 Add changelog for 4.802 2013-12-17 03:10:36 +01:00
cketti
6633cfb872 Add Gradle wrapper 2013-12-17 02:50:50 +01:00
cketti
cca983fe99 Upgrade Gradle build files 2013-12-17 02:50:46 +01:00
erlendorf
df0f6f3a8e Make IMAP autoconfig recognize "Draft" as drafts folder
Yahoo names it "Draft" instead of the more common "Drafts".
2013-12-17 02:37:41 +01:00
Jasper Klein
c1bcdf5dbe Add work-around for Asus Transformer WebView display bug 2013-12-17 02:37:41 +01:00
cketti
3947f05d6a Merge branch 'providers' 2013-12-17 02:37:41 +01:00
cketti
d518d47d09 Merge branch 'translations' 2013-12-17 02:37:40 +01:00
pyler
faac8670f5 Add Azet.sk to providers.xml 2013-12-17 02:37:40 +01:00
Erkan
d78d43f7e9 Update French translation 2013-12-17 02:37:40 +01:00
ascob
74b7a7a069 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-17 02:37:40 +01:00
Marcio Zomb13
ca8d4a08d7 Update Brazilian Portuguese translation 2013-12-17 02:37:40 +01:00
cketti
a275e913bc Fix Ukrainian translation
Fixes issue 6101
2013-12-17 02:37:40 +01:00
cketti
624a16b900 Ignore all errors in initialization of TrustedSocketFactory
On Android 2.2 getEnabledProtocols() throws an
ArrayIndexOutOfBoundsException
2013-12-17 02:37:39 +01:00
cketti
181ce28413 Fix dutch translation
Fixes issue 6103
2013-12-17 02:37:39 +01:00
cketti
513f28e69a Switch to a certificate that can be verified on the Cloudbees emulator 2013-12-17 02:37:39 +01:00
cketti
2fac2d6e0e Return proper error message when certificate couldn't be verified against global key store 2013-12-17 02:37:39 +01:00