processing-android icon indicating copy to clipboard operation
processing-android copied to clipboard

Change icon names

Open codeanticode opened this issue 8 years ago • 5 comments

From this thread:

Icons names (like other android res) can only use a to z chars (lower case) an numbers from 1 to 9 + underscore: that has nothing to see with gradle, it s an android rule: if the icon is named icon-48.png that fires a fatal error.

Should we use a different naming convention for the icon names to copy to the sketch folder?

codeanticode avatar Sep 21 '17 14:09 codeanticode

Since this issue is open. I would like to work on this.

GOVINDDIXIT avatar Feb 27 '18 14:02 GOVINDDIXIT

@GOVINDDIXIT thanks for your interest! Are you planning to work on this as part of a GSOC proposal?

codeanticode avatar Feb 27 '18 16:02 codeanticode

Yes,I am interested in GSoC 2018 and looking for some good projects like this.

GOVINDDIXIT avatar Feb 27 '18 16:02 GOVINDDIXIT

Never mind... I just saw your PR, thanks a lot! I will revise it and merge if everything looks good. My only concern is that we have documented the use of the old names extensively (including in the "official" book on Processing for Android) so we may need a graceful way to transition to the new naming convention to avoid breaking people's previous sketches.

codeanticode avatar Feb 27 '18 16:02 codeanticode

I agree with your opinion.

GOVINDDIXIT avatar Feb 27 '18 16:02 GOVINDDIXIT