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

14 Commits

Author SHA1 Message Date
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
Alexandre Morignot
69029d44de Set message type to m.text 2017-10-12 10:11:29 +02:00
Gerben Droogers
3bf00e3ed3 First commit 2017-10-10 23:26:41 +02:00