CutoutViewIndicator icon indicating copy to clipboard operation
CutoutViewIndicator copied to clipboard

Android indicator for ViewPagers and so forth

Results 10 CutoutViewIndicator issues
Sort by recently updated
recently updated
newest added

While I don't see any need to switch directly to Kotlin now, I could see benefits in targeting a more recent version of the Gradle Wrapper (currently at 3.4) and...

bug

As of cee0bc4db158, there are * 501 lines of java code * 357 lines of comments * 98 blank lines in `CutoutViewIndicator.java`. This seems a bit much. Could we get...

enhancement

I think this should be pretty simple. How hard could amateur icon design be anyway?

enhancement

Credits to @agrosner for reporting this. Currently, the value `0` (the standard 'disabled' value for an integer flag) is accepted by `CutoutViewIndicator::setOffsetHints(int)`. Passing that to the function prevents any sort...

bug
good first issue

Travis CI is currently down. We can't depend on just one service, so make sure the full suite runs on at least one other host, ideally one not affected by...

Nothing too fancy, just enough to optimize the logic.

IIRC this is something the gradle scripts need to drag in. @caguilar187 you did something like this before, right?

enhancement
help wanted
tests

Right now the tests in [OffsetImageViewTest.java](indicator/src/test/java/com/fuzz/indicator/OffsetImageViewTest.java) don't verify correct appearance of the ImageView post-offsetting. Find a way to compare the result of calling this method with some sort of pre-computed...

tests

We ultimately want some sort of visual regression testing capability. It will compare known good screenshots against the current output of the codebase. In the ideal case, this could all...

enhancement
tests

Show off different generators and interesting combinations of CutoutViewLayoutParams.

enhancement