akesi seli
5e72a3b8f5
feat: make it possible to open videos full screen ( #97 )
...
* update player config
* update video player composable
* update card video composable
* update post card composable
* update media item composable
* make image detail screen support videos
* update usages in all screens
* update tech stack in README
* update technical manual
2024-11-12 22:58:20 +01:00
akesi seli
11a0ff15ca
chore: improve readability of vote actions ( #86 )
2024-11-10 22:19:30 +01:00
akesi seli
325a0dbd03
refactor: migrate image loading to Coil3 ( #82 )
...
* update dependency declarations
* update build scripts
* add getTempDir to FileSystemManager
* define ImageLoaderProvider
* refactor ImagePreloadManager
* refactor CustomImage
* update DI and utilities
* update usages in UI components
* update imports for ImagePreloadManager
* cleanup main application class
* add new image transformer for markdown rendering
2024-11-05 16:19:29 +01:00
akesi seli
e987f4658a
refactor: remove copy post bottom sheet ( #64 )
...
* remove CopyPostBottomSheet
* remove associated NotificationCenterEvent
* update community detail
* update multi-community
* update post detail
* update post list
* update user detail
2024-11-02 09:44:06 +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
cfb0571657
refactor: remove ShareBottomSheet ( #59 )
...
* remove old l10n resources
* use neutral debug app name
* enable networking logs in debug builds
* refactor: remove ShareBottomSheet
2024-10-31 10:04:32 +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
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 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
40d53b0f05
fix: restore edge-to-edge bottom ( #1176 )
2024-07-28 16:20:05 +02:00
Diego Beraldin
ae8bc8082d
fix: bookmarks navigation padding ( #1173 )
2024-07-28 12:45:23 +02:00
Diego Beraldin
3a1b04d010
enhancement: disable swipe gestures for anonymous users ( #1110 )
2024-07-10 22:04:04 +02:00
Diego Beraldin
3577431cc3
enhancement: post opening and initial load ( #1087 )
2024-07-06 19:38:43 +02:00
Diego Beraldin
ff2471ef3c
fix: comment loading in post detail ( #1074 )
2024-07-02 21:28:52 +02:00
Diego Beraldin
a6e24e1a43
fix: moderator and admin indicators ( #1058 )
2024-06-29 19:58:20 +02:00
Diego Beraldin
32859c9bf6
feat: configure default result type for Explore ( #1040 )
2024-06-24 19:47:38 +02:00
Diego Beraldin
d7bb072573
enhancement: rounded search fields ( #1035 )
2024-06-24 07:25:09 +02:00
Diego Beraldin
bef8d29221
enhancement: subscription loading and navigation drawer list ( #1007 )
2024-06-20 19:52:19 +02:00
Diego Beraldin
fa6bd48532
feat: hide post permanently ( #962 )
2024-06-10 14:11:55 +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
bb507624fa
fix: pagination in subscription list ( #911 )
2024-06-01 10:10:17 +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
4b85782e39
feat: hide downvote button if not enabled on instance ( #864 )
2024-05-19 00:01:52 +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
dcbf4e751a
feat: implement admin tools ( #842 )
2024-05-14 06:34:11 +02:00
Diego Beraldin
7112c9f153
fix: report list loading indicator ( #838 )
2024-05-11 23:05:15 +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
52a76a2daf
enhancement: review text style definitions ( #825 )
2024-05-10 22:10:34 +02:00
Diego Beraldin
3a7c378bb1
enhancement: side menu top bar actions ( #776 )
2024-05-04 12:41:42 +02:00
Diego Beraldin
e002eff127
feat: full width images ( #763 )
2024-05-02 22:48:52 +02:00
Diego Beraldin
211d1d72fd
fix: max top inset ( #760 )
2024-05-02 13:58:57 +02:00
Diego Beraldin
c364ce5941
fix: consistent icons for posts, replies, arrows ( #759 )
2024-05-02 13:14:51 +02:00
Diego Beraldin
98656fd356
fix: post navigation stack and improvements ( #742 )
2024-04-30 13:31:35 +02:00
Diego Beraldin
9251b5067c
feat: post navigation in detail screen ( #741 )
2024-04-29 23:37:16 +02:00
Diego Beraldin
9742488c57
refactor: post and comment pagination ( #733 )
2024-04-28 13:28:06 +02:00
Diego Beraldin
2009bc14fc
feat: buttons to navigate comments ( #729 )
2024-04-26 14:55:08 +02:00
Diego Beraldin
c405bf174b
fix: edge to edge insets ( #710 )
2024-04-21 13:36:33 +02:00
Diego Beraldin
a75b6fd317
fix: list bottom padding ( #697 )
2024-04-17 08:21:46 +02:00
Diego Beraldin
80048618ca
feat: show number of unread comments ( #684 )
2024-04-15 14:05:24 +02:00
Diego Beraldin
11f7f3824f
feat: visually differentiate read posts ( #682 )
2024-04-14 11:40:56 +02:00