Stepper-Touch

Stepper Touch for Android based on MaterialUp submission

APACHE-2.0 License

Stars
685

Bot releases are hidden (Show)

Stepper-Touch - 1.0.1 Latest Release

Published by DanielMartinus over 5 years ago

The following issue is fixed:

  • (PR: 39) fixes issue #38 to have more control over the size of the stepper

New dimensions

Two new dimensions are added to set the margins of the negative and positive textview. You can override these values by putting them in the dimens.xml of your app.

<dimen name="stepper_side_control_margin_start">8dp</dimen>
<dimen name="stepper_side_control_margin_end">8dp</dimen>
Stepper-Touch - [1.0] Major release

Published by DanielMartinus almost 6 years ago

  • (PR: #34) Worked on a big revamp of the internals of Stepper-Touch. Fixes issues:
  • (PR: #35) Support RTL layout, fixes issue: #20

The following issues are fixed:

  • #12 The widget was not correctly drawn inside a ScrollContainer.
  • #23 Ability to reset the widget

With the major changes the API also changed a bit by removing the unnecessary stepper interface. See readme for more details.

Stepper-Touch - Property to (dis)allow positive and negative stepper

Published by DanielMartinus almost 6 years ago

Thanks to the contribution of @imaNNeoFighT there are now two new properties available:

app:app:stepperAllowNegative=""
app:app:stepperAllowPositive=""

This allows you to hide and disable either side of the stepper.

Stepper-Touch - Migration to androidx

Published by DanielMartinus almost 6 years ago

Migrated the library to androidx due to this issue: #24

Projects that didn't migrate yet can only use version 0.6 or lower and won't receive any updates anymore.

Stepper-Touch - 0.6 Increase or decrease by tapping

Published by DanielMartinus over 7 years ago

Increase or decrease the number when tapping on one of the sides
Pull request: https://github.com/DanielMartinus/Stepper-Touch/pull/6

Enable the feature by calling:

stepperTouch.enableSideTap(true)
Stepper-Touch - Fix interception of touch events by parent views

Published by DanielMartinus over 7 years ago

Stepper touch had problems with interactions when it was implemented within a viewgroup such as a ScrollView as reported in #8 . This release contains a hot-fix disallowing the parent view to intercept touch events while interacting with the Stepper Touch widget.

Stepper-Touch - 0.4 bug fix

Published by DanielMartinus over 7 years ago

Bug fix using dynamic size changes. See #5 for more detailed information.

Badges
Extracted from project README
Twitter Awesome Kotlin Badge CircleCI
Related Projects