Diego Beraldin
c2eee67bbc
version 1.0.0-alpha08
1.0.0-alpha08
2023-09-15 23:45:40 +02:00
Diego Beraldin
19ecdf92fc
feat(inbox): private messages ( #18 )
2023-09-15 23:42:44 +02:00
Diego Beraldin
98da3be105
fix(common-ui): no indentation for first-level comments ( #17 )
2023-09-15 08:02:04 +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
799a21e6ca
version 1.0.0-alpha07
1.0.0-alpha07
2023-09-12 22:59:26 +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
1b353e893b
fix(posts): crash due to serialization in main screen
2023-09-11 20:58:01 +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
1b8d8828e6
fix(posts, search, inbox, settings): reset defaults after logout
2023-09-10 22:14:47 +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
d417108e46
fix(profile): remove initial loading from main screen
2023-09-10 20:59:46 +02:00
Diego Beraldin
f196c7d5f2
fix(home): bottom scroll bar visibility
2023-09-10 13:44:59 +02:00
Diego Beraldin
9bc0f49ea0
version 1.0.0-alpha06
1.0.0-alpha06
2023-09-10 11:08:34 +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
c4ee208b3b
fix(home): bottom bar appearance when scrolling ( #11 )
2023-09-10 10:36:50 +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
8720766336
version 1.0.0-alpha05
1.0.0-alpha05
2023-09-09 15:10:52 +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
a2f6ea97a4
fix(inbox): navigation between screens
2023-09-09 14:53:28 +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
0795eb0160
version 1.0.0-alpha04
v1.0.0-alpha04
2023-09-08 23:43:47 +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
80c4d23495
version 1.0.0-alpha03
1.0.0-alpha03
2023-09-07 22:56:20 +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
a69c6b4029
feat(explore): possibility to sort community list
2023-09-07 19:16:30 +02:00
Diego Beraldin
b27045f43c
version 1.0.0-alpha02
1.0.0-alpha02
2023-09-06 22:41:57 +02:00
Diego Beraldin
c7f70957e1
fix: update .gitignore
...
(cherry picked from commit 318e04eb8e41c8c41199efac986c2599b91aba69)
2023-09-06 22:38:07 +02:00
Diego Beraldin
94033dfa89
feat(appearance): support material3 dynamic colors
2023-09-06 22:38:07 +02:00
Diego Beraldin
a4e8cf7be2
fix: some layout fixes
2023-09-06 09:02:18 +02:00