update fastlane metadata && bump version code (#5)

Reviewed-on: #5
Reviewed-by: kosyak <kosyak@narayana.im>
Co-authored-by: Bohdan Horbeshko <bodqhrohro@gmail.com>
Co-committed-by: Bohdan Horbeshko <bodqhrohro@gmail.com>
This commit is contained in:
Bohdan Horbeshko 2024-08-06 18:03:50 +00:00 committed by Sergei Poljanski
parent 37aa0160b6
commit 9f3fe75342
524 changed files with 504 additions and 1369 deletions

View file

@ -36,6 +36,7 @@ support these extensions; therefore to get the most out of Conversations Classic
should consider either switching to an XMPP server that does or — even better —
run your own XMPP server for you and your friends. These XEP's are:
* [XEP-0050: Ad-Hoc Commands](http://xmpp.org/extensions/xep-0050.html) lets to interact with gateways
* [XEP-0065: SOCKS5 Bytestreams](http://xmpp.org/extensions/xep-0065.html) will be used to transfer
files if both parties are behind a firewall (NAT).
* [XEP-0163: Personal Eventing Protocol](http://xmpp.org/extensions/xep-0163.html) for avatars and OMEMO.
@ -44,14 +45,14 @@ run your own XMPP server for you and your friends. These XEP's are:
* [XEP-0198: Stream Management](http://xmpp.org/extensions/xep-0198.html) allows XMPP to survive small network outages and
changes of the underlying TCP connection.
* [XEP-0215: External Service Discovery](https://xmpp.org/extensions/xep-0215.html) will be used to discover STUN and TURN servers which facilitate P2P A/V calls.
* [XEP-0237: Roster Versioning](http://xmpp.org/extensions/xep-0237.html) mainly to save bandwidth on poor mobile connections
* [XEP-0280: Message Carbons](http://xmpp.org/extensions/xep-0280.html) which automatically syncs the messages you send to
your desktop client and thus allows you to switch seamlessly from your mobile
client to your desktop client and back within one conversation.
* [XEP-0237: Roster Versioning](http://xmpp.org/extensions/xep-0237.html) mainly to save bandwidth on poor mobile connections
* [XEP-0308: Last Message Correction](https://xmpp.org/extensions/xep-0308.html) allows you to edit last message as well as retract it
* [XEP-0313: Message Archive Management](http://xmpp.org/extensions/xep-0313.html) synchronize message history with the
server. Catch up with messages that were sent while Conversations Classic was
offline.
* [XEP-0308: Last Message Correction](https://xmpp.org/extensions/xep-0308.html) allows you to edit last message as well as retract it
* [XEP-0352: Client State Indication](http://xmpp.org/extensions/xep-0352.html) lets the server know whether or not
Conversations is in the background. Allows the server to save bandwidth by
withholding unimportant packages.

View file

@ -103,7 +103,7 @@ android {
defaultConfig {
minSdkVersion 24
targetSdkVersion 34
versionCode 42113
versionCode 42114
versionName "2.3.0"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations.classic"

View file

@ -1,4 +0,0 @@
* Einführung einer Experteneinstellung zur Channel-Erkennung auf dem lokalen Server anstelle von search.jabber.network
* Standardmäßig Zustellungshäkchen aktiviert und Einstellung entfernt
* Standardmäßig 'Sendetaste zeigt Status an' aktiviert und die Einstellung entfernt
* Einstellungen für Sicherung und Vordergrunddienst in den Hauptbereich verschoben

View file

@ -1,3 +0,0 @@
* Fehlerkorrektur für Jingle IBB Dateitransfer
* Fehlerkorrektur für wiederholende Korrekturen, welche die Datenbank füllen
* Wechsel zu Last Message Correction v1.1

View file

@ -1,4 +0,0 @@
* Benutzer können ihren eigenen Nicknamen festlegen
* Wiederaufnahme des Downloads von OMEMO-verschlüsselten Dateien
* Channels verwenden jetzt '#' als Symbol im Profilbild
* Quicksy verwendet 'immer' als OMEMO-Verschlüsselungsstandard (versteckt das Schlosssymbol)

View file

@ -1 +0,0 @@
* Unterstützung für ?register und ?register;preauth XMPP URI-Parameter

View file

@ -1 +0,0 @@
* Unterstützung für automatischen Designwechsel in Android 10

View file

@ -1,2 +0,0 @@
* Bereitstellen von PDF-Vorschau ab Android 5+
* Nutzung von 12 byte IVs für OMEMO

View file

@ -1,2 +0,0 @@
* Profilbildauswahl auf einigen Android 10 Geräten korrigiert
* Dateiübertragung für größere Dateien korrigiert

View file

@ -1 +0,0 @@
* Audio-/Videoanrufe (erfordert Serverunterstützung in Form von STUN- und TURN-Servern, die über XEP-0215 ermittelt werden können)

View file

@ -1,2 +0,0 @@
* Akustische Rückmeldungen (Wählen, Anruf begonnen, Anruf beendet) für Audioanrufe
* Problem mit der Wiederholung eines fehlgeschlagenen Videoanrufs behoben

View file

@ -1,2 +0,0 @@
* Schaltfläche zum Umschalten der Kamera während eines Videoanrufs hinzugefügt
* Audioanrufe auf Tablets repariert

View file

@ -1,3 +0,0 @@
* Anrufsymbol nach links verschoben, damit die anderen Symbole der Symbolleiste an einer einheitlichen Stelle bleiben
* Anzeige der Gesprächsdauer bei Sprachanrufen
* Unterbrechung der Verbindung bei A/V-Anrufen (zwei Personen rufen sich gleichzeitig an)

View file

@ -1,2 +0,0 @@
* Überarbeitung der UI für die Anmeldung mit Zertifikat
* Integration der Möglichkeit, Chats ganz oben anzuheften (zu den Favoriten hinzufügen)

View file

@ -1,3 +0,0 @@
* Reduzierung des Echos bei Anrufen auf einigen Geräten
* Anmeldung korrigiert, wenn Passwörter Sonderzeichen enthalten
* Wähl- und Besetztzeichen bei Videoanrufen auf dem Lautsprecher abspielen

View file

@ -1 +0,0 @@
* Möglichkeit zur Aufnahme einer Sprachnachricht, wenn der Anrufer beschäftigt ist

View file

@ -1,3 +0,0 @@
* Hilfe-Schaltfläche anzeigen, wenn A/V-Anruf fehlschlägt
* Einige lästige Abstürze behoben
* Jingle-Verbindungen (Dateiübertragung + Anrufe) mit bloßen JIDs behoben

View file

@ -1,2 +0,0 @@
* Benachrichtigungen wurden unter bestimmten Bedingungen nicht mehr angezeigt
* Kompatibilitätsprobleme und Abstürze im Zusammenhang mit A/V-Anrufen behoben

View file

@ -1,3 +0,0 @@
* Hinzufügen von 'Zurück zum Chat' zum Audio-Anruf-Bildschirm
* Verbesserung der Tastaturkürzel
* Fehlerbehebungen

View file

@ -1,3 +0,0 @@
* Verarbeitung von GPX-Dateien
* Verbesserte Leistung bei der Wiederherstellung von Sicherungen
* Fehlerbehebungen

View file

@ -1,4 +0,0 @@
* Suche in einzelnen Unterhaltungen
* Benutzer werden benachrichtigt, wenn die Nachrichtenzustellung fehlschlägt
* Anzeigenamen (Nicks) von Quicksy-Benutzern über Neustarts hinweg speichern
* Hinzufügen einer Schaltfläche zum Starten von Orbot (Tor) aus der Benachrichtigung heraus, falls erforderlich

View file

@ -1,2 +0,0 @@
* Suche auf Android <= 5 korrigiert
* Optimierung des Speicherverbrauchs

View file

@ -1,3 +0,0 @@
* Bietet einfache Einladungserstellung auf unterstützenden Servern
* GIFs anzeigen, die von Movim gesendet werden
* Profilbilder im Cache speichern

View file

@ -1,3 +0,0 @@
* Behebung von Verbindungsproblemen, wenn verschiedene Konten unterschiedliche SCRAM-Mechanismen verwenden
* Unterstützung für SCRAM-SHA-512 hinzugefügt
* P2P (Jingle) Dateiübertragung mit eigenem Kontakt zulassen

View file

@ -1 +0,0 @@
* Kleinere Stabilitätsverbesserungen für A/V-Anrufe

View file

@ -1 +0,0 @@
* Quicksy: Automatischer Empfang der Bestätigungs-SMS

View file

@ -1,3 +0,0 @@
* Anzeige der Anruftaste für Offline-Kontakte, wenn diese zuvor Unterstützung gemeldet haben
* Zurück-Taste beendet den Anruf nicht mehr, wenn der Anruf gerade läuft
* Fehlerbehebungen

View file

@ -1,4 +0,0 @@
* Möglichkeit zur Auswahl des Klingeltons für eingehende Anrufe
* Behebung der OpenPGP-Schlüsselerkennung für OpenKeychain 5.6+
* Korrekte Verifizierung von Punycode-TLS-Zertifikaten
* Verbesserte Stabilität des RTP-Sitzungsaufbaus (Anrufe)

View file

@ -1,2 +0,0 @@
* Verifizierung von A/V-Anrufen mit bereits bestehenden OMEMO-Sitzungen
* Verbesserung der Kompatibilität mit WebRTC-Implementierungen, die nicht von libwebrtc stammen

View file

@ -1,2 +0,0 @@
* Verschiedene Fehlerbehebungen rund um die Tor-Unterstützung
* Verbesserung der Anrufkompatibilität mit Dino

View file

@ -1 +0,0 @@
* Problembehebung beim HTTP-Upload/Download für Benutzer, die den System-CAs nicht vertrauen

View file

@ -1 +0,0 @@
* Probleme mit "Keine Verbindung" unter Android 7.1 behoben

View file

@ -1,2 +0,0 @@
* Domänenname immer überprüfen. Kein Überschreiben von Benutzern
* Unterstützung der Kontaktlisten-Vorauthentifizierung

View file

@ -1 +0,0 @@
* Kleinere A/V-Verbesserungen

View file

@ -1,3 +0,0 @@
* Schwarze Balken anzeigen, wenn das entfernte Video nicht dem Seitenverhältnis des Bildschirms entspricht
* Verbesserung der Suchleistung
* Einstellung hinzugefügt, um Bildschirmfotos zu verhindern

View file

@ -1,2 +0,0 @@
* Fehler behoben, bei dem einige Videos nicht komprimiert wurden
* Seltenen Absturz beim Öffnen von Benachrichtigungen behoben

View file

@ -1,2 +0,0 @@
* Absturz beim Rendern einiger Anführungszeichen behoben
* Absturz im Willkommensbildschirm behoben

View file

@ -1,9 +0,0 @@
* Abfrage der Bluetooth-Berechtigung bei A/V-Anrufen (nur bei Bluetooth-Headsets erforderlich)
* Fehler beim Anrufen von Movim behoben
* Anzeige eines falschen Profilbilds bei Gruppenchats behoben
* Immer nach dem Opt-Out für Akku-Optimierungen fragen
* Interaktion mit Google Maps Share Location Plugin behoben
* Fußnote bezüglich der Servergebühr entfernt
* Dateien an einem für Android 11 geeigneten Ort speichern
* Anruf nach Netzwechsel erneut versuchen zu verbinden
* JID des Anrufers und JID des Kontos im Bildschirm für eingehende Anrufe anzeigen

View file

@ -1,2 +0,0 @@
* Kleinere Fehlerbehebungen
* Wiederherstellung der Möglichkeit, über JMP und andere Dienste aufzurufen (Playstore-Version)

View file

@ -1,5 +0,0 @@
* Implementierung von Extensible SASL Profile, Bind 2.0 und Fast für schnellere Wiederverbindungen
* Implementierung von Channel Binding
* Möglichkeit von einem Audioanruf zu einem Videoanruf zu wechseln
* Möglichkeit zum Löschen des eigenen Profilbildes hinzugefügt
* Benachrichtigung für verpasste Anrufe hinzugefügt

View file

@ -1,2 +0,0 @@
* Wiederholungsschleife auf Servern beheben, die nur sm:2 unterstützen
* "Umschalten auf Video" nur anzeigen, wenn die Gegenseite Video unterstützt

View file

@ -1 +0,0 @@
* Fehler bei der P2P-Dateiübertragung behoben

View file

@ -1,3 +0,0 @@
* Nachrichten werden bei Verwendung von SASL2 nicht mehr erneut gesendet
* Schwarzes Video zwischen einigen Geräten behoben
* Absturz bei leeren Passwörtern behoben

View file

@ -1 +0,0 @@
* Integration eines UnifiedPush-Verteilers, um Push-Nachrichten für andere UnifiedPush-fähige Apps wie Tusky und Fedilab zu ermöglichen

View file

@ -1 +0,0 @@
* Absturz im UnifiedPush-Verteiler behoben

View file

@ -1 +0,0 @@
* Vergrößerung des Eckenradius bei Profilbildern

View file

@ -1,2 +0,0 @@
* Ziel-SDK wieder auf 33 erhöht
* Behebt Probleme auf Servern, die SASL2 ohne Inline Stream Management unterstützen

View file

@ -1 +0,0 @@
* Fehlerhafte Erkennung von 'q' als kyrillisch behoben

View file

@ -1 +0,0 @@
* Channelsuchfunktion aus der Google Play-Version entfernt

View file

@ -1 +0,0 @@
* Öffnen von Sicherungsdateien (.ceb) im Dateimanager deaktiviert

View file

@ -1 +0,0 @@
* Einführung eines neuen Formats für Sicherungsdateien

View file

@ -1,2 +0,0 @@
* Unterstützung der Benachrichtigungseinstellungen pro Unterhaltung
* Verwendung von Opus für Sprachnachrichten unter Android 10

View file

@ -1,3 +0,0 @@
* Änderung der libwebrtc-Abhängigkeit auf M117 und Änderung von libvpx
* Rückkehr zu AAC für Sprachnachrichten
* Unterstützung von Spracheinstellungen innerhalb einer App

View file

@ -1,3 +0,0 @@
* Unterstützung von Private DNS (DNS über TLS)
* Unterstützung für designbasiertes Startsymbol
* Behebt ein seltenes Berechtigungsproblem beim Teilen von Dateien unter Android 11+

View file

@ -1,3 +0,0 @@
* Unterstützung von Private DNS (DNS über TLS)
* Unterstützung von designbezogenem Startsymbol
* Behebt ein seltenes Berechtigungsproblem beim Teilen von Dateien unter Android 11+

View file

@ -1,2 +1,20 @@
Upstream:
* Bump Target SDK to 33 again
* Fix issues on servers supporting SASL2 w/o inline Stream Management
* Fix 'q' falsely being recognized as cyrillic
Fork:
* Implement multi selection for messages
* Add embedded photo editor
* Improve replies
* Prevent vertical scrolling during swipe
* Separate app id from upstream
* Disable OMEMO by default
* Add dialpad
* Add gateway interaction
* Add tags navigation
* Add self contact
* Don't hide indicator on merged messages
* Add tags editor
* Add logs sender
* Add a menu on long tap on conversations

View file

@ -1 +0,0 @@
* Fix 'q' falsely being recognized as cyrillic

View file

@ -1 +0,0 @@
* Remove channel discovery feature from Google Play version

View file

@ -1 +0,0 @@
* Disable opening backup files (.ceb) from file manager

View file

@ -1 +0,0 @@
* Introduce new backup file format

View file

@ -1,2 +0,0 @@
* support per conversation notification settings
* use opus for voice messages on Android 10

View file

@ -1,3 +0,0 @@
* Bump libwebrtc dependency to M117 and bump libvpx
* Go back to AAC for voice messages
* Support per app language settings

View file

@ -1,3 +0,0 @@
* Support Private DNS (DNS over TLS)
* Support themed launcher icon
* Fix rare permission issue when sharing files on Android 11+

View file

@ -1,4 +1,32 @@
Upstream:
* Disable opening backup files (.ceb) from file manager
* Introduce new backup file format
* support per conversation notification settings
* Bump libwebrtc dependency to M117 and bump libvpx
* Support per app language settings
* Support Private DNS (DNS over TLS)
* Support themed launcher icon
* Fix rare permission issue when sharing files on Android 11+
* Easier access to 'Show QR code'
* Support PEP Native Bookmarks
* Add support for SDP Offer / Answer Model (Used by SIP gateways)
* Raise target API to Android 14
Fork:
* Fix numerous crashes
* Add tags for MUC
* MUC PM in the separate conversation
* Improve message selection mode title
* Append author and day for multi select copy value
* Bump MAM limits
* Get rid of Soprani.ca bookmark
* Support primary color picker
* Group contacts by tag
* Commands tab in conversation
* Make replies clickable
* Fix expandable contact clicks handling
* Note to self as separate context menu item
* Fix colors of reply text and conversation swipe background
* Better messages highlighting
* Show replies not starting with >
* Allow to merge private messages

View file

@ -0,0 +1,31 @@
The app is renamed to Conversations Classic.
* Numerous small fixes
* Info about PM on MUC details screen
* Temporary disable domain JID sanity check
* Support 'Save to downloads' action for attachments
* Reactions
* New UI category in expert settings
* Better self contact handling
* Split roster by different accounts
* Group conversation by tags
* Save expanded items in persistent storage
* Fix not working accent color
* Support conversations grouping on ShareWith screen
* LED color changed to blue
* Show real reply text instead of fallback
* New launcher icons
* Fix multiline reply quote
* Fix swipe to reply handling
* Add leakCanary
* Log reason for SM resume failure
* Fix notifications fallback color
* Get rid of command blicks
* Add checkbox for auto downloading all files when connected to Wi-Fi
* Improve scroll to bottom button behavior
* Add notification sound throttling setting, per each contact separately
* Get rid of upstream bug reports system
* Add contact JID copy button
* Move restore backup button from context menu on welcome screen
* Improve replies on file or image messages
* Fix reactions handling in case of missing reply stanza

View file

@ -0,0 +1 @@
* Fix replies to audio messages

View file

@ -0,0 +1,2 @@
* Get rid of outdated kernel version calculation code
* Fix contact long click crash

View file

@ -0,0 +1,4 @@
* Clean code and optimize imports
* Render reply message author name on the top of replied text
* Fix conversation position handling while grouping enabled
* Properly show contact name in MUC

View file

@ -0,0 +1,13 @@
* Add Cheogram mention on about screen
* Fix save to downloads menu item visibility
* Update Russian and Ukrainian localizations
* Update caps node field
* Notifications throttling setting for all conversations
* Fix gestures handling conflict in commands
* Support navigation via nav bar
* Per conversation custom backgrounds
* Use original file name in chat attachements
* Support avatars shape customization
* Medium font for unread conversation title
* New settings screen
* Show MUC subject as a pinned message

View file

@ -9,31 +9,34 @@ Design principles:
Features:
* End-to-end encryption with either <a href="http://conversations.im/omemo/">OMEMO</a> or <a href="http://openpgp.org/about/">OpenPGP</a>
* End-to-end encryption with either <a href="https://en.wikipedia.org/wiki/OMEMO">OMEMO</a> or <a href="http://openpgp.org/about/">OpenPGP</a>
* Sending and receiving images
* Encrypted audio and video calls (DTLS-SRTP)
* Encrypted audio and video calls (DTLS-SRTP) with DTMF dialpad
* Intuitive UI that follows Android Design guidelines
* Pictures / Avatars for your Contacts
* Syncs with desktop client
* Conferences (with support for bookmarks)
* Address book integration
* Multiple accounts / unified inbox
* Builtin image editor
* Very low impact on battery life
Conversations makes it very easy to create an account on the free conversations.im server. However Conversations will work with any other XMPP server as well. A lot of XMPP servers are run by volunteers and are free of charge.
XMPP Features:
Conversations works with every XMPP server out there. However XMPP is an extensible protocol. These extensions are standardized as well in so called XEPs. Conversations supports a couple of those to make the overall user experience better. There is a chance that your current XMPP server does not support these extensions. Therefore to get the most out of Conversations you should consider either switching to an XMPP server that does or - even better - run your own XMPP server for you and your friends.
Conversations Classic works with every XMPP server out there. However XMPP is an extensible protocol. These extensions are standardized as well in so called XEPs. Conversations Classic supports a couple of those to make the overall user experience better. There is a chance that your current XMPP server does not support these extensions. Therefore to get the most out of Conversations Classic you should consider either switching to an XMPP server that does or - even better - run your own XMPP server for you and your friends.
These XEPs are - as of now:
* XEP-0050: Ad-Hoc Commands lets to interact with gateways.
* XEP-0065: SOCKS5 Bytestreams (or mod_proxy65). Will be used to transfer files if both parties are behind a firewall (NAT).
* XEP-0163: Personal Eventing Protocol for avatars
* XEP-0163: Personal Eventing Protocol for avatars.
* XEP-0191: Blocking command lets you blacklist spammers or block contacts without removing them from your roster.
* XEP-0198: Stream Management allows XMPP to survive small network outages and changes of the underlying TCP connection.
* XEP-0215: External Service Discovery will be used to discover STUN and TURN servers which facilitate P2P A/V calls.
* XEP-0237: Roster Versioning mainly to save bandwidth on poor mobile connections.
* XEP-0280: Message Carbons which automatically syncs the messages you send to your desktop client and thus allows you to switch seamlessly from your mobile client to your desktop client and back within one conversation.
* XEP-0237: Roster Versioning mainly to save bandwidth on poor mobile connections
* XEP-0313: Message Archive Management synchronize message history with the server. Catch up with messages that were sent while Conversations was offline.
* XEP-0352: Client State Indication lets the server know whether or not Conversations is in the background. Allows the server to save bandwidth by withholding unimportant packages.
* XEP-0308: Last Message Correction allows you to edit last message as well as retract it.
* XEP-0313: Message Archive Management synchronize message history with the server. Catch up with messages that were sent while Conversations Classic was offline.
* XEP-0352: Client State Indication lets the server know whether or not Conversations Classic is in the background. Allows the server to save bandwidth by withholding unimportant packages.
* XEP-0363: HTTP File Upload allows you to share files in conferences and with offline contacts. Requires an additional component on your server.
* XEP-0461: Message Replies provides support of native replies, which also works in many transports (gateways) as well.

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 525 KiB

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 449 KiB

After

Width:  |  Height:  |  Size: 93 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 612 KiB

After

Width:  |  Height:  |  Size: 109 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 475 KiB

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 339 KiB

After

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 364 KiB

After

Width:  |  Height:  |  Size: 227 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 284 KiB

After

Width:  |  Height:  |  Size: 107 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 168 KiB

After

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 418 KiB

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 433 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 424 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 462 KiB

View file

@ -1,4 +0,0 @@
* Introducir configuración experta para realizar el descubrimiento de canales en el servidor local en lugar de search.jabber.network
* Habilitar las marcas de verificación de entrega por defecto y eliminar la configuración
* Habilitar «Enviar botón indica estado» por defecto y eliminar la configuración
* Mover los ajustes de copia de seguridad y servicio en primer plano a la pantalla principal

View file

@ -1,3 +0,0 @@
* Corrección de la transferencia de archivos Jingle IBB
* Corrección de correcciones repetidas que llenaban la base de datos.
* Transición a Last Message Correction v1.1

View file

@ -1,4 +0,0 @@
* Permitir a los usuarios establecer su propio apodo
* reanudar la descarga de archivos encriptados OMEMO
* Los canales ahora usan '#' como símbolo en el avatar
* Quicksy utiliza «siempre» como cifrado OMEMO por defecto (oculta el icono del candado)

View file

@ -1 +0,0 @@
* Soporte para los parámetros URI de XMPP «?register» y «?register;preauth»

View file

@ -1 +0,0 @@
* Soporte para el cambio automático de tema en Android 10

View file

@ -1,2 +0,0 @@
* Proporcionar vista previa de PDF en Android 5+
* Utilizar IVs de 12 bytes para OMEMO

View file

@ -1,2 +0,0 @@
* Corregir la selección de avatar en algunos dispositivos Android 10
* Corregir la transferencia de archivos más grandes

View file

@ -1 +0,0 @@
* Llamadas de audio/vídeo (requiere soporte de servidor en forma de servidores STUN y TURN detectables mediante XEP-0215)

View file

@ -1,2 +0,0 @@
* Respuesta audible (marcación, llamada iniciada, llamada finalizada) para llamadas de voz.
* Solucionado el problema de reintento de videollamada fallida

View file

@ -1,2 +0,0 @@
* Añadir botón para cambiar de cámara durante la videollamada
* Corregidas las llamadas de voz en tablets

View file

@ -1,3 +0,0 @@
* Mover el icono de llamada a la izquierda para mantener otros iconos de la barra de herramientas en un lugar coherente.
* Mostrar la duración de la llamada durante las llamadas de audio
* Desempate en las llamadas A/V (dos personas que se llaman al mismo tiempo)

View file

@ -1,2 +0,0 @@
* Reestructuración de la interfaz de inicio de sesión con certificado
* Añadir la posibilidad de anclar chats en la parte superior (añadir a favoritos)

Some files were not shown because too many files have changed in this diff Show more