Compare commits

..

7 Commits

Author SHA1 Message Date
LucasGGamerM
e7cd1cfda2 docs: update screenshot for play store 2023-02-27 21:31:39 -03:00
LucasGGamerM
17afa8e6f5 docs: changelog 98 2023-02-27 20:36:32 -03:00
LucasGGamerM
8385fb9586 chore: wiping duplicate stuff 2023-02-27 20:35:36 -03:00
LucasGGamerM
ba44aa57d7 build: bump version number 2023-02-27 20:34:43 -03:00
LucasGGamerM
a70647da44 Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (25 of 25 strings)

Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/pt_BR/
2023-02-27 23:33:29 +00:00
LucasGGamerM
f97aafe374 Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (25 of 25 strings)

Translation: Moshidon/values
Translate-URL: https://translate.codeberg.org/projects/moshidon/values/pt_BR/
2023-02-27 23:28:58 +00:00
LucasGGamerM
f836361644 fix: NPE in HeaderStatusDisplayItem when clicking on a "User followed you" avatar header in notifications fragment 2023-02-25 20:58:10 -03:00
7 changed files with 5 additions and 13 deletions

View File

@@ -9,8 +9,8 @@ android {
applicationId "org.joinmastodon.android.moshinda"
minSdk 23
targetSdk 33
versionCode 97
versionName "1.2.0+fork.97.moshinda"
versionCode 98
versionName "1.2.0+fork.98.moshinda"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
resConfigs "ar-rSA", "be-rBY", "bn-rBD", "bs-rBA", "ca-rES", "cs-rCZ", "de-rDE", "el-rGR", "es-rES", "eu-rES", "fi-rFI", "fil-rPH", "fr-rFR", "ga-rIE", "gd-rGB", "gl-rES", "hi-rIN", "hr-rHR", "hu-rHU", "hy-rAM", "in-rID", "is-rIS", "it-rIT", "iw-rIL", "ja-rJP", "kab", "ko-rKR", "nl-rNL", "oc-rFR", "pl-rPL", "pt-rBR", "pt-rPT", "ro-rRO", "ru-rRU", "si-rLK", "sl-rSI", "sv-rSE", "th-rTH", "tr-rTR", "uk-rUA", "vi-rVN", "zh-rCN", "zh-rTW"
}

View File

@@ -441,7 +441,7 @@ public class HeaderStatusDisplayItem extends StatusDisplayItem{
return;
}
Bundle args=new Bundle();
if(item.status.reloadWhenClicked){
if(item.status != null && item.status.reloadWhenClicked){
UiUtils.lookupAccount(v.getContext(), item.status.account, item.accountID, null, account -> {
args.putString("account", item.accountID);
args.putParcelable("profileAccount", Parcels.wrap(account));

View File

@@ -21,4 +21,5 @@
<string name="mo_poll_option_add">Adicionar nova opção de enquete</string>
<string name="mo_filtered">Filtrado: %s</string>
<string name="mo_disable_reminder_to_add_alt_text">Desabilitar lembrete de adicionar textos descritivos</string>
<string name="mo_add_custom_server_local_timeline">Adicionar a linha local de um servidor customizado</string>
</resources>

View File

@@ -0,0 +1 @@
Initial play store release

Binary file not shown.

Before

Width:  |  Height:  |  Size: 167 KiB

After

Width:  |  Height:  |  Size: 170 KiB

View File

@@ -1,6 +0,0 @@
- Filtros mejorados, incluida la compatibilidad con la opción "Ocultar con advertencia"
- Página de perfil rediseñada con los metadatos directamente debajo de la biografía.
- Función de contraer/expandir para mensajes muy largos.
- Opción de anteponer automáticamente el prefijo "re:" a los mensajes de respuesta.
- Opción de ocultar los botones de interacción en la línea de tiempo
- Varias correcciones de errores, ajustes y mejoras

View File

@@ -1,4 +0,0 @@
- Mantenga presionado el botón de seguimiento para seguir los perfiles de otra cuenta
- Opción para abrir perfiles en otra cuenta
- Ocultar automáticamente el botón de redacción al desplazarse hacia abajo en la línea de tiempo
- Solucione el bloqueo al abrir los perfiles de administrador del servidor