cketti
9e203b75cc
Remove gallery bug work-around
...
This bug was present in the Gallery app shipped with Android 2.0.
The time has come to say good-bye. We will never forget you! But only because you're part of our Git history.
2014-09-07 23:35:18 +02:00
cketti
5f0f4e9c21
Merge pull request #485 from haselwarter
...
Conflicts:
src/com/fsck/k9/preferences/Settings.java
2014-09-04 23:55:30 +02:00
cketti
f5cfaceef4
Increase settings version in preparation of merge into master
2014-09-04 23:54:06 +02:00
cketti
759fa77c9a
Merge pull request #474 from k9mail/tls-client-cert-auth
...
Client Certificate Authentication
2014-08-30 01:06:28 +02:00
cketti
ac1ed9eef3
Increment settings version
2014-08-29 01:45:48 +02:00
Joe Steele
0fba273357
Remove the obsolete "Condensed layout" preference
2014-08-19 17:17:45 -04:00
Joe Steele
8166f03e87
Remove obsolete "Show unread count" preference
...
Only applies to pre-Honeycomb devices
2014-08-19 17:17:42 -04:00
Joe Steele
af77bbd1bc
Eliminate obsolete background data sync option
...
It only applied to pre-ICS devices.
ConnectivityManager.ACTION_BACKGROUND_DATA_SETTING_CHANGED is no longer
broadcast.
ConnectivityManager.getBackgroundDataSetting() always returns true.
2014-08-19 17:14:44 -04:00
Joe Steele
f7fb0cca41
Compare Enum types with ==, !=
...
Per comments in PR #473
https://github.com/k9mail/k-9/pull/474#commitcomment-7416979
https://github.com/k9mail/k-9/pull/474#commitcomment-7416999
2014-08-18 18:12:39 -04:00
Joe Steele
373c7569ed
Fix password prompts on account import
...
Don't prompt if server's AuthType == EXTERNAL
Don't prompt for SMTP servers that don't require authentication
(no user name).
2014-08-11 11:06:46 -04:00
Joe Steele
eb68bc0a9d
Avoid NPE on export
...
Occurs when the SMTP server doesn't require authentication
(authenticationType == null).
The javadoc for ServerSettings says that both authenticationType and
connectionSecurity may be null.
2014-08-11 11:06:42 -04:00
Joe Steele
34fd6d3ea7
Import/Export client certificate alias setting
2014-08-11 11:06:40 -04:00
Philipp Haselwarter
7aa4c1308e
Configure mail notifications by folder class
...
In response to Issue 1794,
- add a configuration option in the account preferences to show
notifications only for 1st/2nd/etc class folders
- add an option in the folder preferences to set the notification class
as 1st, 2nd or inherited from the folder's push class
The default behaviour remains unchanged.
2014-08-06 11:04:07 +02:00
Joe Steele
3142a9a225
Merge branch 'master' into tls-client-cert-auth
...
Conflicts:
src/com/fsck/k9/fragment/ConfirmationDialogFragment.java
2014-07-04 18:08:07 -04:00
Mike Perry
d67a59b77f
Fixes for cketti's code review on pull req #472
...
Leave the hostname == null checks so we can fall back if a hostname is not
found. Also convert message-id to upper case to match Apple Mail (for
privacy).
2014-06-13 17:49:26 -07:00
Dominik Schürmann
aad171ff7e
Client Certificate Authentication
2014-06-05 21:03:18 +02:00
Mike Perry
38c90146e1
Issue 6372: Add preference for setting timezone to UTC.
...
This is a privacy preference to avoid leaking your current location while
replying to email.
2014-05-27 07:53:50 -07:00
Mike Perry
87802a01ef
Issue 4690: Add privacy pref to omit K-9 User-Agent header.
2014-05-27 07:53:18 -07:00
cketti
3ca03e8a9d
Use SSL/TLS as fallback when importing server settings
2014-03-05 06:29:56 +01:00
cketti
ff5edf43d4
Merge branch 'pr/453'
...
Authentication changes
message to explain why this merge is necessary,
2014-03-05 06:19:55 +01:00
cketti
75fc76773d
Make sure settings import doesn't degrade connection security
...
Rewrite the now obsolete values "SSL_TLS_OPTIONAL" and "STARTTLS_OPTIONAL"
to their "*_REQUIRED" counterparts before import.
2014-03-05 05:32:00 +01:00
Joe Steele
0f991b434e
Use Locale.US where appropriate
...
Applicable for strings not intended for user consumption.
A %d string format code can generate eastern-arabic numerals
for users with an arabic locale.
V/k9 (20763): conn1103774136>>> 5 UID SEARCH ٦٤٦:٦٧٠ NOT DELETED
V/k9 (20763): conn1103774136<<<#5# [BAD, Invalid Search criteria]
E/k9 (20763): synchronizeMailbox
E/k9 (20763): com.fsck.k9.mail.store.ImapStore$ImapException: Command: UID SEARCH ٦٤٦:٦٧٠ NOT DELETED; response: #5# [BAD, Invalid Search criteria]
2014-03-03 10:40:23 -05:00
Miltos Allamanis
c17d0323f2
Renamed "identitiy" to "identity".
...
The naturalize tool detected that using "identity" is more consistent
with the current codebase state:
* "identity" in SettingsImporter is 78.46% probable ("identitiy" 21.54%)
2014-02-26 14:49:24 +00:00
Joe Steele
dc9720ca13
Use localized strings for authentication type
...
AUTOMATIC = "Automatic"
PLAIN = "Normal password"
CRAM_MD5 = "Encrypted password"
SMTP also uses LOGIN. No localized text was associated with that because
a future commit will remove that option.
(The text is similar to that of Thunderbird's)
2014-02-25 15:22:35 -05:00
András Veres-Szentkirályi
cbbd0bc405
use more idiomatic String.isEmpty() instead of comparing length to 0
2014-02-15 23:59:24 +01:00
cketti
90f63ba057
Remove old setting for message content font size
...
- export new setting
- add upgrade code to convert old setting to new format
2014-02-13 04:22:45 +01:00
Leon Handreke
8464a432e2
Use named indices to get values from "visible refile actions" preference
2013-08-25 11:35:14 +01:00
Leon Handreke
22639a7361
Make actions shown in message view menu configurable
...
Fixes #5850 .
2013-08-24 19:26:06 +01:00
Jesse Vincent
77d26af7aa
Default checkboxes to off again
2013-08-22 20:56:56 -04:00
Jesse Vincent
0a79df2155
Revert "Remove the message list stars preference now that stars are in the chip"
...
This reverts commit 48785f52bfa4d14aa71bd3b2045b0c12e886f03f.
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
cketti
20fcd6f63d
Add setting to toggle colored background of fallback contact pictures
2013-08-16 18:43:00 +02: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
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
cketti
d29825fe57
Fix settings file versioning
2013-04-16 01:21:26 +02:00
Joe Steele
aedbe46975
Correct preference version number.
...
New number should match updated Settings.VERSION
2013-04-05 11:02:20 -04:00
Joe Steele
d9979cb1a2
Issue 4503: Auto-fit messages option
...
Create a preference option to automatically shrink messages
to fit the screen width (default setting is "shrink").
2013-04-04 17:11:17 -04:00
Jesse Vincent
f363333c87
simplify the messagelist chips based on lots of user screaming. default checkboxes to being on.
2013-04-02 23:49:06 -04:00
cketti
dc8cb3ba17
Fix indentation/code style
2013-03-06 06:16:07 +01:00
Uni-
91a32e9c92
Fix NPE on isAccountNameUsed
2013-03-05 16:29:03 +09:00
Jesse Vincent
396b01aac7
Revert "Add a series of predefined account colors and pick those if any remain before generating complete random one."
...
This reverts commit 67355922041ab2cebbf90c469c1980c987b2173b.
Totally not ready yet. Doesn't even build
2013-02-25 22:06:47 -08:00
dzan
6735592204
Add a series of predefined account colors and pick those if any remain before generating complete random one.
2013-02-25 14:34:53 +01:00
cketti
eed64a37f8
Remove unused batch button settings
2013-02-22 23:40:42 +01:00
Danny Baumann
0fac8e999d
Clean up date handling.
...
Remove home-grown date formatting, and replace it by usage of the
DateUtils class which is present since API level 3.
2013-02-11 15:19:15 +01:00
Jesse Vincent
c4b941b9b9
Switch our font sizes to have a "default", which is the size described in the XML.
...
Unify the text field size setting code. We should put it in a better place
2013-02-10 19:02:17 -05:00
cketti
d86dd3a4e7
Add setting for contact pictures to import/export code
2013-02-08 15:41:14 +01:00
cketti
ae5e1af54d
Fix settings import/export
2013-02-08 15:24:04 +01:00
Danny Baumann
8f3e61feab
Convert theme setting value to an enum.
2013-02-08 15:24:03 +01:00
Danny Baumann
275700e482
Fix a number of build warnings.
...
This gets rid of about 50 warnings. Deprecation warnings still remain,
though.
2013-02-04 11:18:49 +01:00
cketti
40bbc5f5ae
Change default value of split-screen setting
2013-02-01 03:37:47 +01:00
cketti
c5b1e1d0e5
Add setting to configure the splitview mode
2013-01-24 20:30:07 +01:00