code/codegen/src/main/kotlin/com/android/gradle/replicator/resgen/GeneratorDriver.kt (2 lines): - line 11: // TODO: implement other generators - line 38: // TODO: Generate resources based on property type (size matters, values, etc.) code/codegen/src/main/kotlin/com/android/gradle/replicator/resgen/ResourceGenerator.kt (2 lines): - line 36: // TODO: return list of generated resources - line 37: // TODO: make sure resources don't have the same name code/codegen/src/main/kotlin/com/android/gradle/replicator/resgen/ValueResourceGenerator.kt (2 lines): - line 44: // TODO: Sanity check style count vs other types - line 62: // TODO: Randomize order of elements model/src/main/kotlin/com/android/gradle/replicator/model/AndroidInfo.kt (2 lines): - line 28: // TODO add support for build types, flavors, dynamic-features - line 30: // TODO implement the items below if useful code/codegen/src/main/kotlin/com/android/gradle/replicator/codegen/SingleClassGenerator.kt (1 line): - line 242: // TODO : add support for looking up java methods. be aware of the issues related to kotlin reflection. plugin/src/main/kotlin/com/android/gradle/replicator/collectors/AndroidCollector.kt (1 line): - line 65: // FIXME when we get to provide flavor/build type info, then we can augment this. code/codegen/src/main/kotlin/com/android/gradle/replicator/resgen/RawResourceGenerator.kt (1 line): - line 42: // TODO: generate random bytes for unknown resource types code/codegen/src/main/kotlin/com/android/gradle/replicator/resgen/DrawableResourceGenerator.kt (1 line): - line 53: // TODO: generate unique IDs only by qualifiers or folder name so the same resource appears on hdpi and mdpi code/codegen/src/main/kotlin/com/android/gradle/replicator/resgen/FontResourceGenerator.kt (1 line): - line 67: // TODO: Implement this (needs resource context) plugin/src/main/kotlin/com/android/gradle/replicator/GatherModuleInfoTask.kt (1 line): - line 311: // FIXME support build type/flavor/variant dependencies code/codegen/src/main/kotlin/com/android/gradle/replicator/resgen/util/VectorDrawableGenerator.kt (1 line): - line 52: // TODO: add nonlinear strokes