aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools
Commit message (Expand)AuthorAge
* 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
* Simplify the merge code, and fix a few incorrectly declared tests.Gravatar corysmith2017-11-06
* Linter: improve docstring formatting error messagesGravatar fzaiser2017-11-06
* Delete benchmark code.Gravatar tomlu2017-11-06
* Linter: don't require docstrings for short functionsGravatar fzaiser2017-11-03
* Linter: Tolerate whitespace-only lines and complain about misaligned closing ...Gravatar brandjon2017-11-02
* Linter: allow leading underscore in provider namesGravatar fzaiser2017-11-02
* Skylint: improve message for missing return and unitialized variablesGravatar fzaiser2017-11-02
* Skylint: also allow "UNUSED_" prefix in capital lettersGravatar fzaiser2017-11-02
* Fix typo in issue messageGravatar brandjon2017-11-02
* Force DexMapper (aka shuffle_jars) tool to partition large packages into mult...Gravatar kmb2017-11-01
* Open source ZipFilterAction for use in Android testing.Gravatar ajmichael2017-11-01
* Remove hazelcast dependency from BazelGravatar Alpha Lam2017-10-30
* Skylint: improve message for unused list comprehensions.Gravatar fzaiser2017-10-30
* Skylint: also check for deprecations in dependencies.Gravatar fzaiser2017-10-27
* Skylint: improve error message for unused importsGravatar fzaiser2017-10-27
* Skylint: improve messages about docstring errorsGravatar fzaiser2017-10-27
* Adjust the singlejar binary to accept an optional comma-separated "label" withGravatar Googler2017-10-27
* Internal changeGravatar kmb2017-10-26
* Skylint: fix exception for empty docstring linesGravatar fzaiser2017-10-25
* Skylint: docstring format: warn about wrong order of sections only onceGravatar fzaiser2017-10-24
* Parser: fix incorrect end location for statement suites.Gravatar fzaiser2017-10-24
* Record dependencies when directly calling moved interface methods.Gravatar kmb2017-10-24
* Skylint: don't report unused variables starting with "unused_"Gravatar fzaiser2017-10-24
* Preserve `pass` statements in the Skylark AST.Gravatar fzaiser2017-10-23
* Internal changeGravatar dslomov2017-10-23
* Skylint: check provider names for the suffix "Info"Gravatar fzaiser2017-10-23
* Exclude Android dependency checking from Bazel's singlejar build.Gravatar kmb2017-10-23
* standalone tool to split dex archives into shards to merge.Gravatar kmb2017-10-20
* Skylint: docstring format: warn about empty sections and descriptions.Gravatar fzaiser2017-10-20
* Change the KeyValueConsumer to extend BiConsumer for improved consumer usage.Gravatar corysmith2017-10-20
* Add directory entries to the resource_files.zip because robolectric relies on...Gravatar dannark2017-10-18
* Skylint: show a better error message if a file is not foundGravatar fzaiser2017-10-18
* Don't reference static method from instance variable.Gravatar dannark2017-10-18
* Skylint: change the end location of missing function docstring warnings.Gravatar fzaiser2017-10-18
* Migrate all users of OptionsParser.enableParamsFileSupport to use the ShellQu...Gravatar apell2017-10-18
* Skylint: don't warn for unused initialization with 'None'.Gravatar fzaiser2017-10-18
* Stream rest cache file uploads.Gravatar Benjamin Peterson2017-10-18