History log of /packages/apps/Settings/src/com/android/settings/enterprise/ImePreferenceController.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
493495452a93c708c9181d5837a8351f4e0b07eb 18-May-2017 Bartosz Fabianowski <bartfab@google.com> Hide "Changes made by your organization's admin" when empty

The admin of a manged device can take a number actions that will be
listed in the "Changes made by your organization's admin" section of
Settings. If the admin has not taken any such actions, the section
will be empty and should be hidden. This is accomplished by having a
PreferenceController for the section that observes the state of the
PreferenceControllers inside it.

Bug: 35912953
Test: m RunSettingsRoboTests

Merged-in: Ia95754493ee6c5a19b4aa9731fd56fd558e61849

Change-Id: I82ca00b757001390f9a517b0c07057bdc49dab20
/packages/apps/Settings/src/com/android/settings/enterprise/ImePreferenceController.java
b076e00c5eed6720c5347a2d15890aa9d11157b0 20-Mar-2017 Bartosz Fabianowski <bartfab@google.com> Finish removing N/A DO disclosures from search index

DO disclosures referring to actions that the admin did not actually
take are hidden in the UI, but still show up in the search index. This
CL switches the remaining PreferenceControllers from setting visibility
to implementing isAvailable() instead.

Bug: 32692748
Test: m RunSettingsRoboTests

Change-Id: I54360698f28b549b18cdc230e3b9087cf4e9ff4a
/packages/apps/Settings/src/com/android/settings/enterprise/ImePreferenceController.java
1a8399ffd02d4a5ab1eb3103f0ca8229d43d8708 08-Mar-2017 Bartosz Fabianowski <bartfab@google.com> Update layout and strings for DO Disclosures

This CL updates the DO Disclosures page (aka "Enterprise Privacy")
to incorporate UI layout and string changes proposed since
implementation began. There are no logic changes.

Test: make RunSettingsRoboTests
Bug: 32692748

Change-Id: I6ae972e77bd90eb9c61d6a516046a6eb09981ad3
/packages/apps/Settings/src/com/android/settings/enterprise/ImePreferenceController.java
2700cdbdac14c27a047d3d20b75a738b25d2bfe8 17-Feb-2017 Bartosz Fabianowski <bartfab@google.com> Add default IME to Privacy Settings page

This CL adds information about default IMEs set by Device Owner and/or
Profile Owners to the Enterprise Privacy Setting page.

Test: make RunSettingsRoboTests
Bug: 32692748

Change-Id: I9f78ab4792a5a1d444808048ff33e3e20a0483dc
/packages/apps/Settings/src/com/android/settings/enterprise/ImePreferenceController.java