529 Commits

Author SHA1 Message Date
Diego Beraldin
a4a8722b02
feat: detect Lemmy specific links (#102) 2023-11-04 09:23:08 +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
75f919a687
fix: minor bug fixes (#99)
* fix: increase deep link debounce

* fix: load more button position

* fix: add retry comment download button
2023-11-03 09:02:00 +01:00
Diego Beraldin
bbe865a315
feat: add Greek l10n (#98) 2023-11-02 22:54:28 +01:00
Diego Beraldin
618335e8f0
fix: explore results (#97) 2023-11-02 22:24:40 +01:00
Diego Beraldin
1be69ea288
feat: add new formatting options (#96) 2023-11-02 22:05:10 +01:00
Diego Beraldin
5e9c3f364d
feat: add Romanian l10n (#95) 2023-11-02 21:45: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
f56a99fa96
feat: new comment visible/expanded policy (#93) 2023-11-02 08:40:31 +01:00
Diego Beraldin
1648c546d6
fix: image picker in post body (#92) 2023-11-02 08:11:09 +01:00
Diego Beraldin
e285116747 version 1.0.0-RC3 1.0.0-RC3 2023-11-01 16:15:38 +01:00
Diego Beraldin
5d5afc745a
feat: about dialog and other improvements (#90)
* feat: add about dialog

* feat: add Portuguese l10n

* chore: add acknowledgements
2023-11-01 16:11:33 +01:00
Diego Beraldin
33a4f7435e
chore: add German l10n (#89) 2023-11-01 11:11:34 +01:00
Diego Beraldin
df0336ab42
fix: bug fixes (#88)
* enhancement: position of quotes

* fix: comment ordering

* fix: custom toolbar visibility

* fix: markdown spoiler expansion
2023-10-31 23:35:04 +01:00
Diego Beraldin
f8250b31d2
enhancement: text formatting and comment layout (#87)
* enhancement: better selection and cursor handling in text formatting

* enhancement: comment card spacing
2023-10-29 22:03:04 +01:00
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