Commit Graph

160 Commits

Author SHA1 Message Date
Bnyro d0a1c2cd39 chore(readme): mark project as unmaintained 2024-02-12 10:52:32 +01:00
Bnyro b6f2a246c4 chore: switch to more up to date void linux docker image 2024-01-31 14:53:55 +01:00
Bnyro 8e00321e81 fix: typo in changelog 2024-01-06 12:05:31 +01:00
Bnyro 9beb1768f2 chore: prepare for v0.5.1 2024-01-06 11:34:28 +01:00
Bnyro c069b15cd8 feat: migrate to lemmy v0.19 (closes #33) 2024-01-06 11:30:55 +01:00
Bnyro 7f8d62cc98 chore: prepare for v5.0 2023-12-14 14:03:20 +01:00
Bnyro 545b7bc313 feat: indicate and mark posts as read/unread (closes #32) 2023-12-14 13:46:41 +01:00
Bnyro 7dc4841e2d chore: add original icon to repo 2023-10-23 16:11:17 +02:00
Bnyro ab5edfdd67
chore: add sponsoring info 2023-09-27 10:28:41 +02:00
Bnyro d6aad1c769
Merge pull request #31 from gianni-rosato/main
Losslessly optimize PNGs with oxipng to be ~15% smaller
2023-09-21 07:45:23 +02:00
Gianni b43e7bd60f
Losslessly optimized PNGs with oxipng to be ~15% smaller 2023-09-20 23:21:50 -04:00
Bnyro a91f1f4d7f feat: support for reporting posts (closes #30) 2023-09-15 10:44:04 +02:00
Bnyro 62fcb4640d feat: support for reporting comments under posts 2023-09-14 19:57:25 +02:00
Bnyro 5d47f33661 feat: dynamic image measures based on screen size (see #27) 2023-09-14 19:16:33 +02:00
Bnyro 8e9cde2f97 feat: enable libadwaita by default (closes #28) (closes #29) 2023-09-14 18:22:20 +02:00
Bnyro 4186358c39
Merge pull request #24 from Busyvar/main
Add infinite scroll behaviour
2023-09-07 20:14:53 +02:00
BusyVar 285374a41f Implement setting dialog & make infinite scroll an option on it
Co-authored-by: Bnyro <bnyro@tutanota.com>
2023-09-07 20:14:17 +02:00
BusyVar a7da2a7531 Add infinite scroll behaviour 2023-08-30 00:53:46 +02:00
Bnyro b66376bd6c chore: move flatpak vendor output to downloads folder 2023-08-25 13:18:35 +02:00
Bnyro 2f1f7183c2 chore: prepare for v4.0 2023-08-25 13:18:31 +02:00
Bnyro cac731b41e feat: search community on enter 2023-08-10 11:01:44 +02:00
Lorenzo B Gomez 216dc9751f
feat: search on enter in instance list (#21) 2023-08-10 10:59:19 +02:00
Bnyro a4ea2363fa fix(community page): simplify sub, posts and comment count 2023-08-08 18:56:02 +02:00
Bnyro 2bfb2cdfeb chore: remove unused chrono features 2023-08-08 18:52:36 +02:00
Bnyro 929e2b8556 feat(profile): show when the user has joined lemmy 2023-08-08 18:52:12 +02:00
Bnyro 355a3da2fa feat: add important site info to its dialog 2023-08-07 17:24:17 +02:00
Bnyro a0720eddcd refactor: simplify the creation of menu actions 2023-08-07 16:57:28 +02:00
Bnyro 7908213245 chore: run cargo format 2023-08-07 16:55:14 +02:00
Bnyro 0540bb3ae2 feat: add a site info dialog 2023-08-07 16:54:56 +02:00
Bnyro c401ca54a2 feat: support for blocking other users 2023-08-07 16:14:42 +02:00
Bnyro 58c77072ed feat: support for (un)blocking communities 2023-08-07 16:05:55 +02:00
Bnyro 3ccbdfd903 chore: update dependencies to latest versions 2023-08-06 17:49:55 +02:00
Bnyro 807c0e9051 feat(community): option to set the sort order of posts 2023-08-06 17:44:12 +02:00
Bnyro b96ad40fb4 feat(posts): option to set the sort order 2023-08-06 13:41:44 +02:00
Lorenzo B Gomez 2cd1c678bd
fix README typo (#20) 2023-07-24 09:13:02 +02:00
Bnyro 1d69c6b9a5 readme: add installation instructions for void linux 2023-07-21 13:24:32 +02:00
Bnyro 785118c6d9 fix various clippy warnings to improve the code quality 2023-07-18 20:04:13 +02:00
Bnyro 1f54f431f8 run cargo format to fix indentation 2023-07-18 09:00:18 +02:00
Bnyro 700630da2f Minor UI improvements at the instances page 2023-07-16 20:06:13 +02:00
Bnyro 3ce4fc0c3f Show preview of post thumbnail(closes #9) 2023-07-16 19:53:01 +02:00
Bnyro 8298bac336 Add trailing slash to gschema 2023-07-13 18:25:14 +02:00
Bnyro beb56f8fb0 Prepare for v0.3.0 2023-07-13 17:07:16 +02:00
Bnyro b7f8125707 Fix index out of bounds after removing account 2023-07-13 16:58:44 +02:00
Bnyro 7f993ee531 Fix layout issues with the width of a post 2023-07-13 16:36:23 +02:00
Bnyro 1f044145b3 Fix showing saved posts 2023-07-13 16:34:27 +02:00
Bnyro 3d403d01f7 Improve and update features sectinon in readme 2023-07-11 10:43:35 +02:00
Bnyro dabd6f9539
readme: fix random chars at the end 2023-07-11 10:38:22 +02:00
Bnyro 2ac8c98e87 Show local posts and communities by default 2023-07-11 10:33:51 +02:00
Bnyro 2f4485620f support for viewing saved posts and comments 2023-07-11 10:30:01 +02:00
Bnyro 900928be71 support for saving/bookmarking comments 2023-07-11 09:49:44 +02:00