Skip to content

Android-v.2.1.3

Compare
Choose a tag to compare
@binarybucks binarybucks released this 05 Mar 15:26
· 1967 commits to master since this release

Build 21301

  • [FIX] wrong long press label of report button
  • [FIX] crash on invalid http headers
  • [FIX] http connection not closed correctly on errors
  • [FIX] location request not setup again on locator parameter change
  • [FIX] include debugLog configuration key in export and editor
  • [FIX] some translations
  • [NEW] dontReuseHttpClient config key to create a new HTTP client on every request. Can fix stuck queue on certain devives (see #656)
  • [NEW] removed locator interval and displacement UI settings because they were misunderstood causing too much confusion for many users
  • [NEW] made locator accuracy configurable in signifficant mode with locatorPriority configuration key
  • [NEW] Improve display of error conditions
  • [CHANGE] improved log handling
  • [CHANGE] updated dependencies

Build 21302

  • [FIX] Downgraded MQTT library to fix several issues
  • [FIX] Back buttons and arrows in preferences
  • [FIX] Monitoring mode not saved/restored correctly
  • [FIX] Removed test location listener that could crash the background service
  • [NEW] Remote reportLocation command triggers new location fix (thanks to @grheard)
  • [NEW] Added debug log toggle in preferences
  • [NEW] Removed region place picker because API was retiered by Google