Raccoon for Lemmy app

78 readers
1 users here now

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:

Why was the project started?

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

founded 5 months ago
MODERATORS
1
10
How to help development (self.raccoonforlemmyapp)
submitted 5 days ago by dh3lix to c/raccoonforlemmyapp
 
 

Aloha dev et all,

I try to be usefull giving Raccoon more active usetime as I see much potential here. Did couple if FR requests and currently wondering how to contribute more. Experiencing some crashes and lag on opening external links now and then. Would be enough for the moment to leave crash reporting enabled or would be more a good idea?

2
 
 

I've decided version 1.14.0 is ready, despite the lack of feedback, maybe holidays didn't help with this respect.

Changelog:

  • feat: implement user tags (as requested here);
  • feat: restrict local user search on current instance (request on Matrix);
  • feat: custom sort for user posts and comments (as requested here);
  • fix: prevent crash while switching account (reported on Matrix);
  • fix: explore result and listing type bottom sheet titles (discussed on Matrix);
  • fix: window insets and bar colors (verbally reported by a friend);
  • fix: default theme color (reported here);
  • enhancement: improve accessibility;
  • chore: update dependencies;
  • chore: update l10n (thanks to all new translators, you've been included in the acknowledgements);
  • chore: add more unit tests.

I remind everyone, if you want to help to see the app on Google Play again, that we need at least 12 testers and now there are only 5, even asking to complete strangers on the forbidden R* site.

Here are the steps to participate:

Thanks to everyone as usual.

3
 
 

Happy New Year to everyone! To start the year in the best possible way, a new beta version of the app is available for testing!

Changelog:

  • feat: restrict local user search to results on the current instance;
  • chore: update acknowledgements (with new translators);
  • chore: update dependencies.

For those of you who may have missed it, the new "user tagging" feature is available since beta01. For the 1.14.0 milestone, I'll be working on making it possible to select custom sort types for users posts and comments, similarly to what can already be done for communities.

As requested by some of you (@rfr_[email protected]), we set up the process to release on Google Play too. The app is now only available to closed testers, who can participate in the testing program using this link. Since this is only available to a closed list of users, please make sure you join the following group with the same email address you are going to use on Google Play.

After the minimum number of testers have been enrolled for two weeks, we are going to be able to distribute it to the general public. For those of you who are getting the app from F-Droid, don't despair: the build job is stuck some versions behind but I've solved the issues so after these holidays I can ping them for updates and have it in-synch again.

p.s. This is also the first Wednesday of January, so we can use this post as the starter for the usual Q&A session. #livefasteattrash #procyonproject

4
 
 

Hope you are all on holiday and preparing for new year's eve… in the meantime I've been working on the new user tagging feature someone requested in a comment.

You can find an "User tags" item in the profile side menu to see the list of tags, add/edit them and see the list of tagged users.

By using the "⋮" button in the top app bar from a user detail, you'll be able to add one or more tags to that user which will be displayed next to their handle whenever that users appears in a timeline, post detail or search.

tag list tag management in user detail tags in timeline

Hope you find it useful, just keep in mind that:

  • these tags are a client-side extension so they are only stored in the device you are using and not saved remotely (if you have multiple devices or delete the app data) and they are only visible to you
  • this is still an experimental feature, if you happen to find any bugs please report them here in the comments or on Matrix.

Have a nice continuation of the week and of your holidays!

5
 
 

Hi everyone, Raccoon Santa 🦝🎅 delivered a little bug report to me this morning, so I decided to release a new version with the hotfix.

There is not much included except:

  • a fix for a crash when opening some screens (image detail, multi-community, multi-community editor, report list) due to dependency injection misconfiguration
  • routine library updates.

What's more important, let me wish everyone happy holidays: have fun, relax and recharge for the new year! I would like to express my gratitude especially to all the subscribers of this community, all users and contributors (coders, testers, translators, etc.) of the Raccoon project, who have virtually walked side-by-side with me during this year. It has been a long journey with a lot of happenings but it was worth it, and I enjoyed every bit of it.

We created something new together, we met new people and learned a lot of things in the process. This is simply awesome.

❤️🦝🎄

#livefasteattrash whenever you can on Christmas and New Year's eve and as always #procyonproject

6
4
[poll] Localization purge (self.raccoonforlemmyapp)
submitted 1 month ago* (last edited 1 month ago) by akesi_seli to c/raccoonforlemmyapp
 
 

I am going to (finally) move again the localization of the app to Weblate, just like before the project changed ownership this summer.

Considering:

  1. there is a number of messages for the free tier which is shared with the other app;
  2. in order to be compatible with Weblate, resource files have to be converted (manually 😅);

I am planning to remove some of the least used languages: Arabic, Bulgarian, Czech, Danish, Greek, Esperanto, Estonian, Hungarian, Croatian, Latvian, Lithuanian, Maltese, Norwegian (both variants), Dutch, Romanian, Russian, Slovakian, Slovenian, Albanian, Serbian, Swedish, Toki Pona, Turkish… based on the fact that nobody ever reported translation errors (which are there).

Does anyone have any objection? I can add one or two more if you are using some of them (but you've been very silent indeed if you do). All the other languages which have not been mentioned in this list will be preserved.

7
 
 

Raccoons of Lemmy, as promised in December's AMA session, version 1.13.3 has been published. Here is the changelog:

  • feat(app): support for opening posts and comments;
  • fix(postlist): image height;
  • fix(zoomableimage): high resolution image, loading state and action buttons;
  • fix(createpost): autofill empty message;
  • refactor(di): improve dependency injection;
  • refactor(build): define and apply Gradle convention plugins;
  • chore(deps): update dependencies;
  • chore(qa): add more unit tests.

Enjoy the rest of the week and – as always – #livefasteattrash 🦝

8
 
 

Hi everyone! Sorry, I forgot about last week's "Ask me anything" session, so let's use this post as usual: you reply with questions and I'll answer them.

Moreover, I would like to give you some news about the project roadmap. I did not forgot to release a stable version, actually 1.13.3 is expected by the end of the year. In the meantime I've been focusing mostly on technical improvements, refactoring and code cleanup. For example I made dependency injection and gradle scripts much more maintainable, and I've been fixing a couple of issues that you reported.

Once I'm done with some more bugs (e.g. the ones concerning images) I'll be releasing, so don't worry. If some of you are willing to test the beta releases, you are more than welcome, thanks.

As always #livefasteattrash 🦝🦝🦝

9
 
 

I love this app,fits oneui so well (When customized),And it feels wat more buttery smooth then jerbora ans extremely feature packed, kinda wish there was push notifications support.

10
 
 

Today a new synchronization job has run and the app has been imported! 🎉🎊🎉 I know it may not mean much to you, but for me (after more than a year for the first build attempt) this is a great achievement! I had lost hopes but, since I was starting the submission again for the "twin" project Raccoon for Friendica, I thought it would cost little to try again. And the idea proved successful!

If you are wondering what the root cause of the issues was last year, builds were not reproducible due to a l10ns plugin. F-Droid maintainers told me so I proceeded to remove it and find another way to read localization files.

Another "infrastructure" news is that I've set up a cool code coverage (Kover) plugin to measure how much the code is covered by unit tests and upload the reports to Codecov to see charts about how the metric evolves.

11
 
 

Hi there, I decided the app is ready to see a first stable release after the project "relocation".

Here is the changelog of this version compared to the latest beta:

  • fix: ripple effects (e.g. top bar titles, drawer drop-down button);
  • fix: video rendering in timelines and attachment detail;
  • feat: button to reveal sensitive images in timelines;
  • enhancement: update "Saved" label for bookmarks;
  • enhancement: update font scale factors;
  • enhancement: change default name of settings JSON when exporting;
  • chore: dependency updates (most notably, Compose Multiplatform 1.7.1);
  • chore: update CODE_OF_CONDUCT.md, SECURITY.md and PRIVACY.md.

Hope you like it, have a nice rest of the weekend and remember to #livefasteattrash 🦝

12
 
 

In the Friendica/Mastodon application I am working on, while it was in alpha and beta stage, I have adopted the Sentry SDK for crash reporting, which works very well on Kotlin Multiplatform and is easier to setup than other (closed source, capitalistic and ugly) alternatives.

In doing so, I made an interesting , while I was submitting the app to open source stores (IzzyOnDroid and F-Droid), that if crash reporting is opt-in (i.e. disabled by default but it can be enabled in the app settings) the app is acceptable for their policies because users have to give their consent to enable reports (which are a form of tracking).

Considering there are users complaining about Raccoon for Lemmy crashing (e.g. while creating posts/comments) and that being a "deal breaker" (understandably!), my question is: would you accept it if I included Sentry, making it opt-in? In this way you could enable it just if there is some reproducible issue and turn it off whenever you like (restarting the app is needed to make any change to initialization effective).

Opinions are welcome, I will not do anything unless we decide together, especially because adding this service implies extra work for maintainer(s) 🤣

13
 
 

Hi raccoons of Lemmy! A new version of the app has been released and is available to all testers!

Here is the changelog:

  • fix: text style used for links in Markdown (which appeared larger than the rest of the paragraph);
  • fix: restore UI state after closing default sort bottom sheet in community detail;
  • chore: improve readability of vote actions with arrow icons;
  • refactor: migrate image loading to Coil3 (and remove obsolete Kamel library on iOS);
  • enhancement: add new instances to default list;
  • refactor/feat: migrate video player to Compose Multiplatform Media Player and make it possible to open videos full screen;
  • refactor: migrate web views to Calf;
  • enhancement: add Atkinson Hyperlegible font instead of Charis SIL;
  • chore: review inter-item spacings in setting lists, modlog and side menus;
  • chore: update user manual (new screenshots, new sections, table of contents and internal links);
  • chore: update several dependencies.

Remember to have fun and #livefasteattrash

14
 
 

I have forgotten where in the app are saved posts and comments. In the profile section there is only my posts and comments.

15
 
 

I would like to introduce a new font in the next version, with a particular focus on readability, in order to make the app easier to use.

My choice would be the Atkinson hyperreadable font by the Braille institute, which I personally use in other apps too because it gives my eyes some relief.

However, the APK size of the app increases with every new resource, so instead of just adding a new font I would like to replace the least used of the current ones.

Answer in comments to tell me what you would like to be removed. Thanks as always and #livefasteattrash

16
12
submitted 2 months ago* (last edited 2 months ago) by akesi_seli to c/raccoonforlemmyapp
 
 

Hi everyone, first Wednesday of month so it's "Ask Me Anything" time. As usual, post your questions in reply to this post and I'll do my best to answer.

Forever L.F.E.T. 🦝🦝🦝

17
 
 

Thanks to all those who reached out to me to report bugs, here is the new version containing the following changes:

  • fix for block action from timeline;
  • restored user manual URL;
  • fix for multi-paragraph quote rendering;
  • font size and typeface are visibile again in their selection bottom sheets;
  • migration towards Material 3 modal bottom sheets is finally over (this was quite a hard and time consuming task which drained resources from other activities);
  • several dependency updates.

Hope you enjoy it and #livefasteattrash 🦝🦝🦝

18
9
submitted 2 months ago* (last edited 2 months ago) by akesi_seli to c/raccoonforlemmyapp
 
 

Hi folks, a new beta has been released today! It contains some updates to the "App information" dialog (e.g. the link to the new Matrix room) and a fix for the selection of the feed type in the home screen, which incorrectly opened the instance selection.

I'm continuing the migration of all bottom sheets to Material 3 modal bottom sheets, there are just 9 left for the refactoring to be complete.

Thanks to everyone for continuing using the app, have a nice weekend and remember #livefasteattrash 🦝🦝🦝

19
 
 

I'd like to know if I should file a bug, or if this is just something in my config. In particular, I'd be grateful for confirmation about what I'm seeing.

In Raccoon, in this post, I see only the first paragraph of the post. If I "view raw," I can see the entire post text; it also shows up correctly in Thunder, and in the web interface.

I don't see a way to expand the post, and I'm not sure if it's only this post or if it's happening a lot and I just haven't noticed, because the only way to detect missing content is through the "view raw" function.

Is this a setting, or a bug? I

20
7
submitted 2 months ago* (last edited 2 months ago) by akesi_seli to c/raccoonforlemmyapp
 
 

A new beta has been released this week, here is the changelog:

  • fix bug which prevented navigation after a long press on a bottom sheet item;
  • add cancel action to the text toolbar to make it easier to close it;
  • continue the revision of bottom sheets in the settings and advanced settings screens;
  • several dependency updates, most notably Compose Multiplatform, so now all pull-to-refresh indicators have a matching material 3 style as well as MaterialKolor palette generator with a more playful theme if you use a custom theme color;
  • restored the project website and manuals.

Let us know your feedback, feature suggestions, comments or anything you want to share. Given the app has no tracking whatsoever it's very difficult to understand whether there are actually people using it or not, and how much effort it is worth to continue the project.

Trashy yours, L. F. E. T. 🦝🦝🦝

21
 
 

Raccoons of the Lemmyverse, we're back! A new beta version of the app has been released, as promised in the last AMA (it was the next internal milestone).

Let us know what you think about it, you'll notice that there have been several layout improvements since the last version, e.g. bottom sheets have a new style, clickable areas now show the ripple effect, etc.

Hope you all enjoy it and, as always, L.F.E.T. 🦝🦝🦝

22
 
 

Welcome to the third session! For the rest of my day, I’ll be looking for replies to this thread and will answer your questions. If something remains unanswered, replies can be posted even during the following days.

There are no rules - “anything” is anything! Feel free to ask development questions, future plans, or things completely unrelated to Raccoon.

Ad, as always: Live Fast, Eat Trash 🦝🦝🦝

23
 
 

Welcome to the second session! For the rest of my day, I’ll be looking for replies to this thread and will answer your questions. If something remains unanswered, replies can be posted even during the following days.

Just like the first time, there are no rules - “anything” is anything! Feel free to ask development questions, future plans, or things completely unrelated to Raccoon.

Most importantly, have fun!

24
 
 

Just asking, because I do not see much activity on Github or here. Not blaming or complaining. Just wondering if I should slowly move on to another client. I really wouldn't want to do that, of course.

25
 
 

Welcome to this session! For the whole day I'll be looking at the replies to this thread and answer your questions. If something remains unanswered, replies can be posted even during the following days.

There are no rules, "anything" is anything! Use a grain of salt and a little bit of irony, though. Also, I would really like to hear something in your native language on your first comment: it can be a greeting, the question itself, a joke, an insult or anything crosses your mind in that moment. Have fun!

view more: next ›