193 Commits

Author SHA1 Message Date
Diego Beraldin
e09813fcee feat: change app font 2023-09-21 06:55:30 +02:00
Diego Beraldin
fda9d39bdb feat: improve community header and move subscribe button to top app bar 2023-09-21 06:40:01 +02:00
Diego Beraldin
ec311d7b5a feat: possibility to open comment in detail from explore screen 2023-09-21 06:28:20 +02:00
Diego Beraldin
ab623686b6 chore: update default markdown typography 2023-09-21 06:23:44 +02:00
Diego Beraldin
468727d1b2 fix: typo in view model class name 2023-09-21 06:18:50 +02:00
Diego Beraldin
0d25d0c4aa fix: update community status after subscription 2023-09-21 06:17:31 +02:00
Diego Beraldin
6ad2853790 chore: open community and creator from post card 2023-09-21 06:10:25 +02:00
Diego Beraldin
5e5c506e2c chore: reduce fractional threshold of swipeable card 2023-09-21 06:04:55 +02:00
Diego Beraldin
d770a49987 version 1.0.0-beta01 1.0.0-beta01 2023-09-20 23:37:16 +02:00
Diego Beraldin
d63d6c26e6 chore: remove image placeholders and errors in headers 2023-09-20 23:36:22 +02:00
Diego Beraldin
1188fc7ed7 chore: reduce bottom bar icon size 2023-09-20 23:34:58 +02:00
Diego Beraldin
5690166d2f refactor(common-ui): redesign community header component 2023-09-20 23:30:50 +02:00
Diego Beraldin
eee850d3db refactor(common-ui): redesign user header component 2023-09-20 22:54:52 +02:00
Diego Beraldin
b6ddf2dce0
feat(common-ui): possibility to create post with image (#29) 2023-09-20 21:38:56 +02:00
Diego Beraldin
70a79800ca feat(common-ui): open chat with user from detail screen 2023-09-20 18:53:17 +02:00
Diego Beraldin
a3cfd89c95 fix(common-ui): haptic feedback while swiping 2023-09-20 13:54:22 +02:00
Diego Beraldin
ac6ef7a9da version 1.0.0-alpha11 2023-09-20 13:50:49 +02:00
Diego Beraldin
2fc81422a2 feat(common-ui): progress while loading images 1.0.0-alpha11 2023-09-20 08:35:20 +02:00
Diego Beraldin
443a9f480a feat(common-ui): translate image loading error 2023-09-20 08:19:09 +02:00
Diego Beraldin
5d2ce2d836 feat(common-ui): reload post only when needed in detail screen 2023-09-20 08:07:49 +02:00
Diego Beraldin
617d91cb1f feat(common-ui): validation in post and comment creation 2023-09-20 07:59:23 +02:00
Diego Beraldin
5654b74963 feat(common-ui): add URL in post creation 2023-09-19 23:25:12 +02:00
Diego Beraldin
dea45e3f82 fix(home): reload with new feed and sort type after settings changed 2023-09-19 23:10:04 +02:00
Diego Beraldin
ec5562876d fix(common-ui): comment ordering in post detail 2023-09-19 23:01:22 +02:00
Diego Beraldin
01f63bf8b8 fix(common-ui): swipe actions visibility in comment cards 2023-09-19 21:46:18 +02:00
Diego Beraldin
79afe2e40e fix(common-ui): user info not loaded and screen not populated if opened on n-th level 2023-09-19 20:14:07 +02:00
Diego Beraldin
3c3ee8da95 fix(common-ui): markdown header size 2023-09-19 20:05:14 +02:00
Diego Beraldin
053084f01e
feat(search): new multi-result search page (#28) 2023-09-19 20:01:00 +02:00
Diego Beraldin
08f8e8f19d
feat: post and comment edit (#27)
* feat(profile): edit posts and comments

* feat(common-ui): edit posts and comments from post detail

* feat(common-ui): edit posts from community detail

* feat(home): edit posts from post list
2023-09-18 22:45:02 +02:00
Diego Beraldin
fe64846fc8 version 1.0.0-alpha10 2023-09-18 19:45:48 +02:00
Diego Beraldin
715a112770 feat(common-ui): progress indication while creating posts and comments 2023-09-18 19:42:33 +02:00
Diego Beraldin
88b54c2263
feat(common-ui): add save image to gallery (#26) 2023-09-18 19:31:39 +02:00
Diego Beraldin
008838b5ca
feat: share post (#25) 2023-09-18 13:58:11 +02:00
Diego Beraldin
970299fdac fix(common-ui): delete option in post detail 2023-09-18 08:44:58 +02:00
Diego Beraldin
f96afd1d62
refactor(common-ui): unifies posts and comments in user detail (#24) 2023-09-17 23:25:29 +02:00
Diego Beraldin
2614e31b9b
refactor(profile): move saved items to separate screen and restructure post and comments section (#23)
* feat(profile): move saved items to separate screen and introduce saved comments

* feat(profile): unifies posts and comments
2023-09-17 22:42:03 +02:00
Diego Beraldin
0eda8a341a feat(settings): possibility to disable swipe actions 2023-09-17 20:26:00 +02:00
Diego Beraldin
dffd0db653 fix(common-ui): position of title in create post and comment sheets 2023-09-17 20:05:40 +02:00
Diego Beraldin
63d492c388
feat(common-ui): image share (#22) 2023-09-17 13:13:25 +02:00
Diego Beraldin
0f36883dc7 chore(deps): update library versions 2023-09-17 12:14:19 +02:00
Diego Beraldin
964e7f2662 version 1.0.0-alpha09 1.0.0-alpha09 2023-09-17 11:08:30 +02:00
Diego Beraldin
3f55e132c5 feat(inbox): message in case of not logged user 2023-09-17 11:05:55 +02:00
Diego Beraldin
efded506af
refactor: change notification system to constant contracts (#21) 2023-09-17 10:37:30 +02:00
Diego Beraldin
19b7fc58b4
feat: post deletion (#20) 2023-09-17 09:30:33 +02:00
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