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

1478 Commits

Author SHA1 Message Date
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
4499ebf7e8 Add changelog for 4.802 2013-12-17 03:10:36 +01:00
pyler
faac8670f5 Add Azet.sk to providers.xml 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
Erkan
d78d43f7e9 Update French translation 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
181ce28413 Fix dutch translation
Fixes issue 6103
2013-12-17 02:37:39 +01:00
cketti
956972b8d0 Remove problematic linebreaks from strings files 2013-12-17 02:37:38 +01:00
cketti
957dc2af5b Replace no-break spaces with regular space characters 2013-12-17 02:37:38 +01:00
cketti
6ebec69383 Recreate app icon from SVG file
Add higher resolution icons so K-9 looks snazzy on newer devices.
2013-12-16 18:59:43 +01:00
cketti
3170de4229 Clean up Hungarian translation 2013-11-10 23:18:41 +01:00
RootRulez
c4b44bb6e3 Update Hungarian translation 2013-11-10 23:18:40 +01:00
igavio
14b291a4de Update Greek translation 2013-11-10 23:18:39 +01:00
Igor Nedoboy
b8786d27bf Update Russian translation 2013-11-10 23:18:38 +01:00
Jan Urbánek
45a725b51b Update Czech translation 2013-11-10 23:18:37 +01:00
Jacek Sowiński
ee98624a41 Update Polish translation
new strings + one typo
2013-11-10 23:18:36 +01:00
Koji Arai
ad2fdbdc00 Updated Japanese translation of the changelog. 2013-11-10 17:24:16 +09:00
Jesse Vincent
9469a433bd release notes for 4.801 2013-11-07 10:42:58 -08:00
Koji Arai
d97176e6c7 Fixed typo. 2013-11-06 23:47:28 +09:00
Koji Arai
4ac1b6328b Updated Japanese translation of the changelog. 2013-11-06 23:34:11 +09:00
Jesse Vincent
c0b6793053 changelog version bump 2013-11-05 20:58:24 -05:00
Jesse Vincent
20ce31146a changelog for 4.800 2013-11-05 20:55:16 -05:00
Jesse Vincent
0986e822d2 changelog for 4.701 2013-11-05 20:28:46 -05:00
Joe Steele
6089b9078e Fix missing 'download remainder' button. 2013-11-05 18:17:41 -05:00
Joe Steele
5957735a0b LinearLayout fill_parent
(Don't think it really matters.)
2013-11-05 18:17:39 -05:00
Joe Steele
94a4585317 Switch to using NonLockingScrollView
This implements the AOSP Email solution for incorporating
a Webview inside a ScrollView, while still being able to
scroll diagonally.

This replaces the functionality of TitleBarWebView (which
is now removed).
2013-11-05 16:26:23 -05:00
Koji Arai
f7562e1b0f Updated Japanese translation. catch up with ef01cab. 2013-10-28 21:27:34 +09:00
russian k-9 mail user
5d1abd89bf Update strings.xml 2013-10-21 05:05:09 +04:00
russian k-9 mail user
f57fd551e2 Sync with ChangeLog translation 2013-10-20 14:33:29 +04:00
cketti
ef3ba02a89 Merge pull request #400 from zjw/change_line_endings
Fix problems related to the saving and retrieval of drafts
2013-10-19 21:22:29 +02:00
cketti
a0709f2248 Remove newline in reply header of zh-TW translation 2013-10-19 20:42:48 +02:00
cketti
ad3c394322 Fix German translation 2013-10-19 18:28:43 +02:00
cketti
1279d597ac Fix format of Lithuanian translation 2013-10-19 18:27:08 +02:00
cketti
43d1084047 Run script to sync translations 2013-10-19 18:03:50 +02:00
cketti
aa81f78587 Add Lithuanian to list of supported languages 2013-10-19 18:03:50 +02:00
Marcio Zomb13
4442cd030f Update Brazilian Portuguese translation 2013-10-19 17:30:55 +02:00
russian k-9 mail user
4f6241a4bb Update Russian translation 2013-10-19 17:30:10 +02:00
pyler
a3d06b1271 Update Slovak translation 2013-10-19 17:29:31 +02:00
igavio
99c17ff796 Update Greek translation 2013-10-19 17:27:22 +02:00
Uni-
ffa3730f2f Update Korean translation 2013-10-19 17:27:14 +02:00
KwonNam Son
3a5965be08 Update Korean translation 2013-10-19 17:25:16 +02:00
gymka
418a8d9f67 Add Lithuanian translation 2013-10-19 17:25:05 +02:00
Koji Arai
dc42f2589d Updated Japanese translation of the changelog. 2013-10-12 08:11:12 +09:00
Joe Steele
ef01cabccc Remove \n from R.string.message_compose_reply_header_fmt
This string resource is used in two places -- both with and without the
linefeed at the end.  Instead of having a linefeed in the string and
having the code remove it if not needed, the linefeed is now omitted from
the string and the code adds it if needed.

Also, the line ending is changed from \n to \r\n.

Also, the string in the DE and FR locales had linefeeds at the start that
were removed so they match all the other locales.

(The string in the zh-rTW locale was left alone, since it had no
linefeeds.  It looks like that file has numerous instances where \n was
replaced with actual newlines, which is probably not correct.)
2013-10-11 11:39:48 -04:00
Joe Steele
bfb0316583 Fix fatal IndexOutOfBoundsException
The problem:

Configure the account (just an example -- problems can occur in other
configurations as well):
Message Format: HTML
Reply quoting style: Prefix
Quote message when replying: yes
Reply after quoted text: yes

Reply to a message that has a large quantity (20+) of \r\n scattered in
the body of its HTML version (not an unusual scenario).

Add a reply.  Save the message as a draft.  Go back & open the draft
again.  A fatal IndexOutOfBoundsException occurs.

The cause:

When the draft was saved, the X-K9mail-Identity header was computed and
added to the message, then the text of the message was processed with
MimeUtility.fixDraftTextBody, replacing all occurrences of \r\n with \n in
the quoted message before being saved in LocalStore, thus invalidating the
X-K9mail-Identity header.

The fix:

Remove MimeUtility.fixDraftTextBody and implement
MessageCompose$EolConvertingEditText instead.  Any message text placed in
an EolConvertingEditText widget is assured to have \n line endings.  Any
message text extracted from an EolConvertingEditText widget is assured to
have \r\n line endings.  The X-K9mail-Identity header will always be
computed correctly.

Issues thought to be related:  4782, 5010, 5634, 5725

As noted in some of the referenced issues, errors didn't always result in
a fatal exception, but instead with mixed up text.

Ref:  commit f9a35aeaee
2013-10-11 11:39:15 -04:00
Jesse Vincent
31b3646fc8 4.700 changelog 2013-10-10 20:42:22 -04:00
Jesse Vincent
decf9b7f6b Merge pull request #390 from bboa/master
Update strings.xml
2013-09-29 12:57:32 -07:00
pyler
72e9b3e5b8 Updated Slovak translation 2013-09-27 19:38:54 +02:00