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>
|
@ -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 —
|
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:
|
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
|
* [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).
|
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.
|
* [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
|
* [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.
|
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-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
|
* [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
|
your desktop client and thus allows you to switch seamlessly from your mobile
|
||||||
client to your desktop client and back within one conversation.
|
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
|
* [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
|
server. Catch up with messages that were sent while Conversations Classic was
|
||||||
offline.
|
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
|
* [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
|
Conversations is in the background. Allows the server to save bandwidth by
|
||||||
withholding unimportant packages.
|
withholding unimportant packages.
|
||||||
|
|
|
@ -103,7 +103,7 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 24
|
minSdkVersion 24
|
||||||
targetSdkVersion 34
|
targetSdkVersion 34
|
||||||
versionCode 42113
|
versionCode 42114
|
||||||
versionName "2.3.0"
|
versionName "2.3.0"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations.classic"
|
applicationId "eu.siacs.conversations.classic"
|
||||||
|
|
|
@ -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
|
|
|
@ -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
|
|
|
@ -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)
|
|
|
@ -1 +0,0 @@
|
||||||
* Unterstützung für ?register und ?register;preauth XMPP URI-Parameter
|
|
|
@ -1 +0,0 @@
|
||||||
* Unterstützung für automatischen Designwechsel in Android 10
|
|
|
@ -1,2 +0,0 @@
|
||||||
* Bereitstellen von PDF-Vorschau ab Android 5+
|
|
||||||
* Nutzung von 12 byte IVs für OMEMO
|
|
|
@ -1,2 +0,0 @@
|
||||||
* Profilbildauswahl auf einigen Android 10 Geräten korrigiert
|
|
||||||
* Dateiübertragung für größere Dateien korrigiert
|
|
|
@ -1 +0,0 @@
|
||||||
* Audio-/Videoanrufe (erfordert Serverunterstützung in Form von STUN- und TURN-Servern, die über XEP-0215 ermittelt werden können)
|
|
|
@ -1,2 +0,0 @@
|
||||||
* Akustische Rückmeldungen (Wählen, Anruf begonnen, Anruf beendet) für Audioanrufe
|
|
||||||
* Problem mit der Wiederholung eines fehlgeschlagenen Videoanrufs behoben
|
|
|
@ -1,2 +0,0 @@
|
||||||
* Schaltfläche zum Umschalten der Kamera während eines Videoanrufs hinzugefügt
|
|
||||||
* Audioanrufe auf Tablets repariert
|
|
|
@ -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)
|
|
|
@ -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)
|
|
|
@ -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
|
|
|
@ -1 +0,0 @@
|
||||||
* Möglichkeit zur Aufnahme einer Sprachnachricht, wenn der Anrufer beschäftigt ist
|
|
|
@ -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
|
|
|
@ -1,2 +0,0 @@
|
||||||
* Benachrichtigungen wurden unter bestimmten Bedingungen nicht mehr angezeigt
|
|
||||||
* Kompatibilitätsprobleme und Abstürze im Zusammenhang mit A/V-Anrufen behoben
|
|
|
@ -1,3 +0,0 @@
|
||||||
* Hinzufügen von 'Zurück zum Chat' zum Audio-Anruf-Bildschirm
|
|
||||||
* Verbesserung der Tastaturkürzel
|
|
||||||
* Fehlerbehebungen
|
|
|
@ -1,3 +0,0 @@
|
||||||
* Verarbeitung von GPX-Dateien
|
|
||||||
* Verbesserte Leistung bei der Wiederherstellung von Sicherungen
|
|
||||||
* Fehlerbehebungen
|
|
|
@ -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
|
|
|
@ -1,2 +0,0 @@
|
||||||
* Suche auf Android <= 5 korrigiert
|
|
||||||
* Optimierung des Speicherverbrauchs
|
|
|
@ -1,3 +0,0 @@
|
||||||
* Bietet einfache Einladungserstellung auf unterstützenden Servern
|
|
||||||
* GIFs anzeigen, die von Movim gesendet werden
|
|
||||||
* Profilbilder im Cache speichern
|
|
|
@ -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
|
|
|
@ -1 +0,0 @@
|
||||||
* Kleinere Stabilitätsverbesserungen für A/V-Anrufe
|
|
|
@ -1 +0,0 @@
|
||||||
* Quicksy: Automatischer Empfang der Bestätigungs-SMS
|
|
|
@ -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
|
|
|
@ -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)
|
|
|
@ -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
|
|
|
@ -1,2 +0,0 @@
|
||||||
* Verschiedene Fehlerbehebungen rund um die Tor-Unterstützung
|
|
||||||
* Verbesserung der Anrufkompatibilität mit Dino
|
|
|
@ -1 +0,0 @@
|
||||||
* Problembehebung beim HTTP-Upload/Download für Benutzer, die den System-CAs nicht vertrauen
|
|
|
@ -1 +0,0 @@
|
||||||
* Probleme mit "Keine Verbindung" unter Android 7.1 behoben
|
|
|
@ -1,2 +0,0 @@
|
||||||
* Domänenname immer überprüfen. Kein Überschreiben von Benutzern
|
|
||||||
* Unterstützung der Kontaktlisten-Vorauthentifizierung
|
|
|
@ -1 +0,0 @@
|
||||||
* Kleinere A/V-Verbesserungen
|
|
|
@ -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
|
|
|
@ -1,2 +0,0 @@
|
||||||
* Fehler behoben, bei dem einige Videos nicht komprimiert wurden
|
|
||||||
* Seltenen Absturz beim Öffnen von Benachrichtigungen behoben
|
|
|
@ -1,2 +0,0 @@
|
||||||
* Absturz beim Rendern einiger Anführungszeichen behoben
|
|
||||||
* Absturz im Willkommensbildschirm behoben
|
|
|
@ -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
|
|
|
@ -1,2 +0,0 @@
|
||||||
* Kleinere Fehlerbehebungen
|
|
||||||
* Wiederherstellung der Möglichkeit, über JMP und andere Dienste aufzurufen (Playstore-Version)
|
|
|
@ -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
|
|
|
@ -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
|
|
|
@ -1 +0,0 @@
|
||||||
* Fehler bei der P2P-Dateiübertragung behoben
|
|
|
@ -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
|
|
|
@ -1 +0,0 @@
|
||||||
* Integration eines UnifiedPush-Verteilers, um Push-Nachrichten für andere UnifiedPush-fähige Apps wie Tusky und Fedilab zu ermöglichen
|
|
|
@ -1 +0,0 @@
|
||||||
* Absturz im UnifiedPush-Verteiler behoben
|
|
|
@ -1 +0,0 @@
|
||||||
* Vergrößerung des Eckenradius bei Profilbildern
|
|
|
@ -1,2 +0,0 @@
|
||||||
* Ziel-SDK wieder auf 33 erhöht
|
|
||||||
* Behebt Probleme auf Servern, die SASL2 ohne Inline Stream Management unterstützen
|
|
|
@ -1 +0,0 @@
|
||||||
* Fehlerhafte Erkennung von 'q' als kyrillisch behoben
|
|
|
@ -1 +0,0 @@
|
||||||
* Channelsuchfunktion aus der Google Play-Version entfernt
|
|
|
@ -1 +0,0 @@
|
||||||
* Öffnen von Sicherungsdateien (.ceb) im Dateimanager deaktiviert
|
|
|
@ -1 +0,0 @@
|
||||||
* Einführung eines neuen Formats für Sicherungsdateien
|
|
|
@ -1,2 +0,0 @@
|
||||||
* Unterstützung der Benachrichtigungseinstellungen pro Unterhaltung
|
|
||||||
* Verwendung von Opus für Sprachnachrichten unter Android 10
|
|
|
@ -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
|
|
|
@ -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+
|
|
|
@ -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+
|
|
|
@ -1,2 +1,20 @@
|
||||||
|
Upstream:
|
||||||
* Bump Target SDK to 33 again
|
* Bump Target SDK to 33 again
|
||||||
* Fix issues on servers supporting SASL2 w/o inline Stream Management
|
* 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
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
* Fix 'q' falsely being recognized as cyrillic
|
|
|
@ -1 +0,0 @@
|
||||||
* Remove channel discovery feature from Google Play version
|
|
|
@ -1 +0,0 @@
|
||||||
* Disable opening backup files (.ceb) from file manager
|
|
|
@ -1 +0,0 @@
|
||||||
* Introduce new backup file format
|
|
|
@ -1,2 +0,0 @@
|
||||||
* support per conversation notification settings
|
|
||||||
* use opus for voice messages on Android 10
|
|
|
@ -1,3 +0,0 @@
|
||||||
* Bump libwebrtc dependency to M117 and bump libvpx
|
|
||||||
* Go back to AAC for voice messages
|
|
||||||
* Support per app language settings
|
|
|
@ -1,3 +0,0 @@
|
||||||
* Support Private DNS (DNS over TLS)
|
|
||||||
* Support themed launcher icon
|
|
||||||
* Fix rare permission issue when sharing files on Android 11+
|
|
|
@ -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'
|
* Easier access to 'Show QR code'
|
||||||
* Support PEP Native Bookmarks
|
* Support PEP Native Bookmarks
|
||||||
* Add support for SDP Offer / Answer Model (Used by SIP gateways)
|
* Add support for SDP Offer / Answer Model (Used by SIP gateways)
|
||||||
* Raise target API to Android 14
|
* 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
|
||||||
|
|
31
fastlane/metadata/android/en-US/changelogs/4211004.txt
Normal 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
|
1
fastlane/metadata/android/en-US/changelogs/4211104.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
* Fix replies to audio messages
|
2
fastlane/metadata/android/en-US/changelogs/4211204.txt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
* Get rid of outdated kernel version calculation code
|
||||||
|
* Fix contact long click crash
|
4
fastlane/metadata/android/en-US/changelogs/4211304.txt
Normal 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
|
13
fastlane/metadata/android/en-US/changelogs/4211404.txt
Normal 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
|
|
@ -9,31 +9,34 @@ Design principles:
|
||||||
|
|
||||||
Features:
|
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
|
* 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
|
* Intuitive UI that follows Android Design guidelines
|
||||||
* Pictures / Avatars for your Contacts
|
* Pictures / Avatars for your Contacts
|
||||||
* Syncs with desktop client
|
* Syncs with desktop client
|
||||||
* Conferences (with support for bookmarks)
|
* Conferences (with support for bookmarks)
|
||||||
* Address book integration
|
* Address book integration
|
||||||
* Multiple accounts / unified inbox
|
* Multiple accounts / unified inbox
|
||||||
|
* Builtin image editor
|
||||||
* Very low impact on battery life
|
* 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:
|
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 XEP’s. 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 XEP’s. 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:
|
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-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-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-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-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-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 was offline.
|
* 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 is in the background. Allows the server to save bandwidth by withholding unimportant packages.
|
* 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-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.
|
BIN
fastlane/metadata/android/en-US/images/icon.png
Normal file
After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 525 KiB After Width: | Height: | Size: 64 KiB |
Before Width: | Height: | Size: 449 KiB After Width: | Height: | Size: 93 KiB |
Before Width: | Height: | Size: 612 KiB After Width: | Height: | Size: 109 KiB |
Before Width: | Height: | Size: 475 KiB After Width: | Height: | Size: 90 KiB |
Before Width: | Height: | Size: 339 KiB After Width: | Height: | Size: 83 KiB |
Before Width: | Height: | Size: 364 KiB After Width: | Height: | Size: 227 KiB |
Before Width: | Height: | Size: 284 KiB After Width: | Height: | Size: 107 KiB |
Before Width: | Height: | Size: 168 KiB After Width: | Height: | Size: 99 KiB |
Before Width: | Height: | Size: 418 KiB After Width: | Height: | Size: 66 KiB |
BIN
fastlane/metadata/android/en-US/images/phoneScreenshots/10.png
Normal file
After Width: | Height: | Size: 106 KiB |
BIN
fastlane/metadata/android/en-US/images/phoneScreenshots/11.png
Normal file
After Width: | Height: | Size: 35 KiB |
BIN
fastlane/metadata/android/en-US/images/phoneScreenshots/12.png
Normal file
After Width: | Height: | Size: 56 KiB |
Before Width: | Height: | Size: 433 KiB |
Before Width: | Height: | Size: 424 KiB |
Before Width: | Height: | Size: 86 KiB |
Before Width: | Height: | Size: 462 KiB |
|
@ -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
|
|
|
@ -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
|
|
|
@ -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)
|
|
|
@ -1 +0,0 @@
|
||||||
* Soporte para los parámetros URI de XMPP «?register» y «?register;preauth»
|
|
|
@ -1 +0,0 @@
|
||||||
* Soporte para el cambio automático de tema en Android 10
|
|
|
@ -1,2 +0,0 @@
|
||||||
* Proporcionar vista previa de PDF en Android 5+
|
|
||||||
* Utilizar IVs de 12 bytes para OMEMO
|
|
|
@ -1,2 +0,0 @@
|
||||||
* Corregir la selección de avatar en algunos dispositivos Android 10
|
|
||||||
* Corregir la transferencia de archivos más grandes
|
|
|
@ -1 +0,0 @@
|
||||||
* Llamadas de audio/vídeo (requiere soporte de servidor en forma de servidores STUN y TURN detectables mediante XEP-0215)
|
|
|
@ -1,2 +0,0 @@
|
||||||
* Respuesta audible (marcación, llamada iniciada, llamada finalizada) para llamadas de voz.
|
|
||||||
* Solucionado el problema de reintento de videollamada fallida
|
|
|
@ -1,2 +0,0 @@
|
||||||
* Añadir botón para cambiar de cámara durante la videollamada
|
|
||||||
* Corregidas las llamadas de voz en tablets
|
|
|
@ -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)
|
|
|
@ -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)
|
|