Documentation ¶
Overview ¶
Package internal contains core patches.
Clean up unused classes ¶
Remove some unused classes to avoid the smali error from having too many methods in a dex.
com.android.tools.smali.util.ExceptionWithContext: Unsigned short value out of range: 65537
Increase minimum API level ¶
Set the minimum API level to 26 (8: Oreo). Ships with webview 58 (but upgradeable -- note that we want ~73+ for some of our patches). Ships with SQLite 3.18. Supports APK signatures v2.
Remove feedback ¶
Removes the feedback option (since this is a patched version).
HtmlContentWebView visibility ¶
Make the HtmlContentWebView Context public.
Signature check ¶
Fix the pro signature check. You still need to buy the app to be able to use pro features.
Version ¶
Patch the version string in the UI.
Click to show internal directories.
Click to hide internal directories.