Skip to content

Releases: gotify/android

v2.10.1

Choose a tag to compare

@jmattheis jmattheis released this 06 Jul 15:43
  • This is a compatibility release for the new Gotify version with backwards compatibility
  • Allow sending messages to Gotify 3.0 (#449)

v2.10.0

Choose a tag to compare

@jmattheis jmattheis released this 26 Apr 17:21
  • OIDC support (coming in gotify/server 3.0.0) (#444)
  • Fix duplicate notification (#242)
  • Add configurable reconnect settings (#434)

v2.9.0

Choose a tag to compare

@jmattheis jmattheis released this 29 Sep 18:13

Version 2.8.2

Choose a tag to compare

@jmattheis jmattheis released this 15 Feb 11:43

internal:

Version 2.8.1

Choose a tag to compare

@jmattheis jmattheis released this 02 Aug 13:22
  • Refresh relative date-times when re-opening the app (#365 via #366)
    • This stopped working with the 2.8.0 release.
  • Auto reconnect when the server returns 4xx error (#364 via #368)
  • Fix inline / base64 images (#362 via #367)

Version 2.8.0

Choose a tag to compare

@jmattheis jmattheis released this 07 Jul 07:41

Thanks @cyb3rko for contributing and keeping gotify/android up-to-date!

Version 2.7.1

Choose a tag to compare

@jmattheis jmattheis released this 08 Oct 18:37
  • Fix crash on WebSocketService#destroy (#311)
  • Ask when opening intent url from messages (#227 via #315 by @cyb3rko)
  • Improve startup time (#314 by @cyb3rko)
  • Migrate to different log framework (#317)
  • Remove deprecated calls (#306 by @cyb3rko)

Version 2.7.0

Choose a tag to compare

@jmattheis jmattheis released this 24 Jun 10:20

Version 2.6.0

Choose a tag to compare

@jmattheis jmattheis released this 19 Mar 11:25
  • Update app design by @cyb3rko
  • Fix error when refreshing the app by @cyb3rko
  • Fix navigation drawer header when having a long server URL by @cyb3rko
  • Add setting for separate notification channels per Gotify application by @cyb3rko and @newhinton
  • Add setting to exclude the message activity from the recent apps by @sgpublic

Version 2.5.1

Choose a tag to compare

@jmattheis jmattheis released this 03 Feb 09:11
  • Migrate to Kotlin
  • Add native android splash screen
  • Add notification permission popup
  • Update log view after log is cleared
  • Update to Java 11
  • Increase minSdkVersion to 23
  • Increase targetSdkVersion to 33
  • Update dependencies
  • Add fastlane metadata + images
  • Rename some texts

Huge thanks to @cyb3rko for implementing most of the changes!