manager-v0.5.1-362-debug.apk
12 MB
Fix Manifest Parse Failure (#151)
Recently encountered Multiple apps where LSPatch failed to parse
AndroidManifest.xml. Upon further debugging found that we throw an error
when style sizes don't adhere to a 4-byte boundary. We can safely ignore
this and move forward since we are anyways not using `block.m_styles`
anywhere in the code. Have checked multiple other AXML parsers wherein
they too do the same thing
Recently encountered Multiple apps where LSPatch failed to parse
AndroidManifest.xml. Upon further debugging found that we throw an error
when style sizes don't adhere to a 4-byte boundary. We can safely ignore
this and move forward since we are anyways not using `block.m_styles`
anywhere in the code. Have checked multiple other AXML parsers wherein
they too do the same thing
👍20❤6🥰1🤯1
manager-v0.5.1-363-debug.apk
12 MB
Update bug_report.yml
👍21❤4🥰2
manager-v0.5.1-366-debug.apk
12 MB
feat: set minimum sdk to Android 9 if original value is lower (#167)
👍8❤1🔥1🥰1
manager-v0.5.1-367-debug.apk
12.7 MB
Update core to 1.8.6 (#168)
With
- update AGP to 7.4.0
- update Android Build Tools to 33.0.1
With
- update AGP to 7.4.0
- update Android Build Tools to 33.0.1
👍26🎉3❤2👎2🥰1
manager-v0.5.1-368-debug.apk
12.7 MB
Fix core version display
👍50❤🔥5👎4🥰4❤2🔥1🖕1
manager-v0.5.1-372-debug.apk
12.7 MB
Fixing Manifest Parsing - Shifting from axmlprinter to axmlparser (#180)
**Description:**
Some apps were failing with reason `Failed to parse Manifest file`
Turns out that `AxmlResourceParser` from `android4Me` is very outdated
and does not work well in all cases.
Hence have removed `axmlprinter` and migrated code to use `AxmlParser`
from `ManifestEditor` by `WindySha`.
**Description:**
Some apps were failing with reason `Failed to parse Manifest file`
Turns out that `AxmlResourceParser` from `android4Me` is very outdated
and does not work well in all cases.
Hence have removed `axmlprinter` and migrated code to use `AxmlParser`
from `ManifestEditor` by `WindySha`.
👍37❤3🥰3🔥1