1
0
mirror of https://github.com/tijder/SmsMatrix.git synced 2024-10-27 18:24:01 +00:00
Commit Graph

15 Commits

Author SHA1 Message Date
Gerben Droogers
85e79ced3a Matrix SDK library is now built and hosted by Jitpack 2019-10-14 20:27:15 +02:00
tijder
2b8b3a4e7c
Update to version 0.0.13 2019-10-12 22:27:36 +02:00
Tulir Asokan
380553bc60 Update to latest matrix-android-sdk (#60)
* Make it build

* Add olm sdk

* Make it work

* Update other dependencies
2019-10-12 22:21:09 +02:00
Gerben Droogers
c11de44b21 Update to version 0.0.12 2019-02-06 19:04:01 +01:00
Gerben Droogers
780d78bae5 Merge with master branch 2019-02-06 18:27:08 +01:00
Gerben Droogers
a94966e018 Update to version 0.0.11 2019-01-27 22:39:46 +01:00
Brett Kosinski
575f591c13 Upgrade to matrix-android-sdk 0.9.14.
There's a bunch of changes, required, to move to the latest SDK:

1. Update AAR's.  The matrix-sdk.aar in this commit was built from the
v0.9.14 tag of the matrix-android-sdk git repository.  olm-sdk.jar is
pulled from the same place.

2. Updates to the build scripts.  matrix-android-sdk added kotlin as a
dependency, moved to okhttp3, added io.realm, and so on.

3. Code modifications to support new SDK itself.  The changes, here, are
a grab bag, and you're best off just reading the commit.

Of particular note, here, is that LoginRestClient.loginWithUser takes a
device name *and* a device ID, now (the previous API only took a device
name).  As a wicked had, right now, I'm just using the name as the ID,
but I have no doubt that's wrong and this should be cleaned up to
include a randomly generated, persisted device ID, as I believe this is
used by Synapse to track login sessions.
2018-12-29 16:26:49 -07:00
Gerben Droogers
24f853a62e Update to version 0.0.10 2018-11-19 10:57:35 +01:00
Gerben Droogers
2214ba27d5 Fix gradle warning 2018-11-19 10:56:55 +01:00
Gerben Droogers
93c51fb466 Update to version 0.0.9 2018-11-18 21:05:12 +01:00
untidylamp
762cb97000 Ask Permissions (#30)
Require Permissions before starting the app.
2018-11-18 20:44:09 +01:00
Gerben Droogers
fd21cf0b5b Update to version 0.0.8 2018-11-16 19:10:32 +01:00
Gerben Droogers
1228e5e6be Update version code and name #24 2018-11-16 18:40:28 +01:00
Gerben Droogers
269061fe43 updated android studio 2017-12-09 22:18:33 +01:00
Gerben Droogers
3bf00e3ed3 First commit 2017-10-10 23:26:41 +02:00