summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-12-06Improve overlapping detection in ZFile.Paulo Casanova
2017-11-03Add read-only mode to ZFile.Paulo Casanova
2017-11-02Fix buffer underflow bug in apkzlib.Paulo Casanova
2017-10-30Minor fixes in apkzlib to remove warnings in G3.Paulo Casanova
2017-10-27Improved 4-byte alignment fixes.Paulo Casanova
2017-10-27Minor fixes in EncodeUtils.Paulo Casanova
2017-10-26Added support for zip file comments in apkzlib.Paulo Casanova
2017-10-11Enable D8 by defaultIvan Gavrilovic
2017-08-11Fix alignment when merging zips.Paulo Casanova
2017-07-06Revert "Revert "move dexing to WorkerExecutor.""Ivan Gavrilovic
2017-07-04Revert "move dexing to WorkerExecutor."Ivan Gavrilovic
2017-07-04move dexing to WorkerExecutor.Jerome Dochez
2017-06-28Don't leave a future uncompleted in case of a thrown ErrorSergey Prigogin
2017-06-19Update to guava 22.Chris Warrington
2017-05-25Merge "Fix ZipToolsTest failing on Windows." into studio-master-devHung Nguyen
2017-05-23Fix JarSigningTestIzabela Orlowska
2017-05-22Ignores a test broken by apksignestebandlc
2017-05-08Updated ZFile to use UTF-8 if needed.Paulo Casanova
2017-05-02Allow javac to output resources.Chris Warrington
2017-04-28Fix another directExecutor missing.Paulo Casanova
2017-04-24Fixed array style declarations in ZFile.Paulo Casanova
2017-04-24Fixed use of direct executor.Paulo Casanova
2017-04-21Fixed bug in ZFile that did not allow RO open.Paulo Casanova
2017-04-20Fix ZipToolsTest failing on Windows.Hung Nguyen
2017-04-12Switch from out of process AAPT2 to jni.Chris Warrington
2017-03-23Merge "Make ZFileOptions setters return "this" for easier chaining." into stu...Pierre Lecesne
2017-03-23Make ZFileOptions setters return "this" for easier chaining.Pierre Lecesne
2017-03-22Merge "Fix bug 35841603: updating zip with invalid extra" into studio-master-devPaulo Casanova
2017-03-22Fix bug 35841603: updating zip with invalid extraPaulo Casanova
2017-03-10Revert Change Ie45a734cDana Dahlstrom
2017-03-10Revert Change Ie45a734cDana Dahlstrom
2017-02-15Various javadoc fixes.Chris Warrington
2017-02-13Add @SuppressWarnings("InsecureCryptoUsage")Dana Dahlstrom
2017-02-06Update to mockito-core 2.7.1Siva Velusamy
2017-02-06Merge "Added IncrementalFileMerger; update MergeJavaRes" into studio-master-devPaulo Casanova
2017-01-24Added IncrementalFileMerger; update MergeJavaResPaulo Casanova
2017-01-24Workaround for not handling Zip64.Jerome Dochez
2017-01-13ZFileTest fixes and improvementsPaulo Casanova
2017-01-06Remove data descriptor entries from zip on writePaulo Casanova
2017-01-06Made apkzlib more forgiving with zip errors.Paulo Casanova
2017-01-04Standardize apkzfile.Paulo Casanova
2016-12-28Allow disabling version to extract in zip.Paulo Casanova
2016-12-12Use apksig's ApkSignerEngine for signing APKsAlex Klyubin
2016-11-25PackageSplitAbi now uses new packager.Paulo Casanova
2016-11-20Replacing com.android.annotations.* with JSR305 annotations.Pierre Lecesne
2016-11-17Merge "Removed use of direct executor." into studio-master-devPaulo Casanova
2016-11-17Removed use of direct executor.Paulo Casanova
2016-11-17Fix bazel tests on apkzlib.Paulo Casanova
2016-11-16Renamed apkzlib packages.Paulo Casanova
2016-11-10Replace deprecated MoreExecutors.sameThreadExecutor().Pierre Lecesne