Skip to content

Releases: NdoleStudio/httpsms

v0.0.7

Choose a tag to compare

@AchoArnold AchoArnold released this 10 Sep 08:13
5b8b883

New 🎉

  • Store the version of the app which was used when sending a heartbeat.
  • You can now send bulk SMS messages from the UI using CSV or Excel files.
  • Send the charging state with the heartbeat events

Bug Fixes 🪲

  • Fixed a bug which causes the Android phone to stop sending messages after ~ 1000 SMS messages.
  • Fixed a bug in which the Android app sends multiple events to the server when the message contains more than 1 segment.
  • Do not send heartbeats or processed received messages if there is no phone number registered.
  • Do not start the sticky notification if both SIM1 and SIM2 are disabled.

v0.0.6

Choose a tag to compare

@AchoArnold AchoArnold released this 17 Jul 19:38

New 🎊

  • Android

    • Fix phone number input when logging in for the first time
    • Modified the Android app so it doesn't ask for phone number permission.
    • Removed the notification badge on the android app.
  • Web

    • Add more webhook events #241
      • message.phone.received
      • message.phone.sent
      • message.phone.delivered
      • message.send.failed
      • message.send.expired
    • Add optional request_id property when sending SMS messages #242

Bug Fixes 🪲

  • Call response.close() after making an HTTP request on Android
  • Fix the server URL to consider URL's with a path e.g. https://example.com/some-path #263
  • Fixed a bug which caused the app to sometimes crash on startup.
  • Fixed NullPointerException when formatting phone number.

v0.0.5

Choose a tag to compare

@AchoArnold AchoArnold released this 23 Jun 20:21

New 🎊

  • Android
    • Added a settings page with the ability to disable both incoming and outgoing SMS messages. #211
    • Added support for receiving and sending messages for phones with multiple SIM cards.
    • Disable the sticky notification when the app is not active #154
  • Web
    • Add the ability to filter out phone numbers when creating webhooks

Bug Fixes 🪲

  • Fixed the javascript bug on the heartbeats overview page when there were less than 100 heartbeats for a device.

v0.0.4

Choose a tag to compare

@AchoArnold AchoArnold released this 04 May 19:47
  • Add a button to disable battery optimization so Android doesn't kill the app
  • Add version number to logs
  • Add network constraints to the periodic timer.
  • Add FCM priority message when phone misses heartbeat notification
  • Add the version to the header when making HTTP requests

v0.0.3

Choose a tag to compare

@AchoArnold AchoArnold released this 15 Mar 18:58
  • Switch on the application after a fresh install
  • Fix bug when phone number is not registered after logout/login

v0.0.2

Choose a tag to compare

@AchoArnold AchoArnold released this 15 Dec 20:42
a9a138e

2022-12-25

  • Add Support for sending long text messages with more than 160 characters #35
  • Fixed the sticky notification for android 13 #37

v0.0.1

Choose a tag to compare

@AchoArnold AchoArnold released this 23 Jul 10:06
1f77a61

2022-10-15

  • Configured the min SDK to 26 supporting android 8+
  • Fixed logic to read phone number after login so it doesn't need permissions
  • Attached signed SDK to the release.

2022-10-08

  • Added the ability to configure the server URL in the android app.

Implemented

  • Send SMS Messages
  • Receive SMS Messages
  • Set the ability to retry sending messages
  • Add back pressure to buffer how many messages are sent per minute