146 Commits

Author SHA1 Message Date
Diego Beraldin
e474c9227d
feat: double click management (#130) 2023-11-13 22:17:59 +01:00
Diego Beraldin
aecf2549fb
chore: add crash reporting (#129)
* refactor: organize core-utils

* feat: add crash report sender
2023-11-12 22:26:19 +01:00
Diego Beraldin
673b2faf83
enhancement: edit screens (#128)
* fix: window background color

* enhancement: specific title for edit screens

* fix: bug preventing post modification

* fix: add update date to better track changes
2023-11-12 10:08:59 +01:00
Diego Beraldin
5e4003aa66
fix: zombie mode (#126) 2023-11-11 22:58:00 +01:00
Diego Beraldin
b73f84d89c
feat: sort communities instance detail (#124)
* fix: improve horizontal margin

* feat: add sort in instance detail
2023-11-11 00:23:39 +01:00
Diego Beraldin
0ba6643de4
fix: app bar behaviour in compose screens (#122) 2023-11-10 13:47:05 +01:00
Diego Beraldin
5d032fd583
feat: cross-post (#117)
* feat: cross-post

* refactor: id-based options

* fix: show actions only for logged users
2023-11-09 19:40:27 +01:00
Diego Beraldin
85ed6abb43
enhancement: feedback rc4 (#112)
* chore: add Dutch l10n

* fix: comment collapse and indentation

* enhancement: custom zombie scroll amount
2023-11-08 08:46:39 +01:00
Diego Beraldin
60857a4342 version 1.0.0-RC4 2023-11-07 00:03:34 +01:00
Diego Beraldin
058a92f804
enhancement: image prefetch; icon sizes (#109)
* enhancement: add image prefetch

* enhancement: standardize image sizes
2023-11-06 23:49:52 +01:00
Diego Beraldin
8558f524df
chore: update deps (#108) 2023-11-06 22:48:51 +01:00
Diego Beraldin
eb990ccd82
feat: zombie mode (#107) 2023-11-06 21:58:08 +01:00
Diego Beraldin
26272ebbbe
fix: open detail from list (#105)
* fix: sort type not changed, items not found

* fix: prevent opening old details from list
2023-11-06 08:57:46 +01:00
Diego Beraldin
e007426b37
chore: screen model and navigator optimizations (#103) 2023-11-05 13:58:46 +01:00
Diego Beraldin
28bce8c7b7
enhancement: apply some compose optimizations (#101)
* fix: comment retry message display

* enhancement: footer spacing

* enhancement: reduce image quality

* enhancement: optimizations
2023-11-03 22:58:19 +01:00
Diego Beraldin
dec9761a85
feat: lock navigation bar when scrolling (#100) 2023-11-03 14:01:14 +01:00
Diego Beraldin
17b5958798
fix: several small fixes (#94)
* enhancement: improve comment collapse animations

* enhancement: swipe card sensitivity

* fix: unnecessary profile loading

* chore(deps): upgrade to Kotlin 1.9.20 and Compose Multiplatform 1.5.10

* enhancement: reduce vibration duration for haptic feedback before API level 29

* enhancement: sidebar loading

* fix: post loading when hide read option is enabled
2023-11-02 19:42:52 +01:00
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