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

8 Commits

Author SHA1 Message Date
untidylamp
ea130cece2 Added a database for incomming SMS, persistent notification, and MMS changes 2019-01-17 23:21:06 +00:00
untidylamp
762cb97000 Ask Permissions (#30)
Require Permissions before starting the app.
2018-11-18 20:44:09 +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
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
eb6224ed63 Set the default sync delay and timout in config 2017-12-09 22:39:44 +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
3bf00e3ed3 First commit 2017-10-10 23:26:41 +02:00