aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools
Commit message (Expand)AuthorAge
* Automatic formatting cleanup of Android *.java files.Gravatar jingwen2017-12-18
* remote: Add support for Google Cloud Storage.Gravatar Jakob Buchgraber2017-12-18
* Automated rollback of commit 70c2be189c9c0021f7c424c7399f8bdecc579b4e.Gravatar Googler2017-12-15
* Eagerly close directory content stream again when looking for dumped lambdasGravatar kmb2017-12-15
* Use assets from the APK for resource shrinking rather than from the merge act...Gravatar Googler2017-12-15
* reflect prefix in additional ClassReader methods for consistency with what ha...Gravatar kmb2017-12-14
* Shell code cleanupGravatar Androbin2017-12-14
* make desugar resilient to unrelated lambdas being dumped while it runsGravatar kmb2017-12-13
* Update aapt2 to recent version from git_pi-release.Gravatar Googler2017-12-13
* Add --checkHashMismatch flag to ZipFilterAction.Gravatar jingwen2017-12-12
* Correct stack map frame computation. When visiting CHOP Frame (discarding n l...Gravatar cnsun2017-12-12
* Fix: uploading artifacts of failed actions to remote cache stopped working.Gravatar olaola2017-12-11
* Windows Launcher: Fix argument passingGravatar Yun Peng2017-12-11
* Infrastructure for fixed checking if android_test can inherit resourcesGravatar Googler2017-12-08
* Temporary fix for resource filtering with aapt2Gravatar Googler2017-12-07
* Support inclusion filter in DexFileSplitter, with the same semantics as in .....Gravatar kmb2017-12-06
* support params files in dexmerger and dexsharder toolsGravatar kmb2017-12-06
* Fix some broken targets and failing tests.Gravatar ajmichael2017-12-06
* Dedupe inputs in dexmerger tool similar to other tools.Gravatar kmb2017-12-05
* Moving the RemoteWorker into tools/remote directory.Gravatar olaola2017-12-05
* Fixing regression of SHA1 with the RemoteWorker.Gravatar olaola2017-12-05
* Improve exception message to output more information.Gravatar cnsun2017-12-04
* Remove static import of inner class InferredType's fieldsGravatar ccross2017-12-04
* Change Bazel's default hash function to SHA256. Fixes #3193Gravatar buchgr2017-12-03
* Move bazel conditions into src/conditions.Gravatar tomlu2017-11-30
* Refactor the FileSystem API to allow for different hash functions.Gravatar buchgr2017-11-30
* Improve the error messaging by suppressing stack traces for expected errors.Gravatar corysmith2017-11-30
* Skylint: Add a warning for the '|' operator.Gravatar laurentlb2017-11-30
* Various Shell Script Fixes and Improvements - Part OneGravatar Androbin2017-11-29
* Automatic code cleanup.Gravatar cushon2017-11-28
* Let to push lambda arguments not only with *LOAD instructions but with SIPUSH...Gravatar Googler2017-11-28
* Revert unintentional increase in logging.Gravatar apell2017-11-27
* Never allow local_resource_files in single-process testsGravatar Googler2017-11-27
* Use more precise categories for missing docstring.Gravatar laurentlb2017-11-27
* Improve error message for 'missing-return-value' check.Gravatar laurentlb2017-11-25
* Enable aapt2 for robolectric when available.Gravatar corysmith2017-11-22
* Add option to enable resource cycle shrinking.Gravatar Googler2017-11-21
* Make bazel test src/tools/launcher/... pass on Unix platformGravatar Yun Peng2017-11-20
* Enable aapt2 packaging action to use compiled resources for merging rather th...Gravatar Googler2017-11-16
* Create merge action and data deserializer for aapt2 compiled resources.Gravatar Googler2017-11-15
* Add configuration filters to the aapt2 packaging step.Gravatar corysmith2017-11-15
* Specialize $closeResource(Throwable, AutoCloseable) so that desugared code do...Gravatar cnsun2017-11-14
* Fix EnclosingMethod attribute when moving interface methods to companion classGravatar kmb2017-11-13
* Open source ZipFilterBuilder for android_instrumentation_testGravatar jingwen2017-11-13
* Support multiple (disjoint) inputs and add --multidex=given_shard flag to Dex...Gravatar kmb2017-11-09
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Fix resource shrinking to filter densities and include assets.Gravatar corysmith2017-11-09
* Linter: allow disabling individual categories in addition to checksGravatar fzaiser2017-11-07
* Add optional user execution time and system execution time fields to Terminat...Gravatar ruperts2017-11-06
* Automated rollback of commit 3181c2f1362622985aca24747ed9512573d25dc0.Gravatar corysmith2017-11-06