Owntracks Android Versions Save

OwnTracks Android App

v2.4.7-beta1

2 years ago

v2.4.6

2 years ago

Changelog

Version 2.4.6

Bug fixes

  • Fix format string bug in some locale resource files that caused a hard crash on startup in those locales. Oops. Sorry everyone.

v2.4.5

2 years ago

Changelog

Verison 2.4.5

Bug fixes

  • Fix crash resuming the MapActivity caused by FragmentFactory handling fragment creation correctly onResume
  • Auto-sizing of text on the bottomsheet contact details pull-up should work properly now (#1123)
  • Locales with incomplete translations should fall back to the default locale rather than show a blank (#1145)

v2.4.4

2 years ago

Changelog

Verison 2.4.4

New features

  • Updated Russian translations (thanks @Allineer - #1123)

Bug fixes

  • Fix a crash when running into an issue deserializing a persistent-storage-queue message (#1129)
  • The OSS build now should be GMS / non-OSS dependency free. Hopefully.
  • When receiving an encrypted message over MQTT that can't be decrypted, don't treat as an MQTT error and disconnect, but log more gracefully.
  • Fix issue when MQTT fails to reconnect if it encounters a client-cert TLS issue.

v2.4.3

2 years ago

Changelog

Version 2.4.3

New features

  • Added Japanese, Czech and partial Portuguese, Chinese translations. Mant thanks to all the contributors!
  • Device location enable / disable is now detected, along with location permissions on the map view. Location permissions no longer asked for in the welcome screen, and it's now possible to use without granting location permissions (or enabling device location). (#1102)
  • Battery doze whitelisting in Status screen can now take you to the relavent settings page
  • Connection timeout is now configurable with connectionTimeoutSeconds preference
  • [OSS] Significant location mode now listens to GPS as well as passive / network sources (#1096)

Bug fixes

  • Fix crash in the MQTT library related to how the connection was closed (#1093).
  • Cleansession preference shouldn't be exported in HTTP mode
  • [OSS] OSM map now puts markers in the right place, rather than the wrong place
  • Tries to detect problems when initializing WorkManager (#1064)
  • [OSS] OSM map tiles are now cached in a location that's not included in device backups (#1108)
  • MQTT cleanSession preference should now not be exported in HTTP mode

v2.4.3-beta3

2 years ago

v2.4.3-beta2

2 years ago

v2.4.3-beta1

2 years ago

v2.4.2

2 years ago

Changelog

Version 2.4.2

New features

  • The ongoing notification should now not wake up the lock screen if the content changes.

Bug fixes

  • Fix crash on startup where shared preferences has some invalid values
  • Fix crash on being prompted to enable device location because of a callback not being initialized properly
  • Fix crash due to a race when reverse geocoding the contacts
  • Fix crash due to Android SDK bug throwing unexpected error when fetching current connection details

v2.4.1

2 years ago

Changelog

Version 2.4.1

Bug fixes

  • Fix a race condition between activating and deactivating a map location source causing a crash on startup (#1081)