1. 35a0c67 Add setting to control vibration intensity. by Michael Wright · 7 years ago
  2. 36d873f Log vibrations in realtime, not the monotonic clock base. by Michael Wright · 7 years ago
  3. 2eccd02 Make the battery saver knobs hidden public, by Makoto Onuki · 7 years ago
  4. 58c4631 Ignore non-repeating vibrations in favor of repeating vibrations. by Michael Wright · 7 years ago
  5. dc2b3be Don't always fallback to clockTick for EFFECT_TICK. by Michael Wright · 7 years ago
  6. 5e2e632 Don't 'cmd vibrate' when on DND mode. by Felipe Leme · 7 years ago
  7. a550801 Merge "Vibrator: Allow priority vibrations in low-power mode for accessibility." into oc-dev am: ac36c42a86 by Tyler Freeman · 7 years ago
  8. 319a34a Vibrator: Allow priority vibrations in low-power mode for accessibility. by Tyler Freeman · 7 years ago
  9. 57d94d9 Add support for vibrator 1.1 HAL and TICK effect. by Michael Wright · 7 years ago
  10. 017939e Respect empty vibration effect configs in PhoneWindowManager and VibratorService by Erik Wolsheimer · 7 years ago
  11. b97ae35 Respect one-shot click effect config in VibratorService by Erik Wolsheimer · 7 years ago
  12. fe9a53b Consistent dump() permission checking. by Jeff Sharkey · 7 years ago
  13. 7121697 BZZZZZZT! BZZZZZT! New Vibrator APIs by Michael Wright · 8 years ago
  14. 455e90a Add BatterySaverPolicy for power save mode by jackqdyulei · 8 years ago
  15. a528100 Created shell cmd to vibrate. by Felipe Leme · 8 years ago
  16. dcbdc0d Access internal ringer mode to properly vibrate in DND by Brad Ebinger · 8 years ago
  17. 4357e52 Only call finish on operations that have started. by Julia Reynolds · 8 years ago
  18. 2d1c3b3 Add check for Vibration RingerMode in VibratorService by Brad Ebinger · 8 years ago
  19. d28967f Phone call vibrate should obey user preference. by Julia Reynolds · 8 years ago
  20. 8ce2a53 Use Context.getSystemService(Class<T>) for InputManager. by Yohei Yukawa · 9 years ago
  21. 5603eca Merge "Vibra: Add loading of the vibrator hardware module." by Colin Cross · 9 years ago
  22. 18f18ae Allow camera launch also when device is interactive by Jorim Jaggi · 9 years ago
  23. 3a8eb0f Dump of previous vibrations. by Filip Gruszczynski · 9 years ago
  24. e6904fb Vibra: Add loading of the vibrator hardware module. by Vincent Becker · 12 years ago
  25. 82379ba Don't suppress haptic feedback on keyguard anymore. by Jeff Brown · 10 years ago
  26. 89c3b29 Rename USAGE_NOTIFICATION_TELEPHONY_RINGTONE by Jean-Michel Trivi · 10 years ago
  27. 7b41467 Zen mode filtering should use new usage constants. by John Spurlock · 10 years ago
  28. eb94fa7 Improvements to low power mode. by Dianne Hackborn · 10 years ago
  29. 7a32533 am ccf51bef: am 2d9b513d: Merge "I\'m feeling the good vibrations." into klp-modular-dev by Jeff Brown · 10 years ago
  30. 969579b I'm feeling the good vibrations. by Jeff Brown · 10 years ago
  31. 664703d Vibrator: Minor coding style changes. by Ruchi Kandoi · 10 years ago
  32. 13b03af Vibrator: Low Power Mode: Vibrator is turned off when the device is in by Ruchi Kandoi · 10 years ago
  33. 8fd7f1e Rename basePkg to opPkg by Christoph Studer · 10 years ago
  34. f9e1a0b Annotate framework vibrate calls with stream hints. by John Spurlock · 11 years ago
  35. 1af30c7 Add stream-level suppression to vibrate/audio services. by John Spurlock · 11 years ago
  36. 9158825 Move some system services to separate directories by Amith Yamasani · 11 years ago[Renamed from services/java/com/android/server/VibratorService.java]
  37. e98f5db Make it safe to use start/stop app ops outside of system proc by Dianne Hackborn · 11 years ago
  38. 91268cf More work on process tracking. by Dianne Hackborn · 11 years ago
  39. c229302 App ops: track system windows, monitoring changes. by Dianne Hackborn · 12 years ago
  40. f265ea9 App ops: vibration, neighboring cells, dialing, etc. by Dianne Hackborn · 12 years ago
  41. a06de0f New "app ops" service. by Dianne Hackborn · 12 years ago
  42. 58ed5d7 am 768d9e1a: Merge "Correct executable bit for source files" by Kenny Root · 12 years ago
  43. 3a084af Correct executable bit for source files by Kenny Root · 12 years ago
  44. d493596 Handle user switched for settings changes. by Jeff Brown · 12 years ago
  45. e4c56d9 VibratorService: Fix to ensure actual delay in a vibrate pattern by Vairavan Srinivasan · 13 years ago
  46. 1064a50 hasVibrator() should only report presence of built-in vibrator. by Jeff Brown · 12 years ago
  47. 8206525 Fix lock ordering bug due to use of reentrant lock. by Jeff Brown · 12 years ago
  48. 7f6c231 Add setting to redirect vibrator to game controller. by Jeff Brown · 12 years ago
  49. 6d21aee am 9ce1ecdf: am 1a2fcea1: am 2f4698fd: Merge "frameworks/base: unlink death notifications of Vibrate requests" by Dianne Hackborn · 13 years ago
  50. 8a61f49 frameworks/base: unlink death notifications of Vibrate requests by Vairavan Srinivasan · 13 years ago
  51. f680985 am 7a84a60d: am 1a5a2379: Merge "Unregister callback from binder when vibration is removed" by Brad Fitzpatrick · 13 years ago
  52. b23949b Unregister callback from binder when vibration is removed by Mathias Jeppsson · 14 years ago
  53. ea9020e Add API to find out if there is a vibrator. by Dianne Hackborn · 14 years ago
  54. 7e9f4eb Track client requests through location manager. by Dianne Hackborn · 14 years ago
  55. 8a9b220 Switch the services library to using the new Slog by Joe Onorato · 15 years ago
  56. 3a32213 Remove HardwareService and move vibrator support to VibratorService. by Mike Lockwood · 15 years ago[Renamed (70%) from services/java/com/android/server/HardwareService.java]
  57. cc9a63d Add support for specifying the current LCD brightness mode to the backlight driver. by Mike Lockwood · 15 years ago
  58. 4499ad7 Fix bad merge fixes build breakage. by Eric Olsen · 15 years ago
  59. f42f15c Add support for colored LED on jogball backlight. by Eric Olsen · 15 years ago
  60. f90ffcc Remove obsolete hardware auto-brightness support. by Mike Lockwood · 15 years ago
  61. 37a1320 Add separate configuration flag for hardware ALS support. by Mike Lockwood · 15 years ago
  62. 237a299 Move backlight brightness from HardwareService to PowerManager by Mike Lockwood · 15 years ago
  63. 951764b Add automatic lighting control framework by Dan Murphy · 15 years ago
  64. 24f1076 Check for a timeout <= 0 before adding the vibration. by Patrick Scott · 15 years ago
  65. 18dd5f0 Improve the Vibrator service by keeping track of multiple vibration requests. by Patrick Scott · 15 years ago
  66. bed30e1 AI 143823: am: CL 143800 am: CL 143748 Fix issue #1743326 (More battery stats) by Dianne Hackborn · 15 years ago
  67. 95e4f70 Automated import from //branches/master/...@141087,141087 by Joe Onorato · 16 years ago
  68. 1059253 auto import from //branches/cupcake_rel/...@140373 by The Android Open Source Project · 16 years ago
  69. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  70. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  71. 076357b auto import from //depot/cupcake/@132589 by The Android Open Source Project · 16 years ago
  72. 3dec7d5 auto import from //depot/cupcake/@137055 by The Android Open Source Project · 16 years ago
  73. d24b818 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 16 years ago
  74. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago