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

71 Commits

Author SHA1 Message Date
tijder
d0810b99b6
Merge pull request #77 from tobymurray/update-tooling
Update Gradle, Kotlin, and Gradle plug-in for Android
2023-06-19 21:12:07 +02:00
tijder
8ccbf530dd
Merge pull request #80 from HammyHavoc/patch-1
Fixed typos
2023-06-19 21:10:55 +02:00
Hammy Havoc
17177fc7a9
Fixed typos
:- )
2021-07-30 00:05:51 +01:00
Toby Murray
1dc6f435ce Update Gradle, Kotlin, and Gradle plug-in for Android
Trying to build/install this application in a new installation of Android Studio yielded:

> Unable to determine application id: com.android.tools.idea.run.ApkProvisionException: Error loading build artifacts from:<snip>\sms-matrix\app\build\outputs\apk\debug\output-metadata.json

This updates the versions of applications central to building the Android project to make it compatible. This does not (intentionally, at least) have any functional impact on the application at all.

I opted not to jump to Gradle 7.0 as it has just recently been released and increasing 1 major version is change enough for one PR.
2021-05-03 19:25:37 -04:00
tijder
e7f96ba44a
Update to version 0.0.16 2019-12-04 20:03:03 +01:00
Gerben Droogers
820036d483 Fix crash at startup 2019-12-03 22:25:12 +01:00
tijder
072ebeb1b1
Update to version 0.0.15 2019-11-26 16:27:15 +01:00
tijder
c85515c917
Merge pull request #62 from PhieF/master
Start on boot and notification on Android O
2019-11-26 16:25:33 +01:00
Phie
fd08bb747a oreo need a foreground notification (it can be hidden by user) 2019-11-26 09:33:11 +01:00
Phie
faa8984c43 start service on boot 2019-11-26 09:10:28 +01:00
tijder
4471b7221a
Fix typo 2019-10-17 22:22:47 +02:00
tijder
d4912a23e1
Merge pull request #61 from Lindenk/master
Fixed typo in readme
2019-10-17 22:21:45 +02:00
Linden Krouse
9cb4a1a371
Fixed typo in readme 2019-10-17 15:57:43 -04:00
tijder
8517eca96c
Update to version 0.0.14 2019-10-14 22:17:12 +02:00
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