Merge branch 'master' into 'master'
Add Riot (previously called Vector) v0.5.1 See merge request !1701
This commit is contained in:
commit
3516ce8682
|
@ -1,20 +1,20 @@
|
|||
Categories:Internet,Phone & SMS
|
||||
License:Apache2
|
||||
Web Site:https://vector.im
|
||||
Web Site:https://riot.im
|
||||
Source Code:https://github.com/vector-im/vector-android
|
||||
Issue Tracker:https://github.com/vector-im/vector-android/issues
|
||||
|
||||
Auto Name:Vector
|
||||
Summary:Open team chat
|
||||
Auto Name:Riot
|
||||
Summary:Open team collaboration
|
||||
Description:
|
||||
Vector gathers all your conversations and app integrations into one single app.
|
||||
Riot gathers all your conversations and app integrations into one single app.
|
||||
|
||||
Built around group chatrooms, Vector lets you share messages, images, videos and
|
||||
Built around group chatrooms, Riot lets you share messages, images, videos and
|
||||
files - interact with your tools and access all your different communities under
|
||||
one roof. One single identity and place for all your teams: no need to switch
|
||||
accounts, work and chat with people from different organisations in public or
|
||||
private rooms: from professional projects to school trips, Vector will become
|
||||
the center of all your discussions!
|
||||
private rooms: from professional projects to school trips, Riot will become the
|
||||
center of all your discussions!
|
||||
|
||||
Features include:
|
||||
|
||||
|
@ -39,7 +39,7 @@ sync or even disable background sync completely, in the settings page.
|
|||
|
||||
For developers:
|
||||
|
||||
* Vector is a Matrix client - built on the Matrix.org open standard and ecosystem, providing interoperability with all other Matrix compatible apps, servers and integrations
|
||||
* 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/vector-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])
|
||||
|
@ -85,7 +85,16 @@ Build:0.4.0,400
|
|||
sed -i -e '/projectDir/d' ../settings.gradle && \
|
||||
sed -i -e '/play-services/d' build.gradle
|
||||
|
||||
Build:0.5.1,501
|
||||
commit=d20f5b257565e0de67d634e1d457a41703a7d212
|
||||
subdir=vector
|
||||
gradle=appfdroid
|
||||
srclibs=matrixsdk@43bec0d2780ac78f9a3ebbc92d6113ab15236ccc
|
||||
prebuild=cp -fR $$matrixsdk$$/matrix-sdk ../ && \
|
||||
sed -i -e '/projectDir/d' ../settings.gradle && \
|
||||
sed -i -e '/play-services/d' build.gradle
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:None
|
||||
Current Version:0.4.0
|
||||
Current Version Code:400
|
||||
Current Version:0.5.1
|
||||
Current Version Code:501
|
||||
|
|
Loading…
Reference in a new issue