Justin Ho
42a2c4e854
Update lockscreen assets
...
Change-Id: Iccb1def406a84eda0f9edcce2f81f34b5474473b
2011-10-17 16:59:28 -07:00
Justin Ho
ad7cec9c09
Update lockscreen assets
...
Change-Id: I91a6c74d42f7d0923789b0bbeaf1a29da18f2a14
2011-10-17 16:57:01 -07:00
Justin Ho
82304b7cea
Update fastscroll assets
...
Change-Id: Iae00692ed73af337a376724f475edcfcb68a674e
2011-10-17 16:53:29 -07:00
Justin Ho
63fb2c3a0e
Update stars
...
Change-Id: I2aa7e5e7b75d48df8b1e1a41d05de5a4c11500bb
2011-10-17 16:48:54 -07:00
Justin Ho
90c7687878
Update checkboxes
...
Change-Id: I259ea62abfe688d1c6008de94d66fd5244404c92
2011-10-17 16:46:43 -07:00
Peter Ng
730af2e3ec
Bullet points updated and permission colors are not orange
...
Bug: 5361373
Change-Id: If04ddb6b20e98c128772a3c54773e8070f0d1fa6
2011-10-17 16:32:41 -07:00
Justin Ho
6ce0a07ea7
am 5f94580c: Merge "Update default app icon" into ics-mr0
...
* commit '5f94580c93031c515fffb80a350430cd7bde434d':
Update default app icon
2011-10-17 15:54:25 -07:00
Justin Ho
5f94580c93
Merge "Update default app icon" into ics-mr0
2011-10-17 15:53:00 -07:00
Justin Ho
b4890c305f
Update default app icon
...
Change-Id: I4b958db049d96c40d64ebed01ffa6c9f3bfd8d98
2011-10-17 15:40:45 -07:00
RoboErik
05b36e5f3c
Update to hidden APIs
...
After discussion we're dropping the two palette approach and just
doing a single color for each index.
Change-Id: I629c07242fdc36ec01700039635e5149f00ff4ff
2011-10-17 14:04:39 -07:00
Jim Miller
305c78cce6
Fix 5466678: use new setSystemUiVisibility() API to enable clock in statusbar
...
This fixes a bug where the clock wasn't being shown in the statusbar while
the music widget is showing.
Change-Id: Ic1c52c4ab7fa1490fe14ddafaf2c494bcf51866d
2011-10-17 11:41:44 -07:00
Chet Haase
5b2dfbde53
am 1aad3b5e: Merge "Issue 5432115: Speed up notification scrolling" into ics-mr0
...
* commit '1aad3b5e336a04ed612c091d8002569f959e1722':
Issue 5432115: Speed up notification scrolling
2011-10-17 11:32:45 -07:00
Amith Yamasani
06a77ad5ba
am 541f6cfb: Merge "Add alarm volume to the list of volumes in the volume overlay." into ics-mr0
...
* commit '541f6cfba8d1beb240e841530a761a084e354f64':
Add alarm volume to the list of volumes in the volume overlay.
2011-10-17 11:32:33 -07:00
Narayan Kamath
4235d34d49
am 39268ffc: Format default locale the same way as those stored in prefs.
...
* commit '39268ffcb74f4c177e5e7427b66480c77743f928':
Format default locale the same way as those stored in prefs.
2011-10-17 11:32:25 -07:00
Mathias Agopian
a3dca6fdaa
am 840b8a67: Revert "Add a LayerScreenshot"
...
* commit '840b8a678537519c27ddf2f818494eaa20a135d4':
Revert "Add a LayerScreenshot"
2011-10-17 11:32:19 -07:00
Jim Miller
eb4173ae29
am 7b5dd873: Fix 5466793: Fix memory leak in system process when face lock is enabled.
...
* commit '7b5dd87351ac476dd872c51f9b819d2a3e572382':
Fix 5466793: Fix memory leak in system process when face lock is enabled.
2011-10-17 11:32:08 -07:00
Uriel Rodriguez
af0aec584a
am d814d4fa: Merge "going directly to backup after face unlock fails 15 times" into ics-mr0
...
* commit 'd814d4fa0c76a0384f7e32816e1ca36f237911c6':
going directly to backup after face unlock fails 15 times
2011-10-17 11:31:19 -07:00
Scott Main
82ced8250f
am f755a2e8: Merge "docs: a couple notes for a11y methods in View and cleanup to the A11y service HTML to be semantically correct and thus improve its accessibility :)" into ics-mr0
...
* commit 'f755a2e8aabfd6b26df4f3f56f0e9cdfb06cc173':
docs: a couple notes for a11y methods in View and cleanup to the A11y service HTML to be semantically correct and thus improve its accessibility :)
2011-10-17 11:30:58 -07:00
Bart Sears
b29553e5b0
am b227cce3: Merge "Check MediaPlayer state, do not teardown() from UI thread." into ics-mr0
...
* commit 'b227cce31641c39a1a586739561b4776019945a4':
Check MediaPlayer state, do not teardown() from UI thread.
2011-10-17 11:30:52 -07:00
Mathias Agopian
4b1415ebd9
am 57337eb7: Merge "Add a LayerScreenshot" into ics-mr0
...
* commit '57337eb78e65c160fb9c46a01e04c476d1bfdca1':
Add a LayerScreenshot
2011-10-17 11:30:33 -07:00
Chet Haase
1aad3b5e33
Merge "Issue 5432115: Speed up notification scrolling" into ics-mr0
2011-10-17 10:50:16 -07:00
Amith Yamasani
541f6cfba8
Merge "Add alarm volume to the list of volumes in the volume overlay." into ics-mr0
2011-10-17 09:42:52 -07:00
Steve Block
bddddf4729
Merge "Fix use of WebView.loadData() to avoid passing invalid encoding"
2011-10-17 08:58:58 -07:00
Chet Haase
ba1fe8e3cf
Issue 5432115: Speed up notification scrolling
...
The NotificationPanel was using views that had non-1 alpha
values set on them (permanently). This is costly in the GL
implementation and caused more rendering overhead, and worse
performance, than simple opaque views would.
The fix is to set the text color and ImageView drawable alpha
directly, without setting the View alpha property.
Change-Id: I381e0bd45bf45784b8e364a27a339e6583189a43
2011-10-17 08:54:53 -07:00
Steve Block
136b1637f8
Fix use of WebView.loadData() to avoid passing invalid encoding
...
No change in behavior, as invalid encodings have always been ignored.
Bug: 5125738
Change-Id: I23f21ca65a6b14501c74dc2189a55643f1e33c33
2011-10-17 15:11:33 +01:00
Justin Ho
37b3239343
am eaf49524: Merge "Moving text cursor to nodpi" into ics-mr0
...
* commit 'eaf4952410eb86d6ac8b343af3024250b9550dfd':
Moving text cursor to nodpi
2011-10-17 07:07:29 -07:00
Peter Ng
9be02f66a5
am a3ffec23: Update stat_ icons
...
* commit 'a3ffec23178922a48aee2ad10239ae79640b5bcd':
Update stat_ icons
2011-10-17 07:07:27 -07:00
Justin Ho
6aa942a2b3
am ccf29b4c: Merge "Updating numberpicker assets" into ics-mr0
...
* commit 'ccf29b4c03422a858a2fcc644e3d2ecbcc555208':
Updating numberpicker assets
2011-10-17 07:07:16 -07:00
Justin Ho
494c5e3e51
am a6389a9c: Merge "Updated codelock assets" into ics-mr0
...
* commit 'a6389a9c1e1a50fe040961dfead76102b530b149':
Updated codelock assets
2011-10-17 07:07:14 -07:00
Justin Ho
3f6a7c275c
am af951c17: Merge "Update presence away asset" into ics-mr0
...
* commit 'af951c17e75b378a382dc4e7fefa7464f7bdfddb':
Update presence away asset
2011-10-17 07:07:11 -07:00
Justin Ho
0ce59db8d9
am 52670cd4: Merge "Update list selector background (disabled state)" into ics-mr0
...
* commit '52670cd4f73aa28a72dc1df4e7fa92fb0d972781':
Update list selector background (disabled state)
2011-10-17 07:07:10 -07:00
Justin Ho
aab13cd208
am 3c2bbc24: Merge "Update share pack assets" into ics-mr0
...
* commit '3c2bbc2406e491b11e16b9f8bb0495d433097d52':
Update share pack assets
2011-10-17 07:07:08 -07:00
Justin Ho
8287825350
am 686420a4: Merge "Update rating star buttons" into ics-mr0
...
* commit '686420a40e2bfd7c701cba9748d4771315dcd1cc':
Update rating star buttons
2011-10-17 07:07:04 -07:00
Justin Ho
98f05931ad
am cd8f69dd: Merge "Update unlock halo asset" into ics-mr0
...
* commit 'cd8f69dd84306267db23426c538f86b577d82511':
Update unlock halo asset
2011-10-17 07:07:02 -07:00
Justin Ho
73963d95ad
am 269c64de: Merge "Update lockscreen assets" into ics-mr0
...
* commit '269c64de8817e158e9ae49ea489344fbfc46f160':
Update lockscreen assets
2011-10-17 07:07:00 -07:00
Justin Ho
6e0747eaf4
am 41c5a607: Merge "Update bullet permission asset" into ics-mr0
...
* commit '41c5a607498b8922105ba9dfeb6adf8dd0a82050':
Update bullet permission asset
2011-10-17 07:06:57 -07:00
Narayan Kamath
39268ffcb7
Format default locale the same way as those stored in prefs.
...
Also explicitly disallow locales with empty countries. This
is required to match them against the set of engine supported
locales.
bug:5309930
Change-Id: Ie9714fdc09d3081081a2393d97c31e3a42bca294
2011-10-17 14:37:40 +01:00
Steve Block
b22a69f2ca
Build fix
...
Fix after https://android-git.corp.google.com/g/#/c/125775
Bug: 5461416
Change-Id: Ifee29b287c9fcd2a35b0b676db00ef2a4fc8c5a8
2011-10-17 12:25:00 +01:00
Steve Block
cfece91c1e
Merge "Improve documentation for WebChromeClient.onCreateWindow()"
2011-10-17 02:30:41 -07:00
Steve Block
3593414863
Merge "Clean up documentation for WebView.loadUrl()"
2011-10-17 02:30:00 -07:00
Steve Block
f71dea025a
Clean up documentation for WebView.loadUrl()
...
Bug: 5461416
Change-Id: I3bb6ac4abab7def8e06de087c5ae7be906bc962e
2011-10-17 10:29:03 +01:00
Mathias Agopian
840b8a6785
Revert "Add a LayerScreenshot"
...
This reverts commit d6809f40cf61203573ec5dbc437f695cd132cc18.
2011-10-16 23:54:25 -07:00
Jim Miller
7b5dd87351
Fix 5466793: Fix memory leak in system process when face lock is enabled.
...
Previously, the code was not unregistering the callback when we unlocked
the device, which kept a reference to LockPatternKeyguardView indirectly
by a reference to mFaceLockCallback.
It now correcly removes the callback when we unlock the device.
Change-Id: Ie592d007a1dfc2416b9e8956aba2c34e3d0120ee
2011-10-16 12:46:06 -07:00
Uriel Rodriguez
d814d4fa0c
Merge "going directly to backup after face unlock fails 15 times" into ics-mr0
2011-10-15 08:44:21 -07:00
Jeff Brown
6aa1e80e4f
Merge "Use MatrixCursor instead of ArrayListCursor."
2011-10-14 21:06:31 -07:00
Jeff Brown
aac01f699f
Merge "Add a CrossProcessCursorWrapper. Bug: 5220669"
2011-10-14 21:06:22 -07:00
Jeff Brown
04263dc591
Merge "AbstractWindowedCursor is not special."
2011-10-14 21:06:15 -07:00
Jeff Brown
d00851082f
Merge "Make default implementation of fillWindow typesafe. Bug: 5218310"
2011-10-14 21:06:08 -07:00
Jeff Brown
a39a055304
Merge "Deprecate local-only CursorWindows."
2011-10-14 21:05:58 -07:00
Amith Yamasani
92e1b2d37b
Add alarm volume to the list of volumes in the volume overlay.
...
This will be used only for adjusting the alarm volume when an
alarm ringtone is being selected.
Bug: 5164828
Change-Id: Ia4a12b1946fb0715e97101bfd389c6bd33c448c7
2011-10-14 17:24:47 -07:00