1
0
Fork 1

updated app description and changelog

This commit is contained in:
arnebv 2021-06-29 15:38:14 +02:00
parent c024124060
commit 120de4b60c
6 changed files with 184 additions and 2 deletions

View file

@ -1,5 +1,45 @@
### 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

View file

@ -0,0 +1,51 @@
### 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

View file

@ -5,7 +5,8 @@ um den Umstieg von oftmals vorinstallierten Messengern zu erleichtern.
Verbindungssicherheit und der Schutz persönlicher Daten ist uns sehr wichtig,
deshalb erzwingen wir verschlüsselte Verbindungen zwischen Messenger und Server,
was es nahezu unmöglich macht, deine Nachrichten durch Fremde abzufangen und zu
lesen.
lesen. Dazu verzichten wir im Vergleich zu ähnlichen xmpp Clienten auf ältere Verschlüsselungs Ketten. Diese sind optimal an den monocles Chat Server angepasst, aber auch mit anderen Chat Servern kompatibel, welche heutige Standards nutzen.
Wem das nicht genug ist, kann auf die integrierte Nachrichtenverschlüsselung von
Ende-zu-Ende, wie OMEMO oder OpenPGP, zurückgreifen.
Damit lassen sich Nachrichten auf dem Sendegerät verschlüsseln und nur durch das

View file

@ -1,5 +1,44 @@
### 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

View file

@ -0,0 +1,50 @@
### 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
* added optional monocles registration link
* changed appicon
#### Version 1.0
* Initial release

View file

@ -3,7 +3,8 @@ to improve usability.
Connection security and the protection of personal data are very important for
us, so we enforce encrypted connections between chat and server, making it
almost impossible to intercept and read your messages by strangers.
almost impossible to intercept and read your messages by strangers. Therefore we removed older cipher suits. These are adapted to the monocles chat server nevertheless they are still compatible with other xmpp server using todays standards.
If that's not enough for you, end-to-end message encryption such as OMEMO
or OpenPGP can be used. This allows messages to be encrypted on the sending
device and decrypted only by the receiving device intended for reception.