Skip to content

Releases: NdoleStudio/httpsms

v0.0.5

23 Jun 20:21

Choose a tag to compare

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

04 May 19:47

Choose a tag to compare

  • 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

15 Mar 18:58

Choose a tag to compare

  • Switch on the application after a fresh install
  • Fix bug when phone number is not registered after logout/login

v0.0.2

15 Dec 20:42
a9a138e

Choose a tag to compare

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

23 Jul 10:06
1f77a61

Choose a tag to compare

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