Skip to content

Releases: IzHoBX/SAVEntry

Rename Places

23 Jul 06:51
Compare
Choose a tag to compare

Adds new feature: allow users to rename places in history or favourites as some official places are not so relatable.

NOTE: This APK is signed with the new key, which means you will have to uninstall previous versions before installing this. This means that you will lose your previous visit history data. Hence, you may want to screenshot/takedown them before updating. This is still being mitigated and a new APK will be uploaded if this can be overcome.

If you downloaded the app from Google Play, please update from there. There is no issues with signing on Google Play.

Other fixes:

  1. Crashes in offline check-in/out due to image too big for some low memory devices.
  2. Crashes when saving check-in screenshot on a different thread.
  3. Crashes in scanning activity due to the camera not supporting certain features (seems to be on Samsung phones only).
  4. Fail graciously for NullPointerException at data.getVisit()

Bug Fix

02 Jul 13:07
Compare
Choose a tag to compare

Fixes #31 - favourited location disappears from "Favourites" every time after checking in .

Crash fixes

30 Jun 11:15
Compare
Choose a tag to compare

If you press check-out immediately after check-in, there is a chance of crash as the check-in data insertion into database isn't complete yet.

This update fixes this bug.

Permission Bug Fixes

28 Jun 06:04
Compare
Choose a tag to compare

Due to the diversity of Android devices, some devices' issue with permission isn't alleviated completely in v1.1.9 This version presents a comprehensive fix for all devices.

If you did not have issues with v1.1.9, then there is no need to update.

Support for Android N & O

27 Jun 14:18
Compare
Choose a tag to compare
  1. Fixes complete UI freeze on N& O. Now reading them in sdk requirements.
  2. Fixes memory overflow issues in Tutorial on low memory devices.

Supports Non-Safe Entry QR codes

27 Jun 05:49
Compare
Choose a tag to compare

The app now loads non-safe entry QR codes (but w/o automated touches, of course), so that users don't have to download a separate QR code app.

UX Enhancements

26 Jun 16:36
4c287ab
Compare
Choose a tag to compare
  1. Notifications can be expanded to open and check out on from the app
  2. UI fixes for tutorial screen
  3. Moves click automation to remote config for faster update in-case of change in official page
  4. Removes support for android 8.0 and below as AndroidX does not support them (UI freeze if installed)
  5. Adds settings screen to give more control to users

Fixes freeze on tutorial screen

25 Jun 13:41
Compare
Choose a tag to compare

Due to screen size incompatibility, some phones are stuck at the tutorial screen with no navigating options. This version aims to overcome that problem.

Bug Fixes

25 Jun 00:48
Compare
Choose a tag to compare
  1. (Rarely on Huawei devices) crash due to setting camera flash not supported
  2. A logic flow that should disallow offline check-out for online checked in sessions

Crash fix

24 Jun 14:07
2cf1496
Compare
Choose a tag to compare

Fixes crash due to system attempts to show Tutorial even if the user closed the activity.