android-chunk-utils

Android Chunk format reader/writer

License

License

GroupId

GroupId

pink.madis.apk.arsc
ArtifactId

ArtifactId

android-chunk-utils
Last Version

Last Version

0.0.7
Release Date

Release Date

Type

Type

jar
Description

Description

android-chunk-utils
Android Chunk format reader/writer
Project URL

Project URL

http://github.com/madisp/android-chunk-utils
Source Code Management

Source Code Management

http://github.com/madisp/android-chunk-utils

Download android-chunk-utils

How to add to project

<!-- https://jarcasting.com/artifacts/pink.madis.apk.arsc/android-chunk-utils/ -->
<dependency>
    <groupId>pink.madis.apk.arsc</groupId>
    <artifactId>android-chunk-utils</artifactId>
    <version>0.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/pink.madis.apk.arsc/android-chunk-utils/
implementation 'pink.madis.apk.arsc:android-chunk-utils:0.0.7'
// https://jarcasting.com/artifacts/pink.madis.apk.arsc/android-chunk-utils/
implementation ("pink.madis.apk.arsc:android-chunk-utils:0.0.7")
'pink.madis.apk.arsc:android-chunk-utils:jar:0.0.7'
<dependency org="pink.madis.apk.arsc" name="android-chunk-utils" rev="0.0.7">
  <artifact name="android-chunk-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='pink.madis.apk.arsc', module='android-chunk-utils', version='0.0.7')
)
libraryDependencies += "pink.madis.apk.arsc" % "android-chunk-utils" % "0.0.7"
[pink.madis.apk.arsc/android-chunk-utils "0.0.7"]

Dependencies

compile (2)

Group / Artifact Type Version
com.google.guava : guava jar 18.0
com.google.code.findbugs : jsr305 jar 3.0.1

Project Modules

There are no modules declared in this project.

Android Chunk format reader/writer

Build Status

This project contains classes extracted from the android-arscblamer project that deal with reading and writing the resource table and compiled XML files present in APK files.

The following modifications have been made:

  • Deleted ArscBlamer, ArscDumper, ArscModule, ResourceEntryStatsCollector, InjectedApplication, BindingAnnotations, CommonParams and ApkUtils
  • The package has been renamed to pink.madis.apk.arsc to avoid collisions
  • Fixed < and > characters in javadoc
  • Fixed reading/writing resource packages generated with older aapt versions

License

Original work Copyright 2016 Google Inc.
Modified work Copyright 2017 Madis Pink

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Versions

Version
0.0.7
0.0.6