Releases: optimalstrategy/sms_forwarder_app
Releases · optimalstrategy/sms_forwarder_app
v1.7.0-alpha Modern Android + HTTP Payload Interpolation
This is an alpha release ported to work on modern Android versions. It's not fully tested and may fail to automatically boot, or get suspended by Android, or misbehave in some other way. Additionally, the new SMS permission prompt may not work properly if you dismiss it.
- fix: upgrade to new Flutter/Dart/Android API
- feat: allow using
{{name}}interpolators in the HTTP payload. See README.md for more info.
v1.6.0 Custom HTTP Headers
SHA1: f00901643d40bf76d42c5bd96b0c08ac712e88b5
- When using the HTTP Callback forwarder, It is now possible to specify custom HTTP headers to be sent with the request
v1.5.0 Autostart, Update Checks, Forwarder Testing
SHA1: 4a2b8aac5bd3b10eca738d8bd9a48dbf0cd07d43
- The app now automatically launches on device startup by default. This can be disabled in the newly added global settings.
- Added a global settings screen. The screen allows to configure launch on startup and test the forwarders.
- The app will now check for new releases when launched. The update status will be displayed next to the app title.
v1.4.0 Background Forwarding
SHA1: d8191f41107de34255fe80d0e384deaa3609fc77
- The app now forwards SMS messages in the background.
- APK size has been reduced by a factor of 3.
v1.3.0 HTTP Security and HttpCallbackForwarder Enhancements
- Switched to POST where possible
- DeployedTelegramBotForwarder now sends SMS data as json instead of query parameters
- HttpCallbackForwader now allows the user to choose the desired forwarding method
- HttpCallbackForwarder now allows the user to specify custom URI/JSON key-value pairs
- The main screen now displays the app version
v1.2.0 Flutter Update, UI Text Fixes, and Bugfixes
- The app now compiles with the latest flutter distribution
- UI Text has been improved
- Forwarders now run independently
v1.0.1 UI changes & minor bugfixes
- Fixed UI.
- Changed date in DeployedTelegramBotForwarder's payload from milliseconds to a human-readable string.