forked from mirror/monocles_chat_clean
update readme and description
This commit is contained in:
parent
2ad533e070
commit
475511a540
4 changed files with 22 additions and 23 deletions
|
@ -28,8 +28,7 @@ monocles chat has different presettings compared to blabber.im:
|
|||
|
||||
* don't show previews of weblinks in chat
|
||||
* don't show previews of locations in chat
|
||||
* use inner storage (files are hidden then and not shown in the Gallery)
|
||||
* don't automatically download all atachments
|
||||
* don't automatically download all attachments
|
||||
|
||||
### OTR
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
monocles chat ist ein moderner und sicherer chat client, welcher das XMPP Protokoll nutzt und viele Funktionen bietet. Basierend auf der Anwendung blabber.im und der offiziellen Android-App <a href="https://f-droid.org/packages/eu.siacs.conversations/">Conversations</a> mit
|
||||
monocles chat ist ein moderner und sicherer chat client, welcher das XMPP Protokoll nutzt und viele Funktionen bietet. Basierend auf der Anwendung blabber .im und Conversations mit
|
||||
vielen Änderungen, insbesondere zur Verbesserung der Sicherheit, also auch der Benutzerfreundlichkeit,
|
||||
um den Umstieg von oftmals vorinstallierten Messengern zu erleichtern.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
monocles chat is a modern and secure Android XMPP chat client. Based on blabber.im and [Conversations](https://github.com/siacs/Conversations) but with a lot of changes and additional features.
|
||||
monocles chat is a modern and secure Android XMPP chat client. Based on blabber .im and Conversations but with a lot of changes and additional features.
|
||||
to improve usability and security.
|
||||
|
||||
Connection security and the protection of personal data are very important for
|
||||
|
|
|
@ -20,26 +20,13 @@
|
|||
"filters": [
|
||||
{
|
||||
"filterType": "ABI",
|
||||
"value": "armeabi-v7a"
|
||||
"value": "x86_64"
|
||||
}
|
||||
],
|
||||
"attributes": [],
|
||||
"versionCode": 15501,
|
||||
"versionCode": 15503,
|
||||
"versionName": "1.7.8.4",
|
||||
"outputFile": "monocles chat-1.7.8.4-git-armeabi-v7a-release.apk"
|
||||
},
|
||||
{
|
||||
"type": "ONE_OF_MANY",
|
||||
"filters": [
|
||||
{
|
||||
"filterType": "ABI",
|
||||
"value": "x86"
|
||||
}
|
||||
],
|
||||
"attributes": [],
|
||||
"versionCode": 15502,
|
||||
"versionName": "1.7.8.4",
|
||||
"outputFile": "monocles chat-1.7.8.4-git-x86-release.apk"
|
||||
"outputFile": "monocles chat-1.7.8.4-git-x86_64-release.apk"
|
||||
},
|
||||
{
|
||||
"type": "ONE_OF_MANY",
|
||||
|
@ -59,13 +46,26 @@
|
|||
"filters": [
|
||||
{
|
||||
"filterType": "ABI",
|
||||
"value": "x86_64"
|
||||
"value": "x86"
|
||||
}
|
||||
],
|
||||
"attributes": [],
|
||||
"versionCode": 15503,
|
||||
"versionCode": 15502,
|
||||
"versionName": "1.7.8.4",
|
||||
"outputFile": "monocles chat-1.7.8.4-git-x86_64-release.apk"
|
||||
"outputFile": "monocles chat-1.7.8.4-git-x86-release.apk"
|
||||
},
|
||||
{
|
||||
"type": "ONE_OF_MANY",
|
||||
"filters": [
|
||||
{
|
||||
"filterType": "ABI",
|
||||
"value": "armeabi-v7a"
|
||||
}
|
||||
],
|
||||
"attributes": [],
|
||||
"versionCode": 15501,
|
||||
"versionName": "1.7.8.4",
|
||||
"outputFile": "monocles chat-1.7.8.4-git-armeabi-v7a-release.apk"
|
||||
}
|
||||
],
|
||||
"elementType": "File"
|
||||
|
|
Loading…
Add table
Reference in a new issue