Saravana

Results 14 issues of Saravana

Updated Gradle, Kotlin and Android to the latest version

When I enable logging, so that I can see Amplitude logs in Logcat, I see only `eventType`. The `eventProperties`, `apiProperties`, `userProperties`, `groups` are not logged. It would be great to...

enhancement

Currently only the indicator can be selected. But the color arc itself should be selectable. Once touched, the indicator should respond appropriately.

enhancement

We now have the ability to create a Component with sufficient customisations. But however, the component has to be a circular arc. It can't be linear. We need to provide...

The view itself should be able to determine its size if we are not giving it a specific size

enhancement

Layout: [activity_main.xml](https://github.com/thsaravana/android-animation/blob/motion-layout/app/src/main/res/layout/activity_main.xml) Layout Scene: [movie_detail_scene.xml](https://github.com/thsaravana/android-animation/blob/motion-layout/app/src/main/res/xml/movie_detail_scene.xml) Minimum reproducible project: [android-animation (branch: motion-layout)](https://github.com/thsaravana/android-animation/tree/motion-layout) Version: 2.0.2, 2.0.4, 2.1.0-beta02 The functionality is quite simple. onClick of the layout, the layout will Expand and then...

bug

I don't see any reason why the `layerDrawble` is mutated in line 67 of `MaterialProgressBar.java`. Everything works fine even without the `layerDrawable.mutate()`. Besides, in API15, calling `mutate()` on a `LayerDrawable`...

We show the File and it's coverage in the Files table. We now have access the LineNumbers as well. So we can potentially show the line numbers of uncovered code....

feature request