Vincent Breitmoser
ac6221f4fa
rename fields in Account
2017-03-27 15:57:59 +02:00
Vincent Breitmoser
437764ad5c
Merge pull request #2264 from daquexian/issue_2240
...
search nicknames (issue 2240)
2017-03-27 07:32:57 +02:00
Vincent Breitmoser
b5cf015ed8
Merge pull request #2315 from daquexian/issue_2057
...
Load all contact pictures by Glide
2017-03-27 07:28:39 +02:00
cketti
6520f3ac61
Merge pull request #2322 from philipwhiuk/fix1418
...
Display subject correctly in expanded notifications
2017-03-26 22:37:57 +02:00
cketti
e601cb2fa2
Merge pull request #2444 from ndew623/Hide-Timezone-in-Reply-Quote
...
Use UTC time in quote header
Fixes #2403
2017-03-26 22:33:13 +02:00
cketti
756863c731
Cleanup
2017-03-26 22:23:23 +02:00
ndew623
b1f9b9ac6c
Changed string in options to say "reply header" instead of "reply quotes". Normalized locale in reply header when Hide timezone option is selected.
2017-03-26 13:52:12 -05:00
cketti
ba21aaf412
Merge pull request #2352 from YESALAM/2237
...
Support "delSp" for format=flowed
Fixes issue #2237
2017-03-26 06:00:43 +02:00
yesalam
dbc614769a
Support "delSp" for format=flowed #2237
2017-03-26 05:37:26 +02:00
cketti
3cd7e26bb9
Merge pull request #2423 from k9mail/timberLibrary
...
Move k9mail-library to Timber
2017-03-26 05:29:03 +02:00
ndew623
aac3b69c4f
UTC time in quotes (Issue #2403 )
...
Before, the time in the quoted message of a reply was always in the
local timezone, even when the "Hide timezone" setting was selected. Now,
when the option is enabled, that is changed to UTC just like the time in
headers. I also changed the description for the option in the English
strings.xml to better describe the new different behavior.
2017-03-25 14:51:40 -05:00
daquexian
2cd31048ac
Load all contact pictures by Glide, and fix the wrong getPhotoUri method
2017-03-25 07:56:40 +08:00
Allan Wang
d1eef1485e
close AccountSetup activity immediately after cancellation, fixes #2425
2017-03-22 23:15:16 -04:00
daquexian
0881b2457b
search nicknames
2017-03-23 01:06:00 +08:00
Philip Whitehouse
878fdc0a79
Timber library p1
2017-03-22 16:33:07 +01:00
cketti
cf02795d5e
Merge pull request #2389 from vatsalsura/Issue#2318
...
Use SystremClock.elapsedRealtime() to measure durations
2017-03-22 05:41:18 +01:00
cketti
32212a4e23
Merge pull request #2392 from itiboi/generic-uri-parsing
...
Linkifying framework
2017-03-22 02:22:04 +01:00
Tim Bolender
b0682018e2
Fixed invalid domain character and some restructuring.
2017-03-21 22:49:52 +01:00
Tim Bolender
9d3cc8ed00
Switched to "classic" domain name detection and added multiple tests.
2017-03-21 12:01:04 +01:00
cketti
cf9c3d078e
Use regexp to skip schema matches not preceded by allowed separator
2017-03-17 15:28:51 +01:00
cketti
98974a7699
Fix bug with advancing the position when linkifying failed
2017-03-17 15:19:16 +01:00
Philip Whitehouse
4eb431b170
Remove emphasised span entirely
2017-03-17 13:57:38 +00:00
Philip Whitehouse
44b42747f4
Display subject correctly in expanded notifications
2017-03-17 13:55:17 +00:00
Philip
0763b09c83
Merge pull request #2347 from philipwhiuk/tidyUpMessageListFragment
...
Tidying up MessageListFragment
2017-03-17 13:36:49 +00:00
Philip Whitehouse
77860a4f7c
Tidy up MessageListFragment
2017-03-17 13:26:30 +00:00
Philip Whitehouse
c9d5a776fe
Adjust long Privacy settings
2017-03-17 10:29:47 +00:00
cketti
0f9bc4867a
Clean up URI parsing code and tests
2017-03-17 03:18:51 +01:00
Tim Bolender
0d3d9aab32
Add one pass URI parser/linkifier
2017-03-16 22:10:47 +01:00
Vatsal Sura
ede2b0fb17
Use SystemClock.elapsedRealtime() to measure durations
2017-03-15 13:05:23 +05:30
cketti
9b49f08b60
Merge pull request #2387 from ployt0/HtmlConverterTestForHR
...
Make <hr> tags from their plain text equivalents
Fixes #2259
2017-03-15 05:16:24 +01:00
cketti
6a318bdc6a
Merge pull request #2382 from k9mail/saf_exporter
...
Use Storage Access Framework for settings export
2017-03-15 05:08:00 +01:00
cketti
b901b81882
Merge pull request #2380 from k9mail/GH-2282_fix_crash_with_old_intent_extra
...
Continue to support old 'search' extra in MessageList Intent
2017-03-14 14:21:07 +01:00
leon
24f4f86755
Make <hr> tags from their plain text equivalents. #2259 including tests.
2017-03-13 11:48:18 +00:00
cketti
5fa77adfcb
Fix settings export on API 19+
2017-03-12 19:29:17 +01:00
GoneUp
17ebb4c613
Changed settings export to use the storage access framework
2017-03-12 17:16:59 +01:00
cketti
0252db0992
Add "SNAPSHOT" suffix to version number
...
Some people build from master and report bugs with the version number found
in the About dialog. This change should make it easier to identify such cases.
2017-03-11 22:23:36 +01:00
cketti
5485f7a1bb
Continue to support old unread widget PendingIntents
2017-03-11 21:00:39 +01:00
Daniel Wainwright
7867f37a16
Fix boolean format error
...
considerLastCheckEnd is a boolean.
2017-03-05 18:18:20 +00:00
Sergei Novikov
b811bd6048
Add 'up' button to message composition screen
2017-03-04 09:43:28 +01:00
Vincent Breitmoser
05df114eb1
Merge pull request #2309 from k9mail/log-timber
...
Use Timber for Logging
2017-03-03 14:04:20 +01:00
Subhaprada Chand
0b2c2e4692
Replace instances of new Date().getTime() with System.currentTimeMillis()
2017-03-03 05:25:22 +05:30
Vincent Breitmoser
05bd6e0a5b
plant DebugTree if K9.DEBUG || BuildConfig.DEBUG
2017-03-02 20:15:00 +01:00
cketti
021b24c93f
Remove conditional logging from call sites
2017-03-02 19:43:33 +01:00
cketti
eb61829003
Use format strings with Timber
2017-03-02 19:42:20 +01:00
Vincent Breitmoser
b49e699d92
plant DebugTree in K9.onCreate()
2017-03-02 19:42:20 +01:00
Vincent Breitmoser
7309132659
remove accidental static imports
2017-03-02 19:42:20 +01:00
Vincent Breitmoser
ff274e2978
use Timber for logging
2017-03-02 19:42:19 +01:00
cketti
88a86a14c3
Merge pull request #2304 from k9mail/GH-2262_remove_language_selection
...
Remove language selection setting
2017-03-02 02:05:17 +01:00
cketti
b99b539c20
Merge pull request #2306
...
Add provider settings for mail.com
Closes #2306
2017-03-02 01:38:20 +01:00
leon
7af7d8a3d7
Add provider provider settings for mail.com
2017-03-02 01:37:35 +01:00