513 Commits

Author SHA1 Message Date
Diego Beraldin
e85ed03be8 fix: swipe for posts and comments fine tuning 2023-10-29 21:33:57 +01:00
Diego Beraldin
22c88140c0
feat: add custom menu to search in raw content (#86) 2023-10-29 19:52:36 +01:00
Diego Beraldin
b233a77f15
fix: hot_rank type; navigation; sidebar loading (#85)
* fix: hot_rank type

* fix: improvement to profile loading

* fix: navigation drawer after deep link
2023-10-29 18:05:31 +01:00
Diego Beraldin
95cc1163b6
fix: cross post destination (#84) 2023-10-29 09:45:42 +01:00
Diego Beraldin
596d4a5cd7
feat: comment collapsing (#83)
* feat: new comment expanding policy

* fix: typo in Italian l10n

* fix: text fields in create post screen
2023-10-29 09:30:58 +01:00
Diego Beraldin
dfff1ed9fb version 1.0.0-RC2 1.0.0-RC2 2023-10-28 22:04:41 +02:00
Diego Beraldin
83a9af91ad feat: add French l10n 2023-10-28 21:54:17 +02:00
Diego Beraldin
865eb2816d feat: add code, quote to format bar; improve cursor position for empty selection 2023-10-28 19:29:23 +02:00
Diego Beraldin
1a25a1bf44 fix: decrease swipe sensitivity (which was driving me crazy) 2023-10-28 19:19:30 +02:00
Diego Beraldin
40a553502b
refactor: improve deep link management (#82) 2023-10-28 19:03:56 +02:00
Diego Beraldin
969f0b8fee
refactor: better md management (#81) 2023-10-28 18:31:23 +02:00
Diego Beraldin
ecd902bf18
fix: reintroduce clickable images in markdown (#80) 2023-10-28 13:51:30 +02:00
Diego Beraldin
4a9efb5e45
fix: load more button visibility (#79) 2023-10-28 12:30:09 +02:00
Diego Beraldin
baecb39395
fix: user loading in sidebar (#78) 2023-10-28 09:27:09 +02:00
Diego Beraldin
bf8c66d808
feat: saved items options (#77)
* feat: add options to saved items

* fix: remove clickable images plugin
2023-10-28 09:18:17 +02:00
Diego Beraldin
8b991357ed
fix: community name and titles (#76) 2023-10-27 23:39:40 +02:00
Diego Beraldin
76e652d30e
feat: add formatting bar to new posts and comments (#75) 2023-10-27 23:32:45 +02:00
Diego Beraldin
f9c1b96f62 fix: raw content dialog; add raw option to saved items 2023-10-27 09:17:13 +02:00
Diego Beraldin
ca27fb9628
feat: images in post and comment body (#74)
* feat: add images in comments

* feat: add images in post body
2023-10-26 22:35:41 +02: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
6178cddef4
fix: lifecycle view model in detail screens (#70) 2023-10-26 19:05:17 +02:00
Diego Beraldin
ac71df56c7
fix: sidebar user initialization (#69) 2023-10-26 19:04:17 +02:00
Diego Beraldin
31d9dc63e8 fix: remove indication for clicks on text blocks 2023-10-26 13:37:48 +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
9b62258b03
fix: avoid comment duplication (#65) 2023-10-24 23:10:38 +02:00
Diego Beraldin
15add10778
fix: create report request body (#63) 2023-10-24 21:28:29 +02:00
Diego Beraldin
29729c44e1 chore: update README.md 2023-10-24 21:15:02 +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
5801e6c6b2
fix(domain-lemmy): preserve community subscription status (#61) 2023-10-24 18:18:49 +02:00
Diego Beraldin
ea917592d0 version 1.0.0-RC1 1.0.0-RC1 2023-10-24 08:58:40 +02:00
Diego Beraldin
d89a2169cd feat: back to top in user detail 2023-10-24 08:54:53 +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
958b0d272c fix: back to top when changing sort type in community and user detail 2023-10-23 22:07:00 +02:00
Diego Beraldin
f219a5f788 fix: link opening 2023-10-23 21:57:41 +02:00
Diego Beraldin
660a38180d feat: show community stats in sidebar 2023-10-23 20:07:42 +02:00
Diego Beraldin
56327c559f feat: "clear read" for multi-communities 2023-10-23 18:56:05 +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
8efc873f62 fix: prevent drawer gesture when not needed 2023-10-23 13:52:06 +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
b79b567101 fix: android-specific markdown rendering; closes #48, #31 2023-10-23 12:14:29 +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
4cfc1b8702 enhancement: improve zoomable image 2023-10-21 21:53:03 +02:00
Diego Beraldin
914a9cda48 fix: clickable text spans, link color in markdown 2023-10-21 21:53:03 +02:00
Diego Beraldin
32c32baf86 fix: space below section selector in user detail 2023-10-21 21:53:03 +02:00
Diego Beraldin
ba7c197957 fix: deep link (and hide back button if not possible) 2023-10-21 21:53:03 +02:00