41 Commits

Author SHA1 Message Date
dependabot[bot]
eaf2ddb960
chore(deps): bump com.materialkolor:material-kolor from 1.6.2 to 1.7.0 (#999)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Diego Beraldin <diego.beraldin@gmail.com>
2024-06-18 01:17:26 +02:00
Diego Beraldin
6c81212aa2
refactoring: migrate l10n from XML to pure Kotlin (#936) 2024-06-06 08:14:36 +02:00
Diego Beraldin
c85de822da
chore: update to Kotlin 2.0.0 and Compose Multiplatform 1.6.10 (#892) 2024-05-27 07:26:30 +02:00
Diego Beraldin
8b4514b5e2
fix: iOS compatibility (#861) 2024-05-17 23:33:30 +02:00
Diego Beraldin
8c167c8975
fix: pull to refresh indicator in filtered contents (#856) 2024-05-16 19:11:24 +02:00
Diego Beraldin
0703b1573f
chore: add ktlint (#854) 2024-05-15 23:49:48 +02:00
Diego Beraldin
c860280e35
chore: configure workflow (#850) 2024-05-15 18:06:29 +02:00
Diego Beraldin
d11ba757af
chore: update unit tests and documentation (#849) 2024-05-14 19:52:45 +02:00
Diego Beraldin
236590c0f9
feat: configurable comment indent amount (#839) 2024-05-12 13:41:36 +02:00
Diego Beraldin
eaff49d31e
fix: status bar color for light theme (#826) 2024-05-10 22:29:57 +02:00
Diego Beraldin
52a76a2daf
enhancement: review text style definitions (#825) 2024-05-10 22:10:34 +02:00
Diego Beraldin
0f7ff3e5a0
chore: remove unnecessary font (#785) 2024-05-04 22:59:34 +02:00
Diego Beraldin
211d1d72fd
fix: max top inset (#760) 2024-05-02 13:58:57 +02:00
Diego Beraldin
69d9faa5e3
refactor: injectable resources (#724) 2024-04-25 14:20:15 +02:00
Diego Beraldin
517ed7e30a
fix: community and creator info padding (#723) 2024-04-25 11:41:21 +02:00
Diego Beraldin
1a7e6124de
enhancement: read contents color (#711) 2024-04-21 21:56:48 +02:00
Diego Beraldin
c405bf174b
fix: edge to edge insets (#710) 2024-04-21 13:36:33 +02:00
Diego Beraldin
f14eeaefb9
fix: community opening on local instance (#708) 2024-04-21 09:36:29 +02:00
Diego Beraldin
1b1e4a83bd
enhancement: improve padding between elements (#692) 2024-04-15 21:24:08 +02:00
Diego Beraldin
107ec9a21b
chore: apply detekt to :core:api and :core:appearance (#644) 2024-03-30 11:56:04 +01:00
Diego Beraldin
302043e73a
chore: add detekt (#643) 2024-03-30 09:11:40 +01:00
Diego Beraldin
873935af6b
refactor: use uniform approach for debounce (#612) 2024-03-19 08:30:09 +01:00
Diego Beraldin
a4e8bf75cd chore: add test for DefaultThemeRepository 2024-03-18 23:21:07 +01:00
Diego Beraldin
265c7d2a8a
enhancement: font scaling options (#606) 2024-03-16 12:13:44 +01:00
Diego Beraldin
bb4492e851
fix: theme for system bars(#584) 2024-03-08 18:17:28 +01:00
Diego Beraldin
a613e662f4
chore: improve layout of community and user header (#568) 2024-03-05 08:07:28 +01:00
Diego Beraldin
3f935ae66c
feat: custom font scale factor for content classes (#541) 2024-02-20 13:07:48 +01:00
Diego Beraldin
9faa6136fa
refactor: migration to lyricist; remove moko-resources (#525)
closes #524
2024-02-13 22:37:13 +01:00
Diego Beraldin
1557f29ece
feat: configure comment bar width; prefer nicknames (#511) 2024-02-07 22:59:26 +01:00
Diego Beraldin
f269b5b037
add hidden vote format (#507)
fix vote format bottom sheet insets and other bottom sheets
2024-02-05 18:49:31 +01:00
Diego Beraldin
01493e5486
fix: add missing font size; update Gradle; fix l10n (#506)
* add missing font weight for titles

* update to Gradle 8.6

closes #505
2024-02-05 17:52:22 +01:00
Diego Beraldin
a7ed30a54f
enhancement: uniform margins and shadows (#492) 2024-01-26 22:16:58 +01:00
Diego Beraldin
85269311b6
feat: opaque navigation and status bars (#475) 2024-01-22 19:35:28 +01:00
Diego Beraldin
34c8f38559
feat: customize swipe actions (#463)
* refactor: introduce swipe action card with custom actions

* refactor: migrate all screen towards new component

* feat: apply default swipe actions to all screens

* feat: add persistence in settings

* feat: new screen bare bones

* feat: add logic implementation

* feat: add UI implementation

* feat: color for save action

* chore: refine UI and add l10ns

closes #460
2024-01-20 12:37:09 +01:00
Diego Beraldin
fa797324d7
fix: top app bar container height (md3); closes #448 (#449) 2024-01-15 22:18:43 +01:00
Diego Beraldin
39f1a2e8a7
feat: show content update date (#447)
* chore: update spacing in content footers

* refactor: consistent name for upVotes and downVotes

* feat: show content update date closes #446
2024-01-15 20:40:21 +01:00
Diego Beraldin
7ca04ace88
feat: add language selection (#381); closes #331
* chore: font reordering

* chore: second swipe sensitivity

* chore: update models

* chore: update repositories

* chore: update formatting bar

* chore: add dialog

* chore: update comment creation

* chore: update post creation
2023-12-26 21:07:36 +01:00
Diego Beraldin
07060acaee
feat: enable support for third action in swipe cards (#374); closes #268
* feat: enable second action gestures

* chore: update post list

* chore: update community detail

* chore: update user detail

* chore: update multi-community

* chore: disable reply from explore and profile

* feat: configure in settings

* chore: add l10ns
2023-12-25 13:48:54 +01:00
Diego Beraldin
4eb2c59117
fix: optimizations (#341); closes #340
* fix: drawer sorting

* chore: remove fonts

* chore: optimize dependencies

* refactor: limit coil image cache size

* chore: add proguard rules
2023-12-22 11:39:20 +01:00
Diego Beraldin
6c78f92ff5
refactor: inbox modularization (#334)
* chore: update gradle scripts

* refactor: add :domain:inbox module

* refactor: add :unit:replies module

* refactor: add :unit:mentions module

* refactor: add :unit:messages module
2023-12-20 11:54:52 +01:00
Diego Beraldin
788deac8a5
refactor: module structure (#329) 2023-12-20 00:45:20 +01:00