LukeNeedham / Vibrator

Simple Android app for starting and stopping the system vibrator
Creative Commons Zero v1.0 Universal
15 stars 2 forks source link

Feature request - Add vibration patterns #9

Open Universal-Igloo opened 1 month ago

Universal-Igloo commented 1 month ago

We love this app! Can you add a few different repeating vibration patterns with different speeds, intensities and rhythms that we can switch between?

I assume vibration patterns is self-explanatory, but am happy to elaborate if needed.

Thank you for your work!

LukeNeedham commented 1 month ago

Hi, thanks for creating this! The feature you request is clear to me. It can easily be achieved with VibrationEffects (https://developer.android.com/reference/android/os/VibrationEffect). Unfortunately I don't have time to implement it at the moment. If someone else wants to create a PR for this feature, I will gladly merge it!