Skip to content

Releases: Cogno-Marco/smslibrary

v2.2: Background service wakening fix

06 Jan 21:29
Compare
Choose a tag to compare

In this release, the service that should wake up on message received has been fixed to start-up with the correct method.

v3.0-alpha: Multiple Messages

03 Jan 15:32
Compare
Choose a tag to compare

This is an alpha release of a feature just added to the library, the possibility of sending multiple messages at the same time.

Expect this release to be unstable.

Improvements

18 Dec 10:53
dba39da
Compare
Choose a tag to compare

In this release we improved both the workflow (thanks to Codacy) and some frequent errors or problems we encountered during development.

SMSHandler

Now it's no longer necessary to call setup() before being able to use this class, but you'll need to give the context to the specific functions where it's needed when it's needed.

2.0

09 Dec 15:40
74ff67d
Compare
Choose a tag to compare
2.0

Background listener

Changed the SMSReceivedListener to SMSReceivedServiceListener, a service that runs whenever a message arrives even when the application is closed.

Delivery listener

Added ability to register a listener for SMS delivery reports

1.0

01 Dec 16:57
Compare
Choose a tag to compare
1.0

This version of the library is able to send messages and be called when one is received if the app is still open