Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2014-07-28 | Allow adding DICTIONARY_MAX_WORD_LENGTH-length words.•••Bug: 12725817 Change-Id: Ib9b30473ba94242a7b97ccd3b850068f596a5d17 | 4 | -7/+6 | |
2014-07-28 | Add boundary check for ver2 bigram reading.•••Bug: 16330528 Change-Id: I6aca6c7a735e2a652eb325572d44dff660789cff | 8 | -20/+52 | |
2014-07-27 | Make "Show correction suggestions" as a binary option•••Formerly "Show correction suggestions" had three options, "always show", "show in portrait mode", and "always hide". The reason behind "show in portrait mode" was that there may not be enough screen estate in landscape mode to show suggestions. Because recent phone devices have relatively large screen, we decide to remove "show in portrait mode" option. Bug: 15780939 Change-Id: I896d737452c3893d43ce20bd88127f10c1eb3d83 | 9 | -95/+53 | |
2014-07-28 | Wait for an event before actually realizing it•••This would wrongly emit a 'timeout' log entry when switching between two instances of the same language. Change-Id: I56e5de121b87f3e762b58f0b2a77e9abc784036e | 1 | -1/+1 | |
2014-07-28 | Use fragment for advanced preference screen•••Bug: 16522808 Change-Id: If4a2ad7a7dfecc7019bf78ad37d93fa8f37cf21e | 5 | -234/+304 | |
2014-07-28 | Fix NPE when context.getFilesDir() returns null.•••Bug: 16416948 Change-Id: I0fac5ab26d6efbadbd688d033a79f6705e0161a5 | 1 | -0/+1 | |
2014-07-28 | Refactor Debug settings to use SubScreenFragment•••Bug: 16522808 Change-Id: I741e2fbc5f0a62c7d4ae00e603eef52cc2a6d086 | 4 | -268/+289 | |
2014-07-28 | Use fragment for text correction preference screen•••Bug: 16522808 Change-Id: Ia8ce83b0e69cc8157f7b8cefcfeb863eb85ee4b4 | 5 | -126/+203 | |
2014-07-28 | Use fragment for gesture typing preference screen•••Bug: 16522808 Change-Id: Ib8c2997466bb006c6b5d4e980344507b822d0023 | 5 | -32/+96 | |
2014-07-28 | Use fragment for multi lingual preference screen•••Bug: 16522808 Change-Id: I0bfac43513e1fb85b5d4c07f56dd4c5b82f75ed1 | 6 | -53/+133 | |
2014-07-27 | Use fragment for input preference screen•••This CL introduces a common abstract class, SunScreenFragment, for PreferenceFragment that implements a PreferenceScreen of the main settings preference screen. Bug: 16522808 Change-Id: I11fba71b5e9f96208b261e0c0314de8a41720d0f | 7 | -56/+276 | |
2014-07-28 | Fix a verifier error on ICS.•••Bug: 16530557 Change-Id: I271c5884995a1d5f8a1cb7aee6f52d17fabb9e72 | 2 | -4/+11 | |
2014-07-25 | Add BufferWithExtendablebufferTest•••Bug: 13754552 Change-Id: Ib9c330dc85bdb5d4d3d5bc15cc3ce5f28faa0b12 | 3 | -2/+98 | |
2014-07-25 | Add BufferWithExtendableBuffer::extend()•••Bug: 14425059 Change-Id: I13dd8412ba4d16a1325ac2210b3852d580e71ad3 | 2 | -6/+12 | |
2014-07-23 | Revert "Revert "Revert "Use mclinker"""•••This reverts commit b48c93b3fcb46adf998055cc4b9b5fb43ee6248b. MCLinker is not a valid option for clang 3.5. | 1 | -1/+1 | |
2014-07-24 | Refactoring checkAndPrepareWriting.•••Bug: 14425059 Change-Id: I98940f3841a6c61b0482440b4da21f415dc843f6 | 1 | -18/+28 | |
2014-07-23 | Remove unnecessary DebugSettingsActivity, use fragment directly•••This CL must be checked in together with I1db2e848ab. Bug: 16522808 Change-Id: I08a1b0c300c504def609cbb53462d215d1ead15c | 6 | -63/+3 | |
2014-07-20 | Enable InputMethodService#onUpdateCursor behind the flag•••With this CL, InputMethodService#onUpdateCursor and InputMethodService#onUpdateCursorAnchorInfo can be enabled on L when ENABLE_CURSOR_ANCHOR_INFO_CALLBACK and ENABLE_CURSOR_RECT_CALLBACK are specified, respectively. BUG: 16382260 Change-Id: I29924128f6bd2f08cbd91cc4e82c9c4a6ecce3ff | 3 | -39/+31 |