Commit graph

12296 commits

Author SHA1 Message Date
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
cketti
64af21dffd
Merge pull request #6697 from thundernest/message_list_contact_picture_click
Message List: Use whole left side as contact picture click area
2023-02-22 14:58:34 +01:00
cketti
9abd036022
Merge pull request #6696 from thundernest/validate_identity_fields
Clean up `Identity` properties
2023-02-22 14:51:19 +01:00
cketti
b04ef7684b Message List: Use whole left side as contact picture click area 2023-02-22 13:34:48 +01:00
cketti
703e250dd8
Merge pull request #6693 from thundernest/message-list-tweaks
Tweak message list design (2)
2023-02-22 13:07:11 +01:00
Wolf Montwé
55da8cf420
Change detekt config for functionThreshold and constructorThreshold to 8 2023-02-22 12:40:09 +01:00
Wolf Montwé
f4317b0fad
Add detekt plugin for compose 2023-02-22 10:51:23 +01:00
Wolf Montwé
b074534fec
Add compose specific rules and fix some issues 2023-02-22 10:25:12 +01:00
Wolf Montwé
872d3e938d
Add detekt baseline 2023-02-22 10:24:19 +01:00
cketti
d2c55b01f7 Message List: Stop using android:ellipsize="marquee" 2023-02-21 19:35:03 +01:00
cketti
1cbdde5bfd Add database migration to fix stored identity values 2023-02-21 17:59:49 +01:00
Wolf Montwé
27ad28fafe
Add detekt build plugin 2023-02-21 17:53:01 +01:00
cketti
b386b74523 Fix code to display identities in the UI 2023-02-21 17:20:12 +01:00