LinearTimer icon indicating copy to clipboard operation
LinearTimer copied to clipboard

A custom view for circular progress animation on Android.

Results 9 LinearTimer issues
Sort by recently updated
recently updated
newest added

Hi, Could you please upgrade gradle legacy support libraries like appcompat to AndroidX so I can disable jettifier in my projects? Jettifier takes too long to migrate them every time...

enhancement

First of all thanks for posting this project. I believe the time will be in better format if you change ` String formattedTime = String.format("%02d:%02d", TimeUnit.MILLISECONDS.toMinutes(tickUpdateInMillis), TimeUnit.MILLISECONDS.toSeconds(tickUpdateInMillis) - TimeUnit.MINUTES .toSeconds(TimeUnit.MILLISECONDS.toHours(tickUpdateInMillis)));`...

enhancement

Hi! How can I update/change timer duration after restart?

Feature

The animation component is not shown, if it indicates the space it occupies but does not show the animation. I only spend that in HUAWEI MATE 9 EMUI

bug
help wanted

https://www.androiddesignpatterns.com/2013/01/inner-class-handler-memory-leak.html Refer - countUpTimer.java: Line 87 ``` private Handler handler = new Handler() { @Override public void handleMessage(Message msg) { synchronized (CountUpTimer.this) { long elapsedTime; elapsedTime = SystemClock.elapsedRealtime() - base;...

bug

https://kotlinlang.org/docs/tutorials/kotlin-android.html

Task

There is an issue in radius and stroke dimensions because you are converting them into pixels while they are already loaded converted using TypedArray.getDimension. So please don't convert them.

bug

Currently almost all classes lack proper descriptions as seen here in the JavaDocs - https://jitpack.io/com/github/krtkush/lineartimer/v2.1.1/javadoc/

enhancement

Horizontal progress bar is one of the most commonly used progress bar and it makes sense to have such an option in this library.

Feature