Skip to content

Releases: bogkonstantin/android_income_sms_gateway_webhook

Version 2.3.0

28 Apr 13:27
Compare
Choose a tag to compare

New features:

  • edit created configurations
  • process multiple configurations with the same sender for one sms
  • add sim slot to configuration
  • on/off button for configuration
  • max retries parameter in the configuration
  • disable chunked mode in the configuration parameters
  • add test button for configuration
  • show syslog

Version 2.2.3

02 Mar 09:28
Compare
Choose a tag to compare

Enable all available TLS versions

Version 2.2.2

25 Feb 15:18
edef19e
Compare
Choose a tag to compare

Fix issues with JSON quoting %text% content
Enable TLS 1.1-1.2 for APIs 16-20

Version 2.2.1

13 Feb 19:58
3f7bb16
Compare
Choose a tag to compare

Minimum SDK 14 (Android 4)
Fix service start when no configs, fix SIM slot message
Add autostart (after phone is booted)
Allow to bypass SSL/TLS errors (self-signed etc.)

Version 2.1.1

18 Jan 22:33
Compare
Choose a tag to compare
  • More SMS details in payload (received timestamp, sim number, etc)
  • Process long SMS (160+ chars) as single message
  • Configurable Json Payload
  • Configurable Request headers
  • Listen for SMS using ForegroundService

Version 2.0.1

12 Jun 09:00
Compare
Choose a tag to compare

Fix HTTP requests starting with Android 9 (API level 28)

Version 2.0

05 Jun 09:55
Compare
Choose a tag to compare

1 Retry on network or HTTP response errors. Up to 10 attempts.
2 Support HTTP requests. It was only HTTPS before.
3 Simple redesign.
4 Code refactoring, cover with tests.

Version 1.1

16 Apr 14:10
Compare
Choose a tag to compare

Set * (asterisk) as a sender allows to resend all SMS to the webhook URL

Version 1.0

02 Apr 15:32
Compare
Choose a tag to compare
v1.0

Increase version to 1

Beta 0.2

26 Mar 05:08
Compare
Choose a tag to compare
Add aab to gitignore