51 Commits

Author SHA1 Message Date
Diego Beraldin
88b93fb7eb
refactor: create lemmy-ui submodule (#318) 2023-12-17 22:56:07 +01:00
Diego Beraldin
b126e2202a
feat: show moderators in community info; closes #314 (#317) 2023-12-17 11:49:08 +01:00
Diego Beraldin
0ce7519166
chore: add again coil images plugin; closes #303 (#304) 2023-12-16 10:38:53 +01:00
Diego Beraldin
819268ff8d
fix: workaround images in comments; closes #211 (#298) 2023-12-13 08:58:48 +01:00
Diego Beraldin
face3f25e0
fix: block click propagation opening images; closes #286 (#291) 2023-12-12 08:32:42 +01:00
Diego Beraldin
e92be2afd0
feat: hold on post to open options; closes #280 (#282) 2023-12-11 19:22:13 +01:00
Diego Beraldin
a4615d964f
enhancement: clickable markdown and link management (#263); closes #259
* chore: cleanup markdown click event

* chore: prevent clicks on markdown while handling links; closes #259
2023-12-09 14:11:40 +01:00
Diego Beraldin
6087df5856
refactor: navigation module (#195)
* refactor: move navigation to own module

* refactor: use applyDefaultHierarchyTemplate
2023-12-04 19:36:34 +01:00
Diego Beraldin
f13fc34b79
feat: add GIF support (#190) 2023-12-03 23:17:07 +01:00
Diego Beraldin
607948ff45 fix: navigation and drawer interop 2023-11-28 21:08:39 +01:00
Diego Beraldin
f8d0543320
fix: image loading in comments (#170) 2023-11-28 13:06:14 +01:00
Diego Beraldin
e474c9227d
feat: double click management (#130) 2023-11-13 22:17:59 +01:00
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
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
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
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
31d9dc63e8 fix: remove indication for clicks on text blocks 2023-10-26 13:37:48 +02:00
Diego Beraldin
86ff95eff9
fix: click input in post title and body (#67) 2023-10-25 00:00:11 +02:00
Diego Beraldin
f219a5f788 fix: link opening 2023-10-23 21:57:41 +02:00
Diego Beraldin
b79b567101 fix: android-specific markdown rendering; closes #48, #31 2023-10-23 12:14:29 +02:00
Diego Beraldin
914a9cda48 fix: clickable text spans, link color in markdown 2023-10-21 21:53:03 +02:00
Diego Beraldin
04b4f1edef fix: remove more leading > from block quotes 2023-10-16 19:35:04 +02:00
Diego Beraldin
8595eabf5c chore: minor improvements 2023-10-15 22:06:48 +02:00
Diego Beraldin
a1562a6221 fix: eliminate quotation introductory mark 2023-10-15 18:21:39 +02:00
Diego Beraldin
e4ad74a6b7 fix: further markdown sanitization 2023-10-10 08:40:23 +02:00
Diego Beraldin
73de0f8a72 fix: centralize markdown sanitization 2023-10-09 20:59:52 +02:00
Diego Beraldin
fd74648d03 feat: configurable image auto-loading; closes #39 2023-10-08 10:18:44 +02:00
Diego Beraldin
83160d5cff fix: unneeded space after post text 2023-10-03 19:39:16 +02:00
Diego Beraldin
b74e646634 fix: improve image loading errors 2023-10-02 21:38:23 +02:00
Diego Beraldin
156551b295 feat: clickable images in comments and markdown text 2023-10-02 09:04:39 +02:00
Diego Beraldin
9c11a5f8c5 fix: avoid crash while loading large images 2023-10-01 18:50:33 +02:00
Diego Beraldin
d94aa55809 chore(deps): fix dependencies 2023-09-30 22:49:05 +02:00
Diego Beraldin
9392ee08ba chore(deps): update build scripts 2023-09-27 23:59:00 +02:00
Diego Beraldin
ded041afe9 fix(ui): avoid inlined images in post and comment body 2023-09-27 19:36:19 +02:00
Diego Beraldin
8384041c23 fix(md): test spoiler rendering 2023-09-25 20:17:56 +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
c37e282d35 chore: add FilterQuality to images 2023-09-23 06:53:13 +02:00
Diego Beraldin
b92a658382 fix: further reduce markdown header size 2023-09-23 06:33:52 +02:00
Diego Beraldin
ab623686b6 chore: update default markdown typography 2023-09-21 06:23:44 +02:00
Diego Beraldin
2fc81422a2 feat(common-ui): progress while loading images 2023-09-20 08:35:20 +02:00
Diego Beraldin
443a9f480a feat(common-ui): translate image loading error 2023-09-20 08:19:09 +02:00
Diego Beraldin
b836372219 chore: add image error block 2023-09-16 08:40:57 +02:00
Diego Beraldin
275fd50f76 feat: possibility to open URLs in internal WebView 2023-09-12 22:49:33 +02:00
Diego Beraldin
056aae12ee refactor: layout and spacing adjustments 2023-09-05 18:53:18 +02:00
Diego Beraldin
0f1a1dbb4e refactor: fix package names and reformat 2023-08-03 13:08:05 +02:00
Diego Beraldin
6c2450faec feat(posts): add post detail and comments 2023-08-02 23:24:30 +02:00
Diego Beraldin
ffb88d8a5d chore(posts): migration to kamel 2023-07-31 22:58:34 +02:00