aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/android/java/com/google/devtools/build/android/resources/RClassGenerator.java
Commit message (Expand)AuthorAge
* Fail when resources use invalid java identifiers.Gravatar corysmith2018-06-15
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-02
* Add support for the <type>/<package>:<name> method of declaring resources.Gravatar corysmith2017-08-30
* Fix extra bytes and missing resources for roboelectric tests:Gravatar Googler2017-06-29
* Move the field name out of the FieldInitializerGravatar corysmith2017-05-23
* Remove the RTxtSymbolEntry in favor of the FieldInitializer class.Gravatar corysmith2017-05-19
* Use one writer for generating R.java source filesGravatar corysmith2017-05-17
* * Fork the deprecated SymbolLoader/SymbolWriter code from com.android.builder...Gravatar corysmith2017-05-04
* Automated g4 rollback of commit 3c0bb56a74478cff675b636d5bf605a652451739.Gravatar corysmith2017-04-25
* Automated g4 rollback of commit 3217832d638f9a8fdf22e88e32d75bda32ff7235.Gravatar corysmith2017-04-20
* Refactor the RClassGenerator to be reusable for different packages.Gravatar corysmith2017-04-20
* Teach the RClassGenerator to merge all library symbols and reconcile ids.Gravatar corysmith2017-04-18
* Fix NPE in RClassGenerator when dev has code in unnamed packageGravatar Googler2016-12-05
* Tolerate missing field value in binary's R.txtGravatar Googler2016-08-02
* Add a resource merger state -> R class writer.Gravatar Googler2016-07-22
* Plumb customPackage to RClassGenerator and skip empty R classesGravatar Googler2016-07-20
* More pieces of RClassGeneratorActionGravatar Googler2016-07-08