aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/android/java/com/google
Commit message (Expand)AuthorAge
* Default and static interface desugaringGravatar kmb2017-04-24
* Automated g4 rollback of commit 3217832d638f9a8fdf22e88e32d75bda32ff7235.Gravatar corysmith2017-04-20
* Make desugaring of lambdas in interface initializers idempotentGravatar kmb2017-04-20
* Refactor the RClassGenerator to be reusable for different packages.Gravatar corysmith2017-04-20
* Split out option usage restriction from option category.Gravatar ccalvarin2017-04-18
* Correct ClassRemapperWithBugFix to avoid stack map frame corruption.Gravatar cnsun2017-04-18
* Teach the RClassGenerator to merge all library symbols and reconcile ids.Gravatar corysmith2017-04-18
* Allow combining of resources attributes that can be comma-separated lists. Th...Gravatar apell2017-04-11
* Work around the NPE bug in ClassRemapper of ASM. ASM throws an NPE inGravatar cnsun2017-04-05
* Modify package parser regex to handle scala packages too.Gravatar Googler2017-04-03
* Improve the error message for simple values by including the value.Gravatar Googler2017-03-31
* DataSource FixesGravatar Googler2017-03-28
* Add support to read classpath entries from directoriesGravatar Googler2017-03-27
* split the long method Desugar.desugar() into smaller pieces.Gravatar Chengnian Sun2017-03-27
* Remove disabled fallback logic from DexFileMerger.Gravatar Kevin Bierhoff2017-03-27
* refactoring: move the code parsing and validating command line arguments into...Gravatar Chengnian Sun2017-03-27
* Partial rollback of commit 5e1a420f1b385382a2df5359faf3ae773aa8d61e.Gravatar Googler2017-03-27
* Rollback of commit bd40871283a54268945dcb0c47c0326645ffda18.Gravatar Googler2017-03-24
* Remove unused binaries in @bazel_tools.Gravatar Adam Michael2017-03-24
* rewrite Long.compare(long, long) to JVM instruction lcmp, so that devices withGravatar Chengnian Sun2017-03-24
* Avoid to re-index classpath and bootclasspathGravatar Googler2017-03-23
* Avoid factory methods when desugaring lambda expressions and this:: method re...Gravatar Kevin Bierhoff2017-03-23
* If resources were prefiltered, ignore unavailable resources from dependenciesGravatar Googler2017-03-22
* Remove unused, unpassed AarGeneratorAction flag.Gravatar Adam Michael2017-03-22
* Add support to write desugared outputs to a directoryGravatar Googler2017-03-21
* Add name of missing class to ClassNotFoundExceptionGravatar Googler2017-03-21
* adds feature_of and feature_after attrs to android_binary. these are android_...Gravatar Googler2017-03-21
* fix path in busybox example usageGravatar Googler2017-03-21
* Rollback of commit a58f245a4b40c0ef961b1f30d96b16a9349711c3.Gravatar Tobias Werth2017-03-20
* Add support to read inputs from directoriesGravatar Googler2017-03-20
* Move library R generation to a separate action, ensuring the merging happensGravatar Googler2017-03-20
* Add a flag (--only_desugar_javac9_for_lint) to disable desugaring lambda expr...Gravatar Chengnian Sun2017-03-17
* Uniquify bridge methods generated during lambda desugaringGravatar Kevin Bierhoff2017-03-16
* Breaking up is hard to do: AndroidResourceProcessorGravatar Googler2017-03-16
* Allow to have several inputs and outputsGravatar Googler2017-03-15
* 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