Commit graph

11958 commits

Author SHA1 Message Date
Wolf-Martell Montwé
97feede785
Merge pull request #6714 from thundernest/add_core_common_modules
Add core common modules
2023-03-03 10:44:41 +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é
fab0749abd
Add common module to core 2023-03-02 14:38:42 +01:00
Wolf-Martell Montwé
f5dfd7d3a4
Merge pull request #6712 from thundernest/add_kotlinx_datetime
Add kotlinx datetime
2023-03-02 14:30:54 +01:00
cketti
e090d60c09
Merge pull request #6713 from thundernest/fix_message_view_star
Fix size of star in message view
2023-03-02 14:19:06 +01:00
Wolf Montwé
28e3f62a4e
Change Clock to kotlinx.datetime.Clock 2023-03-02 11:21:32 +01:00
cketti
8d429bcd75 Fix size of star in message view 2023-03-01 18:33:06 +01:00
cketti
0abb4f0604
Merge pull request #6711 from thundernest/translation_stuff
Remove (unused) gl-ES translation
2023-03-01 16:58:58 +01:00
cketti
ef27a73413 Remove (unused) gl-ES translation 2023-03-01 16:49:45 +01:00
Wolf Montwé
2ce7c6e412
Add core testing with TestClock using Kotlinx datetime 2023-03-01 16:19:09 +01:00
Wolf-Martell Montwé
d4f57a5fa4
Merge pull request #6707 from thundernest/change_empty_cursor_to_kotlin
Change empty cursor to Kotlin
2023-03-01 16:10:20 +01:00
Wolf-Martell Montwé
9001da2b6b
Merge pull request #6710 from thundernest/fix_release_signing
Fix release signing
2023-03-01 15:48:22 +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
Wolf-Martell Montwé
81bdef44df
Merge pull request #6700 from thundernest/add_design_system
Add design system
2023-03-01 15:41:36 +01:00
cketti
aed85dfd4b Fix release signing 2023-03-01 15:21:59 +01:00
Wolf Montwé
d735ea00bb
Add design system README 2023-03-01 13:46:25 +01:00
Wolf Montwé
b6dc15b03c
Add design system with text and button atoms 2023-03-01 13:46:25 +01:00
Wolf Montwé
5aaa4bf1dd
Add PreviewWithThemes to ease theme comparison in Compose previews 2023-03-01 13:46:24 +01:00
Wolf Montwé
2cfb9cecc7
Add ReadOnlyComposabe annotation 2023-03-01 13:46:24 +01:00
Wolf Montwé
55c487b142
Move K9 and Thunderbird themes into theme module 2023-03-01 13:46:24 +01:00
cketti
04ece92e20 Prepare for version 6.510 2023-02-28 23:01:41 +01:00
cketti
2cffc0d64c Version 6.509 2023-02-28 22:34:06 +01:00
cketti
48ce3e454a
Merge pull request #6708 from thundernest/update_translations
Update translations
2023-02-28 22:23:07 +01:00
cketti
72cac9618e Update translations 2023-02-28 21:54:51 +01:00
cketti
b5e3005e3d
Merge pull request #6706 from thundernest/message_list_density
Add setting for message list density
2023-02-28 21:43:11 +01:00
cketti
296d331921 Change message list layout for density setting 2023-02-27 18:27:20 +01:00
cketti
d2ed96550e Remove padding from btn_select_star drawable 2023-02-27 18:27:20 +01:00
cketti
da6633f78a Remove unused resources 2023-02-27 18:27:20 +01:00
cketti
ab457fd78f Rename ic_star_border.xml to ic_star_outline.xml 2023-02-27 18:27:20 +01:00
cketti
114dcac35b Message List: Disable star click area when stars are disabled 2023-02-27 18:27:20 +01:00
cketti
30c4f94b30 Add setting for message list density 2023-02-27 18:27:20 +01:00
cketti
4988d3db61
Merge pull request #6704 from thundernest/star_position
Change star position in the message list
2023-02-27 12:59:21 +01:00
cketti
82ccd5691f Message List: Align star to the top of the sender name 2023-02-24 16:44:08 +01:00
cketti
bce3e54364 Message List: Use whole right side as star click area 2023-02-24 16:15:48 +01:00
Wolf-Martell Montwé
a024735d1e
Merge pull request #6702 from thundernest/add-dependency-updates-build-plugin
Add dependency check build plugin
2023-02-24 15:07:30 +01:00
cketti
e9ee928cc1
Merge pull request #6701 from thundernest/account_chip_2
Switch account chip back to fixed height view
2023-02-24 14:04:32 +01:00
Wolf-Martell Montwé
bb196b5636
Merge pull request #6699 from thundernest/change_build_files_to_kotlin
Change build files to Kotlin
2023-02-24 13:25:49 +01:00
Wolf Montwé
0ace871606
Add dependency check build plugin 2023-02-24 11:47:29 +01:00
cketti
7485e3209b Switch account chip back to fixed height view 2023-02-23 20:06:38 +01:00
Wolf Montwé
ec14593023
Cleanup 2023-02-23 14:52:16 +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-Martell Montwé
b357bc1e1b
Merge pull request #6698 from thundernest/add-build-plugin-readme
Add build plugin readme
2023-02-23 14:51:31 +01:00
Wolf Montwé
011495f4bc
Update baseline 2023-02-23 11:17:48 +01:00
Wolf Montwé
fab7a8e6a6
Rename plugin for consistency 2023-02-23 11:16:17 +01:00
Wolf Montwé
28472554af
Add build plugin README 2023-02-23 11:16:09 +01:00
Wolf-Martell Montwé
04d7ce3ce0
Merge pull request #6695 from thundernest/add-detekt-build-plugin
Add detekt build plugin
2023-02-22 15:36:02 +01:00