Diego Beraldin
85d665286a
chore: move options button in post/comment footer
2023-09-16 22:46:12 +02:00
Diego Beraldin
94b96e7c16
feat: comment deletion ( #19 )
2023-09-16 22:30:07 +02:00
Diego Beraldin
a7ca24bdea
fix: post not updated in list when upvoted or downvoted from detail screen
2023-09-16 20:11:16 +02:00
Diego Beraldin
c47bb2be0a
chore: improve bottom sheet l&f
2023-09-16 09:13:38 +02:00
Diego Beraldin
b836372219
chore: add image error block
2023-09-16 08:40:57 +02:00
Diego Beraldin
0834cb00e3
chore(common-ui): move mvi model init to DI modules
2023-09-16 08:19:54 +02:00
Diego Beraldin
19ecdf92fc
feat(inbox): private messages ( #18 )
2023-09-15 23:42:44 +02:00
Diego Beraldin
8a6f2ac45f
feat(common-ui): connect scroll view inside web view to top bar ( #15 )
2023-09-14 22:46:37 +02:00
Diego Beraldin
2b3253e7f9
fix(common-ui): post and comment creation, post vote from detail screen ( #14 )
...
* chore(common-ui): move comment card
* fix(common-ui): post upvote/downvote from detail
* chore(home): fix warning on conflicting names
* chore(common-ui): fix bug in compose new comment and post
2023-09-13 09:00:20 +02:00
Diego Beraldin
275fd50f76
feat: possibility to open URLs in internal WebView
2023-09-12 22:49:33 +02:00
Diego Beraldin
c13ef232bd
chore: remove unnecessary imports
2023-09-12 19:53:39 +02:00
Diego Beraldin
0f3935c7e0
fix(navigation): remove further callbacks and use Serializable interface
2023-09-12 19:42:40 +02:00
Diego Beraldin
9f59398ec6
fix(navigation): refresh after new post and comment with notification
2023-09-12 13:51:51 +02:00
Diego Beraldin
b707bd3e59
fix(navigation): remove callback from all bottom sheets
2023-09-12 08:55:10 +02:00
Diego Beraldin
36026435e5
fix(navigation): remove callback from ListingTypeBottomSheet
2023-09-12 00:01:05 +02:00
Diego Beraldin
dcf392f51e
fix(navigation): fix serialization issues
2023-09-11 23:15:55 +02:00
Diego Beraldin
d8dadbe4f4
refactor(navigation): remove back callbacks
2023-09-11 21:22:11 +02:00
Diego Beraldin
f2c07fa18d
refactor: remove some composition locals for navigators
2023-09-11 21:10:47 +02:00
Diego Beraldin
345402435c
feat(posts): link bar and URL opening
2023-09-11 20:41:06 +02:00
Diego Beraldin
a3e317f813
feat(posts): open image from post detail
2023-09-11 19:33:52 +02:00
Diego Beraldin
e74f234380
feat(commonui): image screen with pinch to zoom
2023-09-11 13:54:26 +02:00
Diego Beraldin
c083627c2f
fix(posts): improve title rendering
2023-09-10 22:44:23 +02:00
Diego Beraldin
cc8e26f33f
fix(posts, community, user-detail): upvote and download removal
2023-09-10 21:26:04 +02:00
Diego Beraldin
679eeecf3b
refactor(commonui): use material tab row
2023-09-10 21:07:11 +02:00
Diego Beraldin
29dc03f318
feat(home): scroll to top on second tap on navigation item ( #13 )
2023-09-10 11:06:47 +02:00
Diego Beraldin
83cfe1b64d
8 profile and inbox navigation ( #9 )
...
* fix profile main screen
* fix profile logged screen
* fix user detail screen
* fix inbox screen
2023-09-10 09:50:44 +02:00
Diego Beraldin
08f4b2d7ed
fix(post): open post from user detail
2023-09-09 15:10:16 +02:00
Diego Beraldin
50f6610159
fix(profile): open post from profile
2023-09-09 15:04:09 +02:00
Diego Beraldin
8ff3cba330
fix(home): equal post, community and user top bars
2023-09-09 14:56:52 +02:00
Diego Beraldin
5bd81e529b
fix: login and profile navigation
2023-09-09 14:41:44 +02:00
Diego Beraldin
34d515085d
fix: login and profile navigation
2023-09-09 14:41:37 +02:00
Diego Beraldin
a661016e34
fix: navigation issues
2023-09-09 12:52:40 +02:00
Diego Beraldin
58a65a4b8d
fix: navigation serialization issues
2023-09-09 11:47:20 +02:00
Diego Beraldin
2059bcd832
feat(post): comment indentation with colors, bar visibility ( #7 )
...
* feat(posts): show comment depth
* fix: use Material TopAppBar
* fix: improve some icons
* fix(posts): image corners
* fix(posts): FAB and bottom bar visibility tied to scroll
2023-09-08 23:42:10 +02:00
Diego Beraldin
77fed461d5
feat(posts, explore): add top sort management ( #6 )
...
* fix: iOS crash report
* feat(posts, explore): add sort top management
2023-09-08 09:05:51 +02:00
Diego Beraldin
6243718090
fix: API error management
2023-09-08 07:59:17 +02:00
Diego Beraldin
0c7756da42
fix: improve navigation ( #5 )
2023-09-08 07:38:53 +02:00
Diego Beraldin
1b2ffdf327
feat(posts): nested comment management ( #4 )
...
* fix: update layout
* feat(posts): show nested comments
* fix: more layout fixes
* feat(posts): add possibility to load more nested comments
2023-09-07 22:54:53 +02:00
Diego Beraldin
a4e8cf7be2
fix: some layout fixes
2023-09-06 09:02:18 +02:00
Diego Beraldin
b4bf6ae69f
feat(post): add basic post creation
2023-09-06 08:23:27 +02:00
Diego Beraldin
62ba4f1967
feat(crash-report): add crash report module
2023-09-06 08:23:27 +02:00
Diego Beraldin
056aae12ee
refactor: layout and spacing adjustments
2023-09-05 18:53:18 +02:00
Diego Beraldin
b371950d7b
feat(posts): add possibility to reply to posts and comments ( #1 )
2023-09-04 22:50:06 +02:00
Diego Beraldin
376f84cfef
feat(settings): add options to manage nsfw
2023-09-03 22:53:04 +02:00
Diego Beraldin
a7120f1617
feat(posts): add nsfw blur
2023-09-03 22:24:17 +02:00
Diego Beraldin
0aace7f957
feat: possibility to adjust content font scale
2023-09-03 20:01:51 +02:00
Diego Beraldin
c2b245f4ec
feat(posts): different colors for like and dislike
2023-09-02 15:10:41 +02:00
Diego Beraldin
689a24dade
refactor: factor out common swipe logic
2023-09-02 14:45:20 +02:00
Diego Beraldin
9cd638ee0b
feat(inbox): progress to replies
2023-08-27 22:46:33 +02:00
Diego Beraldin
70072f636d
fix(posts): layout color fixes
2023-08-27 22:16:45 +02:00