summaryrefslogtreecommitdiff
path: root/core/java/android/os/VibrationAttributes.java
Commit message (Expand)AuthorAgeFilesLines
* Add flag to refresh of user vibration settings before vibratingLais Andrade2022-03-211-3/+34
* Update vibrator javadoc formatting.Simon Bowden2022-02-151-2/+2
* Merge "Improve javadoc for some vibration functions."TreeHugger Robot2022-01-311-16/+14
|\
| * Improve javadoc for some vibration functions.Simon Bowden2022-01-271-17/+14
* | Include the new USAGE_CLASS_MEDIA in the UsageClass IntDef.Simon Bowden2022-01-271-1/+1
|/
* Deprecate boolean settings for haptic feedback and vibrate when ringingLais Andrade2022-01-181-1/+19
* Introduce media and alarm vibration intensity settingsLais Andrade2022-01-101-12/+10
* Enable hardware feedback in background and disable touch feedback in silent modeLais Andrade2021-12-021-6/+11
* Update VibrationEffect haptic feedback heuristicLais Andrade2021-11-301-67/+0
* Introduce media and accessibility vibration usages.Lais Andrade2021-11-291-3/+37
* Add public vibrate method with VibrationAttributesLais Andrade2021-11-171-3/+25
* Fix typo in VibrationAttributesLais Andrade2021-09-211-1/+1
* Fix usage filter over UNKNOWN vibrationLais Andrade2021-06-171-0/+5
* Introduce VibrationEffectSegmentLais Andrade2021-03-181-3/+19
* Implement dump and vibrate cmds for Vibrator ManagerLais Andrade2021-02-021-1/+1
* Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz2020-10-151-1/+1
* Remove deprecated VibrationAttributes.getAudioAttrs methodLais Andrade2020-10-011-22/+37
* Merge "Propagate AudioAttributes flags to VibrationAttributes" into rvc-dev a...TreeHugger Robot2020-07-251-0/+7
|\
| * Propagate AudioAttributes flags to VibrationAttributesLais Andrade2020-07-231-0/+7
* | Remove android.os.VibrationAttributes.Builder replaceFlags method.Chris Ye2020-04-081-12/+8
|/
* Change VibrationAttributes.Builder.replaceFlags() to @hide.Chris Ye2020-01-291-0/+12
* Add VibrationAttributesAlexey Kuzmin2020-01-061-0/+401