63 Commits

Author SHA1 Message Date
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
9667e8d028
feat: add/remove moderators (#188)
* chore: update service and repository

* chore: highlight post from moderators in community detail

* feat: possibility to add/remove mod in community detail

* feat: possibility to add/remove mod in post detail

* feat: chore: highlight post from moderator in post detail
2023-12-03 21:42:34 +01:00
Diego Beraldin
7aecc6d741
fix(inbox): several fixes (#178)
* fix: chat fonts

* fix: chat loading

* fix: count messages in inbox unread
2023-11-29 21:22:42 +01:00
Diego Beraldin
c44a9dc6e5
feat(mod-tools): user ban (#166) 2023-11-27 22:09:15 +01:00
Diego Beraldin
bdde62a757
refactor(inbox): remove unnecessary mark (un)read option (#156) 2023-11-24 19:37:51 +01:00
Diego Beraldin
70fadd93cf
feat: mod tools (#153)
* update services and DTOs

* update repositories and models

* feat: add remove bottom sheet

* update community detail

* update post detail

* feat: show featured posts and distinguished comments

* feat: report list

* chore: translations
2023-11-24 18:56:33 +01:00
Diego Beraldin
cc32ec2e33
fix: bug reports RC9 (#154)
* chore: remove trailing … from messages

* chore: move quote action at first position in text toolbar

* fix(posts): share original URL

* chore: show timestamp in raw content dialog
2023-11-22 19:12:31 +01:00
Diego Beraldin
9b884dce48
fix: remove unnecessary reloads (#138)
* fix: remove unnecessary reloads

* fix: sort in community

* fix: introduce search result in explore
2023-11-17 13:58:58 +01:00
Diego Beraldin
e474c9227d
feat: double click management (#130) 2023-11-13 22:17:59 +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
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
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
f56a99fa96
feat: new comment visible/expanded policy (#93) 2023-11-02 08:40:31 +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
4a9efb5e45
fix: load more button visibility (#79) 2023-10-28 12:30:09 +02:00
Diego Beraldin
660a38180d feat: show community stats in sidebar 2023-10-23 20:07:42 +02:00
Diego Beraldin
c66eda4125 feat: mark post as read; closes #43 2023-10-22 21:23:36 +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
cb0f030295 fix: separate upvotes and downvotes in inbox 2023-10-20 08:38:34 +02:00
Diego Beraldin
c8c05c9818 feat: show cross posts; closes #58 2023-10-17 19:27:49 +02:00
Diego Beraldin
cd8b243141 feat: possibility to expand/collapse top level comments; closes #37 2023-10-17 08:31:23 +02:00
Diego Beraldin
8595eabf5c chore: minor improvements 2023-10-15 22:06:48 +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
b5521b8b1c feat: separate upvotes and downvotes 2023-10-06 19:33:23 +02:00
Diego Beraldin
abc9b3632a
feat: multi-communities (#36)
* chore: add persistence

* chore: move serializable to core-utils

* fix: leftover color in user detail

* chore: new messages

* feat: add multi-communities in subscription list

* feat: add multi-community editor

* feat: add multi-community detail
2023-10-05 21:18:32 +02:00
Diego Beraldin
5226d17c20 feat: add sort by controversial 2023-10-02 22:58:00 +02:00
Diego Beraldin
9392ee08ba chore(deps): update build scripts 2023-09-27 23:59:00 +02:00
Diego Beraldin
ee21397ad3 chore: improve sort icons 2023-09-27 20:49:47 +02:00
Diego Beraldin
d42d94ff40 chore(lemmy): fix build scripts after Gradle update 2023-09-26 19:34:31 +02:00
Diego Beraldin
ecfd775d25 chore: introduce data objects where needed 2023-09-24 21:51:26 +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
eee850d3db refactor(common-ui): redesign user header component 2023-09-20 22:54:52 +02:00
Diego Beraldin
ec5562876d fix(common-ui): comment ordering in post detail 2023-09-19 23:01:22 +02:00
Diego Beraldin
053084f01e
feat(search): new multi-result search page (#28) 2023-09-19 20:01:00 +02:00
Diego Beraldin
008838b5ca
feat: share post (#25) 2023-09-18 13:58:11 +02:00
Diego Beraldin
94b96e7c16
feat: comment deletion (#19) 2023-09-16 22:30:07 +02:00
Diego Beraldin
19ecdf92fc
feat(inbox): private messages (#18) 2023-09-15 23:42:44 +02:00
Diego Beraldin
98da3be105
fix(common-ui): no indentation for first-level comments (#17) 2023-09-15 08:02:04 +02:00
Diego Beraldin
c13ef232bd chore: remove unnecessary imports 2023-09-12 19:53:39 +02:00
Diego Beraldin
0f3935c7e0 fix(navigation): remove further callbacks and use Serializable interface 2023-09-12 19:42:40 +02:00
Diego Beraldin
dcf392f51e fix(navigation): fix serialization issues 2023-09-11 23:15:55 +02:00
Diego Beraldin
c083627c2f fix(posts): improve title rendering 2023-09-10 22:44:23 +02:00
Diego Beraldin
2059bcd832
feat(post): comment indentation with colors, bar visibility (#7)
* feat(posts): show comment depth

* fix: use Material TopAppBar

* fix: improve some icons

* fix(posts): image corners

* fix(posts): FAB and bottom bar visibility tied to scroll
2023-09-08 23:42:10 +02:00
Diego Beraldin
77fed461d5
feat(posts, explore): add top sort management (#6)
* fix: iOS crash report

* feat(posts, explore): add sort top management
2023-09-08 09:05:51 +02:00
Diego Beraldin
1b2ffdf327
feat(posts): nested comment management (#4)
* fix: update layout

* feat(posts): show nested comments

* fix: more layout fixes

* feat(posts): add possibility to load more nested comments
2023-09-07 22:54:53 +02:00
Diego Beraldin
b371950d7b
feat(posts): add possibility to reply to posts and comments (#1) 2023-09-04 22:50:06 +02:00
Diego Beraldin
a7120f1617 feat(posts): add nsfw blur 2023-09-03 22:24:17 +02:00
Diego Beraldin
9cd638ee0b feat(inbox): progress to replies 2023-08-27 22:46:33 +02:00
Diego Beraldin
0583695a56 feat(inbox): add replies and mentions screens 2023-08-16 22:55:24 +02:00
Diego Beraldin
abadb0587d feat(inbox): add mentions api 2023-08-15 18:39:46 +02:00