Skip to content

Releases: optimalstrategy/sms_forwarder_app

v1.7.0-alpha Modern Android + HTTP Payload Interpolation

07 Sep 23:58

Choose a tag to compare

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

27 Nov 01:31
11d873c

Choose a tag to compare

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

25 Mar 07:35
76c43ad

Choose a tag to compare

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

09 Mar 12:58
019f636

Choose a tag to compare

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

09 Feb 17:22
a9da2a1

Choose a tag to compare

  • 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

05 Jan 23:07

Choose a tag to compare

  • 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

06 Nov 06:03
cd92c08

Choose a tag to compare

  1. Fixed UI.
  2. Changed date in DeployedTelegramBotForwarder's payload from milliseconds to a human-readable string.