History log of /packages/apps/Settings/src/com/android/settings/inputmethod/VirtualKeyboardFragment.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e3535d9998363cbf352b5f8feb9277475e380944 03-Aug-2017 Fan Zhang <zhfan@google.com> Delete DynamicindexableContentMonitor & all refs to it

Convert input device search into a search query loader

And remove old logic from DynamicIndexableContentMonitor

Change-Id: If652b1ea7c8add9185bbd025055e14925d3a8eec
Bug: 64310452
Bug: 63831980
Test: robotests
/packages/apps/Settings/src/com/android/settings/inputmethod/VirtualKeyboardFragment.java
2ec69563cdfbeae7cf4f729d93b4cf32f7065698 31-Mar-2017 Tony Mantler <nicoya@google.com> Add AvailableVirtualKeyboardFragment to TV

Allows enabling/disabling IMEs on TV.
Moves InputMethodPreference to SettingsLib.
Also minor code tidying

Bug: 36079941
Test: Keyboard settings still work on Fugu and Ryu
Change-Id: Idf42cf5c46d5bb32db59924819d64f73d533d105
/packages/apps/Settings/src/com/android/settings/inputmethod/VirtualKeyboardFragment.java
4d27b2ce5bea7d29f81cf30104b4e176c066fc72 17-Feb-2017 Tony Mantler <nicoya@google.com> Move InputMethodAndSubtypeEnabler to SettingsLib and port to TV

Bug: 35315463
Test: adb shell am start -a android.settings.INPUT_METHOD_SUBTYPE_SETTINGS
Change-Id: I17e6e64ff2c01577d4036bccafe7d0b4ad1d5ca5
/packages/apps/Settings/src/com/android/settings/inputmethod/VirtualKeyboardFragment.java
e776821a8d5429bfe9e2aa259169d6980718f420 10-Jan-2017 Tadashi G. Takaoka <takaoka@google.com> Move IME related seach landing pages to its fragments

This CL moves the code building index of IMEs from
InputMethodAndLanguageSettings to VirtualKeyboardFragment and
AvailableVirtualKeyboardFragment, so that a search landing page of IME
becomes one of the fragment correctly depending on the IME state.

Bug: 32643633
Test: Manually installing/uninstalling AOSP LatinIME.apk while
Settings app is/isn't running, then search AOSP and verify the
landing page is correctly determined by the IME's enable state.
Test: Update robolectric DynamicIndexableContentMonitorTest
Change-Id: Ie44f358c2d3919fc864f4f88e6229293113823dd
/packages/apps/Settings/src/com/android/settings/inputmethod/VirtualKeyboardFragment.java
265d3c2a0c36251bf8a9f571d7239b6dd404d942 22-Jun-2016 Tamas Berghammer <tberghammer@google.com> Update package names to work with the proto3 compiler

Bug: b/28974522
Change-Id: I5f3adf4946ee4ba1e09e4f40afe83c151405972a
/packages/apps/Settings/src/com/android/settings/inputmethod/VirtualKeyboardFragment.java
6507613ebcd22e4691c2af92a5c161bd327db336 08-Aug-2016 Fan Zhang <zhfan@google.com> Log visibility change for all fragments.

Bug: 30681771
Test: SettingsUnitTests

Refactor visibility logging from InstrumentedFragment into a mixin. And
apply mixin in remaining fragments.

Change-Id: Ibbb59904336254a3e4bb9e8c7d0b36e5a6bc2622
/packages/apps/Settings/src/com/android/settings/inputmethod/VirtualKeyboardFragment.java
a1bda3aa9fbf45b93da97a4249ab1e5ea63ef8b9 15-Apr-2016 Abodunrinwa Toki <toki@google.com> Input Settings: Change the 'add' icon.

Bug: 28205583
Change-Id: I9aa1143027f0528de8834c20607c2a44bf0dbd44
/packages/apps/Settings/src/com/android/settings/inputmethod/VirtualKeyboardFragment.java
3e19fc5600f739e7f172fb9331cfc0f4a884d4ce 08-Mar-2016 Jason Monk <jmonk@google.com> Move temporary metrics constants to proto

Change-Id: I8fb3ac22df7bdc52039dd640f7696ebd32281f0b
/packages/apps/Settings/src/com/android/settings/inputmethod/VirtualKeyboardFragment.java
567ebd68e1e0c1621d51e252f8456411f9daa656 23-Jan-2016 Abodunrinwa Toki <toki@google.com> Settings app: Include package icons in list of virtual keyboards

Bug: 25752812
Change-Id: I2070de953c92cce90dbf178c9ffdbe300d4c2646
/packages/apps/Settings/src/com/android/settings/inputmethod/VirtualKeyboardFragment.java
976bb3f45915bdd5165d9a50402d4c1163dae809 20-Jan-2016 Abodunrinwa Toki <toki@google.com> 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
/packages/apps/Settings/src/com/android/settings/inputmethod/VirtualKeyboardFragment.java