1. 685e9cb Merge "Removed use of direct executor." into studio-master-dev am: f60410a7b5 by Paulo Casanova · 6 years ago
  2. 52f234e Fix bazel tests on apkzlib. am: 79db1d6e05 by Paulo Casanova · 6 years ago
  3. 40cf62a Merge "Renamed apkzlib packages." into studio-master-dev am: bef0e6c190 by Paulo Casanova · 6 years ago
  4. de4188b Bazel offline repo am: 89ad7e4571 by Raluca Sauciuc · 6 years ago
  5. 07b7df8 Replace deprecated MoreExecutors.sameThreadExecutor(). am: a5c71db7e0 by Pierre Lecesne · 6 years ago
  6. b4e35e8 Fix build.gradle for apkzlib. am: 0dc53b70df by Paulo Casanova · 6 years ago
  7. e35ead1 Fiz BUILD for apkzlib. am: c32f849b88 by Paulo Casanova · 6 years ago
  8. 41ad4ed Added Android.bp file for apkzlib by Idries Hamadi · 6 years ago
  9. 2c2ecfc Merge branch 'studio-master-dev' into master. by Chris Warrington · 6 years ago
  10. 2bd462c Switch to separate apkzlib project. by Chris Warrington · 6 years ago gradle_3.1.2 studio-3.1.2
  11. fdf6640 Initial empty repository by kuantung · 6 years ago
  12. 8c96a4d apkzlib depends only on public API of apksig by Alex Klyubin · 6 years ago
  13. 8efe1e8 Improve overlapping detection in ZFile. by Paulo Casanova · 6 years ago
  14. f19d56d Bundle support. by Xavier Ducrohet · 7 years ago
  15. e35235f Add read-only mode to ZFile. by Paulo Casanova · 7 years ago
  16. 9b82a24 Fix buffer underflow bug in apkzlib. by Paulo Casanova · 7 years ago
  17. c7e7e17 Minor fixes in apkzlib to remove warnings in G3. by Paulo Casanova · 7 years ago
  18. f84d3f3 Improved 4-byte alignment fixes. by Paulo Casanova · 7 years ago
  19. e27866a Minor fixes in EncodeUtils. by Paulo Casanova · 7 years ago
  20. 29ad796 Added support for zip file comments in apkzlib. by Paulo Casanova · 7 years ago
  21. 781284f Enable D8 by default by Ivan Gavrilovic · 7 years ago
  22. 1ce31f5 Fix alignment when merging zips. by Paulo Casanova · 7 years ago
  23. 7d395b8 Revert "Revert "move dexing to WorkerExecutor."" by Ivan Gavrilovic · 7 years ago
  24. 235e51c Revert "move dexing to WorkerExecutor." by Ivan Gavrilovic · 7 years ago
  25. 4819383 move dexing to WorkerExecutor. by Jerome Dochez · 7 years ago
  26. b0a2cd9 Don't leave a future uncompleted in case of a thrown Error by Sergey Prigogin · 7 years ago
  27. adea684 Update to guava 22. by Chris Warrington · 7 years ago
  28. 91461ee Use kotlin_library for building build-system/builder by Jens Ole Lauridsen · 7 years ago
  29. 0a096c4 Merge "Fix ZipToolsTest failing on Windows." into studio-master-dev by Hung Nguyen · 7 years ago
  30. f751e58 Fix JarSigningTest by Izabela Orlowska · 7 years ago
  31. 761b093 Ignores a test broken by apksign by estebandlc · 7 years ago
  32. 6fb3edd Updated ZFile to use UTF-8 if needed. by Paulo Casanova · 7 years ago
  33. 4a3db1d Allow javac to output resources. by Chris Warrington · 7 years ago
  34. 1bc7cd6 Fix another directExecutor missing. by Paulo Casanova · 7 years ago
  35. cf1296b Fixed array style declarations in ZFile. by Paulo Casanova · 7 years ago
  36. 751dbcb Fixed use of direct executor. by Paulo Casanova · 7 years ago
  37. 0ab7865 Fixed bug in ZFile that did not allow RO open. by Paulo Casanova · 7 years ago
  38. d9a9fa8 Fix ZipToolsTest failing on Windows. by Hung Nguyen · 7 years ago
  39. 2114d2f Switch from out of process AAPT2 to jni. by Chris Warrington · 7 years ago
  40. b42956b Merge "Make ZFileOptions setters return "this" for easier chaining." into studio-master-dev by Pierre Lecesne · 7 years ago
  41. 84b8785 Make ZFileOptions setters return "this" for easier chaining. by Pierre Lecesne · 7 years ago
  42. e4e86dd Remove duplicate definition of jsr305 library am: 6f11b718b5 by Siva Velusamy · 7 years ago
  43. 8aff73b Remove duplicate definition of jsr305 library by Siva Velusamy · 7 years ago
  44. df3747f Merge "Fix bug 35841603: updating zip with invalid extra" into studio-master-dev by Paulo Casanova · 7 years ago
  45. 7e52226 Fix bug 35841603: updating zip with invalid extra by Paulo Casanova · 7 years ago
  46. 5324b4a Revert Change Ie45a734c am: 861f9ca625 by Dana Dahlstrom · 7 years ago
  47. 766580e Revert Change Ie45a734c by Dana Dahlstrom · 7 years ago
  48. 4f69d4d Merge remote-tracking branch 'remotes/goog/studio-feature-ij2016.3b' into studio-master-dev by Tor Norbye · 7 years ago
  49. 860b077 Merge remote-tracking branch 'goog/studio-master-dev' into merge by Tor Norbye · 7 years ago
  50. 64e6be4 Various javadoc fixes. by Chris Warrington · 7 years ago
  51. 0e9a5e8 Add @SuppressWarnings("InsecureCryptoUsage") by Dana Dahlstrom · 7 years ago
  52. ceaad2b Merge remote-tracking branch 'goog/studio-master-dev' into merge by Tor Norbye · 7 years ago
  53. 3f45c36 Merged 2017.1 EAP (idea/171.2455.10) by Tor Norbye · 7 years ago
  54. d5cd05a Update to mockito-core 2.7.1 by Siva Velusamy · 7 years ago
  55. 017bc62 Merge "Added IncrementalFileMerger; update MergeJavaRes" into studio-master-dev by Paulo Casanova · 7 years ago
  56. bdfecc5 Remove unused load statements by Dana Dahlstrom · 7 years ago
  57. 919aab0 Remove warnings about including sources from other packages by Michal Bendowski · 7 years ago
  58. ef12a6f Added IncrementalFileMerger; update MergeJavaRes by Paulo Casanova · 8 years ago
  59. c8e3f66 Workaround for not handling Zip64. by Jerome Dochez · 7 years ago
  60. 303c8ab ZFileTest fixes and improvements by Paulo Casanova · 7 years ago
  61. ba31559 Remove data descriptor entries from zip on write by Paulo Casanova · 7 years ago
  62. 56956fc Made apkzlib more forgiving with zip errors. by Paulo Casanova · 7 years ago
  63. 1349abb Standardize apkzfile. by Paulo Casanova · 7 years ago
  64. ba150ac Allow disabling version to extract in zip. by Paulo Casanova · 7 years ago
  65. a96ce34 Use apksig's ApkSignerEngine for signing APKs by Alex Klyubin · 8 years ago
  66. 6b7c4e9 PackageSplitAbi now uses new packager. by Paulo Casanova · 8 years ago
  67. 735d241 Replacing com.android.annotations.* with JSR305 annotations. by Pierre Lecesne · 8 years ago
  68. bd8b3ed Fix gradle build by Joe Baker-Malone · 8 years ago
  69. f60410a Merge "Removed use of direct executor." into studio-master-dev by Paulo Casanova · 8 years ago
  70. 44a855b Removed use of direct executor. by Paulo Casanova · 8 years ago
  71. 79db1d6 Fix bazel tests on apkzlib. by Paulo Casanova · 8 years ago
  72. bef0e6c Merge "Renamed apkzlib packages." into studio-master-dev by Paulo Casanova · 8 years ago
  73. 5a1ccbe Renamed apkzlib packages. by Paulo Casanova · 8 years ago
  74. 89ad7e4 Bazel offline repo by Raluca Sauciuc · 8 years ago
  75. a5c71db Replace deprecated MoreExecutors.sameThreadExecutor(). by Pierre Lecesne · 8 years ago
  76. 0dc53b7 Fix build.gradle for apkzlib. by Paulo Casanova · 8 years ago
  77. c32f849 Fiz BUILD for apkzlib. by Paulo Casanova · 8 years ago
  78. f9ae28f Created apkzlib. by Paulo Casanova · 8 years ago