Skip to main content


@RaccoonForFriendica a new version 0.2.0 has been released.

Changelog:
๐Ÿฆ feat: add support for MastodonRedirect;
๐Ÿฆ feat: export/import app settings to/from JSON;
๐Ÿฆ feat: export contact list from profile;
๐Ÿฆ feat: allow changing markup mode in post creation;
๐Ÿฆ fix: retain scrolling state after navigation;
๐Ÿฆ fix: newlines after titles in Markdown preview;
๐Ÿฆ fix: avoid self mention when replying;
๐Ÿฆ fix: retrieve source to edit post;
๐Ÿฆ enhancement: populate current app icon value in settings;
๐Ÿฆ chore: update manual and project documentation;
๐Ÿฆ chore: typo in Fastlane metadata.

For those who have lost it, there has been a 0.1.1 in the meantime, which was mainly due to a metadata issue which blocked the submission on F-Droid, but it also included:
๐Ÿฆ feat: add support for alternate (classic) and monochrome app icon;
๐Ÿฆ fix: rendering images of different heights in carousels;
๐Ÿฆ fix: rendering GIFs (or images with unbound constraints).

After the app gets published on the stores, we're going to move towards a more predictable release cycle (e.g. monthly stable versions and weekly betas).

Hope you are having fun on Friendica (or Mastodon) and as always #livefasteattrash

#friendica #friendicadev #androidapp #androiddev #fediverseapp #kotlin #multiplatform #kmp #compose #opensource #foss #procyonproject

in reply to ๐”ป๐•š๐•–๐•˜๐•  ๐Ÿฆ๐Ÿง‘๐Ÿปโ€๐Ÿ’ป๐Ÿ•

@๐”ป๐•š๐•–๐•˜๐•  ๐Ÿฆ๐Ÿง‘๐Ÿปโ€๐Ÿ’ป๐Ÿ• @RaccoonForFriendica
I always add my contacts to various circles.
In the contact settings, I also specify that the contacts are only displayed in circles and channels. In the browser, this means that only posts from hashtags are displayed in the normal feed and posts from contacts are displayed in the corresponding circles. Is it possible to specify this in the app as well?
in reply to Thomas

@Thomas super-interesting question! Raccoon uses Friendica's Mastodon APIs to fetch the "home" timeline (GET v1/timelines/home, docs here).

Friendica has indeed extended Mastodon APIs in a really clever ways so that, for example, the home timeline can be adjusted more to the liking of users, e.g. using the with_muted and/or exclude_replies query params (see here for docs).

However I do not see any mention of a way to exclude posts from contacts you have added to a circle with that particular option to "mute" them from your timeline. My fear is that, unless there is some query parameter for that, there is very little I can do client-side.

I CC @Informa Pirata into this, since he knows Friendica far better than me and maybe has some insights to share.

There are several aspects (like account delegation, just to name the biggest one) which are not easily/entirely accessible to third party apps.

in reply to โ„๏ธ freezr โ„๏ธ

@๐”ป๐•š๐•–๐•˜๐•  ๐Ÿฆ๐Ÿง‘๐Ÿปโ€๐Ÿ’ป๐Ÿ•

Non รจ ancora disponibile perรฒ ho notato un dettaglio che dovreste tenere presente...

Io so mezzo ciecato e ho i caratteri enormi, per questo la mia barra per editare il testo va oltre il viewport; quindi il pulsante di invio deve essere di tipo "sticky", inoltre se usi markdown quella barra non ce l'hai per niente... ๐Ÿค”

in reply to ๐”ป๐•š๐•–๐•˜๐•  ๐Ÿฆ๐Ÿง‘๐Ÿปโ€๐Ÿ’ป๐Ÿ•

@dieguitux8623 @raccoonforfriendicaapp

Grazie. L'unico problema sono i tasti di navigazione che si spengono, se voglio uscire o cambiare applicazione devo premere a caso.
Quando scrivo le risposte, invece, sono visibili.

in reply to Aniello Bosco

@dirtynello grazie per il feedback, ci do un'occhiata ma non sono sicuro di aver capito il problema... ti posso chiedere di mandarmi uno screenshot? capisco che i pulsanti della barra di navigazione di sistema non sono cliccabili ma non riesco a riprodurlo.
in reply to Aniello Bosco

Non รจ un problema insormontabile, i tasti funzionano ma non sono illuminati e se clicco a "memoria" funzionano.
in reply to Aniello Bosco

@dirtynello ok, sto iniziando a capire! ti posso chiedere con piรน precisione per favore:
- tema di sistema nelle impostazioni di Android (chiaro o scuro);
- navigazione di sistema nelle impostazioni di Android (pulsanti o gesti);
- tema UI nelle impostazioni dell'app (chiaro/scuro/nero/sistema);
- se "Edge to edge" รจ abilitato nelle impostazioni dell'app;
- versione di Android.
in reply to Aniello Bosco

@dirtynello secondo me dipende dalla versione di Android, ricordo che anche nell'app per Lemmy avevo avuto problemi simili.

Aggiungo nelle impostazioni una nuova voce: "Tema barra notifiche di sistema e navigazione" che puรฒ assumere i valori Solido/Opaco/Trasparente. Il default nella versione attuale รจ trasparente. A partire dalla prossima versione, potrai provare ad impostare uno degli altri due valori e vedere se la situazione migliora (mio consiglio: Opaco).

โ‡ง