Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move settings related classes to "settings"•••Change-Id: Id170dbfe2dcfc93130b7be4a84615940403ec37f | 2013-07-22 | 1 | -329/+0 | |
* | Make UserLogRingCharBuffer an external class•••Change-Id: I9d506995337d64ec11c72939a8d739423ee46efa | 2013-06-25 | 1 | -0/+4 | |
* | Move util classes to the latin/utils directory•••Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa | 2013-06-24 | 1 | -1/+3 | |
* | Fix a possible NPE•••Bug: 9301208 Change-Id: Id120c99ab9ef698d16cf7b8beea30c98c95d23a1 | 2013-06-06 | 1 | -0/+8 | |
* | [ZF2] Read settings for profanity filtering.•••Bug: 7226877 Change-Id: Ie0c713e1eba1529c0b288a1e5011023a79bedd6b | 2013-04-25 | 1 | -0/+12 | |
* | Merge "Add edit personal dictionary settings menu" | 2013-04-23 | 1 | -0/+1 | |
|\ | |||||
| * | Add edit personal dictionary settings menu•••Bug: 8600958 Change-Id: I303adfbe25a56cc9b5ee9f3b5169a5bca0ad6c4a | 2013-04-22 | 1 | -0/+1 | |
* | | Legal notice•••Bug: 8533258 Change-Id: I00e4916f86f29dd476c51a65e8fa5a6c136fd179 | 2013-04-22 | 1 | -0/+1 | |
|/ | |||||
* | Have Latin IME re-capitalize a selected string•••Upon pressing Shift, if there is currently a selected string, have Latin IME change its capitalization. This does not yet have the keyboard mode follow the mode - the change is complicated enough as is. Bug: 7657025 Change-Id: I54fe8485f44e04efd72c71ac9feee5ce21ba06f2 | 2013-04-15 | 1 | -0/+4 | |
* | Restart suggestions when the cursor moves.•••This uses the old suggestions. It does not try to recompute new suggestions if there are no old suggestions yet: this is coming in a later change. If there are no suggestions, this shows the word itself as a suggestion. Bug: 8084810 Change-Id: I4c2e25df0ff3673be1825f57a0c19a9d23d47a48 | 2013-04-12 | 1 | -0/+4 | |
* | Hide Setup Wizard icon for stock keyboard•••Bug: 8581647 Change-Id: Id530f1a33a5c919f4a732ec0d545dfbe76e56316 | 2013-04-10 | 1 | -0/+5 | |
* | Support feedback•••Bug: 8143554 Change-Id: If0a6bafc94da040f97f27c6d046fb58bed9fd615 | 2013-03-19 | 1 | -0/+2 | |
* | Make isInternal mutable•••Change-Id: Ib81ceba801be0ac7ef65c4eadd1ec8599e80dacc | 2013-03-13 | 1 | -0/+9 | |
* | Add show setup wizard icon preference settings•••Bug: 8239067 Change-Id: If6106a3632d3abad3e22ce29f1351525a5152ec7 | 2013-03-05 | 1 | -0/+14 | |
* | Clean up Settings and SettingsFragment a bit•••Change-Id: I93bf3cb1ea7e8fc09f4ad34b0bdd74f5f5ff1a68 | 2013-01-25 | 1 | -5/+41 | |
* | Add preliminary graphics of sliding key input preview•••Bug: 7548583 Change-Id: Idde6a62f9e64458055c99c893b71c02d1adc7b04 | 2013-01-24 | 1 | -0/+1 | |
* | Configurable key long press timeout•••The default long presss timeout is 300msec (previous timeout was 400ms). Bug: 7600340 Change-Id: Ia8b64784ac03588631cfcbad30e021d74f3fd0d8 | 2013-01-23 | 1 | -0/+11 | |
* | Fix Apache license comment•••Change-Id: Ic56167f952a7f4449da366e1e81610e72c966086 | 2013-01-21 | 1 | -8/+8 | |
* | Merge "Add default button to vibration/volume settings dialog" | 2013-01-17 | 1 | -7/+9 | |
|\ | |||||
| * | Add default button to vibration/volume settings dialog•••Change-Id: I7beb4517314efdefeb47d91b14a6b02c3075c19f | 2013-01-10 | 1 | -7/+9 | |
* | | Remove unused variables•••Change-Id: I508679c2ad21b2624760d37a9503e21733964d4c | 2013-01-10 | 1 | -2/+0 | |
|/ | |||||
* | Clean up public helper methods of SettingsValues•••Change-Id: I6c6087580b67f497eaaf16900f8df7a4a895b8e3 | 2013-01-09 | 1 | -0/+96 | |
* | Make Settings class singleton to manage SettingsValues•••Change-Id: Id30828a141de86d9bcf8bce586d2adb468cc59e1 | 2013-01-08 | 1 | -1/+61 | |
* | Rename Settings to SettingsFragment•••Change-Id: If5bc53efc67be507663091de0f569f604c03e719 | 2013-01-08 | 1 | -358/+2 | |
* | Consolidate VibratorUtils with AudioAndHapticFeedbackManager•••Change-Id: Ica4e3193f369330da62a259c718b779ddf9fbde5 | 2013-01-08 | 1 | -4/+5 | |
* | Refactor to add SeekBarDialog•••Change-Id: Id8e08a1d5ec5efb2baf96a2634111619fcb9fd4e | 2012-12-28 | 1 | -108/+52 | |
* | Add a new option for the double-space period functionality•••bug: 6934756 Change-Id: I94b2d08cac6533e96031d8e97f347e9b5fd72859 | 2012-12-04 | 1 | -0/+2 | |
* | Suppress dictionary pack support when IS_EXPERIMENTAL is true•••Change-Id: If8813cb989c1fa8744a3bf36e8514ced3c8f46a3 | 2012-11-09 | 1 | -1/+2 | |
* | Remove gesture typing settings when disabled by configuration•••Bug: 7506408 Change-Id: I4de53ace170d5ddc9779f42ac344c4190c80a019 | 2012-11-09 | 1 | -10/+4 | |
* | Show gesture floating preview text by default•••Bug: 7244214 Change-Id: Ib4ab810ef50798828dd10c39a8077466165772e4 | 2012-10-01 | 1 | -4/+4 | |
* | Cleanup settings•••bug: 7200189 Change-Id: Ibfd9254670cde5f4b2b693cc9334ee2845bede59 | 2012-09-21 | 1 | -29/+12 | |
* | Change to "Show language switch key" option•••This change deprecates "Suppress language switch key". Bug: 7037410 Change-Id: I1bc90877b4d2ee9364728959fd680dcb5b22ecbf | 2012-09-20 | 1 | -12/+12 | |
* | Show gesture floating preview text is off by default•••Bug: 7043127 Change-Id: Icabf080f43a5934fef3824919bb03229522d5e5a | 2012-09-19 | 1 | -4/+4 | |
* | New flag for the internal settings•••Change-Id: I81e69a6cda833a0d2c59a73388321ed11e0bd5b3 | 2012-09-18 | 1 | -2/+2 | |
* | Add advanced options to turn on/off the gesture trail and text preview•••Bug: 6883053 Change-Id: I601718afb37289108b45ef68626c7c315edca35d | 2012-07-30 | 1 | -23/+44 | |
* | ResearchLog refactor•••- new package: com.android.inputmethod.research multi-project commit with Ic0a5744f3160d13218addd589890623c0d120ffc Bug: 6188932 Change-Id: Icf8d4a40a5725401799be6e209a640d99a5f34c4 | 2012-07-20 | 1 | -0/+1 | |
* | Add gesture input enable settings•••Bug: 6845325 Change-Id: I3165465b0b280e32a9288da16abb75baa67288dc | 2012-07-20 | 1 | -0/+7 | |
* | ResearchLogger: make logging more reliable (esp on startup)•••Bug: 6188932 Change-Id: I692e427ba2e6da7bb15f48208304c4a034392a22 | 2012-07-19 | 1 | -1/+2 | |
* | Initialize SubtypeLocale from Settings•••Bug: 6781106 Change-Id: I22f04af4fabf93346ab6f72c1841f096afaccb96 | 2012-07-05 | 1 | -0/+4 | |
* | Remove "Key popup dismiss delay" when "Popup on keypress" is suppressed•••bug: 6714783 Change-Id: Idf674e8e1af80642f2c53f7ae5c03e21c9e04292 | 2012-06-26 | 1 | -23/+28 | |
* | Cleanup, part 10 : remove from the code obsolete options (C10)•••Change-Id: Id0806ad3dc7ccb632713eebaca76f0bab26ece5d | 2012-06-21 | 1 | -21/+3 | |
* | Remove irrelevant options.•••Bug: 6667355 Change-Id: I39b6db17fb52e80f510cf6462f41d9cb1f8e0341 | 2012-06-15 | 1 | -2/+5 | |
* | Remove a vibration-related option when there's no vibrator•••Bug: 6567160 Change-Id: I1b5d425ffb64b2d7390cd0b7be0825f6aca17f41 | 2012-05-30 | 1 | -0/+5 | |
* | Forget user history•••Bug: 4192129 Change-Id: Ic98398e5383093a1c24373849eadc48fc4d3626f | 2012-05-28 | 1 | -1/+2 | |
* | Fix "no language" subtype name (DO NOT MERGE)•••* Move SubtypeLocale.get{Full,Middle,Short}DisplayName() to LatinLeyboardView and add unit tests (SpacebarTextTests). * Add SubtypeLocale.getSubtypeDisplayName() This is a cherry-pick of I57420c6a from Master. Bug: 6393865 Change-Id: I68748189c17c73984ac4ae05a5a40fb54bf46453 | 2012-04-26 | 1 | -2/+3 | |
* | Add custom subtype settings•••Bug: 4460018 Change-Id: I4919d79516dcf574be2761bbaf9adcdc381b2ddc | 2012-04-19 | 1 | -0/+17 | |
* | Make predefined subtype configurable by XML resource•••Change-Id: I1f8486a1fb652f1e06789e7bfd2cc57273092234 | 2012-04-18 | 1 | -0/+1 | |
* | Use InputMethodSettingsFragment for IME settings•••Change-Id: Id6d9cd0ddf99c0687b6d3ea4b2f868f6cf2a0eaf | 2012-04-13 | 1 | -24/+13 | |
* | Update the names and default values of bigram options.•••Bug: 6293595 Change-Id: I9978a1127c64b7a26a5ccf6f777366f7c4e214db | 2012-04-05 | 1 | -3/+3 | |
* | Remove CAN_HANDLE_ON_CURRENT_INPUT_METHOD_SUBTYPE_CHANGED boolean•••Bug: 6129704 Change-Id: I7643e656c6e7656eff339cc301dd32f34dee83a4 | 2012-04-02 | 1 | -41/+1 |