Commits
master
Name already in use
Commits on Aug 9, 2023
-
Refactor logging for chunks and sparse flags. (#3260)
* refactor: log each chunk in verbose mode * refactor: drop unneeded ":" from log output * refactor: spit out sparse message once
-
-
Remove Apktool Dummys. (#3258)
* refactor: properly parse dummy resources * feat: remove dummys
Commits on Aug 8, 2023
Commits on Aug 7, 2023
Commits on Aug 5, 2023
-
Migrate to Gradle Kotlin DSL (#3249)
* feat: initial migration to kotlin * feat: initial migration to kotlin * fix: wire up dependencies * fix: Deprecated tag for kotlin detection * refactor: put all modules into sub-projects * fix: include jar file (android framework) * fix: add version message/info * fix: wire up version/gitrev to properties * fix: wire up proguard on cli * fix: wire up proguard * fix: wire up output cleaning command * fix: drop license header on gradle files - fully rewritten from scratch by myself - no longer including license header on build files * fix: add compile utf8/flags for java8 * refactor: remove unneeded curly braces * feat: progress towards maven-publish * build: publish to maven * docs: update documentation * refactor: prevent implicit order by removal of afterEvaluate * build: remove unused license plugin
Commits on Aug 1, 2023
-
-
build(deps): bump org.apache.commons:commons-lang3 from 3.12.0 to 3.1…
…3.0 (#3240) Bumps org.apache.commons:commons-lang3 from 3.12.0 to 3.13.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-lang3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Hardened String Block Parser (#3239)
* fix: add headerSize to stringBlock to detect larger headers * fix: handle app with style offset, but 0 styles * refactor: split counting stream into CountingDataInput * fix: read strings till end of string pool chunk * fix: support out of bound string reading * fix: don't read string/style offset out of bounds * refactor: cleanup comments for string parser * style: comment on 4 byte alignment * fix: only warn if utf16 string
Commits on Jul 31, 2023
-
build(deps): bump gradle/gradle-build-action from 2.6.1 to 2.7.0 (#3241)
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.6.1 to 2.7.0. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](gradle/gradle-build-action@v2.6.1...v2.7.0) --- updated-dependencies: - dependency-name: gradle/gradle-build-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Commits on Jul 30, 2023
-
-
-
Move to XMLUnit Legacy (#3235)
* build: migrate to xmlunit 2.9.1 * feat: opt into xxe protection for test suite
-
-
fix: resolve missing namespace on system resources (#3234)
* fix: resolve missing namespace on system resources * refactor: align pkdId check to 2nd of if
-
Commits on Jul 29, 2023
-
refactor: clean up style and redundancy (#3232)
* refactor: clean up redundancy * refactor: no need for both setApkFile and setApkFileName
-
Support empty resource table. (#3230)
* test: assertions for empty arsc table * fix: don't crash if no pkgs found
-
refactor: manual YAML Cleanup (#3229)
* refactor: add missing license headers * fix: remove unused exceptions * refactor: remove unused single quote / slash param
-
fix: Gradle wrapper validation trigger issue (#3228)
Resolved the Gradle wrapper validation triggering problem by implementing a more precise check. Now, the validation process will only be triggered when there are actual changes in the gradle/wrapper/gradle-wrapper.jar file, preventing unnecessary validations.
-
Remove SnakeYAML for manual YAML Parser (#3191)
* Simple straitforward yaml serialization with minimal needed functionality * Consolidate ApkInfo tests in the package brut.androlib.apk, unify interface YamlReader and add ApkInfoSerializationTest read -> write -> read test * remove dependencies from snakeyaml * remove unused methods * correct indent test value * correct style with curly braces * add test item with hieroglyph
Commits on Jul 26, 2023
Commits on Jul 25, 2023
-
"--no-compile-sdk-metadata" tests. (#3220)
* refactor: move loadDocument() to base * test: confirm manifest properties are removed/left-alone * chore: remove unused imports
-
feat: Introduce --no-compile-sdk-metadata (#3208)
* feat: ignore sdk metadata during aapt2 * test: adjust test suite for aapt2 change
Commits on Jul 24, 2023
-
-
build(deps): bump gradle/wrapper-validation-action from 1.0.6 to 1.1.0 (
#3214) Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 1.0.6 to 1.1.0. - [Release notes](https://github.com/gradle/wrapper-validation-action/releases) - [Commits](gradle/wrapper-validation-action@v1.0.6...v1.1.0) --- updated-dependencies: - dependency-name: gradle/wrapper-validation-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
build(deps): bump gradle/gradle-build-action from 2.6.0 to 2.6.1 (#3213)
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.6.0 to 2.6.1. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](gradle/gradle-build-action@v2.6.0...v2.6.1) --- updated-dependencies: - dependency-name: gradle/gradle-build-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Connor Tumbleson <iBotPeaches@users.noreply.github.com>
-
Explicit ResFileDecoder initiazation and add constructors AXmlResourc…
…eParser(ResTable resTable) and AndroidManifestResourceParser(ResTable resTable) (#3211)