History log of /packages/apps/Settings/src/com/android/settings/HighlightingFragment.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c70b7f6f359a87c614e582fdae0cdeee8c61138e 19-Jun-2014 Fabrice Di Meglio <fdimeglio@google.com> Improve Search results highlighting

- remove unnecessary code
- use keyed Tag with a well known App key for preventing collisions
- fix missing Brightness Level preference key (used for highlight)

Change-Id: I070e3b8c3cb43da7addd34be192aade21951f57c
/packages/apps/Settings/src/com/android/settings/HighlightingFragment.java
4a2ee7e2b610131452dd26e9b4e17f1bcc865bb9 22-May-2014 Fabrice Di Meglio <fdimeglio@google.com> Improve Preference highlighting for Search

- cache hightlight Drawable
- set mPreferenceHighlighted as early as possible

Change-Id: I512d4677e94309175ead22c46b7a78e2aa387e1c
/packages/apps/Settings/src/com/android/settings/HighlightingFragment.java
bbfaa11cf7558cb93941e005f9afb08809aebde9 21-May-2014 Fabrice Di Meglio <fdimeglio@google.com> Fix HighlightingFragment

- get themed highlight drawable

Similar fix as I945eca98e1d73fda3b290a6ababfd1fb41118d8f

Change-Id: Ieabee16433ec29044a7a26875c3325231a287c88
/packages/apps/Settings/src/com/android/settings/HighlightingFragment.java
ba348ca996696068142e69b5282261cd1b0b2baf 20-May-2014 Alan Viverette <alanv@google.com> TouchFeedbackDrawable is now RippleDrawable

Change-Id: Id025b58e9b62baa8d07f13b7eae2de61a3e4c90a
/packages/apps/Settings/src/com/android/settings/HighlightingFragment.java
1f4140684ea279f81d05cea1aa17564b0567a732 21-Apr-2014 Fabrice Di Meglio <fdimeglio@google.com> Make highlithing delay consistent

- set it to 400ms for HighlightingFragment as it was also 400ms
for SettingsPreferenceFragment

Change-Id: I52b910246ee557c98565dacd2bbcf57a812ea7eb
/packages/apps/Settings/src/com/android/settings/HighlightingFragment.java
f2a5226c1e981ebb0c34aaf39524c382f996196a 18-Apr-2014 Fabrice Di Meglio <fdimeglio@google.com> Improve Preference highlighting

- use PreferenceFragment.onBindPreferences() to launch highlighting
- improve SettingsPreferenceFragment code for highlighting: now we can
find the View to highlight thru its Tag if there is no ListAdapter available
- add HighlightingFragment for highlighting a View from its tag/key. This
is dealing with cases when the content is custom and not relying on
SettingsPreferenceFragment (like DataUsageSummary)

Also:

- improve DataUsageSummary so that onResume() is not recreating the
Tabs all the time
- add missing "android:keys" on some Security Settings preference files

Change-Id: Ib1dd8238fe2fb57c151d584c0810a0e0a5ad97c4
/packages/apps/Settings/src/com/android/settings/HighlightingFragment.java