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
a4db979018
enhancement: update about dialog ( #53 )
...
* update l10n
* add Matrix room to about dialog
* update acknowledgements.json
2024-10-28 21:27:19 +01:00
akesi seli
52b7453d4b
refactor: use composition locals to provide a UriHandler
implementation ( #15 )
...
* add method to open webview to detail opener
* define CustomUriHandler
* update dependency injection
* update Gradle scripts
* remove NavigationCoordinator.handleUrl
* provide UriHandler in App root
* update UI components
removing all open detail/web callbacks
* make sure to close side menu when opening detail screens
(and bottom sheets)
* update usages in all screens
2024-09-24 12:43:30 +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
97da193d4e
chore: update example urls ( #4 )
...
* chore: update example URLs
* chore: update example URLs
2024-08-06 08:02:02 +02: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
e5181bf869
fix: app info retrieval ( #1139 )
2024-07-15 14:48:42 +02:00
Diego Beraldin
9be6fef91f
fix: about item text color ( #1105 )
2024-07-10 13:27:24 +02:00
Diego Beraldin
52716ebd35
feat: aknowledgements screen ( #954 )
2024-06-08 21:28:46 +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
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
0703b1573f
chore: add ktlint ( #854 )
2024-05-15 23:49:48 +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
2c0a7dddb5
feat: support opening URLs in custom tabs ( #739 )
2024-04-29 07:38:14 +02:00
Diego Beraldin
69d9faa5e3
refactor: injectable resources ( #724 )
2024-04-25 14:20:15 +02:00
Diego Beraldin
36f3e2046d
feat: license screen and monochrome icons ( #663 )
2024-04-07 21:10:57 +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
c8a8bbec0e
chore: remove all references to chat ( #600 )
2024-03-14 18:56:02 +01:00
Diego Beraldin
0acbe4aa63
refactor: remove redundant architecture structure ( #587 )
2024-03-11 08:43:03 +01:00
Diego Beraldin
c4acc86f36
chore: update info about chat in about dialog ( #560 )
2024-02-29 19:28:54 +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
1874e7bba0
enhancement: add Google Play and user manual references ( #493 )
2024-01-27 13:44:08 +01:00
Diego Beraldin
1b1facbdfe
refactor: improve community opening on other instances ( #486 )
2024-01-26 00:41:47 +01:00
Diego Beraldin
75c2d6472f
chore: update email reporting address
2024-01-18 18:49:35 +01:00
Diego Beraldin
1fbb6ce103
enhancement: open actual community in about ( #452 )
...
closes #450
2024-01-16 18:28:53 +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
2e1982dabc
fix: crash starting activities
2023-12-25 10:15:37 +01:00
Diego Beraldin
8d00866e12
feat: add matrix to about dialog; closes #369 ( #370 )
2023-12-24 15:05:16 +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