Ying Wang
24162fc52c
Build all test apks as raw resource in FrameworksCoreTests.
...
Bug: 5848975
Change-Id: I395013ded1c29e0914f72e03d0abd60bb4a7973a
2012-01-10 15:12:10 -08:00
Pin Ting
251f048544
am 06e617f5: am 497661d3: Merge "Fixes typo." into ics-mr1
...
* commit '06e617f5a6f68ca99118268eb7361bb1e5ade0a5':
Fixes typo.
2012-01-09 19:03:07 -08:00
Pin Ting
06e617f5a6
am 497661d3: Merge "Fixes typo." into ics-mr1
...
* commit '497661d309ea960aa9723ef4e0d064b56515b566':
Fixes typo.
2012-01-09 19:00:16 -08:00
Pin Ting
497661d309
Merge "Fixes typo." into ics-mr1
2012-01-09 18:58:13 -08:00
Romain Guy
10b0684296
Prevent the GC from destroying the underlying native object
...
Change-Id: I9aaba5d82828af83dad8e6a270d2ab8c92b42be5
2012-01-09 18:42:49 -08:00
Dianne Hackborn
32313b161f
am d476c8b8: am d3be0a76: Merge "Unhide Resources APIs for getting resources at specific densities." into ics-mr1
...
* commit 'd476c8b8a8a6fadea7e72426d3e93c4e6b00e543':
Unhide Resources APIs for getting resources at specific densities.
2012-01-09 16:51:52 -08:00
Dianne Hackborn
d476c8b8a8
am d3be0a76: Merge "Unhide Resources APIs for getting resources at specific densities." into ics-mr1
...
* commit 'd3be0a76e46584357dbb77fcd200128d0d7dc9a8':
Unhide Resources APIs for getting resources at specific densities.
2012-01-09 16:49:02 -08:00
Dianne Hackborn
d3be0a76e4
Merge "Unhide Resources APIs for getting resources at specific densities." into ics-mr1
2012-01-09 16:47:35 -08:00
Elliott Hughes
14f722359c
am ab6ccca0: am 64140a07: Fix Music import for Turkish locales.
...
* commit 'ab6ccca0d3498e0732c82c867fd2867c5d006783':
Fix Music import for Turkish locales.
2012-01-09 16:37:38 -08:00
Elliott Hughes
ab6ccca0d3
am 64140a07: Fix Music import for Turkish locales.
...
* commit '64140a0770f98b56993a96289ec3143e89194265':
Fix Music import for Turkish locales.
2012-01-09 16:12:32 -08:00
Mangesh Ghiware
2ddb4c8509
Merge "Fix issue with site-specific display density getting stuck."
2012-01-09 16:02:21 -08:00
Adam Powell
f6a2ae3719
Merge "Fix a bug where window progress bars had the wrong default visibility on windows with action bars."
2012-01-09 15:55:55 -08:00
Adam Powell
45b075dd5c
Fix a bug where window progress bars had the wrong default visibility
...
on windows with action bars.
Change-Id: I5509d9a7c5f029b0471bd63e781f4756f5a319bc
2012-01-09 15:41:40 -08:00
Mangesh Ghiware
6f2db8e755
Fix issue with site-specific display density getting stuck.
...
This issue was found while investigating b/5328288.
After navigating to a page that specifies target-densitydpi in the
viewport meta tag, this density value wasn't reset to the default value
for a page that didn't.
Change-Id: I1a66dab769026367224ecf4cc28bc033ee97e475
2012-01-09 13:53:01 -08:00
Elliott Hughes
64140a0770
Fix Music import for Turkish locales.
...
For non-localized strings like the keywords in SQL statements, we shouldn't use
locale-specific case transformations.
(Cherry pick of 03f8f84c345e7c861a6de889d434b9d82cf04c8d.)
Bug: 4284951
Change-Id: If5b7154f70a7db22837d071d1c57e929729b7d35
2012-01-09 13:36:36 -08:00
Glenn Kasten
b282e08ab6
Fix build
...
Change-Id: Ia140af1a61edf124ef3d48b60351f850a3475af1
2012-01-09 13:11:07 -08:00
Glenn Kasten
5c17a820f9
Audio Java doc comment typos and minor changes
...
Change-Id: Id6ea6dccb8054c9f05db9a9c045387ce813659e6
2012-01-09 12:15:18 -08:00
Glenn Kasten
13f94dc5bd
Merge "Fix race conditions related to ringer mode"
2012-01-09 12:01:37 -08:00
Dianne Hackborn
613989772f
Unhide Resources APIs for getting resources at specific densities.
...
This adds Resources.getDrawableForDensity() and
Resources.getValueForDensity(). These are needed for applications
to correctly retrieve larger icons such as in launcher when
running on a tablet. We had already exposed the APIs to tell the
application which density to use for app icons on the current
device, but didn't unhide these APIs that allowed you to
actually retrieve them.
This is safe to do without introducing a new API level (as long
as we do it soon) because we know these APIs already exist in
Android 4.0, and there is no reason for anyone to be removing
them when building a device.
Change-Id: I5138e5dc908197b66a98d20af73c5374cb5d41d3
2012-01-09 12:00:30 -08:00
Glenn Kasten
4e7191448d
Merge "By convention const goes before the type specifier"
2012-01-09 11:59:17 -08:00
Glenn Kasten
26f260a167
Use cached reference to media.player service
...
This save unnecessary binder calls
Change-Id: I93a60efc54d9c8fb8fab706cd4477bbfd00ffec8
2012-01-09 11:57:07 -08:00
Fabrice Di Meglio
7d5178e9fb
Merge "Add textDirection="locale""
2012-01-09 10:46:03 -08:00
Ben Murdoch
3d00578529
Merge "Prompt the user to terminate unresponsive pages."
2012-01-09 10:41:45 -08:00
Glenn Kasten
07d7d5a22d
Merge "Replace loop by __builtin_ctz"
2012-01-09 10:25:00 -08:00
Glenn Kasten
8cf6d6f148
Merge "Clean up AudioTrack::mActive and stopped()"
2012-01-09 10:24:40 -08:00
Glenn Kasten
f5c491651f
Merge "suspended() and isSuspended() are const"
2012-01-09 10:24:09 -08:00
Steve Block
08289f55ea
Merge "Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE"
2012-01-09 10:13:41 -08:00
George Mount
c0c3025cf2
Fix delete key with ContentEditable fields.
...
Bug 5806859
Bug 5795341
Add a custom InputConnection to capture the deleteSurroundingText
command and use it to send delete key codes to the WebView for
single deletes or calling into WebViewCore to delete contents for
more complex changes.
Also makes the IME options "normal text" for webkit-based text
entry.
Webkit change: Ic938d6fa
Change-Id: I18606014a034194928a61981dc3e2400a7db5fac
2012-01-09 09:19:29 -08:00
Ben Murdoch
e2e2083583
Prompt the user to terminate unresponsive pages.
...
Run a background "watchdog" thread that will check for
the WebCore thread stopping processing messages (this
can happen if a piece of JavaScript goes into an infinite
loop, for example) and offer to close the WebView app when
it detects such a case, much like the normal system ANR.
Bug: 2563868
Change-Id: Ic74813b1e630d657c340a7017a4b0814071eb041
2012-01-09 17:00:09 +00:00
Pin Ting
e4c1e7db16
Fixes typo.
...
Change-Id: I79e09594017d1e2decb927bff0d7c8a0fc2873f2
2012-01-09 11:27:56 +08:00
Steve Block
3762c31172
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
...
See https://android-git.corp.google.com/g/#/c/157220
Bug: 5449033
Change-Id: Ic9c19d30693bd56755f55906127cd6bd7126096c
2012-01-08 13:19:13 +00:00
Wink Saville
7a939077bd
Merge "Add use of net.tethering.noprovisioning to fetchDunApn"
2012-01-06 23:43:37 -08:00
The Android Open Source Project
b33eb3f077
am 20090b30: Reconcile with ics-mr1-release
...
* commit '20090b30340f9382a2eca6a9bed21117f7a27d7e':
2012-01-06 18:18:36 -08:00
The Android Open Source Project
20090b3034
Reconcile with ics-mr1-release
...
Change-Id: Id0aeb30eb75c6c4aee7abbc9877aa5b16389778c
2012-01-06 18:15:14 -08:00
Romain Guy
bc5d876df0
Avoid allocating when performing the measure/layout passes
...
Change-Id: I94faa9167d632ff5a1d05f795a2c4dcc0f02348c
2012-01-06 18:06:58 -08:00
Wink Saville
43420a49f9
Add use of net.tethering.noprovisioning to fetchDunApn
...
To make it easier to test tethering, have fetchDunApn
return null when the system property
net.tethering.noprovisioning is true.
Change-Id: Id6162967c6b8b25f04380fe009961c150fa714ef
2012-01-06 17:24:27 -08:00
Marco Nelissen
2ef4b6630b
Merge "New UX calls for dialogs without titles."
2012-01-06 16:40:02 -08:00
The Android Automerger
ecf524ce0a
merge in ics-mr1-release history after reset to ics-mr1
2012-01-06 16:32:11 -08:00
John Reck
1986ed76d2
Merge "Update WebSettings.PREVIOUS_VERSION"
2012-01-06 16:03:59 -08:00
Eino-Ville Talvala
143c7c8854
am 4bc873e6: am 7944704e: Merge "Switch camera sounds to always use the system enforced audio stream." into ics-mr1
...
* commit '4bc873e6ff73200af866f8c9efca66ad8ed23682':
Switch camera sounds to always use the system enforced audio stream.
2012-01-06 15:51:44 -08:00
Bart Sears
9f0dfcd64a
am c2eaee53: (-s ours) am a476eed6: Merge "getDuration can be only called after prepared. DO NOT MERGE" into ics-mr1
...
* commit 'c2eaee533fe25cd9a0781f349e9c8c7ef02bd648':
getDuration can be only called after prepared. DO NOT MERGE
2012-01-06 15:49:26 -08:00
Eino-Ville Talvala
4bc873e6ff
am 7944704e: Merge "Switch camera sounds to always use the system enforced audio stream." into ics-mr1
...
* commit '7944704e6c4cc10105838b78d3d8403bf66a066b':
Switch camera sounds to always use the system enforced audio stream.
2012-01-06 15:49:17 -08:00
Bart Sears
c2eaee533f
am a476eed6: Merge "getDuration can be only called after prepared. DO NOT MERGE" into ics-mr1
...
* commit 'a476eed6b291d06f5e571597b928b7b2f0b3f257':
getDuration can be only called after prepared. DO NOT MERGE
2012-01-06 15:47:04 -08:00
Eino-Ville Talvala
7944704e6c
Merge "Switch camera sounds to always use the system enforced audio stream." into ics-mr1
2012-01-06 15:46:36 -08:00
Bart Sears
a476eed6b2
Merge "getDuration can be only called after prepared. DO NOT MERGE" into ics-mr1
2012-01-06 15:45:13 -08:00
Marco Nelissen
9cd7bde1ff
New UX calls for dialogs without titles.
...
b/5753055
Change-Id: I86ba0f937f71db56b3ea77752b2b30929b791a04
2012-01-06 15:42:02 -08:00
Nick Kralevich
cdc6b16f1b
Merge "Don't allow reading of packagelist files."
2012-01-06 14:50:53 -08:00
Dan Morrill
74366c06ff
Merge "Minor tweak to console output."
2012-01-06 14:39:11 -08:00
Wink Saville
bbfec33d94
am f817e941: am 2f143a96: Merge "Fix an RuntimeExcpetion in GsmDCT.onDataSetupComplete" into ics-mr1
...
* commit 'f817e9413356de2a303e14709e67457190e976c9':
Fix an RuntimeExcpetion in GsmDCT.onDataSetupComplete
2012-01-06 14:32:37 -08:00
Wink Saville
f817e94133
am 2f143a96: Merge "Fix an RuntimeExcpetion in GsmDCT.onDataSetupComplete" into ics-mr1
...
* commit '2f143a966ccfec71de2c3a9785f5f3f47d418acb':
Fix an RuntimeExcpetion in GsmDCT.onDataSetupComplete
2012-01-06 14:30:20 -08:00