95 Commits

Author SHA1 Message Date
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
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
83a9af91ad feat: add French l10n 2023-10-28 21:54:17 +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
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
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
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
b2bd60a3c4 feat: custom upvote and downvote colors 2023-10-22 19:10:50 +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
da8d6fc3f0 fix: action to create new post in community detail 2023-10-19 10:41:56 +02:00
Diego Beraldin
cb60bfc4c7 feat: add new color; rename colors 2023-10-19 08:42:37 +02:00
Diego Beraldin
31f77162e1 feat: back to top for post, community and user detail with FAB menu 2023-10-18 13:45:58 +02:00
Diego Beraldin
f8f8425fe7 feat: full height images 2023-10-17 23:45:53 +02:00
Diego Beraldin
26e37d9ae8 enhancement: update card and full post mode 2023-10-17 22:49:12 +02:00
Diego Beraldin
597c5165aa feat: additional fonts 2023-10-17 20:04:15 +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
5fe4b09de5 feat: possibility to change UI font 2023-10-16 20:57:33 +02:00
Diego Beraldin
5cb195eb56 feature: choose custom color for theme 2023-10-15 21:38:46 +02:00
Diego Beraldin
1293aaeb73 feat: change UI font size; closes #49 2023-10-09 23:13:08 +02:00
Diego Beraldin
b3ed33474e fix: improve loading screen; closes #46 2023-10-09 08:55:53 +02:00
Diego Beraldin
d5795d99df fix: improve dark theme; add ice theme; default to system theme; closes #42 2023-10-08 22:36:48 +02:00
Diego Beraldin
fd74648d03 feat: configurable image auto-loading; closes #39 2023-10-08 10:18:44 +02:00
Diego Beraldin
3f3d7acff2 refactor: move saved items to drawer 2023-10-07 13:41:53 +02:00
Diego Beraldin
f8e1dfc527 feat: add navigation drawer 2023-10-07 09:04:48 +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
bd271a73ee feat: add settings headers 2023-10-04 20:54:05 +02:00
Diego Beraldin
a75e2daa36 feat: block user and community 2023-10-04 13:56:49 +02:00
Diego Beraldin
41f71b8108 feat: empty list message in inbox 2023-10-03 21:24:47 +02:00
Diego Beraldin
80bd102e33 feat: conditional crash reporting 2023-10-03 21:01:10 +02:00
Diego Beraldin
5226d17c20 feat: add sort by controversial 2023-10-02 22:58:00 +02:00
Diego Beraldin
d21b6799f6 enhancement(common): rename compact post layout 2023-10-01 10:21:53 +02:00
Diego Beraldin
7ba667b8cd fix: inbox chat similar to other input fields 2023-09-29 13:59:27 +02:00
Diego Beraldin
4b6ea79e86
feat: multi-account management (#32) 2023-09-29 08:38:20 +02:00
Diego Beraldin
1de21dab01 fix(l10n): typo in Italian strings 2023-09-28 13:41:29 +02:00
Diego Beraldin
9392ee08ba chore(deps): update build scripts 2023-09-27 23:59:00 +02:00
Diego Beraldin
6297ef3b97 feat(explore): subscription management screen 2023-09-27 13:04:10 +02:00
Diego Beraldin
bcc1b02f40 feat(ui): add Spanish l10n 2023-09-26 23:13:50 +02:00
Diego Beraldin
31f34b03a3 feat(settings, ui): generate palette based on seed color 2023-09-26 21:32:15 +02:00
Diego Beraldin
077866fbde feat: markdown preview in post/comment creation 2023-09-26 19:08:30 +02:00
Diego Beraldin
6453ab6b2b feat(common-ui, settings): support for multiple post layouts 2023-09-25 07:54:13 +02:00
Diego Beraldin
c363caa0a9 feat(settings): configure primary, secondary and tertiary colors 2023-09-24 21:41:16 +02:00
Diego Beraldin
99a682bc56 chore(l10n): remove unneeded strings 2023-09-23 15:09:34 +02:00
Diego Beraldin
043de61dad fix: typo in Italian l10n 2023-09-23 15:09:34 +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
e09813fcee feat: change app font 2023-09-21 06:55:30 +02:00