version 1.10.0

This commit is contained in:
Diego Beraldin 2024-05-07 21:32:03 +02:00
parent cf9fc7fada
commit 685599807e
3 changed files with 38 additions and 2 deletions

View File

@ -14,8 +14,8 @@ android {
applicationId = "com.github.diegoberaldin.raccoonforlemmy.android"
minSdk = libs.versions.android.minSdk.get().toInt()
targetSdk = libs.versions.android.targetSdk.get().toInt()
versionCode = 95
versionName = "1.10.0-20240506-pre"
versionCode = 96
versionName = "1.10.0"
archivesName.set("RaccoonForLemmy")
}
buildFeatures {

View File

@ -0,0 +1,18 @@
- improved image viewer
- new splash screen, alternate icon
- full width images
- license screen
- background check for unread items
- fade read posts
- login/title autocompletion
- show unread comments count
- community/user info in side panel
- add app to system "Share" menu
- settings import/export
- embedded web frame in posts
- navigation between comments
- navigation to previous/next post
- open URLs in custom tabs
- improved spoiler support
- distinguish comments by bots
- UI improvements

View File

@ -0,0 +1,18 @@
- visualizzatore immagini migliorato
- nuova splash/icona
- larghezza completa immagini
- schermata licenze
- controllo inbox in background
- evidenzia post letti
- autofill titolo/login
- numero commenti non letti
- pannello laterale utente/comunità
- integrazione menu Condividi
- import/export impostazioni
- web frame in post
- navigazione commenti
- navigazione post prec./succ.
- apertura URL in schede personalizzate
- supporto spoiler migliorato
- evidenzia commenti bot
- miglioramenti UI