Releases: NdoleStudio/httpsms
Releases · NdoleStudio/httpsms
Release list
v0.0.7
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
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
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
NullPointerExceptionwhen formatting phone number.
v0.0.5
New 🎊
- Android
- 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
- 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
- Switch on the application after a fresh install
- Fix bug when phone number is not registered after logout/login
v0.0.2
v0.0.1
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