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
79f05b6f71
fix: pick image from gallery on Android < 11 ( #16 )
...
* add fallback for API level < 11
* use PickVisualMediaRequest.Builder
* add empty check for incoming byte array
2024-09-24 12:43:17 +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
605a443c8b
enhancement: move text formatting bar to bottom ( #1149 )
2024-07-17 21:26:28 +02:00
Diego Beraldin
3315f8d42e
feat: add support for user mentions ( #1092 )
2024-07-07 22:42:01 +02:00
Diego Beraldin
361e80b48c
feat: media uploads refinement ( #1084 )
2024-07-06 08:06:37 +02:00
Diego Beraldin
7d8703e3e3
fix: keyboard type for text inputs ( #938 )
2024-06-06 11:26:48 +02:00
Diego Beraldin
6c81212aa2
refactoring: migrate l10n from XML to pure Kotlin ( #936 )
2024-06-06 08:14:36 +02:00
Diego Beraldin
2b7a885904
fix: IME padding ( #910 )
2024-05-30 23:54:23 +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
fa79ca39ec
enhancement: increase action button size ( #869 )
2024-05-19 10:59:48 +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
cae9fd4da3
chore: remove unnecessary dispatcher switch ( #852 )
2024-05-15 22:14:14 +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
6686649977
fix: improve chat screen layout ( #824 )
2024-05-10 21:12:37 +02:00
Diego Beraldin
17c821c9ee
fix: prevent infinite chat loading ( #822 )
2024-05-10 19:29:33 +02:00
Diego Beraldin
5ccae4fd7b
fix: tentative fix for padding above keyboard ( #794 )
2024-05-06 08:15:31 +02:00
Diego Beraldin
473226af55
enhancement: publish and update date indicators ( #779 )
2024-05-04 13:33:08 +02:00
Diego Beraldin
3a7c378bb1
enhancement: side menu top bar actions ( #776 )
2024-05-04 12:41:42 +02:00
Diego Beraldin
38ba81d4ff
fix: tentative fix for padding above keyboard ( #774 )
2024-05-04 12:08:47 +02:00
Diego Beraldin
e002eff127
feat: full width images ( #763 )
2024-05-02 22:48:52 +02:00
Diego Beraldin
c364ce5941
fix: consistent icons for posts, replies, arrows ( #759 )
2024-05-02 13:14:51 +02:00
Diego Beraldin
517ed7e30a
fix: community and creator info padding ( #723 )
2024-04-25 11:41:21 +02:00
Diego Beraldin
80048618ca
feat: show number of unread comments ( #684 )
2024-04-15 14:05:24 +02:00
Diego Beraldin
5e39a7a9a6
chore: remove integer IDs ( #658 )
2024-04-07 08:27:15 +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
c99ee290b2
enhancement: ask confirmation before deletion ( #626 )
2024-03-24 10:33:19 +01:00
Diego Beraldin
873935af6b
refactor: use uniform approach for debounce ( #612 )
2024-03-19 08:30:09 +01:00
Diego Beraldin
f69738482e
refactor: main-safe repositories ( #601 )
2024-03-14 23:10:26 +01:00
Diego Beraldin
0acbe4aa63
refactor: remove redundant architecture structure ( #587 )
2024-03-11 08:43:03 +01:00
Diego Beraldin
9f04030a3e
feat: community-specific download directory ( #581 )
2024-03-07 23:43:56 +01:00
Diego Beraldin
1fd2f96a81
enhancement: migrate drop downs to MD3 ( #578 )
2024-03-07 19:16:04 +01:00
Diego Beraldin
418cb45f29
ehnancement: web settings save confirm ( #573 )
2024-03-06 21:16:33 +01:00
Diego Beraldin
90cf5be522
feat: specify user ban duration and data removal ( #571 )
2024-03-06 13:52:57 +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
d50744fafb
fix opening community links from post bodies ( #509 )
2024-02-05 21:54:28 +01:00