update app metadata (#564)

This commit is contained in:
Diego Beraldin 2024-03-02 23:47:38 +01:00 committed by GitHub
parent 97db8e7a0d
commit d80e0230cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
30 changed files with 71 additions and 8 deletions

View File

@ -60,6 +60,9 @@ android {
isUniversalApk = true
}
}
dependenciesInfo {
includeInApk = false
}
}
dependencies {

View File

@ -1,3 +1,33 @@
Raccoon for Lemmy is fully open source, and intends to offer an ad-free and as functional as possible experience on Lemmy. The application is implemented in Kotlin Multiplatform and uses Jetpack Compose multiplatform.
The project is under active development, new features are going to added in future releases. Have a look at the project GitHub repository for more information.
<p>
<i>Raccoon for Lemmy</i> is fully open source, and intends to offer an ad-free and as functional as possible experience on Lemmy.
</p>
<p>
In this app everyone should feel at home, so great importance is given to localization and customization of the UI.
</p>
<p>
<b>Main Features:</b>
</p>
<ul>
<li>view post feed and comments with different listing and sort types;</li>
<li>possibility to upvote and downvote (with configurable swipe actions);</li>
<li>community and user detail (with info about moderators/moderated communities);</li>
<li>user profile with one's own posts, comments and saved items;</li>
<li>inbox with replies, mentions and direct messages;</li>
<li>global search with different result types (all, posts, comments, user, communities);</li>
<li>create and edit new posts (with optional images);</li>
<li>cross-post contents to other communities;</li>
<li>reply to post and comments (and edit replies);</li>
<li>mark posts as read (even while scrolling) and hide read contents;</li>
<li>custom appearance (color scheme, fonts, text sizes, post layout, etc.);</li>
<li>custom localization (independent of system settings);</li>
<li>block users, communities and instances;</li>
<li>report post and comments to moderators;</li>
<li>support for multiple accounts with account-specific settings;</li>
<li>lazy scrolling (referred to as "zombie mode");</li>
<li>explore all the communities on a given instance in guest mode;</li>
<li>multi-community (community aggregation);</li>
<li>view the moderation log;</li>
<li>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).</li>
<li>save drafts for posts and comments</li>
<li>anonymous mode with quick instance switch</li>
</ul>

View File

Before

Width:  |  Height:  |  Size: 159 KiB

After

Width:  |  Height:  |  Size: 159 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 399 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 750 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 438 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 799 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 210 KiB

View File

@ -1 +1 @@
Raccoon for Lemmy is an open source client for Lemmy
Mobile client for Lemmy, a federated aggregation and discussion platform.

View File

@ -1,3 +1,33 @@
Raccoon for Lemmy è interamente open source e intende offrire unesperienza su Lemmy senza pubblicità e quanto più funzionale possible. Lapplicazione è implementata con Kotlin Multiplatform e utilizza Jetpack Compose multiplatform.
Il progetto è attualmente in sviluppo, nelle release future saranno aggiunte nuove versioni. Per maggiori informazioni, visita il repository GitHub del progetto.
<p>
<i>Raccoon for Lemmy</i> è completamente open source e si propone di offrire un'esperienza su Lemmy senza annunci e il più funzionale possibile.
</p>
<p>
È un'app dove chiunque dovrebbe sentirsi a casa, pertanto la localizzazione e la personalizzazione dell'interfaccia sono estremamente importanti.
</p>
<p>
<b>Funzionalità principali:</b>
</p>
<ul>
<li>visualizzazione di post e commenti in diversi tipi di feed e ordinamento;</li>
<li>possibilità di esprimere voti positivi / negativi (con azioni di scorrimento personalizzabili);</li>
<li>dettaglio utente e comunità (con informazioni su moderatori/comunità moderate);</li>
<li>profilo utente con visualizzazione dei propri post/commenti ed elementi salvati;</li>
<li>posta in arrivo con risposte, menzioni e messaggi diretti;</li>
<li>ricerca globale con diversi tipi di risultati (tutto, post, commenti, utenti, comunità);</li>
<li>create and edit new posts (with optional images);</li>
<li>possibilità di cross-post dei contenuti in altre comunità;</li>
<li>possibilità di rispondere a post e commenti (e modificare le risposte);</li>
<li>contrassegnare i post come letti (anche allo scorrimento) e nascondere i contenuti letti;</li>
<li>personalizzare l'aspetto (schema di colori, font, dimensioni del testo, layout dei post, ecc.);</li>
<li>impostare una localizzazione personalizzata (indipendente dalle impostazioni di sistema);</li>
<li>bloccare utenti, comunità e instanzes;</li>
<li>segnalare post e commenti ai moderatori;</li>
<li>supporto multi-account con impostazioni specifiche per account;</li>
<li>scorrimento automatico (chiamato "modalità zombi");</li>
<li>esplorare tutte le comunità su una data istanza in modalità ospite;</li>
<li>multi-comunità (aggregazione di comunità);</li>
<li>visualizzazione registro di moderazione;</li>
<li>strumenti di moderazione comunità (esaminare e risolvere segnalazioni, bannare utenti, fissare post a livello di comunità, impedire ulteriori commenti nei post, contrassegnare commenti come autorevoli, rimuovere post/commenti).</li>
<li>salvataggio in bozza di post e commenti</li>
<li>modalità anonima con cambio istanza rapido</li>
</ul>

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 737 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 546 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 750 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 459 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 806 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 232 KiB

View File

@ -1 +1 @@
Raccoon for Lemmy è un client open source per Lemmy
Client mobile per Lemmy, la piattaforma federata di aggregazione e discussione.