Dieguitux
536668b10d
fix: remove custom WindowInsets from Scaffolds ( #291 )
2025-01-23 19:24:57 +01:00
Dieguitux
12b5a7984f
enhancement: improve accessibility • part 1 ( #217 )
...
* update l10n
* add content descriptions to graphic elements without textual counterpart
2025-01-03 23:50:56 +01:00
Dieguitux
539d20a6f8
Fix window insets and bar color ( #215 )
...
* remove useless dependency
* create common utility to calculate top bar padding
* solve some deprecation issues in DefaultBarColorProvider
* remove unnecessary background in some placeholders
* remove edge-to-edge from advanced settings (enabled by default)
* simplify custom top bars
* update all usages of material3 Scaffold
2025-01-02 17:33:49 +01:00
Dieguitux
e0ee7eb4e0
refactor(di): migrate from Koin to Kodein ( #181 )
...
* update version catalog
* remove convention plugin
* create :core:di module
* migrate android and ios apps
* migrate :shared module
* migrate core modules
* migrate domain modules
* migrate feature modules
* migrate unit modules
* update licences screen
* update documentation
* add a test for ProfileSideMenuViewModel
2024-12-22 15:12:42 +01:00
Dieguitux
37b6b2f296
refactor: improve l10n to isolate responsibilities ( #167 )
...
* move Strings away from messages package
* move Locales to separate file
* move ProvideStrings to separate file
* update usage in App
* update usage in DefaultL10nManager
* move language related extensions to :core:l10n
* update l10n utils
* update UI usages of LocalStrings
* update documentation
2024-12-17 22:00:00 +01:00
akesi seli
e284402253
refactor(build): define Gradle convention plugins ( #143 )
...
* define convention plugins
* remove duplicate code in build scripts
2024-12-08 10:25:00 +01:00
akesi seli
8f9afce2ee
refactor(di): migrate feature modules to Koin Annotations ( #139 )
2024-12-06 23:45:57 +01:00
akesi seli
260af5a28e
chore(deps): update Gradle, AGP, androidx.work and androidx.core ( #135 )
...
* update version catalog
* fix compileSdk in all build scripts
* update Gradle wrapper
* update workflows
* update version badge in README.md
* update documentation
2024-12-05 18:42:29 +01:00
akesi seli
7ab242b3e2
chore: add code coverage plugin ( #120 )
...
* fix :domain:lemmy:pagination package structure
* chore: remove detekt baselines
* add kover plugin to project root
* apply plugin to subprojects
* apply plugin to app module with config
* generate and upload coverage when unit tests are run
2024-11-22 20:33:33 +01:00
akesi seli
a03e086dc8
refactor: rewrite sort bottom sheet as Material3 modal bottom sheet ( #61 )
...
* use trailing lambda in custom modal bottom sheet
* refactor: rewrite SortBottomSheet as modal bottom sheet
* add default for ChangeSortType event
* update post list
* update account settings
* update community detail
* update explore
* update instance info
* update multi-community
* update post detail
* update user detail
* update settings
2024-11-01 17:13:12 +01:00
akesi seli
543bafd8ba
chore(deps): update Compose Multiplatform from 1.6.11 to 1.7.0 ( #42 )
...
* update README
* update compose multiplatform from 1.6.11 to 1.7.0
* fix breaking changes
* migrate to Material3 PullToRefreshBox
* remove unwanted background from modal bottom sheet items
2024-10-23 11:08:40 +02:00
akesi seli
1702f3e603
refactor: add ripple effect to clickable elements; remove remembered callbacks ( #13 )
...
* remove RememberCallback util
* update onClick modifier
* update usages UI components
* update usages in screens
* migrate missing settings rows
2024-09-13 18:06:12 -04:00
Christopher N7_X
a27157d748
updated package name for any future forks
2024-08-02 19:37:54 -04:00
Christopher N7_X
249563b9e5
updated package name for any future forks
2024-08-02 19:34:52 -04:00
Diego Beraldin
3577431cc3
enhancement: post opening and initial load ( #1087 )
2024-07-06 19:38:43 +02:00
Diego Beraldin
bef8d29221
enhancement: subscription loading and navigation drawer list ( #1007 )
2024-06-20 19:52:19 +02:00
Diego Beraldin
6c81212aa2
refactoring: migrate l10n from XML to pure Kotlin ( #936 )
2024-06-06 08:14:36 +02:00
Diego Beraldin
cb668f817b
fix: navigation bar inset ( #908 )
2024-05-30 14:44:28 +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
58e33fccd8
fix: MVI model state update ( #879 )
2024-05-20 22:54:34 +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
f9ed0337fc
enhancement: open post and initial loading ( #855 )
2024-05-16 09:19:06 +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
3801c7e2d8
fix: lazy list state issues when changing feed or sort type ( #831 )
2024-05-11 11:47:14 +02:00
Diego Beraldin
f3dc42c14e
fix: update title styles (screens, dialog, bottom sheets) ( #827 )
2024-05-11 08:41:01 +02:00
Diego Beraldin
3a7c378bb1
enhancement: side menu top bar actions ( #776 )
2024-05-04 12:41:42 +02:00
Diego Beraldin
c364ce5941
fix: consistent icons for posts, replies, arrows ( #759 )
2024-05-02 13:14:51 +02:00
Diego Beraldin
35e60cac79
fix: instance info screen community list ( #709 )
2024-04-21 09:50:43 +02:00
Diego Beraldin
4cbedbafc0
fix: content loading at initial stage ( #653 )
...
closes #652
2024-04-03 18:52:17 +02:00
Diego Beraldin
55cb02ae94
chore: apply detekt to unit modules (1) ( #650 )
2024-04-01 11:05:15 +02:00
Diego Beraldin
302043e73a
chore: add detekt ( #643 )
2024-03-30 09:11:40 +01:00
Diego Beraldin
58f3751dfa
enhancement: review Explore UI ( #619 )
2024-03-21 19:28:44 +01:00
Diego Beraldin
f69738482e
refactor: main-safe repositories ( #601 )
2024-03-14 23:10:26 +01:00
Diego Beraldin
68bf38f423
fix: add event filters based on screen ( #596 )
2024-03-14 09:01:16 +01:00
Diego Beraldin
e72a8d04c4
enhancement: search ( #590 )
2024-03-12 08:49:26 +01:00
Diego Beraldin
0acbe4aa63
refactor: remove redundant architecture structure ( #587 )
2024-03-11 08:43:03 +01:00
Diego Beraldin
843b4098ca
feat: community-specific sort type ( #586 )
2024-03-10 16:38:18 +01:00
Diego Beraldin
c561739a1d
chore: upgrade to MD3 ( #562 )
2024-03-01 22:10:44 +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
7301f2dc2d
refactor: architecture refinement ( #515 )
2024-02-08 23:19:56 +01:00
Diego Beraldin
1557f29ece
feat: configure comment bar width; prefer nicknames ( #511 )
2024-02-07 22:59:26 +01:00
Diego Beraldin
4e4c5103ea
fix: community and user stats info ( #467 )
...
* fix: show count instead of score in PersonAggregates on Lemmy 0.19
* fix: community stats loading
* enhancement: improve info screens layout
closes #464
2024-01-21 09:16:31 +01:00
Diego Beraldin
3caaac0b9d
refactor: modifiers ( #414 )
...
* refactor: remove Modifier.let calls
* refactor: remove composed modifier factory
2024-01-03 09:23:46 +01:00
Diego Beraldin
fb12df6222
fix: parameter serialization ( #407 )
2024-01-01 11:53:41 +01:00
Diego Beraldin
c2ef07d4be
refactor: navigation improvements ( #380 )
...
* chore: add some missing serializable
* refactor: use voyager-koin integration for viewmodels
* fix: typo
2023-12-26 17:37:37 +01:00
Diego Beraldin
6ce62e3e61
fix: event dispatch; closes #348 ( #373 )
2023-12-25 10:00:13 +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