Are you going to publish R4L on F-Droid any time soon or will it be GitHub exclusive?
Raccoon for Lemmy app
This community is dedicated to the discussion about the Raccoon for Lemmy mobile app. Raccoon is an open source app powered by Kotlin Multiplatform (KMP) and Compose Multiplatform (CMP) which intends not only to provide a mobile client for Lemmy, but also to create a space where users' voice is listened to, and we grow together by exchanging opinions.
Main features:
- view post feed and comments with different listing and sort types;
- possibility to upvote and downvote (with configurable swipe actions);
- community and user detail (with info about moderators/moderated communities);
- user profile with one's own posts, comments and saved items;
- inbox with replies, mentions and direct messages;
- global search with different result types (all, posts, comments, user, communities);
- create and edit new posts (with optional images);
- cross-post contents to other communities;
- reply to post and comments (and edit replies);
- mark posts as read (even while scrolling) and hide read contents;
- custom appearance (color scheme, fonts, text sizes, post layout, etc.);
- custom localization (independent of system settings);
- block users, communities and instances;
- report post and comments to moderators;
- support for multiple accounts with account-specific settings;
- lazy scrolling (referred to as "zombie mode");
- explore all the communities on a given instance in guest mode;
- multi-community (community aggregation);
- view the moderation log;
- community moderation tool (examine and resolve reports, ban users, feature posts in community, block further comments from posts, mark comments as distinguished, remove posts/comments, review all created posts/comments, edit/create community);
- save drafts for posts and comments;
- anonymous mode with quick instance switch;
- admin tools (purge users/posts/comments/communities, feature posts locally, hide/unhide communities).
Why was the project started?
- experimenting and testing Kotlin Multiplatform and Compose Multiplatform in a real world project, to explore what could be achieved with multiplatform libraries and share as much code as possible in the
commonMain
source directory; - offering a feature rich Lemmy client mainly aimed at both beginners and “pro” users, i.e. users who are not content with just browsing the contents of the Fediverse, creating posts and answers but be able to customize the app and “feel at home”;
- dig deeper inside Lemmy’s internals and understand better what it is like to work with a decentralized platform.
We believe that Lemmy has a lot of potential and part of its success depends on users being able to enjoy the experience on robust and well-done clients. Moreover, encouraging discussion between people is important to develop a healthy and tolerant society where everyone's right and freedom are safeguarded. To know more, have a look at the Procyon Project's manifesto.
References
Quick links
- have a look at the source code;
- create a report in the issue tracker;
- join the Matrix room to reach out to the developers!
If we manage to get in touch with IzzySoft we can, as soon as we have a release, distribute on the IzzyOnDroid F-Droid repo as it was previously done. Then we can reach out to F-Droid maintainers too, to see whether we're more lucky with the submission.
There are no plans to include any non-free libraries so the new app will be compliant with the guidelines as the previous one was. Unfortunately there were issues with Gradle builds due to some non-reproducibility issues (e.g. due to strings resources) which blocked the validation process.
How much wood would a woodchuck chuck if a woodchuck could chuck wood?
The same amount of cookies a good cook could cook if a good cook could cook cookies, I guess.
At what level does the low washer fluid light come on for a 2014 Subaru crosstrek hybrid? I pot a gallon in and the light has come on after only using it a few times.
Not sure, but you reminded me I never check mine. Are you sure the reservoir is not leaking?
Compared to another app say Eternity, I get the feeling that Raccoon wastes less space. Particularly I have seen the wasting of space in apps that unusually tom tom their Material design.
Do you know why does it appear like that? And is there no way for a user to adjust padding?
Raccoon is implemented using Jetpack Compose for the UI layer and the Material 3 libraries (some components like pull-to-refresh are in falback mode on Material 2, though) so it should respect the guidelines, e.g. for text fields, bottom navigation, navigation drawer, top application bar, etc.
Where there were blatant violations it has been reported and fixed in the past, e.g. here, here or here. However if you are referring to post layout, the choices are not configurable except for full-width images.
There was a graphic designer once who told spacings were "all wrong" but when asked for suggestions he disappeared. If we could isolate the most painful points and make targeted interventions, it would be super. The next months are going to be dedicated to stabilize and improve the app rather than adding new features.
I would be most happy if you do not increase empty space further 😃
Good timing! I'm updating one of the UI elements to use a newer library, which increased the spacing a bit on its own.
I've attached an example here, so you can see the before and after.
Please bear in mind
- Spacing around the handle comes that way
- The library is currently bugged when it comes to detecting the nav bar height, so I had to set it to clear the 3 button nav bar
Finally, it may be possible to add a setting to configure the spacing in the app - we would likely need to define a few different Spacing
definitions (compact, medium, airy?)...
While not a priority at this exact moment, it may be worth creating a feature request!
---
What are you more worried about getting out being tied to you, the email handle you made in middle school that you can't stop using, or your adult site handle?
Definitely the second one. The email is safe, it was in a conlang nobody understands except myself.
You were wise beyond your years.
What can you do better than 99.9% of the rest of the human population?
What do you feel you're so bad at that your capabilities are in the bottom 10%?
I am one of the best overthinkers of the world, that is why I'm into software development.
I am really an awful car driver, instead.
How long is the set-up of an offensive joke these days
Is this because you are trying to maximize the number of offended people?
The joke used to be 'How Long is a China man's name' but this way it's hopefully a bit less offensive.
How do i install it through obtanium? I tried direct url to the repo, release url and searched it there it always goes "Not Found".
Obtainium checks under the releases of the repo if there are any stable or pre-release ones, but there is currently no release in this repository.
We are planning to do the first release in the beginning of September, because we decided to properly setup the CI pipeline on GitHub, which had not been done by the previous maintainer due to time constraints (he probably preferred to focus on the development of new features/bug solving rather than on process optimization).