riot's add deprecation notices, fix formatting, lint, etc.

This commit is contained in:
Marcus Hoffmann 2020-07-12 19:33:38 +02:00
parent 6f58bb4dd5
commit 990e0dbd63
3 changed files with 34 additions and 29 deletions

View file

@ -16,6 +16,8 @@ Bitcoin: 1LxowEgsquZ3UPZ68wHf8v2MDZw82dVmAE
AutoName: Riot.im
Description: |-
'''Note: This version is going to be discontinued and replaced with''' [https://f-droid.org/packages/im.vector.app/ Riot.imX].
Riot gathers all your conversations and app integrations into one single app.
Built around group chatrooms, Riot lets you share messages, images, videos and
@ -32,7 +34,7 @@ Description: |-
* Instantly share messages, images, videos and files of any kind within groups of any size
* Voice and video 1-1 and conference calling via WebRTC
* End-to-end encryption using Olm (<a href="https://matrix.org/git/olm"></a>)
* End-to-end encryption using [https://matrix.org/git/olm Olm]
* See whos reading your messages with read receipts
* Communicate with users anywhere in the Matrix.org ecosystem - not just Riot users!
* Discover and invite users by email address
@ -53,9 +55,9 @@ Description: |-
For developers:
* Riot is a Matrix client - built on the Matrix.org open standard and ecosystem, providing interoperability with all other Matrix compatible apps, servers and integrations
* Entirely open sourced under the permissive Apache License - get the code from <a href="https://github.com/vector-im/riot-android"></a>. Pull requests welcome!
* Trivially extensible via the open Matrix Client-Server API (<a href="https://matrix.org/docs/spec"></a>)
* Run your own server! You can use the default matrix.org server or run your own Matrix home server (e.g. <a href="https://matrix.org/docs/projects/server/synapse.html"></a>)
* Entirely open sourced under the permissive Apache License - get the code from [https://github.com/vector-im/riot-android]. Pull requests welcome!
* Trivially extensible via the open Matrix Client-Server API ([https://matrix.org/docs/spec])
* Run your own server! You can use the default matrix.org server or run your own Matrix home server (e.g. [https://matrix.org/docs/projects/server/synapse.html].
Coming soon:

View file

@ -12,10 +12,9 @@ Changelog: https://github.com/vector-im/riotx-android/blob/HEAD/CHANGES.md
LiberapayID: '10794'
Bitcoin: 1LxowEgsquZ3UPZ68wHf8v2MDZw82dVmAEa
RepoType: git
Repo: https://github.com/vector-im/riotX-android/
Description: |-
'''Note: This is a pre-release of the new Riot.im app based on the RiotX codebase.'''
Riot gathers all your conversations and app integrations into one single app.
Built around group chatrooms, Riot lets you share messages, images, videos and
@ -32,7 +31,7 @@ Description: |-
* Instantly share messages, images, videos and files of any kind within groups of any size
* Voice and video 1-1 and conference calling via WebRTC
* End-to-end encryption using Olm (https://matrix.org/git/olm)
* End-to-end encryption using [https://matrix.org/git/olm Olm].
* See whos reading your messages with read receipts
* Communicate with users anywhere in the Matrix.org ecosystem - not just Riot users!
* Discover and invite users by email address
@ -53,9 +52,8 @@ Description: |-
For developers:
* Riot is a Matrix client - built on the Matrix.org open standard and ecosystem, providing interoperability with all other Matrix compatible apps, servers and integrations
* Entirely open sourced under the permissive Apache License - get the code from https://github.com/vector-im/riot-android. Pull requests welcome!
* Trivially extensible via the open Matrix Client-Server API (https://matrix.org/docs/spec)
* Run your own server! You can use the default matrix.org server or run your own Matrix home server (e.g. https://matrix.org/docs/projects/server/synapse.html)
* Trivially extensible via the open Matrix Client-Server API ([https://matrix.org/docs/spec])
* Run your own server! You can use the default matrix.org server or run your own Matrix home server (e.g. [https://matrix.org/docs/projects/server/synapse.html])
Coming soon:
@ -66,8 +64,11 @@ Description: |-
Discover truly efficient and open collaboration with Riot!
RepoType: git
Repo: https://github.com/vector-im/riotX-android/
Builds:
- versionName: '0.91.5'
- versionName: 0.91.5
versionCode: 40091050
commit: v0.91.5
subdir: vector

View file

@ -13,26 +13,28 @@ LiberapayID: '10794'
Bitcoin: 1LxowEgsquZ3UPZ68wHf8v2MDZw82dVmAEa
Description: |-
RiotX is a new client for the Matrix protocol (Matrix.org): an open network for secure, decentralised communication. RiotX is a full rewrite of the Riot Android client, based on a full rewrite of the Matrix Android SDK.
'''Note: This version is going to be discontinued and replaced by''' [https://f-droid.org/packages/im.vector.app/ Riot.imX].
Disclaimer: This is a beta version. RiotX is currently in active development and contains limitations and (we hope not too many) bugs. All feedback is welcome!
RiotX is a new client for the Matrix protocol (Matrix.org): an open network for secure, decentralised communication. RiotX is a full rewrite of the Riot Android client, based on a full rewrite of the Matrix Android SDK.
RiotX supports:
* Login to an existing account
* Create room and join public rooms
* Accept and reject invitations
* List users rooms
* View room details
* Send text messages
* Send attachment
* Read and write messages in encrypted rooms
* Crypto: E2E keys backup, advance device verification, key share request and answer
* Push notification
* Light, Dark and Black themes
Disclaimer: This is a beta version. RiotX is currently in active development and contains limitations and (we hope not too many) bugs. All feedback is welcome!
Not all features in Riot are implemented in RiotX yet. Main missing (and coming soon!) features:
* Calls
* ...
RiotX supports:
* Login to an existing account
* Create room and join public rooms
* Accept and reject invitations
* List users rooms
* View room details
* Send text messages
* Send attachment
* Read and write messages in encrypted rooms
* Crypto: E2E keys backup, advance device verification, key share request and answer
* Push notification
* Light, Dark and Black themes
Not all features in Riot are implemented in RiotX yet. Main missing (and coming soon!) features:
* Calls
* ...
RepoType: git
Repo: https://github.com/vector-im/riotx-android