I currently have an App live on play store and I notice that the idle timer is not working on my device but works fine on other devices, it is not a problem but I think Corona Developers should know for at least. I guess new devices are not supported by the system.setIdleTimer().
Next is, I use the progress ring shared by Jason Schroeder here but for some reason, my app lags and someone gave me a feedback that her phone lags or sometimes not responding (Samsung S7 edge). So I made my own, though I use images instead of vector shapes. Can someone give me an idea on how to create a progress ring without using slices and I’m having problem with the animation timer. Thank you in advance.
Here’s the source code of my Progress Ring Module. I also included a demo in it.