Philip
55401ef7a9
Merge pull request #2453 from philipwhiuk/fix2323
...
Change title and explanation for read message colour change
2017-03-28 01:49:02 +01:00
Subhaprada Chand
aa80465a69
Change title and explanation for read message colour change
...
Fixes issue #1232
2017-03-28 01:47:13 +01: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
cketti
d22533b6d3
Cleanup
2017-03-26 05:46:38 +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
cketti
9ec67d1434
Merge pull request #2428 from AllanWang/master
...
Close AccountSetup activity immediately after cancellation
Fixes #2425
2017-03-26 04:53:49 +02:00
cketti
4fc918e38f
Merge pull request #2443 from philipwhiuk/githubReorganisation
...
Move GitHub templates into sub-directory
2017-03-26 03:53:00 +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
Philip Whitehouse
c7fc4deff2
Move GitHub templates into sub-directory
2017-03-25 15:43:12 +00:00
daquexian
2cd31048ac
Load all contact pictures by Glide, and fix the wrong getPhotoUri method
2017-03-25 07:56:40 +08:00
Philip
289363ae88
Merge pull request #2429 from rhari991/pr-template
...
Added a pull request template
2017-03-23 12:04:52 +00:00
Hari
4c9910f8f7
Added a pull request template
2017-03-23 17:02:24 +05:30
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
ad1328d775
Fixing remaining Timber errors in k9mail-library
2017-03-22 16:36:41 +01:00
Philip Whitehouse
f7c4b0e7c4
Fixing string concat in Timber logging
2017-03-22 16:35:02 +01:00
Philip Whitehouse
0b9decdf42
Fixing string concat in Timber logging
2017-03-22 16:35:02 +01:00
Philip Whitehouse
d9bde84daf
Fix Exception logging Timber lint errors
2017-03-22 16:35:02 +01:00
Philip Whitehouse
5e4068de45
Fix concatenation in Timber logging
2017-03-22 16:35:02 +01:00
Philip Whitehouse
62a8bae494
Fixing exception logging with Timber
2017-03-22 16:35:02 +01:00
Philip Whitehouse
31e41e7b02
Remove a few more references
2017-03-22 16:35:02 +01:00
Philip Whitehouse
a2092d6ac3
Tidy up unused imports
2017-03-22 16:35:02 +01:00
Philip Whitehouse
b3ebd4d978
Remove remaining android.util.Log statements
2017-03-22 16:33:07 +01: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
juliakorbut
76a948e811
Update README.md
...
Adding k9mail/k-9-design to the readme.
2017-03-20 10:20:52 -04: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
Vincent Breitmoser
7d0eb0e336
Merge pull request #2400 from philipwhiuk/adjustLongSettings
...
Adjust long Privacy settings
2017-03-17 14:35:45 +01: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
Philip
93589171d8
Merge pull request #2396 from philipwhiuk/webDavStoreCheckStyle
...
Tidy up checkstyle and similar code quality issues in WebDavStore
2017-03-16 15:18:16 +00:00
Philip Whitehouse
54c2e29388
Fix checkstyle issues in WebDavStore
2017-03-16 14:35:54 +00:00
cketti
89f3913cfa
Merge pull request #2395 from philipwhiuk/jisSupportCheckstyle
...
Checkstyle fixed for JisSupport
2017-03-15 16:48:57 +01:00
Philip Whitehouse
309b6891f4
Checkstyle fixed for JisSupport
2017-03-15 15:36:22 +00:00