OSDN Git Service

Change Input Settings UI flow.
authorAbodunrinwa Toki <toki@google.com>
Wed, 20 Jan 2016 18:43:20 +0000 (18:43 +0000)
committerAbodunrinwa Toki <toki@google.com>
Fri, 22 Jan 2016 18:24:44 +0000 (18:24 +0000)
commit976bb3f45915bdd5165d9a50402d4c1163dae809
tree9ac75857b3b8b5fa5dc0c0139b31ec766e04bd60
parentf9d330448b34e1767f3b9d0814bf8779488ca86b
Change Input Settings UI flow.

1. Introduces new UI components as per the new flow
2. Temporarily disables components in the old flow that are to be
   replaced by the new flow. This is done so we can neatly revert
   to the old flow if there are issues with the new flow
3. AvailableVirtualKeyboardActivity now responds to
   android.settings.INPUT_METHOD_SETTINGS intents instead of
   InputMethodAndLanguageSettingsActivity

Bug: 25752812
Change-Id: I728d7ee185827ed328c16cb7abce244557a26518
13 files changed:
AndroidManifest.xml
res/values/strings.xml
res/xml/language_settings.xml
res/xml/physical_keyboard_settings.xml [new file with mode: 0644]
res/xml/virtual_keyboard_settings.xml [new file with mode: 0644]
src/com/android/settings/InstrumentedFragment.java
src/com/android/settings/Settings.java
src/com/android/settings/SettingsActivity.java
src/com/android/settings/inputmethod/AvailableVirtualKeyboardFragment.java [new file with mode: 0644]
src/com/android/settings/inputmethod/InputMethodAndLanguageSettings.java
src/com/android/settings/inputmethod/KeyboardLayoutDialogFragment.java
src/com/android/settings/inputmethod/PhysicalKeyboardFragment.java [new file with mode: 0644]
src/com/android/settings/inputmethod/VirtualKeyboardFragment.java [new file with mode: 0644]