Releases: zood/george
Releases · zood/george
v0.66
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
minifyEnabledandshrinkResorucesto true
Full Changelog: v0.65...v0.66
v0.65
- 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
- Replaced Play Services Location API with the AOSP LocationManager service and the androidx
LocationManagerCompathelper. (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
Locationfrom 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
- Updated libsodium to v1.0.20
- Support for 16 KB page sizes to satisfy Google Play requirement
v0.49
- 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
- Fixes some crashes that were introduced in v0.46.
v0.46
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
Include Turkish and Russian localizations in the APK
v0.44
Turkish language localization compliments of @symbuzzer. Thank you!
v0.43
- 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.