Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
apkzlib
/
d6148f97a5cef82fca960955f23f1d1917db3944
d6148f9
Update package to com.android.tools.build.apkzlib.
by Chris Warrington
· 7 years ago
41ad4ed
Added Android.bp file for apkzlib
by Idries Hamadi
· 7 years ago
2bd462c
Switch to separate apkzlib project.
by Chris Warrington
· 7 years ago
8c96a4d
apkzlib depends only on public API of apksig
by Alex Klyubin
· 7 years ago
8efe1e8
Improve overlapping detection in ZFile.
by Paulo Casanova
· 7 years ago
f19d56d
Bundle support.
by Xavier Ducrohet
· 7 years ago
e35235f
Add read-only mode to ZFile.
by Paulo Casanova
· 7 years ago
9b82a24
Fix buffer underflow bug in apkzlib.
by Paulo Casanova
· 7 years ago
c7e7e17
Minor fixes in apkzlib to remove warnings in G3.
by Paulo Casanova
· 7 years ago
f84d3f3
Improved 4-byte alignment fixes.
by Paulo Casanova
· 7 years ago
e27866a
Minor fixes in EncodeUtils.
by Paulo Casanova
· 7 years ago
29ad796
Added support for zip file comments in apkzlib.
by Paulo Casanova
· 7 years ago
781284f
Enable D8 by default
by Ivan Gavrilovic
· 7 years ago
1ce31f5
Fix alignment when merging zips.
by Paulo Casanova
· 7 years ago
7d395b8
Revert "Revert "move dexing to WorkerExecutor.""
by Ivan Gavrilovic
· 7 years ago
235e51c
Revert "move dexing to WorkerExecutor."
by Ivan Gavrilovic
· 7 years ago
4819383
move dexing to WorkerExecutor.
by Jerome Dochez
· 7 years ago
b0a2cd9
Don't leave a future uncompleted in case of a thrown Error
by Sergey Prigogin
· 7 years ago
adea684
Update to guava 22.
by Chris Warrington
· 7 years ago
91461ee
Use kotlin_library for building build-system/builder
by Jens Ole Lauridsen
· 7 years ago
0a096c4
Merge "Fix ZipToolsTest failing on Windows." into studio-master-dev
by Hung Nguyen
· 7 years ago
f751e58
Fix JarSigningTest
by Izabela Orlowska
· 7 years ago
761b093
Ignores a test broken by apksign
by estebandlc
· 7 years ago
6fb3edd
Updated ZFile to use UTF-8 if needed.
by Paulo Casanova
· 7 years ago
4a3db1d
Allow javac to output resources.
by Chris Warrington
· 8 years ago
1bc7cd6
Fix another directExecutor missing.
by Paulo Casanova
· 8 years ago
cf1296b
Fixed array style declarations in ZFile.
by Paulo Casanova
· 8 years ago
751dbcb
Fixed use of direct executor.
by Paulo Casanova
· 8 years ago
0ab7865
Fixed bug in ZFile that did not allow RO open.
by Paulo Casanova
· 8 years ago
d9a9fa8
Fix ZipToolsTest failing on Windows.
by Hung Nguyen
· 8 years ago
2114d2f
Switch from out of process AAPT2 to jni.
by Chris Warrington
· 8 years ago
b42956b
Merge "Make ZFileOptions setters return "this" for easier chaining." into studio-master-dev
by Pierre Lecesne
· 8 years ago
84b8785
Make ZFileOptions setters return "this" for easier chaining.
by Pierre Lecesne
· 8 years ago
e4e86dd
Remove duplicate definition of jsr305 library am: 6f11b718b5
by Siva Velusamy
· 8 years ago
8aff73b
Remove duplicate definition of jsr305 library
by Siva Velusamy
· 8 years ago
df3747f
Merge "Fix bug 35841603: updating zip with invalid extra" into studio-master-dev
by Paulo Casanova
· 8 years ago
7e52226
Fix bug 35841603: updating zip with invalid extra
by Paulo Casanova
· 8 years ago
5324b4a
Revert Change Ie45a734c am: 861f9ca625
by Dana Dahlstrom
· 8 years ago
766580e
Revert Change Ie45a734c
by Dana Dahlstrom
· 8 years ago
4f69d4d
Merge remote-tracking branch 'remotes/goog/studio-feature-ij2016.3b' into studio-master-dev
by Tor Norbye
· 8 years ago
860b077
Merge remote-tracking branch 'goog/studio-master-dev' into merge
by Tor Norbye
· 8 years ago
64e6be4
Various javadoc fixes.
by Chris Warrington
· 8 years ago
0e9a5e8
Add @SuppressWarnings("InsecureCryptoUsage")
by Dana Dahlstrom
· 8 years ago
ceaad2b
Merge remote-tracking branch 'goog/studio-master-dev' into merge
by Tor Norbye
· 8 years ago
3f45c36
Merged 2017.1 EAP (idea/171.2455.10)
by Tor Norbye
· 8 years ago
d5cd05a
Update to mockito-core 2.7.1
by Siva Velusamy
· 8 years ago
017bc62
Merge "Added IncrementalFileMerger; update MergeJavaRes" into studio-master-dev
by Paulo Casanova
· 8 years ago
bdfecc5
Remove unused load statements
by Dana Dahlstrom
· 8 years ago
919aab0
Remove warnings about including sources from other packages
by Michal Bendowski
· 8 years ago
ef12a6f
Added IncrementalFileMerger; update MergeJavaRes
by Paulo Casanova
· 8 years ago
c8e3f66
Workaround for not handling Zip64.
by Jerome Dochez
· 8 years ago
303c8ab
ZFileTest fixes and improvements
by Paulo Casanova
· 8 years ago
ba31559
Remove data descriptor entries from zip on write
by Paulo Casanova
· 8 years ago
56956fc
Made apkzlib more forgiving with zip errors.
by Paulo Casanova
· 8 years ago
1349abb
Standardize apkzfile.
by Paulo Casanova
· 8 years ago
ba150ac
Allow disabling version to extract in zip.
by Paulo Casanova
· 8 years ago
a96ce34
Use apksig's ApkSignerEngine for signing APKs
by Alex Klyubin
· 8 years ago
6b7c4e9
PackageSplitAbi now uses new packager.
by Paulo Casanova
· 8 years ago
735d241
Replacing com.android.annotations.* with JSR305 annotations.
by Pierre Lecesne
· 8 years ago
bd8b3ed
Fix gradle build
by Joe Baker-Malone
· 8 years ago
f60410a
Merge "Removed use of direct executor." into studio-master-dev
by Paulo Casanova
· 8 years ago
44a855b
Removed use of direct executor.
by Paulo Casanova
· 8 years ago
79db1d6
Fix bazel tests on apkzlib.
by Paulo Casanova
· 8 years ago
bef0e6c
Merge "Renamed apkzlib packages." into studio-master-dev
by Paulo Casanova
· 8 years ago
5a1ccbe
Renamed apkzlib packages.
by Paulo Casanova
· 8 years ago
89ad7e4
Bazel offline repo
by Raluca Sauciuc
· 8 years ago
a5c71db
Replace deprecated MoreExecutors.sameThreadExecutor().
by Pierre Lecesne
· 8 years ago
0dc53b7
Fix build.gradle for apkzlib.
by Paulo Casanova
· 8 years ago
c32f849
Fiz BUILD for apkzlib.
by Paulo Casanova
· 8 years ago
f9ae28f
Created apkzlib.
by Paulo Casanova
· 8 years ago