Skip to content

Releases: ushahidi/SMSSync

Fix post release issues

23 Jun 03:50
Compare
Choose a tag to compare
  • Fixed task checking not executing
  • Changed scheduler frequency time to support hour and minutes not minutes and seconds
  • Added device id
  • Removed beta tag from version number

v2.6

19 Jun 04:58
Compare
Choose a tag to compare

Features:

  • Replaced Action Bar Sherlock library with ActionBarCompat support library.
  • Upgraded Google Analytics library to V3.
  • Replaced the dropdown widget which is used for setting the frequencies for the schedulers with a time picker widget. Now you can set any time for the schedulers and not restricted to the predefined ones.
  • Now Task messages appear in the pending tray before they are attempted to be sent as SMS. This makes it possible to automatically or manually processed them when they fail to be sent as SMS.
  • Now sent and delivered SMS status codes are processed. You will know why a message failed to be sent, when a message is successfully sent and when possible, if a messages was delivered.
  • Action Bar Contextual Menu now has 'selected' appended to the selection count label. Makes reading the count more meaningful.
  • Added KitKat, Android 4.4.x support. Now you can set SMSSync as your default messaging app.

Bug fixes:

  • Fixed duplicate call to readLogs @Produce function which causes the application to crash unexpectedly.
  • Fixed issues with configured secret key not able to match with the one set on the server when it has spaces.

v2.4

12 Aug 10:19
Compare
Choose a tag to compare
  • Added secret key as GET variable when invoking the GET Task feature.
  • Added navigation drawer.
  • Properly formatted the number of items in the list view.
  • Moved heavy operations off the main UI thread. This has improved speed greatly.
  • Added ability to filter phone number so you can either blacklist or whitelist a phone number.
  • Refactored most of the code to make them testable.
  • Fixed issue with "Get Response From Server" feature.
  • Fixed issue with smssync service not turning off.

v2.4 Aplha 3

09 Aug 05:12
Compare
Choose a tag to compare
v2.4 Aplha 3 Pre-release
Pre-release
  • Added the ability to either whitelist or blacklist a phone number
  • Added donation feature. Had to hide this feature because of public key issue.
  • Fixed issue with smssync service not getting turned off.

v2.4 Aplha 2

06 Aug 06:23
Compare
Choose a tag to compare
v2.4 Aplha 2 Pre-release
Pre-release
  • Fix Get response from server
  • Add G analytics feature

v2.4 Aplha 1

05 Aug 05:54
Compare
Choose a tag to compare
v2.4 Aplha 1 Pre-release
Pre-release
  • Add ability to send secret key when the task feature is invoked
  • Add nav drawer
  • Show the number of items in the list view
  • Improved speed when loading items into the list view.