Skip to content

Releases: ostrya/PresencePublisher

v1.6.6

24 Nov 10:42
Compare
Choose a tag to compare
  • Fixed a NullPointerException (#16).
  • Added some documentation for client certificate authentication (#15).
  • Added uncaught exception handler to capture the crash stack trace within the log.

v1.6.5

19 Nov 21:34
Compare
Choose a tag to compare
  • Re-enable schedule periods down to 1 minute (#13)
  • Only allow connection check when hostname is present (#12)
  • Small UX improvements

v1.6.4

13 Nov 22:01
Compare
Choose a tag to compare

Next attempt to fix F-Droid build.

v1.6.3

08 Nov 20:43
Compare
Choose a tag to compare

Yet again, only build script changes. Hopefully, this will fix the F-Droid build.

v1.6.2

02 Nov 18:46
Compare
Choose a tag to compare

Minor build script changes.

v1.6.1

02 Nov 09:12
Compare
Choose a tag to compare

Minor bugfix related to handling of VPN connections.

v1.6.0

30 Oct 09:34
Compare
Choose a tag to compare

new features:

  • option to send offline messages while connected to mobile network
  • option to send battery level to a separate topic (see #10)
  • on Android 6+, encrypt login password
  • migrate from foreground service with scheduled thread pool to Android alarm manager and request disabling battery optimization
    • this should make sending messages more reliable during standby

v1.5.3

10 Aug 09:52
Compare
Choose a tag to compare

No new features this time, just including a statement about used components and their licenses.

v1.5.2

25 Jun 22:15
Compare
Choose a tag to compare

New minor feature: added a log view to the app to be better able to track some strange misbehavior

v1.5.1

30 May 18:29
Compare
Choose a tag to compare
  • minor glitch in v1.5 fixed: app no longer tries to connect to MQTT server when no message needs to be sent
  • also adapted version info in manifest (forgot to do so for v1.4.2 and v1.5)