Commit Graph

4478 Commits

Author SHA1 Message Date
Joe Steele c40dd196a6 Simplify Eclipse setup.
Create .project files for all the Ecplipse projects
so they will all have project names and can
all be brought into Ecplipse together with a single
'File -> Import -> Android ->
Existing Android Code Into Workspace'.

(Not bothering to remove the .project exclusion from
all .gitignore files.  Once the .project files are
checked in, they will no longer be ignored.)

Modify the top .project file so that Eclipse knows
k9mail's dependence on it plugins, and thus will
build everything in the correct order.

With the latest Android SDK Rev. 22, the top .classpath file
needs modification or else K9 will not run (see parent commit 53fcdd1).
But the initial import of k9mail into Eclipse works more cleanly if the
.classpath file doesn't exist on import, in which case Eclipse creates it
automatically.  So rather than modify the .classpath file, remove it
from git and leave it untracked.

(For an existing Eclipse project, this commit will remove the file from
the working directory.  A corrected version can be restored with:
git checkout 53fcdd1 .classpath
git rm --cached .classpath)

Add .classpath to the top .gitignore, now that no
.classpath files are being tracked (with one exception,
see below).

Create a tests/.classpath so that Java can find the k9mail
project in order to build the k9mail-tests project.
2013-05-31 18:00:45 -04:00
Joe Steele 53fcdd180a Update Eclipse classpath file for Android SDK Rev. 22
http://stackoverflow.com/questions/16596969/libraries-do-not-get-added-to-apk-anymore-after-upgrade-to-adt-22

https://android-review.googlesource.com/#/c/57063/

fa89a37dc2%5E1..fa89a37dc29bb60f27820d81674ff547793b0a1a/
2013-05-31 11:14:23 -04:00
Marcio Zomb13 b2e1b356e5 New translations and tweaks (PT-BR)
Missed strings and improvements.
2013-05-31 04:00:52 +02:00
igavio 35d9ada55a Update greek strings (29 of May 2013)
After reinstalling K-9 on my new mobile, I observed some misinterpretations and I fixed them.

I hope this translation makes it in the stable version 4.400.

Enjoy
2013-05-29 11:30:59 +03:00
cketti ada383d3df Fix error in XML of French translation 2013-05-29 00:45:14 +02:00
Marcio Zomb13 4022c10f4c Update Brazilian Portuguese translation 2013-05-29 00:34:45 +02:00
Erkan c4bbbc2d05 Update French translation 2013-05-29 00:26:46 +02:00
igavio c884f6dd1e Update Greek translation 2013-05-29 00:26:46 +02:00
cketti 34812fa5b8 Correctly initialize mSingleAccountMode
This fixes a NullPointerException when trying to open account settings
from the Unified Inbox (when there's only one account).
2013-05-27 16:59:07 +02:00
cketti ed354eea32 Increase minSdkVersion to 8 because we're using SearchView in FolderList 2013-05-24 22:55:13 +02:00
cketti 88c7b20c43 Update targetSdkVersion to 17 2013-05-24 22:33:09 +02:00
cketti a01e9af0ae Remove abstract Activity from manifest 2013-05-24 22:02:47 +02:00
Jesse Vincent 5c094da743 Bumped manifest to 4.502 2013-05-23 14:11:54 -04:00
cketti f16082eab3 Always include currently opened message in the message list
This should fix various bugs where moving to the next/previous message
didn't work.
2013-05-23 17:15:09 +02:00
cketti 79059e30da Remove override annotation so we can use the latest SDK to compile 2013-05-23 16:45:19 +02:00
cketti da09420dd0 Move Japanese translation of the changelog into the correct directory 2013-05-19 04:44:38 +02:00
cketti c2ae8a27db Merge remote-tracking branch 'origin/pr/306' 2013-05-17 16:37:55 +02:00
cketti 5170801b00 Merge remote-tracking branch 'origin/pr/307' 2013-05-17 16:30:56 +02:00
Koji Arai f87ff20556 Merge pull request #309 from jca02266/preserve-spaces
Fixed issue 5630: Quotes are missing a space between > and the quoted text
2013-05-15 21:24:29 -07:00
Koji Arai 174d172e1b Merge pull request #308 from jca02266/master
Japanese ChangeLog
2013-05-15 21:21:56 -07:00
Koji Arai 6d88b7da58 Updated Japanese translation. 2013-05-13 00:39:02 +09:00
Koji Arai 2a575e9c21 Fixed typo 2013-05-13 00:27:47 +09:00
Jan Urbánek acf1284de1 added messageview_autofit_width and translation 2013-05-12 11:55:32 +03:00
Marcio Zomb13 50848b3ba3 Brazilian portuguese translation and fixes 2
Update and fixes, thanks
2013-05-11 23:18:33 -03:00
cketti 5ecce67d9d Fix errors in pt-BR translation 2013-05-12 02:57:01 +02:00
cketti a98c049fee Merge branch 'pr/305' 2013-05-11 19:06:19 +02:00
cketti d306b2cdb2 Remove comment markers around translated string 2013-05-11 19:05:38 +02:00
Koji Arai fba069df84 Updated Japanese translation. catch up with 2e74d28. 2013-05-11 09:40:31 +09:00
Koji Arai 4dcf50d127 Re-desined textToHtml() according to the state transition diagram. 2013-05-11 08:44:17 +09:00
cketti c3655f52d0 Fix version code for next release 2013-05-10 21:26:47 +02:00
Jesse Vincent 534c8b9111 Bumped manifest to 4.501 2013-05-10 12:04:06 -04:00
Koji Arai 6c4461cd13 Fix to preserve spaces 2013-05-09 23:08:11 +09:00
Koji Arai 3c83f7354e Added more tests for preserve spaces 2013-05-09 23:07:58 +09:00
Koji Arai fa80313f6b Should preserve spaces at first of line. 2013-05-09 22:11:50 +09:00
Koji Arai ae681cb7fe Added test for preserve spaces at first of line 2013-05-09 22:11:05 +09:00
Koji Arai ba33ef232e Wrap expected long strings 2013-05-09 22:10:37 +09:00
Joe Steele acfc3e0f63 Fix settings versioning after merging autofitWidth branch.
Versioning on master was updated subsequent to the creation
of the branch.
2013-05-08 23:10:01 -04:00
Marcio Zomb13 e8000b5b2e Update strings.xml
A big update, thanks!
2013-05-08 13:37:22 -03:00
igavio cc62e533ec Update greek strings (May 2013)
Mostly new translation strings for updating dbs, notifications
2013-05-08 10:15:56 +03:00
Jesse Vincent 2e74d28da9 Merge branch 'Issue_4503_auto-fit_messages_option' of https://github.com/zjw/k-9 into zjw-Issue_4503_auto-fit_messages_option
* 'Issue_4503_auto-fit_messages_option' of https://github.com/zjw/k-9:
  Revert "Don't show a disabled preference if there is nothing a user can do to enable it."
  Fix indentation
  Correct preference version number.
  Issue 4503: Auto-fit messages option
  Don't show a disabled preference if there is nothing a user can do to enable it.
2013-05-07 21:49:12 -04:00
Jesse Vincent 1014f0de1a Bumped manifest to 4.331 2013-05-06 23:56:26 -04:00
cketti 466a28f5ca Update changelog 2013-05-06 23:41:11 +02:00
cketti dba43cf91f Update German translation 2013-05-06 21:32:01 +02:00
cketti 989afcd42b Update .gitignore 2013-05-06 13:09:45 +02:00
cketti 2d6173ded9 When creating accounts only use 'modern' buttons starting with ICS 2013-05-05 06:17:56 +02:00
cketti 232c88f33a The theme changes also crashed Honeycomb devices; more fixing 2013-05-05 06:02:39 +02:00
cketti edf75ec05a Fix crash on search with multiple accounts set up 2013-05-05 03:03:40 +02:00
cketti 56aad98d85 Fix crash on Android 2.x caused by the "flicker" fix 2013-05-04 08:23:54 +02:00
Joe Steele 97a2f1b261 Revert "Don't show a disabled preference if there is nothing a user can do to enable it."
This reverts commit 0ecc49815f because
an equivalent commit was subsequently made to master:
5f49195a0a
2013-04-28 13:37:29 -04:00
cketti c7024af9a1 Merge branch 'message-list-sender-sorting' 2013-04-26 02:39:48 +02:00