Skip to content
This repository was archived by the owner on Aug 4, 2025. It is now read-only.

3.1

Choose a tag to compare

@waifucon waifucon released this 11 Jan 18:27
· 2 commits to master since this release
3.1
- Moved onStartCommand from Menu to Launcher, so the Service doesnt try to recreate itself when the App is closed
- Removed useless code
- Alert Dialog is now using default layout
- Fixed Alert Dialog so it does not crash
- Added CrashHandler. Logs will be saved on /storage/emulated/0/Documents for Android 10 and above and /storage/emulated/0/Android/data/(package name)/ for Android 9 and below. Currently it does not catch native crashes if lib crashed
- Added get_device_api_level_inlines.h because AIDE does not have it. Needed to get SDK version
- Collapse can be expanded by default

Android Studio may show some syntax errors, just ignore as long as it can compile