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

30 Commits

Author SHA1 Message Date
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
Gerben Droogers
55949e9097 Merge branch 'master' of https://github.com/tijder/SmsMatrix 2017-10-12 11:05:23 +02:00
Gerben Droogers
c37b63ca64 added .idea files 2017-10-12 11:04:29 +02:00
tijder
4b52a3028e Merge pull request #5 from erdnaxeli/msgType
Set message type to m.text
2017-10-12 10:58:48 +02:00
Alexandre Morignot
69029d44de Set message type to m.text 2017-10-12 10:11:29 +02:00
Gerben Droogers
db893c9d35 Update README.md 2017-10-11 00:01:05 +02:00
tijder
d9076b40c8 Create README.md 2017-10-10 23:44:18 +02:00
Gerben Droogers
3bf00e3ed3 First commit 2017-10-10 23:26:41 +02:00