129 Commits

Author SHA1 Message Date
Diego Beraldin
1e33d0a021
feat: show raw text of posts and comments make text selectable (#72)
* enhancement: comment footer top space

* feat: show raw content
2023-10-26 21:25:02 +02:00
Diego Beraldin
e4a908398b
fix(home, explore, inbox, common-ui): general bug fixes (#68)
* fix: view model proper reinitialization

* fix: clickable comments

* chore: add some empty messages

* fix: inbox footer height

* fix: community subscription indication
2023-10-25 23:37:43 +02:00
Diego Beraldin
86ff95eff9
fix: click input in post title and body (#67) 2023-10-25 00:00:11 +02:00
Diego Beraldin
6f4615f72d
chore: update deps (#62)
* chore: update deps

* chore: update SwipeToDismiss
2023-10-24 19:55:34 +02:00
Diego Beraldin
745755ff88 feat: report post and comments 2023-10-24 08:48:09 +02:00
Diego Beraldin
42b1ef5a9a feat: mark post as read and hide 2023-10-23 22:28:31 +02:00
Diego Beraldin
6c8d335394 chore: avoid showing read post after "clear read" option 2023-10-23 18:55:46 +02:00
Diego Beraldin
e4ec9e6606 enhancement: more granular content font scale 2023-10-23 14:11:56 +02:00
Diego Beraldin
46baa4ec4c chore: mark as read when open image 2023-10-23 12:58:47 +02:00
Diego Beraldin
efeccf9a53 fix: back to top when hiding read posts 2023-10-23 12:19:44 +02:00
Diego Beraldin
c66eda4125 feat: mark post as read; closes #43 2023-10-22 21:23:36 +02:00
Diego Beraldin
b2bd60a3c4 feat: custom upvote and downvote colors 2023-10-22 19:10:50 +02:00
Diego Beraldin
808f521e20
feat: upgrade to lemmy 0.19 (#59)
* chore: add auth headers to all network calls

* chore: add support to scaled sort

* chore: support for cursor based pagination

* chore: relax required fields

* feat: add block instance
2023-10-21 08:16:50 +02:00
Diego Beraldin
ad54a90261 fix: back to top and top bar colors 2023-10-19 21:28:46 +02:00
Diego Beraldin
2dcf08bfd9 chore: view model inheritance 2023-10-19 10:40:03 +02:00
Diego Beraldin
f8f8425fe7 feat: full height images 2023-10-17 23:45:53 +02:00
Diego Beraldin
4d813ea129 enhancement: back to top in explore screen 2023-10-17 08:43:33 +02:00
Diego Beraldin
dce4b82a8e enhancement: empty list message in home and explore screens 2023-10-16 12:26:33 +02:00
Diego Beraldin
3a74269e88 fix: back to top after changing sort/feed type 2023-10-16 12:19:13 +02:00
Diego Beraldin
545a4ba2bd fix: reload only when feed and sort type are changed 2023-10-16 12:00:35 +02:00
Diego Beraldin
54accc8538 enhancement: immediately apply sort and feed type; update sort and feed type icons 2023-10-15 19:21:10 +02:00
Diego Beraldin
c7671dca3e enhancement: increase spacing between actions in top bar; closes #52 2023-10-08 20:54:45 +02:00
Diego Beraldin
fd74648d03 feat: configurable image auto-loading; closes #39 2023-10-08 10:18:44 +02:00
Diego Beraldin
647916fe6c fix: pagination issues in case of network or API error 2023-10-07 23:18:19 +02:00
Diego Beraldin
c1b1b2c5d1 fix: prevent accidental comment duplication
(cherry picked from commit e20b1617278594993726852bbddbbcc17e823d8a)
2023-10-07 13:41:53 +02:00
Diego Beraldin
f8e1dfc527 feat: add navigation drawer 2023-10-07 09:04:48 +02:00
Diego Beraldin
b5521b8b1c feat: separate upvotes and downvotes 2023-10-06 19:33:23 +02:00
Diego Beraldin
83e42ca4e8 enhancement: dividers for placeholders 2023-10-04 08:26:22 +02:00
Diego Beraldin
2214fd1404 enhancement: placeholder with shimmer effect 2023-10-03 18:54:39 +02:00
Diego Beraldin
0e0614bc79 fix: vote icon appearance, improve up and downvote colors 2023-10-02 22:42:39 +02:00
Diego Beraldin
1e1a17cd1d enhancement: improve card colors and spacing 2023-10-02 22:02:30 +02:00
Diego Beraldin
3e9cc4b4ab fix(home): prevent post duplication 2023-10-02 12:30:41 +02:00
Diego Beraldin
0b21444e6d
feat: account specific settings (#34) 2023-10-02 08:39:44 +02:00
Diego Beraldin
6a808439f3 fix(common): update counter after creating comments 2023-10-01 10:14:27 +02:00
Diego Beraldin
d94aa55809 chore(deps): fix dependencies 2023-09-30 22:49:05 +02:00
Diego Beraldin
4b6ea79e86
feat: multi-account management (#32) 2023-09-29 08:38:20 +02:00
Diego Beraldin
41597a8b03 chore: further fix in vertical margins 2023-09-28 20:50:35 +02:00
Diego Beraldin
5e18264e21 feat: local persistence 2023-09-28 13:40:17 +02:00
Diego Beraldin
592ff7989a chore: reduce spacing in post lists 2023-09-28 08:26:56 +02:00
Diego Beraldin
9392ee08ba chore(deps): update build scripts 2023-09-27 23:59:00 +02:00
Diego Beraldin
31f34b03a3 feat(settings, ui): generate palette based on seed color 2023-09-26 21:32:15 +02:00
Diego Beraldin
161c0522c9 fix: consistent naming 2023-09-26 18:39:49 +02:00
Diego Beraldin
d504664e8f fix(ui): margins and dividers around cards 2023-09-26 08:09:17 +02:00
Diego Beraldin
6453ab6b2b feat(common-ui, settings): support for multiple post layouts 2023-09-25 07:54:13 +02:00
Diego Beraldin
ecfd775d25 chore: introduce data objects where needed 2023-09-24 21:51:26 +02:00
Diego Beraldin
c363caa0a9 feat(settings): configure primary, secondary and tertiary colors 2023-09-24 21:41:16 +02:00
Diego Beraldin
4acaca39de fix(home, explore): remove elevation from top bar colors when scrolled 2023-09-24 16:17:38 +02:00
Diego Beraldin
82f192721c refactor: move common components to separate module, centralize image loading 2023-09-23 22:16:00 +02:00
Diego Beraldin
09bae54203 chore: update compose 1.5.1, gradle 8.0, kotlin 1.9.10, kamel 0.7.3, voyager 1.0.0-rc07, Android target sdk level 34 2023-09-23 15:09:34 +02:00
Diego Beraldin
f016457a81 fix(home): feed and sort type reset to default after navigation 2023-09-23 06:23:59 +02:00