aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/settings/DebugSettingsFragment.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change DictionaryFacilitator.java to an interface, create its•••implementation DictionaryFacilitatorImpl.java and add a java-overridable factory DictionaryFacilitatorProvider.java used to create a DictionaryFacilitator. Change-Id: Id4a58ae31feaa4d12a048a772c8d76ff82fdee45 Mario Tanev2015-01-271-2/+2
* Revert "Add keyboard margin options to place the keyboard dynamically."•••This reverts commit 8584db1461d286f8eb966c40eb0bc76e8c9df76a. Bug: 18675223 Bug: 18675476 Change-Id: I4e25d87ac261c44b1943df832115f8cca690103a Tadashi G. Takaoka2014-12-091-10/+3
* Add keyboard margin options to place the keyboard dynamically.•••Keyboard location and location can now be set in the debug options section. Change-Id: I87c5a1d679489e12dccf26632c399af28087629e Andy Wang2014-12-051-3/+10
* Stop passing through keyPrefs as it's already available.•••Change-Id: I43a56beba0cf0fdf5f93c5c764edbd279ee033b2 Andy Wang2014-12-021-2/+1
* Add a preference to resize the keyboard height.•••The keyboard height is controlled by a slider in the debug preferences. Without access to debug preferences, this change is a no-op. Bug: 6867494 Change-Id: I984064ed1cab752876615f5ed582818474d6041b Andy Wang2014-10-301-0/+49
* Remove device checking of Emoji physical key•••This CL also adds a settings option to enable/disable an Emoji-ALT physical key. Bug: 18122464 Change-Id: Iee1d97efec979a902b0492071d5e511ca1792ff0 Tadashi G. Takaoka2014-10-271-2/+1
* Bring back long press timeout settings•••Bug: 18025209 Change-Id: Id8dbb051e04270f6892cae12a443103bd0d32dcb Tadashi G. Takaoka2014-10-171-40/+0
* Fix missing prediction words on contextual strip•••Bug: 17874801 Change-Id: Iaba935a6b2548376f10a0ecd80f07ea7ada6c60a Tadashi G. Takaoka2014-10-071-2/+2
* Add theme aware key popup preview animation•••Bug: 15678343 Change-Id: I26e4d292deab37724387cc9ebc03033fcd698c60 Tadashi G. Takaoka2014-09-021-6/+12
* Add setting boolean for showing UI to accept typed word•••Change-Id: Iedd90d07b904362d9debc9994ce86cd78a0303b9 Tadashi G. Takaoka2014-08-131-0/+4
* (DO NOT MERGE) Add debug setting to force hardware special key•••Bug: 13988700 Change-Id: If23f8a14097431e76a303a6d6c24e8d9835fb655 (cherry picked from commit 3659c70fc3174b00ac24e105677d7e480596bf56) Tadashi G. Takaoka2014-08-131-1/+2
* Refactor Debug settings to use SubScreenFragment•••Bug: 16522808 Change-Id: I741e2fbc5f0a62c7d4ae00e603eef52cc2a6d086 Tadashi G. Takaoka2014-07-281-0/+283