aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/android/java/com/google/devtools
Commit message (Expand)AuthorAge
* 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
* Fix aapt2 actions to use the compiled intermediate resource files for linking...Gravatar Googler2017-10-02
* Support --positions flag in DexBuilder, for consistency with dxGravatar kmb2017-09-29
* remove ignored dexing options from DexFileMerger command line.Gravatar kmb2017-09-29
* expect desugar metadata in conventional META-INF directory used by jar toolGravatar kmb2017-09-27
* Action for resource shrinking with aapt2Gravatar corysmith2017-09-22
* PiperOrigin-RevId: 169563607Gravatar kmb2017-09-22
* Remove warning about multiple options in copts.Gravatar Joe Finney2017-09-15
* Open source tests for Android desugarer.Gravatar ajmichael2017-09-14
* Support for local_resource_files in android_testGravatar Googler2017-09-13
* Add multiple density processing to aapt2 using the optimize command.Gravatar corysmith2017-09-12
* Add Profiler for recording task execution time.Gravatar corysmith2017-09-12
* Remove debug outputGravatar Googler2017-09-06
* fix for legacy jacoco instrumentation in interfaces behind flagGravatar kmb2017-09-06
* PiperOrigin-RevId: 167167400Gravatar kmb2017-09-01
* Changed Android manifest merger build action to also resolve relative class n...Gravatar Googler2017-09-01
* Add a closeResource(Throwable throwable, Object resource) in the runtimeGravatar cnsun2017-08-31
* Allow to overwrite default dex prefix name 'classes'.Gravatar Googler2017-08-31