aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/android/java/com/google/devtools
Commit message (Expand)AuthorAge
* Speed-up the search for desugared classes in case of many lambdas by limiting...Gravatar Googler2017-03-14
* Global cleanup change.Gravatar Liam Miller-Cushon2017-03-14
* Clean up android desugar tool's flags a bitGravatar Kevin Bierhoff2017-03-14
* Add <resources> attribute processing to the Android resource processing toolc...Gravatar Andrew Pellegrini2017-03-14
* Split AndroidDataDeserializer out of AndroidDataSerializer, as the two classesGravatar Googler2017-03-14
* Change how desugar finds desugared classes to have it working on WindowsGravatar Googler2017-03-10
* Remove bootclasspath fallback in Android desugaring toolGravatar Googler2017-03-10
* Global cleanup change.Gravatar Googler2017-03-09
* Add an --copy_bridges_from_classpath argumentGravatar Googler2017-03-09
* Desugar calls to Objects.requireNonNull(Object o) to o.getClass()Gravatar Googler2017-03-09
* AndroidResourceProcessor: sort files before writing zipsGravatar Googler2017-03-07
* Avoid factory methods when desugaring stateless lambdas for AndroidGravatar Googler2017-03-06
* Global cleanup change.Gravatar Googler2017-03-03
* error out when encountering classes missed by incremental dexingGravatar Googler2017-03-03
* Fix JarFilterTest on Windows Gravatar Yun Peng2017-03-03
* More stable naming scheme for lambda classes in desugared android codeGravatar Googler2017-02-27
* Add is_external support to PackageManifestParser.Gravatar Googler2017-02-24
* roll-forward of "Delete temporary directory on exit"Gravatar Colin Cross2017-02-23
* Add a flag to enable desugaring java.* classes by rewriting package namesGravatar Colin Cross2017-02-23
* change incremental dexing fallback in DexFileMerger to behave exactly as if c...Gravatar Googler2017-02-23
* Remove mobile-install stub app targets from BUILD files.Gravatar Adam Michael2017-02-23
* Revert "Delete temporary directory on exit" Gravatar Irina Iancu2017-02-20
* Delete temporary directory on exitGravatar Colin Cross2017-02-20
* Support desugaring lambdas in interfaces with default methodsGravatar Colin Cross2017-02-17
* Make Android data binding work with --experimental_use_parallel_android_resou...Gravatar Greg Estren2017-02-17
* Add an --allow_empty_bootclasspath argumentGravatar Colin Cross2017-02-17
* Uniquify lambda body instance methods during lambda desugaring for androidGravatar Googler2017-02-16
* Don't manually set output jar timestampGravatar Googler2017-02-16
* Open source java 8 desugarer.Gravatar Adam Michael2017-02-10
* Use //third_party/protobuf:protobuf_java instead of //third_party/protobuf:pr...Gravatar Carmi Grushko2017-02-09
* Rollback of commit 602a98cbebeff2ba1c2d8605a9552b2c8f5622ae.Gravatar Googler2017-02-09
* Rollback of commit d11d510c571b10787856395709f9ad945ca70bb2.Gravatar Alex Humesky2017-02-08
* Move all the resource processing tools into a "busybox".Gravatar Googler2017-02-08
* Add parameter files to the android resource processing.Gravatar Googler2017-01-26
* Cleanup android rules and android tools so that my IDE stops complaining to me.Gravatar Adam Michael2017-01-25
* Description redacted.Gravatar Carmi Grushko2017-01-20
* Description redacted.Gravatar Vladimir Moskva2017-01-19
* If --strict_proto_deps=default and a proto_library didn't specify strict_prot...Gravatar Carmi Grushko2017-01-18
* Rename symbolsTxt to symbols reflecting it's actual usage.Gravatar Googler2017-01-18
* Create LibraryRClassGeneratorAction for generating R classes outside of theGravatar Googler2017-01-17
* Move the serialize and write functionality from UnwrittenMergedAndroidData to...Gravatar Googler2017-01-13
* Cleanup unthrown exceptions.Gravatar Googler2017-01-13
* Add static factory methods to the AndroidResourceClassWriter for easier setup.Gravatar Googler2017-01-13
* Expose the ability to define a binary output to the merge call.Gravatar Googler2017-01-12
* Make sure the classloader is closed after use.Gravatar Googler2017-01-12
* Delete some dead android rules and tools code.Gravatar Adam Michael2017-01-09
* Delete Bazel local version ResourceShrinker.java.Gravatar Andrew Pellegrini2016-12-21
* Allow ResourceShrinkerAction to support splits.Gravatar Michael Staib2016-12-20
* Switch Bazel to use ResourceUsageAnalyzer.java instead of ResourceShrinker.java.Gravatar Andrew Pellegrini2016-12-19
* Rollback of commit 27cd7f6bb4a02f56f9ad73e57e71e69a1c00d5ea.Gravatar Adam Michael2016-12-15