aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/AudioAndHapticFeedbackManager.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename to Kelar Keyboard (org.kelar.inputmethod.latin)Amin Bandali2025-01-111-134/+0
|
* Remove flag to ignore user settings from haptic feedbackLais Andrade2022-01-171-2/+1
| | | | | | | | | The keyboard key-press haptic feedback should follow the user settings for "Touch feedback". Bug: 185351540 Test: manual Change-Id: I718d3bf15b1ef841a869a898038d0eca1eca78f0
* Move Constants.java to the latin.common packageKen Wakasa2014-10-231-0/+1
| | | | | | | Our intention is to have classes of latinime-common under the common package as much as we can. Change-Id: I76efbbbe7bebf1a4aa943715cdff64f91675e20d
* Add audio and haptic feedback for Emoji and SuggestionsTadashi G. Takaoka2014-06-101-27/+28
| | | | | Bug: 15378862 Change-Id: Ia14929bd9eb63ad5735cae0ad98ad0e2ad301128
* Thin out audio and haptic feedback while key repeatTadashi G. Takaoka2013-08-141-6/+6
| | | | | Bug: 6522943 Change-Id: Id60f256ab0f8741578eda276116817fa48917325
* Move settings related classes to "settings"Ken Wakasa2013-07-221-0/+2
| | | | Change-Id: Id170dbfe2dcfc93130b7be4a84615940403ec37f
* Fix Apache license commentTadashi G. Takaoka2013-01-211-8/+8
| | | | Change-Id: Ic56167f952a7f4449da366e1e81610e72c966086
* Add SeekBarDialogPreferenceTadashi G. Takaoka2013-01-181-2/+0
| | | | | | This change removes SeekBarDialog class. Change-Id: I437b1e554a5af264b8031ebe05b8250a831c8d3b
* Clean up public helper methods of SettingsValuesTadashi G. Takaoka2013-01-091-1/+1
| | | | Change-Id: I6c6087580b67f497eaaf16900f8df7a4a895b8e3
* Consolidate VibratorUtils with AudioAndHapticFeedbackManagerTadashi G. Takaoka2013-01-081-15/+41
| | | | Change-Id: Ica4e3193f369330da62a259c718b779ddf9fbde5
* Refactor to add SeekBarDialogTadashi G. Takaoka2012-12-281-0/+2
| | | | Change-Id: Id8e08a1d5ec5efb2baf96a2634111619fcb9fd4e
* Move code point constants from Keyboard to Constants classTadashi G. Takaoka2012-10-291-4/+3
| | | | Change-Id: Iee01d4d2b916d0b584531104ac865ae6e6370a3d
* Move AudioAndHapticFeedbackManager from LatinIME to KeyboardSwitcherTadashi G. Takaoka2012-10-171-10/+12
| | | | | Bug: 7313372 Change-Id: I9bd3275f57ed3f5c2c4a95768443af505513ee97
* Cleanup: Make some classes as finalTadashi G. Takaoka2012-09-271-1/+1
| | | | Change-Id: I6009b3c1950ba32b7f1e205a3db2307fe0cd688e
* Move VibratorCompatWrapper to VibratorUtils.Ken Wakasa2012-03-301-5/+5
| | | | | | bug: 6129704 Change-Id: Ib63f1ed2d610e27e14957cf8805ef884cae6adf6
* Merge broadcast receivers againJean Chalard2012-03-091-11/+3
| | | | | | | | It's probably simpler not to have registers dance around, and just message the feedback manager when the audio event happens. Change-Id: Id0710ed102d10d01f1af93ad8cb660653bb3a9f8
* Get the view for haptic feedback as a parameter (A6)Jean Chalard2012-03-081-11/+8
| | | | | | | It's rather annoying (and possibly dangerous) to keep this as a member. Get it from outside. Change-Id: I00c42db96395fb65204fb140aeedc82bf312a86e
* Remove a useless member (A5)Jean Chalard2012-03-081-4/+2
| | | | Change-Id: Ibaaeb8dbcb012f5e973e27ed9928401515656e9e
* Simplification of sound settings (A4)Jean Chalard2012-03-081-12/+8
| | | | Change-Id: I0c6e207bae1e08c45a95b3479e1d67228d696792
* Make a condition positive (A3)Jean Chalard2012-03-081-5/+5
| | | | | | mSoundOn is much easier to understand than mSilentModeOn Change-Id: Ie51c5c75fcad62e13e0fb578a266af80f15dc440
* Simplify audio management (A2)Jean Chalard2012-03-081-12/+9
| | | | | | | | There is little point in deferring loading for this. Getting the service at startup time is not very expensive anyway, plus we can avoid getting it in a later change if sound is off in settings. Change-Id: I08d65467f245fa2f9f617eb23257c327b3115673
* Export audio and haptic feedback to a specialized class. (A1)Jean Chalard2012-03-081-0/+124
Change-Id: I957d883d1ccf188cb98eb11031aa0a32fce4ed76