Skip to content

Releases: zood/george

v0.66

20 Jan 01:59

Choose a tag to compare

The GitHub APK size is now 18.7 MiB, which is down from 58.2 MiB in the previous release.

  • Fixed the 'Send location' feature (#130)
  • Fixed a rare crash
  • Fixed the ABI filtering so GitHub builds don't include armv7 libraries
  • Set minifyEnabled and shrinkResoruces to true

Full Changelog: v0.65...v0.66

v0.65

02 Nov 18:28

Choose a tag to compare

  • Fixed a layout problem on nearly all screens that affected some devices and prevented them from using the app
  • Fixed a stack overflow in the JNI code caused by encrypting/decrypting large payloads.

Full Changelog: v0.55...v0.65

v0.55

20 Oct 05:17

Choose a tag to compare

  • Replaced Play Services Location API with the AOSP LocationManager service and the androidx LocationManagerCompat helper. (Firebase Messaging is still present in the APK until UnifiedPush support can be implemented).
  • @ThatOneCalculator made a vector version of the app icon that also looks better in different themes. Thank you! (pull #123)
  • Potential fix to background crashes that would occur when the app would receive an invalid Location from the system (#119 and issue #120)
  • You can now request an update from a friend every 2 minutes instead of 3 minutes (once both of you are upgraded).
  • Fixed a bug where a friend's error circle was still drawing even though they weren't selected
  • User activity recognition is no longer a feature of the app. It didn't really work all that well anyway.

v0.50

25 Sep 04:18

Choose a tag to compare

  • Updated libsodium to v1.0.20
  • Support for 16 KB page sizes to satisfy Google Play requirement

v0.49

01 Jun 07:29

Choose a tag to compare

  • Replaced Google Maps SDK with MapLibre SDK
  • Fixed a permission request bug that prevented some users from adding friends
  • Fixed a bug that would cause the add friend screen to show up blank/black after approving background permission

v0.47

25 May 16:08

Choose a tag to compare

v0.47 Pre-release
Pre-release
  • Fixes some crashes that were introduced in v0.46.

v0.46

25 May 00:30

Choose a tag to compare

v0.46 Pre-release
Pre-release

Replaced the Google Maps library with the MapLibre SDK. The tiles are provided by openfreemap and are customized with a style that approximately looks like the previous style.

v0.45

08 Apr 22:16

Choose a tag to compare

Include Turkish and Russian localizations in the APK

v0.44

08 Apr 17:21

Choose a tag to compare

Turkish language localization compliments of @symbuzzer. Thank you!

v0.43

08 Mar 22:52

Choose a tag to compare

  • Added a new 'Send location…' option in the overflow menu of the friend panel that lets you send the friend's location to another app (e.g. to use for navigation directions).
  • A monochrome app icon courtesy of @ThatOneCalculator
  • Fixed two rare crashes and removed an errant log message.