There's no question that the Garmin CIQ folks read these threads and are active here :) You can ID them as their forum names all end with .ConnectIQ.
My own take is "autolaunch" would be unlikely in the near term at least. What if you are recording…
I don't mind the loading icon. However, I would agree that the widget loading experience does need a bit of love. Anyone notice that widget names are not centered when loading?
class GraphDrawable extends Drawable {
function initialize(params) {
Drawable.initialize(params);
}
function draw(dc) { ... }
}