Skip to content

0.0.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@KuhakuPixel KuhakuPixel released this 27 Jun 10:48
· 364 commits to master since this release

[0.0.8]

Initial Alpha release of ATG apk

Fixed

  • [ATG] Nasty Freezing bug in low end device after doing a couple of scan
    because of incorrect implementation of running su binary
  • [ATG] Crash when writting value of different type in Address Table

Added

  • [ATG] Better explanation of the difference between the file ("CHANGELOG")
    and its function "the change log".

  • [ATG] Connect To ACE server button, this is for developer
    who wants to run their own ACE server instead of it being runned by the apk

    this can help with debugging and see the output better
    (because looking at adb logcat is painful sometimes :v)

Changed

  • [ATG] handle potrait and landscape orientation for Memory Menu

Removed

  • [ATG] Against value checkbox

    instead, rely on whether the input field is empty
    to scan with/without value

    suggestion from lasnik