forked from mirror/monocles_chat
corrected descriptions and changelogs (thanks Licaon_Kter)
This commit is contained in:
parent
01723066c4
commit
84ecbb38d0
9 changed files with 21 additions and 109 deletions
|
@ -37,7 +37,7 @@ configurations {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'org.webrtc:google-webrtc:1.0.+'
|
||||
implementation 'org.webrtc:google-webrtc:1.0.32006'
|
||||
implementation project(':libs:android-transcoder')
|
||||
playstoreImplementation('com.google.firebase:firebase-messaging:22.0.0') { ///higher versions are causing crashes due to missing project IDs
|
||||
exclude group: 'com.google.firebase', module: 'firebase-core'
|
||||
|
|
|
@ -1,51 +1,5 @@
|
|||
### Changelog
|
||||
|
||||
##Version 1.2
|
||||
* Changed missed call, notification and connection icons
|
||||
* upgrade to libwebrtc m90
|
||||
* enable extmap-allow-mixed
|
||||
* changed version tag
|
||||
* added old icons
|
||||
* improved german translation changes (Thanks IM)
|
||||
* use onAddTrack instead of deprecated onAddStream
|
||||
* pulled translations from transifex / Conversations
|
||||
* removed old TLS chipers
|
||||
* changed TLS Chipers to monocles standards
|
||||
* use internal storage instead of sdcard to save attachments for security reasons
|
||||
* Always verify hostname/domain "There might be corner cases where it is required to use self signed certificates. However there should be no corner cases where it is required to use a wrong domain name. This commit swaps out the
|
||||
MemorizingHostnameVerifier that let users accept wrong domains with the
|
||||
standard XmppDomainVerifier." (Daniel Gultsch)
|
||||
* Add User-Agent to all HTTP calls
|
||||
* trigger registration dialog on roster;ibr=y only if no accounts are configured
|
||||
* show domains in manual cert accept dialog
|
||||
many translations
|
||||
* a/v calls: seperate out SECURITY error from APP_FAILURE "until now problems with verifying the call (omemo or DTLS missing) would
|
||||
just be another app failure. This commit displays verifications problems as
|
||||
their own thing." Daniel Gultsch
|
||||
* encrypt to inactive and untrusted devices in jingle "encrypting to untrusted devices means no degradition of security
|
||||
compared to not encrypting at all. Trust status display (shield) is made
|
||||
independently at a later stage." (Daniel Gultsch)
|
||||
* remove gps maps preview link for privacy reasons
|
||||
* changed presettings to little more privacy
|
||||
* bump jxmpp-jid version
|
||||
* fixup: update some libraries
|
||||
* call SVGs 'vector graphic' instead of 'image'
|
||||
* bump gradle plugin version
|
||||
* FileParams indicate unavailable file size as null "since 0 is a valid file size we should use null to indicate absence" (Daniel Gultsch)
|
||||
* execute status code check on HEAD
|
||||
* Transferables interface needs to differentiate between 0 and null file size
|
||||
* add description for text/plain
|
||||
* log exception when file is not a ceb
|
||||
* ring during device discovery
|
||||
* make search case-insensitive not only for ASCII
|
||||
|
||||
|
||||
##Version 1.1
|
||||
* Voreinstellungen geändert, um Verbindungsprobleme zu vermeiden
|
||||
* einige Textkorrekturen
|
||||
* optionalen monocles Registrierungslink hinzugefügt
|
||||
* geändertes Appicon
|
||||
|
||||
## Version 1.0
|
||||
* Erste Veröffentlichung
|
||||
|
||||
|
|
8
fastlane/metadata/android/de/changelogs/101.txt
Normal file
8
fastlane/metadata/android/de/changelogs/101.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
### Changelog
|
||||
|
||||
##Version 1.1
|
||||
* Voreinstellungen geändert, um Verbindungsprobleme zu vermeiden
|
||||
* einige Textkorrekturen
|
||||
* optionalen monocles Registrierungslink hinzugefügt
|
||||
* geändertes Appicon
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
##Version 1.2
|
||||
* Changed missed call, notification and connection icons
|
||||
* upgrade to libwebrtc m90
|
||||
* upgrade to libwebrtc m86
|
||||
* enable extmap-allow-mixed
|
||||
* changed version tag
|
||||
* added old icons
|
||||
|
@ -39,13 +39,3 @@ independently at a later stage." (Daniel Gultsch)
|
|||
* ring during device discovery
|
||||
* make search case-insensitive not only for ASCII
|
||||
|
||||
|
||||
##Version 1.1
|
||||
* Voreinstellungen geändert, um Verbindungsprobleme zu vermeiden
|
||||
* einige Textkorrekturen
|
||||
* optionalen monocles Registrierungslink hinzugefügt
|
||||
* geändertes Appicon
|
||||
|
||||
## Version 1.0
|
||||
* Erste Veröffentlichung
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ Features:
|
|||
* Synchronisiere Nachrichtenverlauf mit anderen Clients
|
||||
* Konferenzen bzw. Gruppenchats
|
||||
* Adressbuchintegration (ein Austausch deines Adressbuches mit dem Server findet nicht statt)
|
||||
* Audio/Video Telefonie seit Version 2.4.0
|
||||
* Audio/Video Telefonie
|
||||
* sehr geringe Akku-Belastung
|
||||
* Status Nachrichten
|
||||
* tägliches Backup der Datenbank auf den lokalen Speicher
|
||||
|
|
|
@ -1,44 +1,5 @@
|
|||
### Changelog
|
||||
|
||||
##Version 1.2
|
||||
* Changed missed call, notification and connection icons
|
||||
* upgrade to libwebrtc m90
|
||||
* enable extmap-allow-mixed
|
||||
* changed version tag
|
||||
* added old icons
|
||||
* improved german translation changes (Thanks IM)
|
||||
* use onAddTrack instead of deprecated onAddStream
|
||||
* pulled translations from transifex / Conversations
|
||||
* removed old TLS chipers
|
||||
* changed TLS Chipers to monocles standards
|
||||
* use internal storage instead of sdcard to save attachments for security reasons
|
||||
* Always verify hostname/domain "There might be corner cases where it is required to use self signed certificates. However there should be no corner cases where it is required to use a wrong domain name. This commit swaps out the
|
||||
MemorizingHostnameVerifier that let users accept wrong domains with the
|
||||
standard XmppDomainVerifier." (Daniel Gultsch)
|
||||
* Add User-Agent to all HTTP calls
|
||||
* trigger registration dialog on roster;ibr=y only if no accounts are configured
|
||||
* show domains in manual cert accept dialog
|
||||
many translations
|
||||
* a/v calls: seperate out SECURITY error from APP_FAILURE "until now problems with verifying the call (omemo or DTLS missing) would
|
||||
just be another app failure. This commit displays verifications problems as
|
||||
their own thing." Daniel Gultsch
|
||||
* encrypt to inactive and untrusted devices in jingle "encrypting to untrusted devices means no degradition of security
|
||||
compared to not encrypting at all. Trust status display (shield) is made
|
||||
independently at a later stage." (Daniel Gultsch)
|
||||
* remove gps maps preview link for privacy reasons
|
||||
* changed presettings to little more privacy
|
||||
* bump jxmpp-jid version
|
||||
* fixup: update some libraries
|
||||
* call SVGs 'vector graphic' instead of 'image'
|
||||
* bump gradle plugin version
|
||||
* FileParams indicate unavailable file size as null "since 0 is a valid file size we should use null to indicate absence" (Daniel Gultsch)
|
||||
* execute status code check on HEAD
|
||||
* Transferables interface needs to differentiate between 0 and null file size
|
||||
* add description for text/plain
|
||||
* log exception when file is not a ceb
|
||||
* ring during device discovery
|
||||
* make search case-insensitive not only for ASCII
|
||||
|
||||
#### Version 1.1
|
||||
* presettings correction to avoid connection problems
|
||||
* some text corrections
|
||||
|
|
8
fastlane/metadata/android/en-US/changelogs/101.txt
Normal file
8
fastlane/metadata/android/en-US/changelogs/101.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
### Changelog
|
||||
|
||||
#### Version 1.1
|
||||
* presettings correction to avoid connection problems
|
||||
* some text corrections
|
||||
* added optional monocles registration link
|
||||
* changed appicon
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
##Version 1.2
|
||||
* Changed missed call, notification and connection icons
|
||||
* upgrade to libwebrtc m90
|
||||
* upgrade to libwebrtc m86
|
||||
* enable extmap-allow-mixed
|
||||
* changed version tag
|
||||
* added old icons
|
||||
|
@ -39,12 +39,3 @@ independently at a later stage." (Daniel Gultsch)
|
|||
* ring during device discovery
|
||||
* make search case-insensitive not only for ASCII
|
||||
|
||||
#### Version 1.1
|
||||
* presettings correction to avoid connection problems
|
||||
* some text corrections
|
||||
* added optional monocles registration link
|
||||
* changed appicon
|
||||
|
||||
#### Version 1.0
|
||||
* Initial release
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ Features:
|
|||
* Synchronize message history with other clients
|
||||
* Conferences or group chats
|
||||
* Address book integration (there is no exchange of your address book with the server)
|
||||
* Audio/Video calls since version 2.4.0
|
||||
* Audio/Video calls
|
||||
* Very low battery consumption
|
||||
* Status messages
|
||||
* Daily backup of database to local storage
|
||||
|
|
Loading…
Add table
Reference in a new issue