352 Commits

Author SHA1 Message Date
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
8332aa7a20
chore: bottom sheet overhaul (#12)
* Replaced CustomBottomSheet with CustomModalBottomSheet to match RFF
- removed CustomBottomSheet
- added CustomModalBottomSheet
- updated ZoomableImageScreen
- updated SettingsColorAndFontScreen

* Updated dependencies
- updated androidx-media3
- updated androidx-work

* - merge changes

* - updated CustomModalBottomSheet to match RFF 1:1
- Added BottomSheet close animation on selection

* - updated UiTheme to match RFF
- updated SettingsColorAndFontScreen to use new CustomModalBottomSheet
- removed CommentBarThemeBottomSheet.kt
- removed VoteThemeBottomSheet.kt
2024-09-05 16:17:57 -04:00
akesi seli
0f9efb2996
fix: text formatting bar in post and reply creation (#11)
* simplify layout of create post screen

* simplify layout of create comment screen
2024-08-28 21:28:30 -04:00
Christopher
efe00aa205
feat: bottom sheet overhaul (#7)
* feat: bottom sheet overhaul
- Added CustomBottomSheet
- Removed ShareImageBottomSheet
- Removed ThemeBottomSheet
- Integrated CustomBottomSheet to ZoomableImageScreen & SettingsColorAndFontScreen

* fix: bottom sheet animation issue
- Removed incorrect return statement

* fix: bottom sheet animation issue
- Added missing coroutine scope
2024-08-07 19:19:25 +02:00
Christopher
97da193d4e
chore: update example urls (#4)
* chore: update example URLs

* chore: update example URLs
2024-08-06 08:02:02 +02:00
akesi seli
e492a54b28
enhancement: uniform comment cards (#3)
* use uniform logic for bar with and text indentation in comments

* update call site
2024-08-05 17:24:54 -04:00
Christopher N7_X
601b4e6aa0 fixed acknowledgements and remote config 2024-08-03 22:22:43 -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
2130dd9e73
enhancement: text field and formatting bar (#1193) 2024-08-01 13:32:31 +02:00
Diego Beraldin
a987560626
refactor: introduce pagination manager for Explore (#1185) 2024-07-29 22:16:44 +02:00
Diego Beraldin
44d46dd902
fix: validate user input in stop words and domain filters (#1179) 2024-07-29 09:27:08 +02:00
Diego Beraldin
17bc5344dd
feat: filter posts by specific terms in title (#1178) 2024-07-28 22:44:37 +02:00
Diego Beraldin
fed21d7fe7
feat: URL based filter for posts (#1177) 2024-07-28 20:02:56 +02:00
Diego Beraldin
40d53b0f05
fix: restore edge-to-edge bottom (#1176) 2024-07-28 16:20:05 +02:00
Diego Beraldin
957bcb38ec
feat: add share action to text toolbar in selection mode (#1175) 2024-07-28 15:31:33 +02:00
Diego Beraldin
ae8bc8082d
fix: bookmarks navigation padding (#1173) 2024-07-28 12:45:23 +02:00
Diego Beraldin
87abf551c6
fix: first level comments expanded and visible by default (#1163) 2024-07-23 09:38:11 +02:00
Diego Beraldin
bfa6b6820a
feat: search in manage bans screen (#1159) 2024-07-22 10:01:03 +02:00
Diego Beraldin
605a443c8b
enhancement: move text formatting bar to bottom (#1149) 2024-07-17 21:26:28 +02:00
Diego Beraldin
e5181bf869
fix: app info retrieval (#1139) 2024-07-15 14:48:42 +02:00
Diego Beraldin
ba91d3a410
chore: update l10n (#1138) 2024-07-14 23:33:23 +02:00
Diego Beraldin
19ba7ee2c8
enhancement: recover expired token in profile (#1135) 2024-07-14 17:16:18 +02:00
Diego Beraldin
0f99736da3
enhancement: profile auth error and reload (#1133) 2024-07-14 10:02:42 +02:00
Christopher
3debfe77c4
fix: share image as file (#1126) 2024-07-14 07:30:10 +02:00
Diego Beraldin
d797e05954
fix: login text field max width (thanks @N7-X) (#1130) 2024-07-14 00:01:47 +02:00
Diego Beraldin
3f99e68764
feat: configurable bottom navigation • part 3 (#1117) 2024-07-12 14:12:56 +02:00
Diego Beraldin
e8199ed40f
feat: configurable bottom navigation • part 1 (#1111) 2024-07-11 08:31:57 +02:00
Diego Beraldin
3a1b04d010
enhancement: disable swipe gestures for anonymous users (#1110) 2024-07-10 22:04:04 +02:00
Diego Beraldin
932c3bc4f5
fix: comment appearance (bar theme, text class) (#1109) 2024-07-10 20:11:26 +02:00
Diego Beraldin
9be6fef91f
fix: about item text color (#1105) 2024-07-10 13:27:24 +02:00
Diego Beraldin
48494def8e
feat: remote configuration for alternate markdown rendering (#1100) 2024-07-09 22:53:15 +02:00
Diego Beraldin
3315f8d42e
feat: add support for user mentions (#1092) 2024-07-07 22:42:01 +02:00
Diego Beraldin
f4ae0be434
fix: restore settings for anonymous users (#1088) 2024-07-06 20:14:24 +02:00
Diego Beraldin
3577431cc3
enhancement: post opening and initial load (#1087) 2024-07-06 19:38:43 +02:00
Diego Beraldin
e0f6072313
enhancement: community in profile menu (#1086) 2024-07-06 17:09:20 +02:00
Diego Beraldin
361e80b48c
feat: media uploads refinement (#1084) 2024-07-06 08:06:37 +02:00
Diego Beraldin
99a4e1594c
feat: profile side menu (#1081) 2024-07-05 20:31:12 +02:00
Diego Beraldin
daf82cee84
feat: move Settings to navingation drawer (#1080) 2024-07-05 10:57:41 +02:00
Christopher
f5125539e8
Fix no search on load (#1078) 2024-07-04 06:35:21 +02:00
Diego Beraldin
d8b7618dd8
feat: random theme color (#1075) 2024-07-03 14:36:40 +02:00
Diego Beraldin
bb9756223d
fix: community loading in anonymous mode (#1076) 2024-07-03 08:54:44 +02:00
Diego Beraldin
ff2471ef3c
fix: comment loading in post detail (#1074) 2024-07-02 21:28:52 +02:00
Diego Beraldin
aed57a4464
fix: floating action button bottom padding in post list (#1070) 2024-07-01 22:36:57 +02:00
Diego Beraldin
7a999bee42
fix: shortcut selection for feeds from navigation drawer (#1063) 2024-07-01 00:07:06 +02:00
Diego Beraldin
a6e24e1a43
fix: moderator and admin indicators (#1058) 2024-06-29 19:58:20 +02:00
Diego Beraldin
1f9e1622d8
feat: start search on long press on explore item (#1055) 2024-06-29 08:06:15 +02:00
Diego Beraldin
4139e2d397
feat: account switch from bottom bar profile item (#1053) 2024-06-28 14:03:53 +02:00