Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove flag to ignore user settings from haptic feedback•••The keyboard key-press haptic feedback should follow the user settings for "Touch feedback". Bug: 185351540 Test: manual Change-Id: I718d3bf15b1ef841a869a898038d0eca1eca78f0 | 2022-01-17 | 1 | -2/+1 | |
* | Move Constants.java to the latin.common package•••Our intention is to have classes of latinime-common under the common package as much as we can. Change-Id: I76efbbbe7bebf1a4aa943715cdff64f91675e20d | 2014-10-23 | 1 | -0/+1 | |
* | Add audio and haptic feedback for Emoji and Suggestions•••Bug: 15378862 Change-Id: Ia14929bd9eb63ad5735cae0ad98ad0e2ad301128 | 2014-06-10 | 1 | -27/+28 | |
* | Thin out audio and haptic feedback while key repeat•••Bug: 6522943 Change-Id: Id60f256ab0f8741578eda276116817fa48917325 | 2013-08-14 | 1 | -6/+6 | |
* | Move settings related classes to "settings"•••Change-Id: Id170dbfe2dcfc93130b7be4a84615940403ec37f | 2013-07-22 | 1 | -0/+2 | |
* | Fix Apache license comment•••Change-Id: Ic56167f952a7f4449da366e1e81610e72c966086 | 2013-01-21 | 1 | -8/+8 | |
* | Add SeekBarDialogPreference•••This change removes SeekBarDialog class. Change-Id: I437b1e554a5af264b8031ebe05b8250a831c8d3b | 2013-01-18 | 1 | -2/+0 | |
* | Clean up public helper methods of SettingsValues•••Change-Id: I6c6087580b67f497eaaf16900f8df7a4a895b8e3 | 2013-01-09 | 1 | -1/+1 | |
* | Consolidate VibratorUtils with AudioAndHapticFeedbackManager•••Change-Id: Ica4e3193f369330da62a259c718b779ddf9fbde5 | 2013-01-08 | 1 | -15/+41 | |
* | Refactor to add SeekBarDialog•••Change-Id: Id8e08a1d5ec5efb2baf96a2634111619fcb9fd4e | 2012-12-28 | 1 | -0/+2 | |
* | Move code point constants from Keyboard to Constants class•••Change-Id: Iee01d4d2b916d0b584531104ac865ae6e6370a3d | 2012-10-29 | 1 | -4/+3 | |
* | Move AudioAndHapticFeedbackManager from LatinIME to KeyboardSwitcher•••Bug: 7313372 Change-Id: I9bd3275f57ed3f5c2c4a95768443af505513ee97 | 2012-10-17 | 1 | -10/+12 | |
* | Cleanup: Make some classes as final•••Change-Id: I6009b3c1950ba32b7f1e205a3db2307fe0cd688e | 2012-09-27 | 1 | -1/+1 | |
* | Move VibratorCompatWrapper to VibratorUtils.•••bug: 6129704 Change-Id: Ib63f1ed2d610e27e14957cf8805ef884cae6adf6 | 2012-03-30 | 1 | -5/+5 | |
* | Merge broadcast receivers again•••It's probably simpler not to have registers dance around, and just message the feedback manager when the audio event happens. Change-Id: Id0710ed102d10d01f1af93ad8cb660653bb3a9f8 | 2012-03-09 | 1 | -11/+3 | |
* | Get the view for haptic feedback as a parameter (A6)•••It's rather annoying (and possibly dangerous) to keep this as a member. Get it from outside. Change-Id: I00c42db96395fb65204fb140aeedc82bf312a86e | 2012-03-08 | 1 | -11/+8 | |
* | Remove a useless member (A5)•••Change-Id: Ibaaeb8dbcb012f5e973e27ed9928401515656e9e | 2012-03-08 | 1 | -4/+2 | |
* | Simplification of sound settings (A4)•••Change-Id: I0c6e207bae1e08c45a95b3479e1d67228d696792 | 2012-03-08 | 1 | -12/+8 | |
* | Make a condition positive (A3)•••mSoundOn is much easier to understand than mSilentModeOn Change-Id: Ie51c5c75fcad62e13e0fb578a266af80f15dc440 | 2012-03-08 | 1 | -5/+5 | |
* | Simplify audio management (A2)•••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 | 2012-03-08 | 1 | -12/+9 | |
* | Export audio and haptic feedback to a specialized class. (A1)•••Change-Id: I957d883d1ccf188cb98eb11031aa0a32fce4ed76 | 2012-03-08 | 1 | -0/+124 |