Merge remote-tracking branch 'upstream/main'

This commit is contained in:
adbenitez
2025-04-13 14:34:50 +02:00
5 changed files with 8 additions and 7 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
# Delta Chat Android Changelog
## Unreleased
## v1.58.0
2025-04
* tapping info messages with contacts open the contact's profile
* hide superfluous "Show Classic E-mails" advanced setting for chatmail
+2 -2
View File
@@ -33,8 +33,8 @@ android {
useLibrary 'org.apache.http.legacy'
defaultConfig {
versionCode 30000717
versionName "1.56.1"
versionCode 30000718
versionName "1.58.0"
applicationId "chat.delta.lite"
multiDexEnabled true
@@ -112,7 +112,7 @@ public class ConversationListActivity extends PassphraseRequiredActionBarActivit
// it is not needed to keep all past update messages, however, when deleted, also the strings should be deleted.
try {
DcContext dcContext = DcHelper.getContext(this);
final String deviceMsgLabel = "update_1_56_0_android";
final String deviceMsgLabel = "update_1_58_0_android";
if (!dcContext.wasDeviceMsgEverAdded(deviceMsgLabel)) {
DcMsg msg = null;
if (!getIntent().getBooleanExtra(FROM_WELCOME, false)) {
@@ -124,7 +124,7 @@ public class ConversationListActivity extends PassphraseRequiredActionBarActivit
// msg.setFile(outputFile, "image/jpeg");
// full changelog link: "https://lemmy.ml/c/ArcaneChat"
msg.setText(getString(R.string.update_1_56_android, "https://arcanechat.me/#contribute"));
msg.setText(getString(R.string.update_1_58_android, "https://arcanechat.me/#contribute"));
}
dcContext.addDeviceMsg(deviceMsgLabel, msg);
+1 -1
View File
@@ -1218,7 +1218,7 @@
<string name="perm_enable_bg_already_done">Ya has permitido que Delta Chat reciba mensajes en segundo plano.\n\nSi los mensajes aún no llegan en segundo plano, compruebe también la configuración de su sistema.</string>
<!-- device messages for updates -->
<string name="update_1_56_android">🔮 ¿Qué hay de nuevo?\n\n★ añadida opción para silenciar chats durante 8 horas\n\n★ solucionado problema con el candado que no aparecía en algunos los mensajes\n\n★ pegar siempre como texto sin formato en el área de borradores de mensajes\n\n★ permitir desplazarse en la pantalla de registro en pantallas pequeñas\n\n★ eliminadas opciones de cifrado peligrosas de la configuración avanzada\n\n\n💜 Muestra tu amor y apoyo al desarrollo de Delta Chat: %1$s</string>
<string name="update_1_58_android">🔮 ¿Qué hay de nuevo?\n\n★ las listas de difusión ahora son cifradas y están disponibles para perfiles chatmail\n\n★ se muestra la biografía/estado debajo del nombre de perfil en los ajustes principales\n\n★ añadido soporte para importar contactos de ProtonMail via archivos vCard recibidos en chats\n\n★ tocar un mensaje del sistema sobre un contacto (ej. miembro añadido/eliminado) abre el perfil de dicho contacto\n\n★ ocultada opción avanzada superflua \"Mostrar correos clásicos\" en perfiles chatmail\n\n★ esperar por la finalización del proceso de escaneo de QR (o enlace de invitación) antes de permitir enviar mensajes\n\n★ varios arreglos menores y actualización de traducciones\n\n\n💜 Muestra tu amor y apoyo al desarrollo de Delta Chat: %1$s</string>
<string name="update_1_50_android">¿Qué hay de nuevo?\n\n❤️‍🔥 Nuevo selector de emojis con más emojis\n\n🎮 Aplicaciones de chat mejoradas: recibe notificaciones y abre aplicaciones en contexto, por ejemplo, abre una entrada de calendario agregada directamente\n\n👍 Recibe notificaciones sobre las reacciones a tus mensajes\n\n... 🛠️ CORRECCIONES y AÚN MÁS en %1$s</string>
<string name="update_switch_profile_placement">️ Se movió la opción \"Cambiar perfil\": toca tu imagen de perfil en la esquina superior de la pantalla principal para agregar o cambiar perfiles 💡</string>
+1 -1
View File
@@ -1206,7 +1206,7 @@
<string name="perm_enable_bg_already_done">You already allowed Delta Chat to receive messages in the background.\n\nIf messages still do not arrive in background, please also check your system settings.</string>
<!-- device messages for updates -->
<string name="update_1_56_android">🔮 What\'s new?\n\n★ add option to mute chats for 8 hours\n\n★ fix problem with padlock not appearing in messages\n\n★ always paste as plain text in message draft area\n\n★ allow to scroll in registration screen in small screens\n\n★ remove dangerous encryption options from Advanced settings\n\n\n💜 Show your love and support Delta Chat development: %1$s</string>
<string name="update_1_58_android">🔮 What\'s new?\n\n★ the broadcast lists are now encrypted and available for chatmail profiles\n\n★ show profile bio/status under name in main settings screen\n\n★ support importing contact from ProtonMail vCard attachments received in chats\n\n★ tapping info messages about contacts open the contact\'s profile\n\n★ hide superfluous \"Show Classic E-mails\" advanced setting for chatmail profiles\n\n★ wait for QR scan (or invite link click) process to complete before allowing to send messages\n\n★ several small bug fixes and updated translations\n\n\n💜 Show your love and support Delta Chat development: %1$s</string>
<string name="update_1_50_android">What\'s new?\n\n❤️‍🔥 New emojis picker with more emoji\n\n🎮 Enhanced in-chat apps: Get notifications and open supporting apps in context, i.e. open an added calendar entry directly\n\n👍 Get notified about reactions to your messages\n\n... 🛠️ FIXES and EVEN MORE at %1$s</string>
<string name="update_switch_profile_placement">️ \"Switch Profile\" option moved: Tap your profile image in the upper corner of the main screen to add or switch profiles 💡</string>