1
0
mirror of https://github.com/tijder/SmsMatrix.git synced 2024-09-29 22:20:43 +00:00
Commit Graph

8 Commits

Author SHA1 Message Date
Gerben Droogers
780d78bae5 Merge with master branch 2019-02-06 18:27:08 +01:00
Gerben Droogers
0d91b388e2 Update gradle version 2019-01-27 22:21: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
38b08a7b87 Move jcenter line below google #34 2018-11-19 10:46:46 +01:00
Gerben Droogers
c28e0eb0cc Update gradle 2018-11-16 18:34:03 +01:00
St John Karp
51377834ad Implement support for MMS messages
Implemented support for MMS messages, including a variety of formats
of image and video. Works by observing changes to content://mms-sms,
parsing out the new MMS contents, uploading them as assets to
the Matrix server, and posting a new image or video message to the room.
2018-04-22 20:39:24 -07: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