aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/android
Commit message (Expand)AuthorAge
* Automatic formatting cleanup of Android *.java files.Gravatar jingwen2017-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
* 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
* 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
* Dedupe inputs in dexmerger tool similar to other tools.Gravatar kmb2017-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
* Move bazel conditions into src/conditions.Gravatar tomlu2017-11-30
* Improve the error messaging by suppressing stack traces for expected errors.Gravatar corysmith2017-11-30
* 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
* Enable aapt2 for robolectric when available.Gravatar corysmith2017-11-22
* Add option to enable resource cycle shrinking.Gravatar Googler2017-11-21
* 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
* Fix resource shrinking to filter densities and include assets.Gravatar corysmith2017-11-09
* Automated rollback of commit 3181c2f1362622985aca24747ed9512573d25dc0.Gravatar corysmith2017-11-06
* Simplify the merge code, and fix a few incorrectly declared tests.Gravatar corysmith2017-11-06
* 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
* Internal changeGravatar kmb2017-10-26
* Record dependencies when directly calling moved interface methods.Gravatar kmb2017-10-24
* Internal changeGravatar dslomov2017-10-23
* standalone tool to split dex archives into shards to merge.Gravatar kmb2017-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
* Don't reference static method from instance variable.Gravatar dannark2017-10-18
* Migrate all users of OptionsParser.enableParamsFileSupport to use the ShellQu...Gravatar apell2017-10-18
* Remove the implicit requirement of core_library.Gravatar ccalvarin2017-10-12
* Support --forceJumbo flag with incremental dexingGravatar kmb2017-10-10
* Do not rewrite static interface method invocations from bootclasspathGravatar Googler2017-10-07
* Only make files writable before processing on Windows.Gravatar ajmichael2017-10-06
* Fix the R.txt to generate a transitive closure instead of the current resources.Gravatar corysmith2017-10-06
* add flags to desugar to emit metadata that can be used for double-checking co...Gravatar kmb2017-10-06