Skip to content

Releases: optimalstrategy/sms_forwarder_app

v1.6.0 Custom HTTP Headers

27 Nov 01:31
11d873c
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  1. Fixed UI.
  2. Changed date in DeployedTelegramBotForwarder's payload from milliseconds to a human-readable string.