Releases: AppLovin/homebrew-Mobile-Tools
Releases · AppLovin/homebrew-Mobile-Tools
uncrustify-al-v0.1.0
ref/uncrustify_AL_to_Al
aldroid-v0.3.6
- fixed empty flag being forwarded if calling
aldroid-running-app
without any flags
aldroid-v0.3.5
- Added
kill
command to kill app running on the device - Added
--pm-install
flag to install directly on the device useing apm
install session instead ofadb install
- Fixed flags not being forwarded from
aldroid-running-app
toaldroid
aldroid-v0.3.4
- Added
--no-incremental
flag to calls toadb install
oradb install-multiple
to avoid install failures on some devices
aldroid-v0.3.3
- Improved detection of
debug_override
block trusting the user certificate innetwork_security_config
- New option
--override-nsc
to use a customnetwork_security_config
that allows all cleartext traffic
aldroid-v0.3.2
- Support
android:localeConfig
inAndroidManifest
and missing schema inlocale_config.xml
aldroid-v0.3.1
- Fixed issues if
APK_REMOTE_PATH
(fromadb shell pm path
) contained carriage returns
aldroid-v0.3.0
- Added a new build action to rebuild and resign a folder containing a decoded APK
- Read the value of networkSecurityConfig from the AndroidManifest instead of defaulting to network_security_config.xml
aldroid-v0.2.2
- Added a fallback for aldroid-running-app's detection of the currently running app
aldroid-v0.2.1
- now correctly creates a config with all cleartext traffic allowed if android:usesCleartextTraffic is true