cketti
|
0644407ff6
|
Convert HttpUriParserTest to Kotlin
|
2023-05-05 17:12:52 +02:00 |
|
cketti
|
745ebd96a0
|
Rename .java to .kt
|
2023-05-05 17:09:25 +02:00 |
|
Self Not Found
|
f2ce1fe344
|
IMAP: Add support for sending ID command with app name
|
2023-04-26 14:58:44 +02:00 |
|
Wolf Montwé
|
71079908aa
|
Bump Gradle 8.0.2 -> 8.1.1 and remove suppress dsl scope violation
|
2023-04-25 17:21:58 +02:00 |
|
cketti
|
975049ef71
|
Merge pull request #6841 from thundernest/fix_export_settings
Don't fail when exporting an identity without a sender name
|
2023-04-24 13:45:48 +02:00 |
|
cketti
|
9e7ee7215d
|
Don't fail when exporting an identity without a sender name
|
2023-04-24 13:35:50 +02:00 |
|
cketti
|
63ba1f6944
|
Increase number of active notification to 9
This way users can know that when the number 9 is displayed in the group summary, there's more notifications than the 8 they can currently see.
|
2023-04-21 17:46:55 +02:00 |
|
cketti
|
40d87d574b
|
MessageList: Don't crash when being launched with invalid EXTRA_SEARCH value
|
2023-04-18 14:55:35 +02:00 |
|
cketti
|
e621d3f693
|
Add support for signature delimiters using non-breaking space in HTML parts
|
2023-04-08 15:27:33 +02:00 |
|
cketti
|
b5964f32f2
|
Change DefaultMessageCountsProvider to support LocalSearch.conditions = null
|
2023-03-21 18:34:21 +01:00 |
|
cketti
|
1ccbfea756
|
Add failing test for DefaultMessageCountsProvider.getMessageCounts(Account)
|
2023-03-21 18:34:21 +01:00 |
|
Wolf Montwé
|
d1f5b0222b
|
Change :app:core module to assertk
|
2023-03-21 14:14:39 +01:00 |
|
Wolf Montwé
|
e98ceb70a5
|
Change UriMatcherTest to Kotlin
|
2023-03-21 14:14:23 +01:00 |
|
Wolf Montwé
|
66e0424fdf
|
Rename UriMatcherTest.java to UriMatcherTest.kt
|
2023-03-21 14:14:23 +01:00 |
|
cketti
|
f17fb9fe17
|
Remove unused method
|
2023-03-15 17:28:58 +01:00 |
|
Wolf-Martell Montwé
|
9900fd4394
|
Merge pull request #6757 from thundernest/change_truth_to_legacy
Change truth testing library to legacy
|
2023-03-14 12:38:32 +00:00 |
|
Wolf Montwé
|
00b7bf45d7
|
Change truth testing library to legacy and only allow usage in old modules
|
2023-03-14 12:20:55 +01:00 |
|
cketti
|
23981c1af7
|
Add font size setting for account name in message view
|
2023-03-13 18:26:59 +01:00 |
|
Wolf-Martell Montwé
|
d88ea3752d
|
Merge pull request #6732 from thundernest/remove_precondition
Remove Preconditions
|
2023-03-09 14:03:28 +00:00 |
|
Wolf Montwé
|
532642d8db
|
Remove Preconditions
|
2023-03-09 14:02:02 +01:00 |
|
Wolf Montwé
|
9cdf3e2b7a
|
Add ContactRepository
|
2023-03-09 13:48:06 +01:00 |
|
Wolf Montwé
|
3ed19f0011
|
Move CursorExtensions to :core:android:common module
|
2023-03-09 12:14:28 +01:00 |
|
Wolf Montwé
|
8b049982a9
|
Add ContactDataSource and Contact entity
|
2023-03-09 12:10:25 +01:00 |
|
Wolf Montwé
|
5e09e067b0
|
Add email value type
|
2023-03-07 18:12:38 +01:00 |
|
Wolf Montwé
|
979240b6e1
|
Remove getInstance as instance should be controlled by dependency injection
|
2023-03-07 13:18:08 +01:00 |
|
Wolf Montwé
|
264deb98f2
|
Change MessageHelperTest to Kotlin
|
2023-03-07 09:40:32 +01:00 |
|
Wolf Montwé
|
5c7ede27ca
|
Rename MessageHelperTest.java to MessageHelperTest.kt
|
2023-03-07 09:40:32 +01:00 |
|
Wolf Montwé
|
b7bfb4006f
|
Remove unused context property and toMe method
|
2023-03-07 09:40:32 +01:00 |
|
Wolf Montwé
|
9fe1983c1a
|
Change MessageHelper to Kotlin
|
2023-03-07 09:40:32 +01:00 |
|
Wolf Montwé
|
0c299aeb7d
|
Rename MessageHelper from .java to .kt
|
2023-03-07 09:40:31 +01:00 |
|
Wolf Montwé
|
5699ecadb7
|
Remove getInstance as instance should be controlled by dependency injection
|
2023-03-06 16:19:37 +01:00 |
|
Wolf Montwé
|
0780c423fb
|
Change Contacts to Kotlin
|
2023-03-06 13:16:44 +01:00 |
|
Wolf Montwé
|
38cb881377
|
Rename Contacts to .kt
|
2023-03-06 11:31:12 +01:00 |
|
Wolf Montwé
|
be5894e743
|
Move EmptyCursor to core:android:common
|
2023-03-02 14:44:53 +01:00 |
|
Wolf Montwé
|
58e6f97580
|
Add common Android module to core
|
2023-03-02 14:38:43 +01:00 |
|
Wolf Montwé
|
59541c0d6b
|
Move Cache to core common module
|
2023-03-02 14:38:43 +01:00 |
|
Wolf Montwé
|
28e3f62a4e
|
Change Clock to kotlinx.datetime.Clock
|
2023-03-02 11:21:32 +01:00 |
|
Wolf Montwé
|
dd5d550c58
|
Change EmptyCursor to Kotlin
|
2023-03-01 15:47:06 +01:00 |
|
Wolf Montwé
|
0d19bcee9a
|
Rename EmptyCursor from .java to .kt
|
2023-03-01 15:43:54 +01:00 |
|
cketti
|
30c4f94b30
|
Add setting for message list density
|
2023-02-27 18:27:20 +01:00 |
|
Wolf Montwé
|
22d8e4b924
|
Change build files from Groovy to Kotlin
|
2023-02-23 14:52:16 +01:00 |
|
Wolf Montwé
|
96e2784b22
|
Rename build.gradle files to build.gradle.kts
|
2023-02-23 14:52:15 +01:00 |
|
Wolf Montwé
|
cab1c71524
|
Cleanup remaining code style issues for Kotlin sources
|
2023-02-17 16:14:14 +01:00 |
|
Wolf Montwé
|
29d5220995
|
Add trailing comma allowance to code style
|
2023-02-17 16:14:13 +01:00 |
|
Wolf Montwé
|
f88613bf23
|
Change to Android library build plugin
|
2023-02-16 15:58:43 +01:00 |
|
cketti
|
caa6a848ff
|
Limit summary notification actions to active notifications
|
2023-02-14 11:48:11 +01:00 |
|
Wolf-Martell Montwé
|
90539b5e48
|
Merge pull request #6655 from thundernest/add_cache
Add Cache
|
2023-02-14 10:56:57 +01:00 |
|
Wolf Montwé
|
77a295f7ed
|
Remove doubled test
|
2023-02-14 10:45:28 +01:00 |
|
Wolf Montwe
|
7a77fc43b8
|
Add Cache
|
2023-02-13 16:22:41 +01:00 |
|
Wolf Montwé
|
f46b754373
|
Add ContactIntentHelper and remove functionality from Contacts
|
2023-02-10 17:48:55 +01:00 |
|