History log of /packages/apps/Settings/src/com/android/settings/DisplaySettings.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1ad58d0abf63a2b1675a93f908367b8a2ed56a08 07-Sep-2016 Doris Ling <dling@google.com> Split Ambient Display settings.

1. Reverting the changes for Display->Ambient Display; this setting
will control incoming notification pulse.
2. Added 2 separate entries in gestures settings to control pick up
and double tap gestures-triggered pulsing for Ambient Display.
3. Added automated tests to verify the preference initializes to the
correct default value, and also verify that toggling the preference
updates the corresponding settings correctly.

Test: make SettingsTests

Bug: 30595437
Change-Id: I125bf75fc4ccfea126a00ffae4207fcb789f487a
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
fec320324cefe96c677fff12597c39cd47ad9d6f 26-Aug-2016 Doris Ling <dling@google.com> Re-enable Ambient Display double tab.

Restoring the changes to move Display->Ambient Display to Moves->Quick screen

This reverts commit 9b3000d8ac256093bbf62d04c518b67df244c311, except for
the removal of res/raw/gesture_ambient_move_lift.mp4

Test: Manual - Go to Settings->Display->Quick screen check and verify
the preference is restored.

Bug: 30595437
Change-Id: Ie50bcebd119714d49422b7139d0d0234f27584e2
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
9b3000d8ac256093bbf62d04c518b67df244c311 05-Aug-2016 Doris Ling <dling@google.com> Revert change to move Display->Ambient Display to Moves->Quick screen
check.

1. Add back original toggle for Display->Ambient Display and revert
summary text.
2. Remove Moves->Quick screen check preference and related scroll logic.
3. Remove ambient display related animation videos

Bug: 30686297
Change-Id: Ie01a201f0a8deb0a858bc2a7f9cc607b749ab6e4
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
b727e9caa565f7d6a1017e8e10ed306ead1c750c 01-Aug-2016 Doris Ling <dling@google.com> Change Display->Ambient Display to Display->Quick screen check.

Update the preference title for Ambient display and add metrics logging
when user selects it.

Bug: 29994493
Change-Id: Ibeaa60889d3f4394c924471b21baa929d469db71
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
c7cd2982cd804b5a3806da208ca71f5e26121e75 22-Jun-2016 Justin Klaassen <justinklaassen@google.com> Add Night display settings

Bug: 28615069
Change-Id: I2e8a374a00c06c06d419a6ff46cd3b5d544c1d3e
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
d0c8fd724de38e6389e5b99a9d042c983365186a 14-Jun-2016 Doris Ling <dling@google.com> Update gesture related settings in Display.

1. Remove "Press power button twice for camera. Toggle is now available
in Settings->Gestures.
2. Remove toggle from "Ambient Display" and make it point to
Settings->Gestures->Quick screen check.

Bug: 28565958
Change-Id: I32fd2253a40be76ac9843a627df153eb4f1307d8
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
e4d95c087bcd3e569052d99d371f3e662f3e3c47 19-Apr-2016 Ruben Brunk <rubenbrunk@google.com> Add settings for altering VR display behavior.

Bug=28208992

Change-Id: I73e3154e7766f7379af558c66316c213fdd494d8
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
c485487ac5469def39fa7307f9ff907ccde3f2b6 05-Apr-2016 Oleksandr Peletskyi <peletskyi@google.com> Improved UX when DISALLOW_SET_WALLPAPER is set.

Changed type of Settings > Display > Wallpeper menu item
to RestrictedPreference. This allows to show the reason,
why the Wallpaper menu item is blocked.

BUG: 27914814
Change-Id: I6eb23ec9fcaa39bb7e45d020a5aaca0d83cef81f
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
36cce830b9319985b138432b89ea1022acf68785 18-Mar-2016 Ricky Wai <rickywai@google.com> Fix work profile screen timeout policy

Settings screen should apply both primary and managed maximum
timeout policy, even separate profile challenge is enabled.

Bug: 27493348
Change-Id: I09e815d6c6ae6ecd554316cfac82daf0ad0b0cdf
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
900adce6ca6fa6e0034b43898ed663f0386ef998 05-Mar-2016 Sudheer Shanka <sudheersai@google.com> Update the timeout list dialog in display and security settings.

Currently, we add padlocks to all the timeout options which are
more than the timeout enforced by the admin. Instead of adding
the padlocks to the options, updated the timeout list dialog to
have a disabled by admin message as dialog footer.

Bug: 27564363
Change-Id: I66ce35e92c044ce1864d14e1fc0e83881f8f4ab0
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
fcb84e6912201c6999b3c1f7a79933acfc99dabc 04-Feb-2016 Casey Burkhardt <caseyburkhardt@google.com> Merge "Remove ActivityManagerNative dependency for adjusting font scale"
0581f91a755d0135b706cd694ffc32a476865bb1 03-Feb-2016 Oleksandr Peletskyi <peletskyi@google.com> Merge "Gray out Wallpapers menu item when setting of wallpapers is not allowed. BUG: 24890474"
a8b2a5072c75ec900acc6984bf3a06bffd221ecf 31-Jan-2016 Casey Burkhardt <caseyburkhardt@google.com> Remove ActivityManagerNative dependency for adjusting font scale

ActivityManagerService now holds a ContentObserver for
Settings.System.FONT_SCALE, so it is no longer necessary to notify
ActivityManagerNative of a configuration update involving the font scale
directly.

Bug:23033258
Change-Id: Ifd002bd25724b133e83a1285be2953019178c65a
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
a6bb3d23079b488f3dda8cbd2f8d79c61b024c44 26-Jan-2016 Noah Wang <nfw@google.com> Add entry point of screen zoom to accessibility and font size to display.
Also removing large text preference.

Change-Id: I076664edf1d1afd69385e34f9300bf5c0788b3e7
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
8b53b1e9bfad66684cf1c496af61c9c776611521 27-Jan-2016 Oleksandr Peletskyi <peletskyi@google.com> Gray out Wallpapers menu item when setting of wallpapers is not allowed.
BUG: 24890474

Change-Id: Ia6bfcd1c8fefeff46f30c4e9a60aa2a52c39fa27
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
9d1bfd1e8de6e46137a9571507c03526880d6a46 27-Jan-2016 Chris Wren <cwren@android.com> port settings over to new metrics enum

Change-Id: I0b3efd2f4db773ccbc52bfe59ee8eb0dab9584fb
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
550d068abd5a38e77507eab704ecdf1be70695cb 13-Jan-2016 Sudheer Shanka <sudheersai@google.com> Add restricted padlock support for listpreference.

Change-Id: I1f3284a474d225df803abd57dd71382cb1dfa659
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
1230ac820ea94b8f3f6285fd4cae056e62d96183 12-Dec-2015 Jason Monk <jmonk@google.com> Move DropDownPreference to supportlib

Change-Id: Ife6799d1136302b805b5191f1a86276c538ca4bf
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
01a04f132b2b2bd91967c2c7dc165ced7f72d9d9 10-Dec-2015 Alan Viverette <alanv@google.com> Implement Settings UI for Screen zoom preference

Also cleans up unnecessary 0s and moves tint to the proper place in
relevant vector drawable XML files.

Preview layout is still WIP pending UX input, but I wanted to get this
CL in place so that we can test/demo the feature ASAP.

Bug: 22450672
Change-Id: Ic3f1500006c763df99fba2d1d16782b89d6fcae1
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
3069581512bcb9687cb8d79675f6c4950c9ac087 17-Nov-2015 Jason Monk <jmonk@google.com> Summary support for Settings Home

Also add summaries to a few of the major items.

Change-Id: I17924f14941fe095d819e142cdd21cf4b4e9ffd1
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
74dbcb091bb21247623c6438f327813e14444d41 03-Nov-2015 Alan Viverette <alanv@google.com> Add display preference for scaling / UI Zoom feature

Bug: 22450672
Change-Id: If665576869743fd7d5fc23103260eecaa366e7aa
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
39b467482d1bf256a111c757e9b7621c6f523271 10-Sep-2015 Jason Monk <jmonk@google.com> Depend on support lib preferences

Bug: 24576551
Change-Id: Ic6190bacd3f7582c9bbc8de972da4612bd92421e
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
7eda07bc5f69df9be080449a91260491c3492e99 24-Sep-2015 Jason Monk <jmonk@google.com> resolved conflicts for e0d175ed to master

Change-Id: Ia9f6e2f5af2ee4e5b944a80407bfedf7f9b30a1b
16a8e8d1028c09abe8b083acf9da70e6d65ebb79 23-Sep-2015 Jason Monk <jmonk@google.com> Make picture color mode less of a feature

- Shun it to developer settings
- Hide 'natural' mode
- Remove dialog

Bug: 24038268
Change-Id: Ibaf363bc06b444f2a361707b98742328fc290cfc
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
c591cdd69b8aee18aaf7396e640009b773c0b285 19-Sep-2015 Justin Harrison <astyrrian@google.com> am fa9d8258: am 8a44f2c4: am a3add1d2: am c6a96d40: Merge "Add color transform setting" into mnc-dr-dev

* commit 'fa9d8258d4d186c1aeaf3f79cff892d0a290e6a5':
Add color transform setting
0217281d33e9f76c703073a0a8f8ea565a55dae9 18-Sep-2015 Jason Monk <jmonk@google.com> Add color transform setting

Bug: 24038268
Change-Id: I2bf45fef85038c29423a86c7bb018a8e750110a6
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
cb9d7a96bb60034e04ee4fa38d61161a3c273687 10-Sep-2015 Jorim Jaggi <jjaggi@google.com> resolved conflicts for 99bbec73 to master

Change-Id: I0d837f89eff37dc3469502fa41e294a9302c17bb
cc1e9f7ce76d6c1e6d721a398fe8ae8a882243bb 08-Sep-2015 Jorim Jaggi <jjaggi@google.com> Add double-tap power button to open camera 2/2

Bug: 23787555
Change-Id: I04787cd863212b1ed9608a6c8bd02af13273b387
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
a02bc9991da1c21637b48f8faeee7f1fb5e81e24 12-Aug-2015 Julia Reynolds <juliacr@google.com> Switch font size from a dialog to dropdown preference.

Bug: 16634975
Change-Id: I8edaf63afe3f43e0bb152428c6ca0c6b1ccd0eb4
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
49b6103b56d777cb41f280e0dc636f738f6ba56d 12-Aug-2015 Jason Monk <jmonk@google.com> Make DropDownPreference extend ListPreference

Lots of updates to handle static setting of entries/values
Callbacks are now through preference changes
Fix weird inconsistencies in callback return values...

Change-Id: I2ebe02c3492ce543162efcd55bdae3f2c4039287
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
d30e42697621f169259df36fe59ce7f302aca623 04-Aug-2015 Jason Monk <jmonk@google.com> Add setting to disable camera gesture

Bug: 22183841
Change-Id: I6ada3d2c911fd52e2821f12f3db5d549879941f4
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
181e0e9ec0142e5dd69e8063773ab87d192601a6 08-Jun-2015 Jason Monk <jmonk@google.com> Hide tap to wake on devices that don't support it

Bug: 21650579
Change-Id: I3fbcccc80b5773c74d8398f1d23b4762a5bf54ed
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
ca689aeadae563d35da5ae57d4d6542096a0bdfe 09-Jun-2015 Chris Wren <cwren@android.com> annoint new constants

Bug: 21114836
Change-Id: I63fb1da67a6f6d8dfad076e7e1c2cef0783c17f9
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
c7581e8126cefcbac599e95db664dd675c95ef18 09-Jun-2015 Chris Wren <cwren@android.com> instrument display rotation settings

Bug: 21530764
Change-Id: Iee36addb7cf3cb6abbbf1ac90727e0fce22121cb
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
df283601c571e74015c9c79c7d2d5865d1a8c9ee 21-May-2015 Jason Monk <jmonk@google.com> Banish Theme setting to developer options

Bug: 21320576
Change-Id: I7e3fd7437409ac2dd061a36803e082eada5b30b1
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
86dd6bab5b4200095fca20baac2cd2d3d4b10823 31-Mar-2015 Jason Monk <jmonk@google.com> Add tap to wake setting

Depends on Ic1ad910dd38acbc68ef040b2acdf3696ec2c2e4e
Bug: 16875464
Change-Id: Iae929099256e9077f8a4747a41fb965b8f9a72fb
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
23acc2bb8af7da000d72a8c1d8c28a2792200348 14-Apr-2015 Jason Monk <jmonk@google.com> Allow help to be defined to intent uri

Allow help uris to be either an intent uri or as uri (as they were
before). Also add a default help uri, and specific helps for several
screens.

Bug: 15475009
Change-Id: Iff982892973f01d32ff61ea88d4844e9a7153500
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
8a963babe2e36b7a41f77b8d2598c97658196e58 20-Mar-2015 Chris Wren <cwren@android.com> log visibility of views

Depends-On: I5b1dccb5d103ece3112acf38889bae16273b092f
Change-Id: I116aed2bb805f723a5bf2ec9eb94257de0b4a7b5
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
60a09ea2388db01a661beeb9995a7ecf770a4200 26-Feb-2015 Jason Monk <jmonk@google.com> Start implementation of new app info storage page

Things are mostly in the right places, may need some minor location
adjustment on everything and styling for the buttons.

Bug: 19511439
Change-Id: If7730285d6ddc36e32cc8bc119885a8e215c0eb5
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
893b3006a49c92fe21a800479a0fe8389ebbe4b8 26-Feb-2015 Alan Viverette <alanv@google.com> Add support for user-selectable dark/light theme

Updates Settings to use the DayNight theme (real name TBD) and fixes
several colors that were pinned to non-theme values. Adds a setting for
switching theme between light/dark/auto.

Bug: 19368658
Bug: 19369392
Change-Id: I7cd23b7ad38bdb25a01b92e67ff1ee1cdd8a3958
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
d3232da75a711349060f45b61ed768c49ff6e3e4 20-Aug-2014 Jason Monk <jmonk@google.com> Bring back auto-rotate to settings

Add a dropdown preference to the display settings screen that
controls whether auto-rotate is on.

Bug: 16636008
Change-Id: I71099a23793aa82b514bd0eebae183695415a92c
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
911de7fa8520f919cda673ae70c25f86ae0edf98 04-Aug-2014 John Spurlock <jspurlock@google.com> Settings: Wire up new doze opt-out setting.

Add an item in Display settings for enabling or disabling
dozing. The setting will only appear on devices that have
configured a doze component.

Bug:16703536
Change-Id: Iba5f0a25cef68924f5be5f858b4c396234a7a355
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
333efe90978beeed36a45df6b45a7d7119140bb4 23-Jul-2014 John Spurlock <jspurlock@google.com> Settings: Wire up Display > Lift to wake.

Bug:15521792
Change-Id: I1a771641ad4fc52599149ac7db4a4fe55a6b9286
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
d407f2a05c8f8a81d5ea7bf9ad34bd491dc2d742 09-Jun-2014 Fabrice Di Meglio <fdimeglio@google.com> Fix DisplaySettings indexing for Search

- was missing the KEY_SCREEN_SAVER case as this Preference
can be removed

See bug: #12910134 Implement Search into the Settings App

Change-Id: I6c6fde41d0208a2e87e7fb1239c0909e034e5b0d
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
8ab0954a243f893eeb9f3a248acf0f4ee304050c 02-Jun-2014 Adrian Roos <roosa@google.com> Follow up to "A better brightness"

Original change I122e1218dd0072c979a59bdafd3e0b6f4eec99ab was missing
search provider logic adjustments and length limits on the added strings.

Bug: 15313133
Change-Id: I8910dd60111c87f5494db7bac76a351e89c1a99b
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
244e8ce7ab1a893f0e463c270aba111537a1f161 13-May-2014 Adrian Roos <roosa@google.com> A better auto brightness

Bug: 14927472
Change-Id: I122e1218dd0072c979a59bdafd3e0b6f4eec99ab
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
347f944a22513d8fb6b41ef185fd8ea872ebcfee 11-Mar-2014 Dan Sandler <dsandler@android.com> Finally, a place for notification settings.

Consolidated under the new Notifications settings are:

- Ringtone (from Sound)
- Zen Mode (from Sound)
- Pulse LED (from Display)
- Heads-Up Notifications (from Display)
- Notification Access (from Security)
- Show when locked (from Security)

Change-Id: I214d03ba1e356e088323a3058d98d390b8a8f988
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
18765d7094fb85ebc7b529cbddee7513a455fa8e 01-Mar-2014 Chris Wren <cwren@android.com> rename heads up global setting: app part

Bug: 13208692
Depends-On: Ia020e4d63552ab4b8cbb8a37622c36776800a790
Change-Id: I73755ea40d7e741e9036a245bd9c70c976aeef1a
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
ad1b7eb3986809f57d9485e40d336b28035de3e8 28-Feb-2014 Chris Wren <cwren@android.com> add a setting for the heads up: app part

Bug: 13208692
Depends-On: I6847f7a5f275aee2f608de0237dab0e45c39b33f
Change-Id: Ia410a473492aa7637449ba5a5dc068f98618ad03
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
26c3b25ac379b2584b34a26733b3e590e9576e7a 19-Dec-2013 John Spurlock <jspurlock@google.com> Remove rotation-lock from Display settings.

Ability to lock device to natural orientation is still available
under Accessibility.

Bug:11062710
Change-Id: I2045e16cfc676ee75d4d42b0cd652433b2f12715
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
0df39f39fcc45ff3efe92740ee46d7a762410b86 11-Nov-2013 Jeff Brown <jeffbrown@google.com> am 2fba8be9: am 4e54c2a1: Integrate remote display routes into screen cast settings UI.

* commit '2fba8be9c0c9da814e40af00847f3f2d28cf7f01':
Integrate remote display routes into screen cast settings UI.
4e54c2a17765aed01ba23c9b0ec4d41e66c698b7 11-Nov-2013 Jeff Brown <jeffbrown@google.com> Integrate remote display routes into screen cast settings UI.

Merged remote display route selection into the existing wifi
display preference UI. Moved the on/off toggle over to a menu item.

The preference page is now mainly implemented in terms of the
media router. It only interacts with the display manager for the purpose
of pairing with new devices or making wifi display certification
controls available.

This means that the observed state is now completely consistent across
the system ui, settings, and applications that use the media router.

Bug: 11257292
Change-Id: I3705570812384fef4bfffeccaaccf7895d370d12
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
c26cdd10cfc1e6d209f57247f8ba3fc24ca2f546 05-Nov-2013 Elliott Hughes <enh@google.com> am 98f5e186: am c3a6cd6e: Merge "Move a line into try block"

* commit '98f5e1861da4d708e7199b5d563895cf4d2c8db7':
Move a line into try block
7e7769989589df86ec970a87dff7fdd160f9ccb2 01-Nov-2013 Shuhrat Dehkanov <k@efir.uz> Move a line into try block

Currently, NumberFormatException is never handled as
Integer.parseInt() is called outside try block.
This moves that line inside try block.

Change-Id: I54544f5a665ca0f821de5351001755cb965078dc
Signed-off-by: Shuhrat Dehkanov <k@efir.uz>
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
78b8265b17345398e24c229e4b10f87c9c05d73d 17-Aug-2013 Amith Yamasani <yamasani@google.com> Select max timeout, if it's in the timeout list

Bug: 10192592
Change-Id: I21ec208abf0c8659233cdb5219d9b226528aa1d4
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
e8253dd8b3701bc81aa1f2b0cc6ac0988a32a3fc 01-May-2013 Svetoslav <svetoslavganov@google.com> Remove Auto-rotate screen setting if a required feature is missing.

It is possible that a device running Android does not support rotation,
for example a Google TV box. The change adds a check to the rotation
policy to take this into account.

bug:8051556

Change-Id: I60a2a35da148271a18873f6c70556dacab29dae9
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
64516a191f03a777896798f79792d39cde9592d7 23-Oct-2012 Amith Yamasani <yamasani@google.com> Fixes an AIOOBE when device admin enforces a small timeout for screen lock

Bug: 7378871

If the timeout choices are empty, set an empty summary.

Change-Id: I20dbe61af56f9c41337a7c284580511322e5a45e
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
d983e1d1a52af2ab85d10f1a15c8387a6b6a3ba9 18-Oct-2012 John Spurlock <jspurlock@google.com> Settings: Use new shared dream setting defaults.

Bug:7373284
Change-Id: I12d00b45d0bada5207af3a7bda906370e7a87413
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
c825bc8e17cb60cae88397ab77d1e2711c086624 18-Oct-2012 Daniel Sandler <dsandler@android.com> More descriptive summary for "Sleep Mode" pref.

It will either show "Off" or the name of the selected dream.

Also, move "When to sleep" out onto the visible part of the
action bar if there's room, making it much easier to discover.

Bug: 7320701
Change-Id: I1d4e2c17b764b8ee054dbb17c23f559d735e3450
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
9627a8ea151c1f27e5e9f34592c7b34fea3101c3 23-Sep-2012 Amith Yamasani <yamasani@google.com> Show more settings and add restrictions/dialogs for secondary users

Bug: 7213029 crash in About>Status
Bug: 7212495 hide System updates for second user
Bug: 7212230 nickname editor should select the text
Bug: 7160487 TTS settings
Bug: 7129411 Settings needs visibility changes for secondary users

Change-Id: Ia2d1229c08b392edfa6b671fce4a382410405b14
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
9e143f5e9d836d2d3dd0b2f59f7d14327ade0193 20-Sep-2012 Jeff Brown <jeffbrown@google.com> First draft of wifi display settings UI.

All of the functionality is in place but the UI is
not fully polished yet.

Bug: 7178216
Change-Id: Id76843bff05cc71e5c02a31bc97c7070d58fff10
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
6df18e2713a15a52567ac1a833953ac4bfa38f15 22-Aug-2012 John Spurlock <jspurlock@google.com> New dream settings - first cut

First draft implementation of mocks for dream settings.

Want to merge for the weekly build, so a few things remain, namely:
- flat style for preview/settings buttons + dividers
- animation between dream row expanded/collapsed state
- wire up the help url
- possibly ditch the non-standard style
- add logging
- refresh when packages are installed/uninstalled

Bug:7010260
Change-Id: I96e3ab944170925bd76edf7b8b1127adfffc6262
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
d541b6fd1c2c93df83dcc169a300202c677bb8cd 31-Jul-2012 John Spurlock <jspurlock@google.com> Re-enable dreams: Settings

Re-arrange settings and captions for dreams. Activation on sleep
and activation on dock now independent. Sleep activation defaults to off,
dock activation defaults to on (replacing dock mode).

Also use dream manager service for testing dream preference, and properly
disable preferences if both dream activations are disabled.

Change-Id: I76f5ba115c7678826a09077dd393acc55c2bca26
Bug: 6921930
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
10fbf52ccb5c6657eef3bbe520c71ff7f729bad3 06-Jun-2012 Jeff Brown <jeffbrown@google.com> Implement new rotation policy.

Show "auto-rotate screen" option in Display only if the Rotation Lock
feature is not available on the device.

When the "auto-rotate screen" option is disabled in Accessibility or
Display settings, hide the Rotation Lock feature.

Use new RotationPolicy class to adjust rotation settings.

Bug: 6523269
Change-Id: Ifa89ff055e5ad0a00888e10720dd76b0054fe290
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
62a6f626da328889475b35647f76bf439999e28a 05-Jun-2012 Jeff Brown <jeffbrown@google.com> Revert "Settings: "Rotation lock" retains existing orientation."

Bug: 6523269
This reverts commit 523d5a6e0495580206ee38e5072e5aef8063e806.
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
56c58d5aef8186a0114be206a2f81216f8c19cf3 05-Jun-2012 Jeff Brown <jeffbrown@google.com> Revert "Rename and flip meaning of auto-rotate to rotation lock."

Bug: 6523269
This reverts commit b94417109279fb7d27f0b27c97e76860ed6446ba.
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
523d5a6e0495580206ee38e5072e5aef8063e806 22-May-2012 John Spurlock <jspurlock@google.com> Settings: "Rotation lock" retains existing orientation.

Enabling "Rotation lock" when in landscape will stay in landscape
instead of forcing to portrait.

Bug: 6481542
Change-Id: Ide6171437a207f97a8fc3123ad8b2fe27323336f
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
b94417109279fb7d27f0b27c97e76860ed6446ba 16-May-2012 Amith Yamasani <yamasani@google.com> Rename and flip meaning of auto-rotate to rotation lock.

Bug: 6485348
Change-Id: I17359db3156641a69f6841d4e0c48708b5fafe4e
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
980a6c3c4be59550db5140366096ea0640c99651 15-May-2012 Amith Yamasani <yamasani@google.com> Fix NPE in Display Settings.

Handle occasional race in delivering change notifications.

Bug: 6012882
Change-Id: Ic9eff72920ff65a2c8ab85f4af59ba438cd8f99f
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
47c991f78cc9a2b24de1a7c616cd85053dddf671 01-Feb-2012 Daniel Sandler <dsandler@android.com> Update Settings for new Dreams architecture.

Additionally, hide all Dreams settings if the feature is
disabled (R.bool.config_enableDreams).

(Depends on change Idfe9d430)

Change-Id: Ifa05f125e411ca58605c33481de26cd29a926807
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
6f0ea441e465a0af646f8952f820a92f6902c8d9 17-Nov-2011 Daniel Sandler <dsandler@android.com> Settings changes for Android Dreams (now Screen Candy).

- new preference design
- remove candy-specific timeout
- use new settings keys

Requires Change I31f31b3

Bug: 5591015
Change-Id: I45cb6ea5c68f9932c6d4e65e2b219331d48a62d6
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
cbf312ec2984dcc42bc39b01f4b126b0901740cf 05-Oct-2011 Jeff Brown <jeffbrown@google.com> Use WM APIs to change rotation preference.
Bug: 5371750

Changing the system setting directly results in inconsistent
behavior among the three different places where "auto-rotate"
settings appear in the UI. Use the WM APIs instead.

Change-Id: I1a8239af66b1cc3aeec8310383e72fc96c878d73
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
883d850ede03968018587781a8e20683398d98fe 20-Sep-2011 Amith Yamasani <yamasani@google.com> Move "Pulse notification light" to Display settings.

Bug: 5242350
Change-Id: I91cb23ca8f49c1c053710031b0316b10d55fbab4
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
698c24fcf0577888116e60c52892318feadc836a 03-Sep-2011 Gilles Debunne <debunne@google.com> Part of Bug 5252423: Crash in summary text when time out is 0

Negative value will show no summary.

Zero is no longer a special case. It will display the first summary, like any
value below it.

Change-Id: I88d49cac844fb2dc347bef94ac033df9255d748f
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
8a510c57dca097a1c437a0ff51ff5d677eeec6e4 30-Jul-2011 Christopher Tate <ctate@google.com> Report current font size in the 'Font size' setting summary

Bug 5022057

Change-Id: I74a266bc70fd885fd15ac09915b205b9b3e10679
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
92c8ebacc118f23df94431f531075a8837394829 19-Jul-2011 Dianne Hackborn <hackbod@google.com> Fix issue #4976176: Font size setting does not persist

Change-Id: Ie36c97680f43414b5cdc1615519527ba5e8fa902
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
737c81c775b24ca36c5325e45678f6df80bbaa43 08-Jul-2011 Gilles Debunne <debunne@google.com> Bug 5003461 - Removed animation option

Associated change in DatabaseHelper to reset this value in the database.

Change-Id: I530da617c44773fad31e62f595d0c335daf64148
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
2943cfa60670c1fc0d11d3cb4d0b67ec87e4181b 15-Apr-2011 Daniel Sandler <dsandler@google.com> Dream (screensaver) settings.

Depends on change Ied691856 for
Settings.Secure.DREAM_TIMEOUT and
Settings.Secure.DREAM_COMPONENT.

Change-Id: Ib6f74b74036e12637efb891b97e459a4e33444e7
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
be606d6d0e9e1567b3cb3fea94bf6cd553831765 11-Mar-2011 Amith Yamasani <yamasani@google.com> Fix possible NPE when Screen settings is launched quickly in succession.

Bug: 3368440
Change-Id: Icbcd0474978e20a055ec27f5960e9a4b98f4a68a
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
6677e56f45c8e7b922efc4cc28d11529097b8ea6 05-Mar-2011 Dianne Hackborn <hackbod@google.com> Add font size preference.

Shamelessly stolen from SpareParts.

Change-Id: I5bcdc5c738a0b2af7e7bd8dae303997c28298086
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
26a1f898e04ca68dc8d1a58d15e9f901b09c90e2 01-Mar-2011 Amith Yamasani <yamasani@google.com> Track changes to brightness and orientation lock in Settings.

Bug: 3491814
Bug: 3482859
Bug: 3497535

Since the system bar can now change brightness and orientation lock, Settings needs to listen
to changes to those settings and reflect in the UI.

Also fix a problem with restoring state on cancel when the brightness dialog is invoked a
second time.

Change-Id: I3ada6e77df9a6b013a16061877fcb6b55c94a903
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
9391b9545f9845eae15713357bc4081853451f4a 08-Jan-2011 Jim Miller <jaggies@google.com> Fix 3333434: Rename "Display" to "Screen" and make dynamic

This changes the setting "Display" to "Screen" and updates
the timeout summary to reflect the current setting.

Change-Id: Id8209d445f65a0908ae8093a8f5f7f951f333053
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
d79934731c8d33f6fc63b21c120b9ffba5d06f54 18-Aug-2010 Amith Yamasani <yamasani@google.com> Refactor settings top level activities to use fragments.

Added a base class SettingsPreferenceFragment from which the settings activities should
be derived so that they can behave like fragments. It contains some commonly called
utility methods and dialog conversion to DialogFragment.

Some of the top-level activities can be launched directly without the left pane.
Settings.java acts as a proxy activity that contains just that settings fragment without
the left pane.

There are still a lot of second and third level activities that need to be fragmentized.
This is just the first pass to test the 2-pane layout.
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
fc5a02225e8bca21f07543f55e1b51a33670c501 14-Apr-2010 Jim Miller <jaggies@google.com> Fix 2582241: Update selection based on user setting instead.

When the user adds a DPM, Settings removes all display
timeout options with t > maxTimeout. It was incorrectly
setting the preference to maxTimeout.

The corrected code picks the user's preference if less
than maxTimeout or nothing otherwise.

Change-Id: I5a47fdce89f4cf216fd76bb585c3c0120b39db92
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
d90b5a84d8261a30db573de5a722722d6a37391e 30-Mar-2010 Jim Miller <jaggies@google.com> Fix 2527411: Remove unusable display timeouts from Settings.

This fix removes unusable display timeouts from Settings when
a device policy is enabled.

Patch 3 catches the case where not having any active policies clears the list.

Change-Id: I5b08d420c73b1c2e6fe2bb4e65656790290574cd
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
1e60c9603e02f95158d21b4a2089dc45dffb41c1 05-Feb-2010 San Mehat <san@google.com> Settings: Refactor for new API and remove some unused references / imports

Signed-off-by: San Mehat <san@google.com>
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java
992f10240d0bfd78bb99855fe23ec7a1b61a2551 25-Jan-2010 Amith Yamasani <yamasani@google.com> Refactor settings hierarchy and clump all volumes in one dialog.

Bug:2362077 Bug:2312836 Bug:2166486

Split Sound and Display into separate top-level settings.
All volume settings (including Alarm volume) now in one Volume dialog.
Remove some sub-texts to reduce clutter.
/packages/apps/Settings/src/com/android/settings/DisplaySettings.java