4 Commits

Author SHA1 Message Date
tonihei
cf0334d793 Merge pull request #386 from yschimke:icon
PiperOrigin-RevId: 534927167
2023-05-25 09:59:08 +01:00
Yuri Schimke
4938cec2a2 Add Android Studio icon 2023-05-24 17:11:22 +01:00
eguven
26a0ddcaec Disable automatic imports for inner classes
Inner classes generally has generic names and they make sense when they
are considered with the top level class they appear in.

When this setting is disabled, Android Studio inserts import for the top
level class and append the top level class's name before the reference
to the inner class name.

NO_SQ

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=206127763
2018-07-26 18:27:46 +01:00
olly
8952ccac32 Don't exclude .idea from MOE input
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=205988261
2018-07-25 15:16:43 +01:00