Releases: IzHoBX/SAVEntry
Rename Places
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:
- Crashes in offline check-in/out due to image too big for some low memory devices.
- Crashes when saving check-in screenshot on a different thread.
- Crashes in scanning activity due to the camera not supporting certain features (seems to be on Samsung phones only).
- Fail graciously for NullPointerException at data.getVisit()
Bug Fix
Crash fixes
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
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
- Fixes complete UI freeze on N& O. Now reading them in sdk requirements.
- Fixes memory overflow issues in Tutorial on low memory devices.
Supports Non-Safe Entry QR codes
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
- Notifications can be expanded to open and check out on from the app
- UI fixes for tutorial screen
- Moves click automation to remote config for faster update in-case of change in official page
- Removes support for android 8.0 and below as AndroidX does not support them (UI freeze if installed)
- Adds settings screen to give more control to users
Fixes freeze on tutorial screen
Due to screen size incompatibility, some phones are stuck at the tutorial screen with no navigating options. This version aims to overcome that problem.