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
tijder
70bd79b95e
Add link to smsmatrix room on matrix
2019-10-12 22:26:08 +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
tijder
37ba680d0f
Add f-droid info closes #24
2019-02-09 19:53:07 +01:00
Gerben Droogers
c11de44b21
Update to version 0.0.12
2019-02-06 19:04:01 +01:00
Gerben Droogers
63d1bd9f80
Merge branch 'fancypantalons-master'
2019-02-06 18:34:36 +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
Gerben Droogers
a8f6dda205
Git ignore release apk
2019-01-27 22:37:25 +01:00
Gerben Droogers
0d91b388e2
Update gradle version
2019-01-27 22:21:46 +01:00
Gerben Droogers
e39e083d5a
Remove idea folder from git
2019-01-27 22:18:51 +01:00
untidylamp
1cb24704be
Catch matrix login errors ( #39 )
...
* catch Matrix onLogin errors
Catch Matrix errors login and network errors
* Catch sms to Matrix errors
Catch errors when sending messages to Matrix
2019-01-20 17:52:55 +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
tijder
6fab08d956
Update README.md
2018-11-20 18:54:26 +01:00
tijder
303f7a8482
Update README.md
2018-11-19 21:14:49 +01: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
38b08a7b87
Move jcenter line below google #34
2018-11-19 10:46:46 +01:00
Gerben Droogers
93c51fb466
Update to version 0.0.9
2018-11-18 21:05:12 +01:00
untidylamp
81f0f69a82
handle sending long sms ( #31 )
...
sendTextMessage only works up to 160 chars. sendMultipartTextMessage works in either cases
2018-11-18 20:47:52 +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
19abc64af0
Fix app crashing when device is been called
2018-11-16 19:09:53 +01:00
Gerben Droogers
1228e5e6be
Update version code and name #24
2018-11-16 18:40:28 +01:00
Gerben Droogers
c28e0eb0cc
Update gradle
2018-11-16 18:34:03 +01:00
untidylamp
76e3df93c9
Ask for RECEIVE_SMS Permissions ( #28 )
...
fix for Incoming SMS not bridged #27
2018-11-16 18:06:00 +01:00
tijder
736ea67524
Added a description for the readme #24
2018-11-13 15:41:07 +01:00
tijder
3dcabe2114
Add a license for the project #24 ( #25 )
2018-11-12 16:40:53 +01:00
tijder
8a4f9989f3
Merge pull request #22 from untidylamp/JoinLeaveRoom
...
Join and Leave rooms
2018-11-01 22:51:11 +01:00
tijder
9c4943ec89
Merge pull request #21 from untidylamp/master
...
Long sms support
2018-11-01 22:46:45 +01:00
untidylamp_gitlab
38b6720a90
Join and Leave rooms
...
Join a room if invited by user
Leave the room when the user leaves
2018-11-01 17:35:50 -04:00
untidylamp_gitlab
97746625c4
allways have the service running
2018-11-01 16:34:55 -04:00
untidylamp
914148c100
Toast if missing information
2018-10-21 10:41:59 -04:00
untidylamp
f87339668d
Update MainActivity.java
2018-10-21 10:39:33 -04:00
untidylamp
6ec3dc5381
Dont start the service when the app is open
2018-10-21 10:39:10 -04:00
untidylamp
23a9adc062
Long sms support
...
fix for bug SMS gets cut up into many messages #15
Thanks to https://github.com/vovs/gtalksms/blob/master/src/com/googlecode/gtalksms/receivers/SmsReceiver.java
2018-10-21 10:24:52 -04:00
tijder
4efdf09f7b
Merge pull request #19 from FuzzJunket/master
...
Support for receiving MMS and basic support for sending
2018-04-23 09:15:16 +02:00
St John Karp
1bff1adac9
Add semi-support for sending MMS messages
...
Allow Matrix users to send MMS messages. Not entirely sure how
to do this properly, so in the meantime just link the recipient
to the URL of the file on the Matrix server.
2018-04-22 20:39:59 -07: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
f83a23771f
When sync delay and timeout are not set use default
2017-12-09 22:41:07 +01:00
Gerben Droogers
eb6224ed63
Set the default sync delay and timout in config
2017-12-09 22:39:44 +01:00
Gerben Droogers
50b0a1565f
Merge branch 'master' of https://github.com/tijder/SmsMatrix
2017-12-09 22:24:14 +01:00
Gerben Droogers
9099d8f0df
Dont create a new room for a incomming call
2017-12-09 22:23:42 +01:00
Gerben Droogers
269061fe43
updated android studio
2017-12-09 22:18:33 +01:00
Gerben Droogers
2bbabc9ce4
Dynamic long polling intervals #11
2017-10-12 23:36:26 +02:00
Gerben Droogers
c89ce40c4f
Ask permissions in the app but not all at the same time #6
2017-10-12 22:50:09 +02:00
Gerben Droogers
c7d2a14801
Add Android call events as notice in the contact room #10
2017-10-12 22:16:03 +02:00
Gerben Droogers
3f8141c2dc
Fix bug with HS url different then HS name
2017-10-12 20:07:20 +02:00
Gerben Droogers
bacd9e10da
Read contact name #2
2017-10-12 16:27:11 +02:00