aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/android/java/com
Commit message (Expand)AuthorAge
* Further Refactoring/Yak ShavingGravatar corysmith2017-05-15
* Fix Desugar duplicating path for dumped classes.Gravatar Googler2017-05-15
* Remove strict_proto_deps from :serialize_format_proto.Gravatar carmi2017-05-15
* Optimize the runtime library for try-with-resources, by reducing theGravatar cnsun2017-05-11
* Set the correct main class on the desugar java_binary target in Bazel.Gravatar ajmichael2017-05-10
* fix issue with interfaces redefining (overriding) inherited default methodsGravatar kmb2017-05-08
* Remove some more usages of res2.MergingException and open source some tests.Gravatar ajmichael2017-05-05
* Remove MergingExceptionGravatar corysmith2017-05-04
* Remove java8 code from ResourceSymbols.java.Gravatar ajmichael2017-05-04
* * Fork the deprecated SymbolLoader/SymbolWriter code from com.android.builder...Gravatar corysmith2017-05-04
* Use ASM to collection exception types, so that we can avoid using class loadersGravatar cnsun2017-05-04
* Option for try-with-resources runtime classesGravatar Googler2017-05-03
* Bug fix. Enable Desugar to desugar try-with-resources multiple times.Gravatar cnsun2017-04-30
* Don't clean-up externally set dump dirGravatar Googler2017-04-30
* Don't copy lambda bodies from interfaces into implementing classes.Gravatar kmb2017-04-28
* Use system property for lambda dir if setGravatar Googler2017-04-28
* Desugar try-with-resources statements for Android. Any call toGravatar cnsun2017-04-27
* Make companion classes public when desugaring default methods for androidGravatar kmb2017-04-27
* Desugar default and static interface methods by default.Gravatar kmb2017-04-27
* Automated g4 rollback of commit 3c0bb56a74478cff675b636d5bf605a652451739.Gravatar corysmith2017-04-25
* 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