Skip to content

Releases: medic/cht-gateway

v1.4.1

30 Jun 18:03
Compare
Choose a tag to compare
  • Don't consider spaces to separate recipients in SMS composer
  • Fix equality comparisons in areJsonValuesEqual()
  • Normalise phone numbers for WO messages when processing API responses

v1.4.0

06 Jun 09:58
Compare
Choose a tag to compare
  • Add external message log
  • Add WRITE_EXTERNAL_STORAGE permission to allow reading and writing of WT message log
  • Add READ_PHONE_STATE
  • Prevent MessageListsActivity.updateForPollStatus() from throwing NPE if no settings present
  • Fix trace logging for static methods
  • Include Exception details when logging
  • Parse error body even if it's not JSON
  • Add notification to the title bar of the current state of the app
  • Make permissions warning text bigger

v1.3.0

27 Apr 01:45
Compare
Choose a tag to compare
  • Add message stats dialog
  • Update CDMA 8-bit to accept extended ASCII chars
  • Add "dummy send mode" to assist testing systems with large message backlogs
  • Validate that password characters can all be encoded in Basic Auth header
  • Add SMS timestamps to WtMessage
  • Clean up event handlers and add Override annotations
  • Remove Select Newer button from message lists
  • Don't load WtMessage details on event thread

v1.2.1

03 Apr 16:02
Compare
Choose a tag to compare
  • Hard-code server username for Medic flavour
  • Don't wrap Authorization header's base64 string
  • Change encoding of basic auth credentials to ISO-8859-1 (when supported)
  • Redact auth details from Exceptions when setting Authorization header

v1.2.0

31 Mar 17:12
Compare
Choose a tag to compare
  • Record all status changes for WT messages

v1.1.0

01 Apr 11:58
Compare
Choose a tag to compare
  • Give useful error when illegal chars used in uname or pword
  • Restrict instance name and username inputs to single line
  • Include exact date/time in individual WO message view

v1.0.0

21 Mar 18:37
Compare
Choose a tag to compare

Re-versioning of v0.6.2 - there are no changes from the previous release apart from the version number.

v0.6.2

15 Mar 06:12
Compare
Choose a tag to compare
  • add error logging for MalformedURLException when validating URL
  • redact http auth password in URL validation spinner message

v0.6.1

15 Mar 05:55
Compare
Choose a tag to compare
  • fix changing to default messaging app for generic build
  • allow manual split of multipart SMS to work better with CDMA networks

v0.6.0: Include StatusUpdates in logging output at startup

10 Mar 13:10
Compare
Choose a tag to compare
  • include all status changes when polling server
  • ensure that polling restarts after Force Stop
  • improve captive portal detection
  • separate medic instance type config into a separate dropdown
  • give a clearer error for bad SSL when configuring server
  • fix transparency of HDPI icons
  • include version number in SettingsDialogActivity title
  • include StatusUpdates in logging output at startup
  • include POST body when logging in demo server