Joe Onorato
664644d9e0
visibility ("lights out") API.
...
1. Views may setSystemUiVisibility() to recommend that
the system chrome (status bar or other UI) show or hide
itself. (This functionality was previously available only
via the FLAG_FULLSCREEN window flag for some SystemUI
implementations.)
2. Views may register a OnSystemUiVisibilityChangedListener
on a view, and find out when the system UI actually
appears or disappears, allowing apps to coordinate the
appearance of their own UI if desired.
Bug: 3241144
Change-Id: Ia1758d94099182d49a1e3688ea2738ae4995b829
2011-01-23 19:22:52 -08:00
Adam Powell
02b74a07de
am b2d7b02c: am 8ccea78c: Merge "Fix bug 3299208 - Some apps\' dialogs aren\'t show()ing successfully" into honeycomb
...
* commit 'b2d7b02c4f3e2a43e65985edc70db52e257dd673':
Fix bug 3299208 - Some apps' dialogs aren't show()ing successfully
2011-01-23 17:00:52 -08:00
Adam Powell
b2d7b02c4f
am 8ccea78c: Merge "Fix bug 3299208 - Some apps\' dialogs aren\'t show()ing successfully" into honeycomb
...
* commit '8ccea78c01a6098e96189799b46b72cbfeba7bae':
Fix bug 3299208 - Some apps' dialogs aren't show()ing successfully
2011-01-23 16:12:45 -08:00
Adam Powell
8ccea78c01
Merge "Fix bug 3299208 - Some apps' dialogs aren't show()ing successfully" into honeycomb
2011-01-23 16:09:54 -08:00
Adam Powell
e571e60a3d
Fix bug 3299208 - Some apps' dialogs aren't show()ing successfully
...
Fix legacy submenus in options menus.
Change-Id: I3d115c72d99dadd5b23f9459fd27277a39de332b
2011-01-23 15:18:46 -08:00
Jeff Brown
3f3e383975
am 5f1e37a7: am f4180679: Merge "Fix SENSOR_LANDSCAPE and SENSOR_PORTRAIT" into honeycomb
...
* commit '5f1e37a736928bbb38f665d12812a1bed3394fa3':
Fix SENSOR_LANDSCAPE and SENSOR_PORTRAIT
2011-01-23 13:42:50 -08:00
Jeff Brown
5f1e37a736
am f4180679: Merge "Fix SENSOR_LANDSCAPE and SENSOR_PORTRAIT" into honeycomb
...
* commit 'f41806799ad70085722dd7d11e3f8043109290bf':
Fix SENSOR_LANDSCAPE and SENSOR_PORTRAIT
2011-01-23 13:40:21 -08:00
Jeff Brown
892bd76881
Fix SENSOR_LANDSCAPE and SENSOR_PORTRAIT
...
Fixed a bug in the handling of SENSOR_LANDSCAPE and SENSOR_PORTAIT
on devices that have a natural landscape orientation. The old code
was disabling 180 degree orientation detection when it shouldn't have.
Change-Id: I484a0aa44b3b8267a7d3b74bdf39c296faa7c6e3
2011-01-23 13:05:44 -08:00
Jim Miller
4b290bb60e
am e744a6b7: am e25c4d10: Merge "Fix 3339257: Update lockscreen keyboard to fit Holo theme" into honeycomb
...
* commit 'e744a6b7016595ebb1de3a6bd24045731d60da30':
Fix 3339257: Update lockscreen keyboard to fit Holo theme
2011-01-19 20:21:12 -08:00
Jim Miller
e744a6b701
am e25c4d10: Merge "Fix 3339257: Update lockscreen keyboard to fit Holo theme" into honeycomb
...
* commit 'e25c4d1077071e33795ec0316b504f6cd2a0ba08':
Fix 3339257: Update lockscreen keyboard to fit Holo theme
2011-01-19 20:18:40 -08:00
Jim Miller
e25c4d1077
Merge "Fix 3339257: Update lockscreen keyboard to fit Holo theme" into honeycomb
2011-01-19 20:15:49 -08:00
Jim Miller
688435833f
Fix 3339257: Update lockscreen keyboard to fit Holo theme
...
This updates the lockscreen keyboard to be like the
latin-1 IME keyboard and updates it to fit the holo theme.
Fixed some minor issues addressed in review.
Change-Id: I3c6dd8f91be753510e6eadfa9ad913f77038947b
2011-01-19 20:12:34 -08:00
Dianne Hackborn
310ae9b39c
am fe86e979: am 661b6cfb: Merge "Okay, new plan for dialogs." into honeycomb
...
* commit 'fe86e9793ce62c6a1aa34e5712f16b45800efdd0':
Okay, new plan for dialogs.
2011-01-18 22:00:21 -08:00
Adam Powell
1539a2967b
am eb7a7a04: am 6cfc7a0a: Merge "Fix bug 3365208 - Contextual Action Bar is not displayed when the context item is changing" into honeycomb
...
* commit 'eb7a7a044adba95216152e848fa692ec2869e06b':
Fix bug 3365208 - Contextual Action Bar is not displayed when the context item is changing
2011-01-18 22:00:06 -08:00
Dianne Hackborn
7fc5d4b8e7
am 2ec5a716: am 36c84403: Merge "Fix issue #3362484 : Can\'t dismiss activity picker by tapping outside dialog" into honeycomb
...
* commit '2ec5a7160b3d32887b2428edef7a751ee3700809':
Fix issue #3362484 : Can't dismiss activity picker by tapping outside dialog
2011-01-18 21:56:45 -08:00
Dianne Hackborn
fe86e9793c
am 661b6cfb: Merge "Okay, new plan for dialogs." into honeycomb
...
* commit '661b6cfb2bcecdd335540db7059e5d8e22c2e79a':
Okay, new plan for dialogs.
2011-01-18 18:40:22 -08:00
Adam Powell
eb7a7a044a
am 6cfc7a0a: Merge "Fix bug 3365208 - Contextual Action Bar is not displayed when the context item is changing" into honeycomb
...
* commit '6cfc7a0acb0d3b202ae1dbee88e7e8bdfaee5590':
Fix bug 3365208 - Contextual Action Bar is not displayed when the context item is changing
2011-01-18 18:39:10 -08:00
Dianne Hackborn
661b6cfb2b
Merge "Okay, new plan for dialogs." into honeycomb
2011-01-18 17:48:22 -08:00
Dianne Hackborn
ef57575887
Okay, new plan for dialogs.
...
Don't dismiss by default when tapping outside, even for AlertDialog.
If AlertDialog doesn't have any buttons, tapping outside will dismiss it.
Applications can make their own dialogs (or activities looking like
dialogs) can use the existing and new APIs to control this behavior
themselves so that it does the right thing.
Change-Id: I02bfb9161e169de0033200211b3a7ec80080bd83
2011-01-18 17:35:17 -08:00
Adam Powell
6cfc7a0acb
Merge "Fix bug 3365208 - Contextual Action Bar is not displayed when the context item is changing" into honeycomb
2011-01-18 16:57:59 -08:00
Adam Powell
a1e6358a4c
Fix bug 3365208 - Contextual Action Bar is not displayed when the context item is changing
...
Change-Id: I9e7ec4ab14c6008397d26c499ccf478f8875f918
2011-01-18 16:51:22 -08:00
Dianne Hackborn
2ec5a7160b
am 36c84403: Merge "Fix issue #3362484 : Can\'t dismiss activity picker by tapping outside dialog" into honeycomb
...
* commit '36c84403ec07439d11ed284ac5f9a9db807fbf92':
Fix issue #3362484 : Can't dismiss activity picker by tapping outside dialog
2011-01-18 15:32:44 -08:00
Dianne Hackborn
36c84403ec
Merge "Fix issue #3362484 : Can't dismiss activity picker by tapping outside dialog" into honeycomb
2011-01-18 15:31:21 -08:00
Dianne Hackborn
cfaf8878de
Fix issue #3362484 : Can't dismiss activity picker by tapping outside dialog
...
Change-Id: Idc2fe5a86c61e8f94fe9d902a0087a05f6f7918e
2011-01-18 15:28:41 -08:00
Dianne Hackborn
2e1469a13d
am f6759102: am 3aa959b9: Merge "Fix issue #3362666 Activities launched from ongoing notifications don\'t animate" into honeycomb
...
* commit 'f67591025debf040695e9ed0d0edeff5ef0c5db2':
Fix issue #3362666 Activities launched from ongoing notifications don't animate
2011-01-18 12:10:36 -08:00
Dianne Hackborn
f67591025d
am 3aa959b9: Merge "Fix issue #3362666 Activities launched from ongoing notifications don\'t animate" into honeycomb
...
* commit '3aa959b9ce7ac4ac241033b3eea9f2c0ce34d554':
Fix issue #3362666 Activities launched from ongoing notifications don't animate
2011-01-18 11:20:29 -08:00
Dianne Hackborn
08121bca5b
Fix issue #3362666 Activities launched from ongoing notifications don't animate
...
The phone-oriented code for turning off animations when the screen is entirely
covered by the status bar was not appropriate for the tablet.
Change-Id: Ica3e0db989f16b9187eacd6ecf4ac3d17661dd6d
2011-01-18 11:08:40 -08:00
Jim Miller
8fac287664
am b70d39fd: am 6e3212a3: Merge "Fix 3329600: Always enable screen rotation in lockscreen." into honeycomb
...
* commit 'b70d39fda198a2f6d37fec9bbdb67462df9de40c':
Fix 3329600: Always enable screen rotation in lockscreen.
2011-01-17 23:31:59 -08:00
Jim Miller
0d1aa05fa6
am d0861c89: am 3d7a9707: Merge "Fix 3210299: Extend lock screen wake timeout to 10s" into honeycomb
...
* commit 'd0861c8992356296115dc203feb50ce8a8794bd9':
Fix 3210299: Extend lock screen wake timeout to 10s
2011-01-17 23:31:21 -08:00
Jim Miller
b70d39fda1
am 6e3212a3: Merge "Fix 3329600: Always enable screen rotation in lockscreen." into honeycomb
...
* commit '6e3212a38b503e35563ec93c35a6851c99d95c77':
Fix 3329600: Always enable screen rotation in lockscreen.
2011-01-17 20:00:14 -08:00
Jim Miller
d0861c8992
am 3d7a9707: Merge "Fix 3210299: Extend lock screen wake timeout to 10s" into honeycomb
...
* commit '3d7a9707a58bb043147f30dc81c61deeeffeeef7':
Fix 3210299: Extend lock screen wake timeout to 10s
2011-01-17 17:03:51 -08:00
Jim Miller
6e3212a38b
Merge "Fix 3329600: Always enable screen rotation in lockscreen." into honeycomb
2011-01-17 16:23:16 -08:00
Jim Miller
e28016c286
Fix 3329600: Always enable screen rotation in lockscreen.
...
Sometimes we get the wrong value for the sensor resource we
use to configure lockscreen orientation. However, the current
UI design has LockScreen always respond to orientation (when
enabled in settings) so we don't need to rely on this for the time-being.
Change-Id: If37314befd25a7b3306500643155523ad4fe6657
2011-01-17 16:12:39 -08:00
Jeff Brown
0f6226b9f4
Merge "Add joystick support to framework."
2011-01-17 15:57:44 -08:00
Jim Miller
3d7a9707a5
Merge "Fix 3210299: Extend lock screen wake timeout to 10s" into honeycomb
2011-01-17 15:53:42 -08:00
Jim Miller
77274695a7
Fix 3210299: Extend lock screen wake timeout to 10s
...
Change-Id: I9e4f8761a80271b97ff6411a41664642273baaef
2011-01-17 15:28:21 -08:00
Jeff Brown
cb1404e456
Add joystick support to framework.
...
Change-Id: I95374436708752e1a9cff3f85c5b9bc3e0987961
2011-01-17 13:51:00 -08:00
Adam Powell
98893db9dc
am 4ba7f35e: am 92cd4d02: Merge "Fix bug 3360882 - Allow FEATURE_CUSTOM_TITLE and FEATURE_ACTION_MODE_OVERLAY to coexist." into honeycomb
...
* commit '4ba7f35e0f9cfdf59ed6e8f9092992893da46d4a':
Fix bug 3360882 - Allow FEATURE_CUSTOM_TITLE and FEATURE_ACTION_MODE_OVERLAY to coexist.
2011-01-16 23:08:54 -08:00
Jim Miller
5fbda0427a
am f0c53e66: am bdac9e0f: Merge "Fix 3005526: Properly update StatusView from Password/PIN unlock" into honeycomb
...
* commit 'f0c53e66997bf781fb52f76e58aa0928fd8b64eb':
Fix 3005526: Properly update StatusView from Password/PIN unlock
2011-01-16 23:08:30 -08:00
Jim Miller
9e8d9b6cd9
am a55c1280: am 057d9f16: Merge "Fix 3342063: Correctly update StatusView when battery changes." into honeycomb
...
* commit 'a55c1280f9b674619368ee61e4fe6b8db64eb2ce':
Fix 3342063: Correctly update StatusView when battery changes.
2011-01-16 23:06:59 -08:00
Jim Miller
a3006a46d0
am 3530ebe4: resolved conflicts for merge of 578e73da to honeycomb-plus-aosp
...
* commit '3530ebe451fea39b159baa9b8c9f9cd851de42a3':
Fix 3106227: use WeakReferences for receivers in DigitalClock class
2011-01-16 23:04:55 -08:00
Jim Miller
4169700edd
am 76e75335: am 1f6e37ef: Merge "Fix 3355957: Don\'t hide the keyboard for PIN/Password" into honeycomb
...
* commit '76e75335648f1c0c695701a94499bfd4625eba5d':
Fix 3355957: Don't hide the keyboard for PIN/Password
2011-01-16 23:04:09 -08:00
Jeff Brown
21e4fa5539
am 7d5f9095: am 85562dde: Merge "Fix keyboard hidden states." into honeycomb
...
* commit '7d5f9095a6feb40aa0c87d5671050df7c24609ef':
Fix keyboard hidden states.
2011-01-16 23:02:00 -08:00
Adam Powell
4ba7f35e0f
am 92cd4d02: Merge "Fix bug 3360882 - Allow FEATURE_CUSTOM_TITLE and FEATURE_ACTION_MODE_OVERLAY to coexist." into honeycomb
...
* commit '92cd4d0296cc8936fcccd97cdbc7a13b724efab4':
Fix bug 3360882 - Allow FEATURE_CUSTOM_TITLE and FEATURE_ACTION_MODE_OVERLAY to coexist.
2011-01-16 20:00:17 -08:00
Adam Powell
92cd4d0296
Merge "Fix bug 3360882 - Allow FEATURE_CUSTOM_TITLE and FEATURE_ACTION_MODE_OVERLAY to coexist." into honeycomb
2011-01-16 19:58:51 -08:00
Adam Powell
8f68f4fe79
Fix bug 3360882 - Allow FEATURE_CUSTOM_TITLE and
...
FEATURE_ACTION_MODE_OVERLAY to coexist.
Fix "custom title" dialog window decor for holo.
Change-Id: Ia732caeb89e12d8d754be31c3bd2faf13a8c95d6
2011-01-16 19:55:21 -08:00
Jim Miller
f0c53e6699
am bdac9e0f: Merge "Fix 3005526: Properly update StatusView from Password/PIN unlock" into honeycomb
...
* commit 'bdac9e0fbe874cf7414228624bd0d3af4f715ccc':
Fix 3005526: Properly update StatusView from Password/PIN unlock
2011-01-16 19:28:25 -08:00
Jim Miller
305093f911
Fix 3005526: Properly update StatusView from Password/PIN unlock
...
This uses the newly added setHelpMessage() to properly show PIN and
password help in StatusView.
Change-Id: I8662e179e989c6e72f657c81f23b1b2fa7982727
2011-01-16 19:09:15 -08:00
Jim Miller
a55c1280f9
am 057d9f16: Merge "Fix 3342063: Correctly update StatusView when battery changes." into honeycomb
...
* commit '057d9f16f793c3796751913ad2eeb12582a7626b':
Fix 3342063: Correctly update StatusView when battery changes.
2011-01-16 17:52:39 -08:00
Jim Miller
057d9f16f7
Merge "Fix 3342063: Correctly update StatusView when battery changes." into honeycomb
2011-01-16 17:51:04 -08:00