Update Riot to 0.6.0 (600)
This commit is contained in:
parent
e6b9fd02dc
commit
189400c7cc
|
@ -16,10 +16,13 @@ accounts, work and chat with people from different organisations in public or
|
||||||
private rooms: from professional projects to school trips, Riot will become the
|
private rooms: from professional projects to school trips, Riot will become the
|
||||||
center of all your discussions!
|
center of all your discussions!
|
||||||
|
|
||||||
|
Now with end-to-end encryption!
|
||||||
|
|
||||||
Features include:
|
Features include:
|
||||||
|
|
||||||
* Instantly share messages, images, videos and files of any kind within groups of any size
|
* 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
|
* Voice and video 1-1 and conference calling via WebRTC
|
||||||
|
* End-to-end encryption using Olm ([https://matrix.org/git/olm])
|
||||||
* See who's reading your messages with read receipts
|
* See who's reading your messages with read receipts
|
||||||
* Communicate with users anywhere in the Matrix.org ecosystem - not just Riot users!
|
* Communicate with users anywhere in the Matrix.org ecosystem - not just Riot users!
|
||||||
* Discover and invite users by email address
|
* Discover and invite users by email address
|
||||||
|
@ -48,7 +51,6 @@ Coming soon:
|
||||||
|
|
||||||
* Add your own integrations, bridges and bots!
|
* Add your own integrations, bridges and bots!
|
||||||
* Email notifications of missed messages and invites
|
* Email notifications of missed messages and invites
|
||||||
* End-to-end encryption using Olm ([https://matrix.org/git/olm])
|
|
||||||
* Screen sharing
|
* Screen sharing
|
||||||
* Login as multiple users at the same time
|
* Login as multiple users at the same time
|
||||||
|
|
||||||
|
@ -94,7 +96,16 @@ Build:0.5.1,501
|
||||||
sed -i -e '/projectDir/d' ../settings.gradle && \
|
sed -i -e '/projectDir/d' ../settings.gradle && \
|
||||||
sed -i -e '/play-services/d' build.gradle
|
sed -i -e '/play-services/d' build.gradle
|
||||||
|
|
||||||
|
Build:0.6.0,600
|
||||||
|
commit=48f6f60b95ffc779f292eeaf7e329d3abd0d713d
|
||||||
|
subdir=vector
|
||||||
|
gradle=appfdroid
|
||||||
|
srclibs=matrixsdk@344c3be4b6fafdf105d0d1c7a321ed76edb5cf03
|
||||||
|
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
|
Auto Update Mode:None
|
||||||
Update Check Mode:None
|
Update Check Mode:None
|
||||||
Current Version:0.5.1
|
Current Version:0.6.0
|
||||||
Current Version Code:501
|
Current Version Code:600
|
||||||
|
|
Loading…
Reference in a new issue