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

1543 Commits

Author SHA1 Message Date
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
cketti
f964cf40a4 Change wording in changelog; fix typos 2013-09-26 03:43:04 +02:00
Danny Baumann
9865968f46 Update German translation 2013-09-25 15:26:32 +02:00
cketti
2b7f5e7b70 Merge branch 'pick_attachment_fix'
Update LocalStore code to handle the newly introduced temporary files
for attachments

Conflicts:
	res/values/strings.xml
	src/com/fsck/k9/activity/MessageCompose.java
2013-09-25 05:22:00 +02:00
cketti
677d6c923d Don't stop the activity before attachments have been fetched
Display a progress dialog when the user tries to send the message or
save a draft and the attachments haven't been fetched completely.
2013-09-25 03:46:11 +02:00
cketti
62aa1b87d0 Fetch attachments while MessageCompose activity is running
Android allows other apps to access protected content of an app without requesting the
necessary permission when the app returns an Intent with FLAG_GRANT_READ_URI_PERMISSION.
This regularly happens as a result of ACTION_GET_CONTENT, i.e. what we use to pick content
to be attached to a message. Accessing that content only works while the receiving activity
is running. Afterwards accessing the content throws a SecurityException because of the
missing permission.
This commit changes K-9 Mail's behavior to copy the content to a temporary file in K-9's
cache directory while the activity is still running.

Fixes issue 4847, 5821

This also fixes bugs related to the fact that K-9 Mail didn't save a copy of attached content
in the message database.

Fixes issue 1187, 3330, 4930
2013-09-25 03:12:34 +02:00
russian k-9 mail user
ecf9e24469 Update strings.xml
(RU) Various improvements and fixes. The some terms are unified with desktop clients (e. g. Sylpheed).
2013-09-24 20:02:42 +04:00
Sander Bogaert
99942381cc Fix type in settings string 'visisble'. 2013-09-23 11:50:34 +02:00
Koji Arai
f93bade5df Updated Japanese translation of the changelog. 2013-09-19 00:17:21 +09:00
Koji Arai
80232132c5 Added detailed description for narrow devices 2013-09-18 16:52:17 +09:00
Koji Arai
852114d639 Updated Japanese translation. catch up with 58e7732. 2013-09-18 16:52:10 +09:00
Jesse Vincent
0b7cee6cc9 4.512 changelog 2013-09-16 10:13:56 -04:00
Andrew Chen
fdda5768fe Merge pull request #384 from bboa/patch-1
Update ru strings.xml
2013-09-13 14:38:23 -07:00
Andrew Chen
58e7732996 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:36:02 -07:00
russian k-9 mail user
ebb8dcdc02 Update strings.xml 2013-09-13 13:22:47 +04:00
cketti
02c323e74a Clean up translations 2013-09-12 23:42:04 +02:00
cketti
444e6184d8 Merge pull request #382
Update russian translation
2013-09-12 23:27:02 +02:00
cketti
f12ae4e7d0 Merge pull request #379
Update French translation
2013-09-12 23:25:14 +02:00
russian k-9 mail user
ab7315e2f1 Update strings.xml
Updates and improvements (RU)
2013-09-12 19:16:26 +04:00
Erkan
68bcde5562 Update strings.xml 2013-09-11 12:40:45 +02:00
Jan Urbánek
e3bcdb9c82 new strings translation 2013-09-09 15:57:39 +02:00
Danny Baumann
887ee1ceb2 Small fix for German translation 2013-09-08 19:53:48 +02:00
m0viefreak
69a12761c7 german translation: add missing strings 2013-09-08 17:21:30 +02:00
m0viefreak
28742d77e9 german translation: use "neu erstellen" instead of "wiederherstellen"
"wiederherstellen" actually means "to restore", which does not
apply here, and makes people think these options are some sort of
backup/restore operation.

use the proper translation of "re-create" -> "neu erstellen" instead.
2013-09-08 16:40:12 +02:00
cketti
d357e02544 Merge pull request #373
Update Russian translation
2013-09-02 22:23:56 +02:00
cketti
e2731bc570 Merge pull request #372
Update Slovak translation
2013-09-02 22:23:33 +02:00
cketti
56be846035 Merge pull request #371
Update French translation
2013-09-02 22:23:09 +02:00
cketti
79326cb64e Merge pull request #370
Update provider settings for GMX
2013-09-02 22:22:28 +02:00
russian k-9 mail user
b9110f9293 Update strings.xml
Updates and improvements (RU)
2013-09-02 23:31:41 +04:00
Jesse Vincent
0c9807c2ee 4.511 changelog 2013-08-31 11:57:44 -04:00
pyler
f72309b431 SK translation 2013-08-31 17:43:35 +02:00
Léo Colombaro
0808283543 Fix & Update French Translations
* Lire => Lu
* New translations
2013-08-30 17:03:03 +02:00
nysatrok
01096d5db8 Update providers.xml according to https://autoconfig.thunderbird.net/v1.1/gmx.de 2013-08-30 14:39:41 +00:00
cketti
ef467eb806 Run script to sync translations 2013-08-29 21:24:58 +02:00
cketti
22e6c8cdbe Add visual indicator that a menu item opens a submenu
This isn't the best solution. Most of the developers agree that a right-aligned
triangle or arrow would be a better fit for such an indicator. But we currently
don't have the time to write the code to do it.
Personally, I think we should try to get rid of submenus altogether.
2013-08-29 21:24:15 +02:00
cketti
fb6cff238c Merge branch 'pr/364'
Make actions shown in message view menu configurable
2013-08-29 21:14:04 +02:00
cketti
a32068f6cd Remove icons from the "Refile" submenu
We don't show icons in any other submenu.
2013-08-29 21:13:28 +02:00
cketti
fc14eff097 Add icon for the copy action 2013-08-29 20:54:36 +02:00
Jesse Vincent
91cc4e47c8 4.510 changelog 2013-08-27 16:14:44 -04:00
pyler
1966c1f38a SK translation 2013-08-27 11:32:35 +02:00
russian k-9 mail user
966562b473 Update strings.xml
New strings added
2013-08-26 00:18:38 +04:00
Leon Handreke
22639a7361 Make actions shown in message view menu configurable
Fixes #5850.
2013-08-24 19:26:06 +01:00
Jesse Vincent
d78df526e8 4.509 changelog 2013-08-23 13:36:36 -04:00
DrSegatron
467d4f3f75 Update strings.xml
Improved spelling
2013-08-23 13:10:37 +02:00
Jesse Vincent
b5f31af402 tweak list item "read item" background color so you can see the item divider
a bit better
2013-08-22 21:08:51 -04:00
Jesse Vincent
65ed9072bf clean up the folder list item chips 2013-08-22 21:08:51 -04:00
Jesse Vincent
7ba68dbc3c update the new message list item to work better in various odd configurations 2013-08-22 21:08:51 -04:00
Jesse Vincent
99e354bc9f Add back select/deselect action to return it to the context menu where users keep looking 2013-08-22 20:56:56 -04:00
Jesse Vincent
cef82a5cc3 move thread count up to the subject line 2013-08-22 20:56:56 -04:00
Jesse Vincent
a8668f962d add back stars to the message list UI 2013-08-22 20:56:55 -04:00
Jesse Vincent
b2cfc40ab6 Fixes for showing the selected checkbox correctly 2013-08-22 20:56:55 -04:00
Jesse Vincent
cac85a29d4 partially revert "Remove unused strings" - bring back our "stars" preference
This reverts commit 4e8c8e35de.

Conflicts:
	res/values-ca/strings.xml
	res/values-cs/strings.xml
	res/values-da/strings.xml
	res/values-de/strings.xml
	res/values-el/strings.xml
	res/values-es/strings.xml
	res/values-fi/strings.xml
	res/values-fr-rCA/strings.xml
	res/values-fr/strings.xml
	res/values-gl/strings.xml
	res/values-hu/strings.xml
	res/values-it/strings.xml
	res/values-iw/strings.xml
	res/values-ja/strings.xml
	res/values-ko/strings.xml
	res/values-nl/strings.xml
	res/values-pl/strings.xml
	res/values-pt-rBR/strings.xml
	res/values-ru/strings.xml
	res/values-sv/strings.xml
	res/values-tr/strings.xml
	res/values-uk/strings.xml
	res/values-zh-rCN/strings.xml
	res/values-zh-rTW/strings.xml
	res/values/strings.xml
2013-08-22 20:56:55 -04:00
Jesse Vincent
0a79df2155 Revert "Remove the message list stars preference now that stars are in the chip"
This reverts commit 48785f52bf.

Conflicts:
	src/com/fsck/k9/K9.java
	src/com/fsck/k9/activity/Accounts.java
	src/com/fsck/k9/activity/FolderList.java
	src/com/fsck/k9/activity/MessageList.java
	src/com/fsck/k9/activity/setup/Prefs.java
2013-08-22 20:56:55 -04:00
Jesse Vincent
ee234b65f8 Return to old style chips for accounts, folders and messages.
My circle design stopped being even a little bit useful when we stopped showing
the "complex" versions of the shapes
2013-08-22 20:56:55 -04:00
Joe Steele
7a04c19798 Fix typo in res/values-nl/strings.xml 2013-08-19 19:15:04 -04:00
Jesse Vincent
5ee1ec770d Merge pull request #361 from aatdark/aatdark_issue5876
Add SSL required for provider gmx.de (Issue 5876)
2013-08-16 16:50:32 -07:00
Jesse Vincent
f32721ab86 Merge pull request #350 from bboa/master
Update providers.xml to add a fairly comprehensive list of .ru mail providers.
2013-08-16 16:49:42 -07:00
Jesse Vincent
cab16934e4 Merge pull request #356 from WebSpider/master
Adding missing Dutch translations
2013-08-16 16:48:51 -07:00
Jesse Vincent
5014f7be6c Merge pull request #358 from kiike/i18n-ca
Update the Catalan translation and squeeze some of its strings.
2013-08-16 16:48:00 -07:00
cketti
20fcd6f63d Add setting to toggle colored background of fallback contact pictures 2013-08-16 18:43:00 +02:00
Bernhard Redl
4aa716ce14 Add SSL required for provider gmx.de (Issue 5876) 2013-08-16 04:43:59 +02:00
zjw
8d0f697e36 Merge pull request #359 from alenzen/master
It's APG, not AGP.
2013-08-15 07:21:53 -07:00
zjw
57ad9977bc Merge pull request #354 from zjw/publish_changelog
Automated change log publication
2013-08-15 07:12:34 -07:00
Alessandro Lenzen
fe08279b95 It's APG, not AGP. 2013-08-15 14:08:37 +02:00
Enric Morales
bce7368218 Update the Catalan translation and squeeze some of its strings. 2013-08-13 16:56:44 +02:00
Koji Arai
41e4c494e0 Updated Japanese translation of the changelog (Thanks to KATOH Yasufumi). 2013-08-09 23:30:39 +09:00
Nils
e361eb2386 Adding missing Dutch translations 2013-08-09 01:54:18 +02:00
Koji Arai
afda4403cb Fixed typo. 2013-08-07 11:04:43 +09:00
Joe Steele
57c998becc Automate publishing of the changelogs.
Publishes the changelog on github using a gh-pages branch.

This implementation changes back and forth between git
branches without updating the working tree.  This should
be faster because the branches are unrelated so updating
the tree would require removing and recreating all the files.
2013-08-01 11:02:49 -04:00
Koji Arai
3d6a7b6409 Updated Japanese translation of the changelog. 2013-07-31 22:32:16 +09:00
Jesse Vincent
375d62fb7d Add an actionbar item for "add account" to the account list (if there's room)
This should be backported to 4.4
2013-07-30 21:32:35 -04:00
p0izon
da70d0c5e0 fix some typos, update translation 2013-07-26 00:27:42 +02:00
russian k-9 mail user
765555eb18 Update providers.xml
Some Russian ISP added
2013-07-24 01:28:13 +04:00
cketti
2673b072fa Rename master changelog file 2013-07-23 20:33:44 +02:00
cketti
e6d6744f55 Rename string to better convey the meaning
notification_action_read -> notification_action_mark_as_read
2013-07-23 20:12:48 +02:00
cketti
a597d2ef6c Clean up translations 2013-07-23 19:35:39 +02:00
Daniel Malmgren
e992d4d0dc Update Swedish translation
Fixes issue 2172
2013-07-23 19:07:39 +02:00
cketti
b0f9e63019 Merge pull request #346 from sfuhrm/fix-de-strings-xml
Update German translation
2013-07-23 17:56:02 +02:00
Vincenzo Reale
c47ca191dc Another fix for the Italian translation 2013-07-23 17:42:44 +02:00
Sirtao Esposito
fbf1a80083 Fix Italian translation 2013-07-23 17:41:39 +02:00
Vincenzo Reale
f707872ca4 Update Italian translation 2013-07-23 17:39:45 +02:00
Stephan Fuhrmann
a89a510f4e Tweaked the label a little to match better what the code does 2013-07-22 22:37:50 +02:00
Stephan Fuhrmann
722c732ea8 Added 2 missing German locale strings in strings.xml 2013-07-22 22:24:57 +02:00
Jesse Vincent
b0c9ae0d88 Tighten up the account list display for narrow-screened devices like the HTC One 2013-07-21 10:42:31 -04:00
Jesse Vincent
f494035e02 Update the invalid ssl warning string a bit 2013-07-21 08:26:30 -04:00
David Nahodyl
27bddd8dd3 Issue 1292 - Updated invalid certificate message to be a bit more user-friendly. 2013-07-21 08:24:52 -04:00
Uni-
db22718700 Update Korean translation 2013-07-21 08:10:35 -04:00
Jani Kinnunen
2bb2bafe6e Finnish translation updated 2013-07-21 08:09:40 -04:00
Jesse Vincent
86ec4b32e9 restore super-dense layout when the user has selected 0 lines of message preview 2013-07-20 14:53:39 -04:00
cketti
31553844ba Fix Spanish translation
Information provided by Luis Angel Yague on Google+
2013-07-19 01:20:17 +02:00
cketti
20af08e86e Merge pull request #339
Update Czech translation
2013-07-18 21:24:05 +02:00
cketti
e157cd7be6 Fix XML errors in Czech translation 2013-07-18 21:22:08 +02:00
cketti
f18b36707b Merge pull request #338 from brouberol/master
Improvement of French translation
2013-07-18 12:19:37 -07:00
cketti
61bd371bc1 Rename "SSL" to "SSL/TLS" and "TLS" to "STARTTLS"
Fixes issue 5775
2013-07-18 20:02:54 +02:00
Jan Urbánek
4efb9f5a51 New strings translate to CS 2013-07-18 19:57:02 +02:00
Balthazar Rouberol
845c685852 Improvement of French translations
Signed-off-by: Balthazar Rouberol <balthazar.rouberol@mapado.com>
2013-07-18 09:35:20 +02:00
Jesse Vincent
2cb670d821 4.508 changelog update 2013-07-17 22:12:43 -04:00
Jesse Vincent
c72fc3b190 Revert "lift the 'share' menu item for messages out of the 'send' menu to make it discoverable"
(There's something funny going on with the menu item hiding code

This reverts commit 71bec832c0.
2013-07-17 22:11:08 -04:00
Jesse Vincent
78ee6d0996 changelog update 2013-07-17 21:39:59 -04:00
Jesse Vincent
71bec832c0 lift the 'share' menu item for messages out of the 'send' menu to make it discoverable 2013-07-17 21:38:55 -04:00
Jesse Vincent
7f9c7cef22 4.507 updates 2013-07-17 21:34:09 -04:00
cketti
590dfc3e2d Merge pull request #332 from pylerSM/patch-1
Fix Slovak translation
2013-07-15 16:30:59 -07:00
Mirosław Lach
12b1702c37 Updated polish translation - quick fixes, credits update. 2013-07-15 23:27:28 +02:00
Mirosław Lach
8e8cbc3fab Polish translation - quick fixes. 2013-07-15 23:17:07 +02:00
Mirosław Lach
3f37462bd0 Polish translation updated - remote search left. 2013-07-15 15:52:33 +02:00
Mirosław Lach
d37d9c173a Updated/fixed polish translation. 2013-07-15 15:42:21 +02:00
pylerSM
c739141862 Another fix 2013-07-15 10:16:01 +02:00
Andrew Chen
831cef741c Add Russian ISPs -> changelog 2013-07-14 17:33:10 -07:00
Andrew Chen
3999fcb1f0 Merge pull request #330 from bboa/master
Added Russian mail providers
2013-07-14 16:05:24 -07:00
Koji Arai
e66739fd9a Updated Japanese translation of the changelog. 2013-07-13 22:40:53 +09:00
russian k-9 mail user
83e7752734 Update providers.xml
updated
2013-07-13 12:49:01 +04:00
pylerSM
90154d5be1 Sk fixes 2013-07-12 15:04:57 +02:00
pylerSM
6fcfbe8432 SK translation - fixes 2013-07-12 12:06:12 +02:00
Jesse Vincent
108a783944 4.506 changelog 2013-07-11 19:08:59 -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
e1226618e1 Move translated library strings to separate file 2013-07-09 04:31:12 +02: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
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
russian k-9 mail user
64462ac148 Update strings.xml
instead of #326
2013-07-06 23:59:54 +04:00