| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: I023ee587669103aa4d2a819af700ce3daa53695d
|
|
|
|
|
|
|
|
|
|
|
| |
methods
If the InputMethodAndLanguageSettings fragment is launched in IME-only
mode, it removes most preferences, so we need to null-check them before
use.
Change-Id: I297cc9c6885f62ed6ff65937ef5da401ab7cd271
JIRA:CYAN-896
|
|
|
|
|
|
|
|
|
|
|
| |
This commit included following changes
* Move show stylus icon checkbox to Pointer Settings Category
* Fixup issues stylus preference doesn't remove if not supported
* Improve the code remove stylus preference if not supported
* Remove an unnecessary variable introduced on http://review.cyanogenmod.org/#/c/33774/
Change-Id: I0f2e1b5cda00033915bb25902ce970f9eda52048
|
|
|
|
|
|
|
| |
Forward-port of https://github.com/CyanogenMod/android_packages_apps_Settings/commit/b3d850521e0042b85422903c70130f350f57b87a
to CM-10.1
Change-Id: I0ab78f1129d2d04b0af21e9b38da027dfe3d1295
|
|
|
|
|
|
|
|
|
| |
I'm sorry but I broke the code while review had been in progress between http://review.cyanogenmod.org/#/c/26310/
and http://review.cyanogenmod.org/#/c/32108/
Now Volume key cursor control should be hidden as intended.
Change-Id: I697984f25e6a53af4ee0c95a9951a31c5116eb91
|
|
|
|
|
|
|
|
| |
also make the config_show_volumeRockerWake config to false
see more details: http://review.cyanogenmod.org/#/c/26310/
Change-Id: Id885aa423074b3e3fb871716560837a183357cac
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
AndroidManifest.xml
res/values-de/strings.xml
res/values-el/strings.xml
res/values-es/strings.xml
res/values-fi/strings.xml
res/values-hu/strings.xml
res/values-it/strings.xml
res/values-iw/strings.xml
res/values-nl/strings.xml
res/values-ru/strings.xml
res/values-zh-rCN/strings.xml
res/values/strings.xml
src/com/android/settings/ChooseLockGeneric.java
src/com/android/settings/ChooseLockPatternTutorial.java
src/com/android/settings/DeviceInfoSettings.java
src/com/android/settings/Settings.java
Change-Id: I275be467a401ad6dcc7966924358a5adb0773b75
|
| |
| |
| |
| |
| | |
Bug: 7725834
Change-Id: Iab3d1818f008a553868fb30e8460ea3f77c2de50
|
| |
| |
| |
| |
| | |
Bug: 7725834
Change-Id: I2537754789f25fa978efd457979ed130806b9fbf
|
| |
| |
| |
| | |
Change-Id: Ib9c22ecb05cc698ead5bfffa34d2a2ffa9c21e13
|
| |
| |
| |
| | |
Change-Id: I8dad625fd0fa7c56111814ef6b950bd04f2460ae
|
| |
| |
| |
| | |
Change-Id: I8c1dc5874accc6d1340dc46a58867d97f708aeb7
|
|/
|
|
|
|
| |
framework changes already present
Change-Id: Iffd7cf5c3eb7368974e792194e9ebe8a75ca35b7
|
|
|
|
| |
Change-Id: Ie549ff14812da807729641fab1871fffe35f80b6
|
|\ |
|
| |
| |
| |
| |
| |
| | |
Point to the correct holo alert drawable.
Change-Id: Ia15aaa028c8371cb2478baeecd2da31520c43a5d
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
the language." into jb-dev
* commit '5b7a8204d875c901782ff482b68fde8da7a0081f':
Show only the language if there's only one locale for the language.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
If the system has only one instance of that language, then only show the language
without the country name.
Bug: 6522572
Change-Id: I1e99182b1c669b200090f6c360bb902376b63ab0
|
| | |
| | |
| | |
| | | |
Change-Id: Ic6b7bab860f71889a6ec476ccab1e83d2efd0e64
|
|\ \ \
| |/ /
|/| |
| | | |
Change-Id: I73165a3d77318cbb0271e0d5c64cc49caad8f693
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
A content observer (SettingsObserver) is registered when
InputMethodAndLanguageSettings is created, but it is never unregistered.
Added resume() and pause() methods to SettingsObserver inner class
to register/unregister the content observer when InputMethodAndLanguageSettings
is resumed/paused.
Change-Id: I6d4cc2625a5fd8435967d930f46e8fe86eda4714
Signed-off-by: Shuhrat Dehkanov <uzbmaster@gmail.com>
|
| |
| |
| |
| |
| | |
Bug: 6587127
Change-Id: I00584fb81cf5b39806c30a801b215a0e9a1e9399
|
| |
| |
| |
| |
| | |
Bug: 6576743
Change-Id: I123307defc32a84a965590fbded95c6997260675
|
| |
| |
| |
| |
| | |
Bug: 6405203
Change-Id: I27ca4630aebcb39b83298d37d8fb3f4ef0080317
|
| |
| |
| |
| |
| | |
Bug: 6405203
Change-Id: I458c4976562ecea2fa03d96258ff28ebbdc95294
|
| |
| |
| |
| |
| | |
Bug: 5591245
Change-Id: I4ff61a59b0622c74b34bc50a00fc9773c04a6395
|
| |
| |
| |
| |
| |
| |
| |
| | |
It was possible to insert a word without a shortcut while the same
word used to be present with a shortcut. This change fixes that.
Bug: 6026080
Change-Id: I3be98bf450aad8e2eb38336e8f77aedab39d5797
|
| |
| |
| |
| |
| | |
Bug: 6026080
Change-Id: I051a734321793e9130dc2cc77d4e7f670d2ce93d
|
| |
| |
| |
| |
| |
| |
| | |
When going to the "all languages" dictionary and opening an
entry, the "all languages" entry would be listed twice.
Change-Id: Ie8cd7e9e824e95c05899b956905af6590b8929bc
|
| |
| |
| |
| |
| | |
Bug: 6026080
Change-Id: I43345874edb0a1b51dfcac9c99e74c345eeef7e6
|
| |
| |
| |
| |
| | |
Bug: 4646172
Change-Id: I88966f3e910f51711ce49336fb9134d0953930de
|
| |
| |
| |
| |
| |
| | |
Bug: 6026080
Change-Id: I87b7c8b1ae89856f393871e6d3440b43efc22a29
|
| |
| |
| |
| | |
Change-Id: Id8e8352b725d2259c70690a1a7dfe29fab9b6eb0
|
| |
| |
| |
| | |
Change-Id: I30d28c3a62cc5de3432f04b6469eca077ee3eff6
|
| |
| |
| |
| |
| | |
Bug: 6026080
Change-Id: Ic2bf6dcfc2abfe5fc07759530042299cc6a0b503
|
| |
| |
| |
| |
| | |
Bug: 6026080
Change-Id: I49e1aa1839266ca169982b6a4800ee9923451be5
|
| |
| |
| |
| | |
Change-Id: Ie47503a99d455f7266e281914e92ed680b993551
|
| |
| |
| |
| |
| |
| |
| | |
...and call it from the fragment too.
Bug: 6026080
Change-Id: Icb83fd60ed33dfa593124ed0af6b9fff4b63f1f5
|
| |
| |
| |
| |
| | |
Bug: 6026080
Change-Id: I38475a95b1d421162099390244dbda09658346f5
|
| |
| |
| |
| |
| |
| |
| |
| | |
This is only the interface. It doesn't do anything yet, so as to
avoid a too large change.
Bug: 6026080
Change-Id: I0c7f0c09f71e01b18fcb3566a3c6c4b0f0b2a0fc
|
| |
| |
| |
| |
| | |
Bug: 6026080
Change-Id: I75bd244b2b09c371805a67057d2a9c45dc12f3db
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
There was unnecessary saving of IME settings when changing the state
of the checkboxes, causing ANRs when monkeys are switching between
Settings fragments quickly while other background activity is using
I/O as well. In fact, all I/O should be removed, but this change at least
reduces some of it.
Potential fix for:
Bug: 6414289
Change-Id: Ice96f0f9d921128b27ddbe26519a6791d9f01c75
|
| |
| |
| |
| |
| |
| | |
Bug: 6422390
Change-Id: I9af4065e4b9f9332f3b0db168dea5546727d5951
|
| |
| |
| |
| |
| | |
Bug: 6110399
Change-Id: I2431b99884cbd01de32f8cd6c14a3afbd18b5020
|
| |
| |
| |
| |
| | |
Bug: 6334179
Change-Id: I62c9c163aa4ee2c88286daee77641418869a1dab
|
| |
| |
| |
| |
| | |
Bug: 6110399
Change-Id: Ibb0bbeb40af2ee7204e4682bc7493262407fd83f
|
| |
| |
| |
| | |
Change-Id: I7aa033df8b5eec69cc6002b0bcc20b1d9902e4e0
|
| |
| |
| |
| |
| | |
Bug: 6110399
Change-Id: Ib2758bdcdd6b271be402f46c56d41619dc7aecb9
|
| |
| |
| |
| | |
Change-Id: I1a71d5c95c142655219c7ab3ae4f67fa0b1f3d1a
|
| |
| |
| |
| | |
Change-Id: I44d61018e0ed4de32b0a8da3ecba999831987956
|