Releases: bogkonstantin/android_income_sms_gateway_webhook
Releases · bogkonstantin/android_income_sms_gateway_webhook
Version 2.3.0
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
Enable all available TLS versions
Version 2.2.2
Fix issues with JSON quoting %text% content
Enable TLS 1.1-1.2 for APIs 16-20
Version 2.2.1
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
- 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
Fix HTTP requests starting with Android 9 (API level 28)
Version 2.0
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
Set * (asterisk) as a sender allows to resend all SMS to the webhook URL
Version 1.0
v1.0 Increase version to 1
Beta 0.2
Add aab to gitignore