Jeff Sharkey
f5377a7242
Merge "Useful annotations for code documentation." into jb-mr1.1-dev
2012-11-15 11:48:38 -08:00
Jeff Sharkey
7420ab681e
Merge "Utility to format human-friendly durations." into jb-mr1.1-dev
2012-11-15 11:47:36 -08:00
Jeff Sharkey
445767c14c
Merge "Watch for leaked ParcelFileDescriptors." into jb-mr1.1-dev
2012-11-15 11:45:23 -08:00
Baligh Uddin
aaf3fbc665
Merge "Import translations. DO NOT MERGE" into jb-mr1.1-dev
2012-11-15 08:03:08 -08:00
Fabrice Di Meglio
8701bb90db
Fix bug #6638582 Password fields appears RTL in Arabic locale , it should be LTR
...
- change heuristic to LTR.
Change-Id: I3c5f413e48ceddbd931d713eb8c168431fcd09a2
2012-11-14 19:57:11 -08:00
Fabrice Di Meglio
7d529cd6eb
Fix Javadoc for View layoutDirection / textDirection / textAlignment
...
Change-Id: I2fa2f02bd2f59ee93ccd56fc6bd28b93e4713cc4
2012-11-14 18:09:30 -08:00
Fabrice Di Meglio
bb0cbae441
Fix for bug #7417949 TextView / EditText error Drawable is not put on the left in RTL mode
...
- keep the Error Drawable infos into the Drawables cache
- reset left/right Drawable state before resolving where to put the Error Drawable
- get the mirrored Drawable for the Error popup background
- set the Error popup position depending on the layout direction (so that the "triangle"
of the background is pointing to the middle of the Error icon)
One restriction: we load the Error popup background Drawable corresponding to the layout
direction of the System Locale. So if you set the Layout direction on a TextView (or
an EditText) to RTL and set an error to it when you are in a RTL System Locale, then you
see that the background "triangle" is not pointing to the Error icon. This is working as
intended as the AssetManager load the Drawable resource depending on the configuration
which is in that case the RTL one thus loading the RTL version of the background (and not
the LTR one).
Thus there can be a discrepancy between the "layout direction" of the TextView
and the one from the Error popup background. This would happen only thru using the SDK and
not in a normal case when running an App.
Change-Id: I91bbfbe46ac20efe0e585c5d4c766db23b5c709d
2012-11-14 16:41:24 -08:00
Daniel Sandler
edbb380950
Notification vibration improvements:
...
- When notifications vibrate as a fallback (that is,
because they want to play a sound but the device is in
vibrate mode), this no longer requires the VIBRATE
permission.
- As a bonus, if your notifications use DEFAULT_VIBRATE,
you don't need the VIBRATE permission either.
- If you specify a custom vibration pattern, you'll still
need the VIBRATE permission for that.
- Notifications vibrating in fallback mode use a different
vibration pattern.
- The DEFAULT_VIBRATE and fallback vibrate patterns are now
specified in config.xml.
Bug: 7531442
Change-Id: I7a2d8413d1becc53b9d31f0d1abbc2acc3f650c6
2012-11-14 11:50:11 -08:00
Baligh Uddin
0a26a6ca82
Import translations. DO NOT MERGE
...
Change-Id: I13afa2f030ae612ee052a52180bfd00d2f49b1e7
Auto-generated-cl: translation import
2012-11-14 10:13:51 -08:00
Baligh Uddin
2303f4242f
Import translations. DO NOT MERGE
...
Change-Id: I44ee12f2a6399347b884f91259117be4774b964b
Auto-generated-cl: translation import
2012-11-14 10:11:28 -08:00
Jeff Sharkey
53f6e8a9b9
Utility to format human-friendly durations.
...
Bug: 6777872
Change-Id: Ie7ebcb456306f4f88b4707030dd7beda3fc90368
2012-11-13 17:26:39 -08:00
Joe Malin
faa38a08d5
am 4422596d: am ce37f1da: am 4979a0b5: am 5f32d337: Merge "Notification.java javadoc: addAction" into jb-dev-docs
...
* commit '4422596ddb295f812bb0970ec7f75d3c45d05020':
Notification.java javadoc: addAction
2012-11-13 14:26:44 -08:00
Joe Malin
4422596ddb
am ce37f1da: am 4979a0b5: am 5f32d337: Merge "Notification.java javadoc: addAction" into jb-dev-docs
...
* commit 'ce37f1da3619dcb4e53ca014cf4a17885cc3af0f':
Notification.java javadoc: addAction
2012-11-13 14:25:09 -08:00
Joe Malin
ce37f1da36
am 4979a0b5: am 5f32d337: Merge "Notification.java javadoc: addAction" into jb-dev-docs
...
* commit '4979a0b59486d737a4d9267af9b38f237705e26f':
Notification.java javadoc: addAction
2012-11-13 14:22:58 -08:00
Joe Malin
4979a0b594
am 5f32d337: Merge "Notification.java javadoc: addAction" into jb-dev-docs
...
* commit '5f32d3375b13e581d3101ed8e928fd6a463f3809':
Notification.java javadoc: addAction
2012-11-13 14:20:54 -08:00
Fabrice Di Meglio
9d82d324de
Merge "Fix bug #7457897 Error icons are not shown in credit card entry form" into jb-mr1.1-dev
2012-11-13 11:03:19 -08:00
Michael Jurka
c1d5db7963
Merge "Add xxhdpi version of default activity icon" into jb-mr1.1-dev
2012-11-13 10:36:26 -08:00
Craig Mautner
c10914ca5c
Merge "Support Wifi display devices that rename themselves." into jb-mr1.1-dev
2012-11-13 10:00:04 -08:00
Baligh Uddin
9885af0558
am 9508e31d: Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
...
* commit '9508e31dcd41bbdbff255913b72489af95e9bd0c':
Import translations. DO NOT MERGE
2012-11-13 08:53:29 -08:00
Fabrice Di Meglio
5acc379c54
Fix bug #7457897 Error icons are not shown in credit card entry form
...
- fix regression: the error icon was no more showing is the widget was not focused
Change-Id: I24cc00a0cb79d38e365d413f9820b5a6981de4f4
2012-11-12 14:31:19 -08:00
Michael Jurka
dac181319a
Add xxhdpi version of default activity icon
...
Bug: 7400295
2012-11-12 14:12:46 -08:00
Jeff Sharkey
7407c948cb
Watch for leaked ParcelFileDescriptors.
...
Bug: 7426029
Change-Id: I18f7ac7d7b357b092bf9ec91ffb9fa3de5ca0271
2012-11-12 13:43:09 -08:00
Jeff Sharkey
8b2c3a1460
Useful annotations for code documentation.
...
Bug: 6537978
Change-Id: I806c3c09e3255f8789455f13bf37c1dde2a93f1f
2012-11-12 12:42:17 -08:00
John Spurlock
f6f47e950d
Merge "Disable navbar searchlight if search assist not available." into jb-mr1.1-dev
2012-11-12 07:52:08 -08:00
Baligh Uddin
fadf669344
Import translations. DO NOT MERGE
...
Change-Id: Ic0e6487087282230326fbd20063b47ad9205ee53
Auto-generated-cl: translation import
2012-11-12 07:40:52 -08:00
John Spurlock
43d84518f2
Disable navbar searchlight if search assist not available.
...
Bug:7506441
Change-Id: I55c740d4c3a45b9f7fdfa38346d1bc3fb1299153
2012-11-09 10:27:33 -05:00
Andy McFadden
325be8a1ea
Reduce emulator logspam
...
The emulator doesn't support systrace, but we should point that out
at most once per process.
Bug 7436352
Change-Id: I30e0094dc3b24bc3ab6bc2799ce81ca0a6bb7d9d
2012-11-08 16:40:21 -08:00
Geremy Condra
8b73fc1ad3
am 2b4bc305: Merge "DO NOT MERGE Control access to tts objects" into jb-dev
...
* commit '2b4bc305a2305d1dda66e054d228b4708575ff8d':
DO NOT MERGE Control access to tts objects
2012-11-08 14:26:39 -08:00
Geremy Condra
2b4bc305a2
Merge "DO NOT MERGE Control access to tts objects" into jb-dev
2012-11-08 14:22:48 -08:00
Dianne Hackborn
63bc6c122d
am a46a74fc: Merge "Remove extraneous logs." into jb-mr1-dev
...
* commit 'a46a74fcd61d2b4e72b6027625a471f10b21b1c9':
Remove extraneous logs.
2012-11-08 13:18:29 -08:00
Dianne Hackborn
a46a74fcd6
Merge "Remove extraneous logs." into jb-mr1-dev
2012-11-08 13:16:10 -08:00
Dianne Hackborn
7ff30113de
Remove extraneous logs.
...
Change-Id: I4c47d36748de91bd6fddc419afbf59552bf63e9a
2012-11-08 13:13:48 -08:00
Chris Wren
f080dc0c7d
am 7d59cf9f: Merge "allow pattern linear layout to manage message_area." into jb-mr1-lockscreen-dev
...
* commit '7d59cf9f10c38a020c7104e3bd5b358ab2144ab5':
allow pattern linear layout to manage message_area.
2012-11-08 13:09:08 -08:00
Jim Miller
6c7d2c248c
am e1a473b0: Merge "Don\'t show ECA in landscape mode on phones." into jb-mr1-lockscreen-dev
...
* commit 'e1a473b0d4d56f4258fc4c6ab4c9d4d0fe3fd3cc':
Don't show ECA in landscape mode on phones.
2012-11-08 13:08:45 -08:00
Jim Miller
2c29deaa26
am 6be441c5: Merge "Add mechanism to kick keyguard to show the assistant" into jb-mr1-lockscreen-dev
...
* commit '6be441c532688762b735ae2a1276195b40bf33b4':
Add mechanism to kick keyguard to show the assistant
2012-11-08 13:08:41 -08:00
Adam Powell
2cfb9373fa
am 5dd8b008: Merge "add bouncer frame to glowpad." into jb-mr1-lockscreen-dev
...
* commit '5dd8b00891faff39ecadb1a0322e14528883bfe3':
add bouncer frame to glowpad.
2012-11-08 13:08:38 -08:00
Daniel Sandler
3a54aaed02
am 838195db: Merge "Compress lockscreen\'s account login fallback to fit." into jb-mr1-lockscreen-dev
...
* commit '838195db8f69968690971977e4b615df39504465':
Compress lockscreen's account login fallback to fit.
2012-11-08 13:08:17 -08:00
Adam Powell
868edfdee6
am e7e210cb: Merge "Fiddle with keyguard glowpad layouts" into jb-mr1-lockscreen-dev
...
* commit 'e7e210cb4373877785130ff06ad4e6635592eaa8':
Fiddle with keyguard glowpad layouts
2012-11-08 13:08:06 -08:00
Jim Miller
f3add313dc
am 3c9297c3: Merge "Attempt to fix NegativeArraySizeException crash in keyguard" into jb-mr1-lockscreen-dev
...
* commit '3c9297c3cb739b9aec9ccff7e4e3e05006edb836':
Attempt to fix NegativeArraySizeException crash in keyguard
2012-11-08 13:07:46 -08:00
Winson Chung
27ed0c2d00
am 4181e8a4: Merge "Fixing issue where you can reorder/delete a non-widget page. (Bug 7493984)" into jb-mr1-lockscreen-dev
...
* commit '4181e8a4ac07e118724f7935928d2c3a1bb291f7':
Fixing issue where you can reorder/delete a non-widget page. (Bug 7493984)
2012-11-08 13:07:39 -08:00
Adam Cohen
efacf14349
am 85c4281a: Merge "Fixing up overscroll asset / sizing" into jb-mr1-lockscreen-dev
...
* commit '85c4281aae518c27ca3f95e330f6aa56159e1328':
Fixing up overscroll asset / sizing
2012-11-08 13:07:36 -08:00
Svetoslav Ganov
0e538548d7
am cd1f3095: Merge "Slide unlock cannot get accessibility focus." into jb-mr1-lockscreen-dev
...
* commit 'cd1f3095056bd4148030f6f6c514387d623db800':
Slide unlock cannot get accessibility focus.
2012-11-08 13:07:29 -08:00
Jim Miller
b1938777af
am 40962880: Merge "Implement fallback clock in keyguard" into jb-mr1-lockscreen-dev
...
* commit '40962880225c74d8f776e6ce03f1ec6dde63ef04':
Implement fallback clock in keyguard
2012-11-08 13:07:25 -08:00
Adam Cohen
9477f8dee1
am 3e66286f: Merge "Fixing up glowpad scaling issues (issue 7494378)" into jb-mr1-lockscreen-dev
...
* commit '3e66286f7cf33ef13fd9f4f033816b84828c1f2b':
Fixing up glowpad scaling issues (issue 7494378)
2012-11-08 13:07:18 -08:00
Chris Wren
e1a8eee6d0
allow pattern linear layout to manage message_area.
...
Bug: 7501923
Change-Id: I5126e760d8567380e2041ca01791f14c7b054adb
2012-11-08 12:28:15 -05:00
Jim Miller
e1a473b0d4
Merge "Don't show ECA in landscape mode on phones." into jb-mr1-lockscreen-dev
2012-11-08 01:00:12 -08:00
Jim Miller
9e0a250600
Don't show ECA in landscape mode on phones.
...
Fixes bug 7490941
Change-Id: I8a65aed0b4efc8676b95ad5fea6a7f4ac7d944d0
2012-11-08 00:57:31 -08:00
Jim Miller
6be441c532
Merge "Add mechanism to kick keyguard to show the assistant" into jb-mr1-lockscreen-dev
2012-11-08 00:51:26 -08:00
Jim Miller
4eeb4f664a
Add mechanism to kick keyguard to show the assistant
...
Fixes bug 7499778
Change-Id: Ic9ea514feb489feeee6716f40bdb9792842f9515
2012-11-08 00:39:04 -08:00
Chris Wren
efbfa685b6
add bouncer frame to glowpad.
...
Bug: 7497916
Change-Id: I6bddbfc91c89b0855eba0dcec46bc1b88684b8ad
2012-11-07 23:29:17 -08:00