54 Commits

Author SHA1 Message Date
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
Diego Beraldin
39b644487f feat(community): add instance detail with communities 2023-08-14 18:26:07 +02:00
Diego Beraldin
205c800591 feat(community): add community info 2023-08-14 00:08:57 +02:00
Diego Beraldin
8b82c46d67 feat(community): add possibility to subscribe/unsubscribe 2023-08-13 00:00:17 +02:00
Diego Beraldin
ac95d61eb2 feat(post, community, user): add sorting types 2023-08-12 17:30:10 +02:00
Diego Beraldin
63b46867e4 feat(profile): show user banner 2023-08-11 22:56:11 +02:00
Diego Beraldin
e311a91548 feat(search): implement community detail 2023-08-04 20:06:10 +02:00
Diego Beraldin
8015b065e3 feat(search): implement community list 2023-08-04 15:18:57 +02:00
Diego Beraldin
1440fd6390 feat(posts): comments and actions in post detail 2023-08-03 23:13:38 +02:00
Diego Beraldin
0f1a1dbb4e refactor: fix package names and reformat 2023-08-03 13:08:05 +02:00