Glenn Kasten
df0b651236
Don't crash when parsing DRM MIME types
...
Change-Id: I414897c911a6588061ddbb5f05c574e78162dca9
2011-02-18 15:42:25 -08:00
Shimeng (Simon) Wang
a54fa6a931
Merge "A method refactoring and a simple rounding fix."
2011-02-18 15:37:30 -08:00
Shimeng (Simon) Wang
f7107d7e78
A method refactoring and a simple rounding fix.
...
issue: 3382398
Change-Id: I3b43c6e4954b5040a266da60c9a97314f1a5b91f
2011-02-18 15:30:34 -08:00
Maarten Hooft
62f40c8bcf
am 99cca89f: Merge "Import revised translations. DO NOT MERGE" into gingerbread
...
* commit '99cca89f41e500f8b39fd75eb17f337422c4ac90':
Import revised translations. DO NOT MERGE
2011-02-18 15:22:48 -08:00
Adam Powell
e7c943926d
Merge "Add an API to listen for window attach/detach events on a View."
2011-02-18 15:17:16 -08:00
Scott Main
375adc69ae
am 483f7130: am e4da3934: Merge "docs: move new AIDL doc back into the existing doc, but move the side nav location out of tools" into honeycomb
...
* commit '483f7130b593bb79f8ad0740356963aab42ccf54':
docs: move new AIDL doc back into the existing doc, but move the side nav location out of tools
2011-02-18 15:14:44 -08:00
Scott Main
483f7130b5
am e4da3934: Merge "docs: move new AIDL doc back into the existing doc, but move the side nav location out of tools" into honeycomb
...
* commit 'e4da39345209c47b2736f266adfc22a0fdb4c716':
docs: move new AIDL doc back into the existing doc, but move the side nav location out of tools
2011-02-18 15:11:14 -08:00
Scott Main
e4da393452
Merge "docs: move new AIDL doc back into the existing doc, but move the side nav location out of tools" into honeycomb
2011-02-18 15:08:26 -08:00
Adam Powell
4afd62b18c
Add an API to listen for window attach/detach events on a View.
...
Fix bug 3312949 - inconsistent state in MenuPopupHelper
Change-Id: Ie802ada3f8de4cf71c92fcc7c6abce9ba85e7b75
2011-02-18 15:03:20 -08:00
Gilles Debunne
bc7a4c8cfa
Tuning the touch up filter.
...
Bug 3436027
A movement has to happen recently, and there has to have been a stable
period before this.
Also fixes a problem with the paste popup that could be displayed for very
fast motion since it was only based on time and not on distance.
Change-Id: I02264b4d54e4d1323ebc2d1b5102769ba2d8569a
2011-02-18 14:56:06 -08:00
Gilles Debunne
3d01006fd6
Fixes around cursor blink.
...
Bug 3394800
A previous fix called cancel when the window was detached. The cancel/uncancel
mechanism does not actually removes the Blink runnable.
It is indeed more a suspend, which is used when the window loses focus.
The problem here was that uncancel was never called.
Removing the runnable callback instead.
Also rationalized the use of makeBlink and the setting of mShowCursor
Change-Id: I92aac43a891991b7cc98738de0f12332ab16907a
2011-02-18 14:50:52 -08:00
Wink Saville
a4738cf78f
Merge "Changes for ril.h version 6."
2011-02-18 14:05:34 -08:00
Wink Saville
5284090631
Changes for ril.h version 6.
...
Change-Id: Iacd9d362c4836546ac277cf3571227d426a721aa
2011-02-18 12:40:47 -08:00
Adam Powell
c9bcc5618c
Merge "Fix styling for legacy light themed lists"
2011-02-18 12:16:17 -08:00
Adam Powell
8107f9552b
Fix styling for legacy light themed lists
...
Change-Id: I1ec470f967376dd97b69cdf42face1386180a484
2011-02-18 12:14:32 -08:00
Scott Main
4b6c6249a3
am 55d3fc1b: am 163413f4: Merge "docs: update getting started doc for 3.0; move out of preview docs" into honeycomb
...
* commit '55d3fc1bd571360dbecd76e9913666ed668e974a':
docs: update getting started doc for 3.0; move out of preview docs
2011-02-18 10:55:07 -08:00
Daniel Sandler
43bee0fef9
Merge "Visual indication of do-not-disturb mode in system bar."
2011-02-18 10:52:37 -08:00
Eric Laurent
c5075c0add
Merge "Added bluetooth SCO stream to VolumePanel"
2011-02-18 10:44:49 -08:00
Scott Main
55d3fc1bd5
am 163413f4: Merge "docs: update getting started doc for 3.0; move out of preview docs" into honeycomb
...
* commit '163413f4360af8a8b010fa69a131fb0177df96a7':
docs: update getting started doc for 3.0; move out of preview docs
2011-02-18 10:40:59 -08:00
Daniel Sandler
ce6ff64034
Visual indication of do-not-disturb mode in system bar.
...
Bug: 3408005
Change-Id: I934a6684bb3e90e2ada848872b5670f6b6e3e055
2011-02-18 13:32:14 -05:00
Mike Lockwood
520d8bc1d8
KeyguardManager: Add isKeyguardLocked() and isKeyguardSecure()
...
BUG: 3402847
Change-Id: I725838c9d96617dd4497f9c80417cd623eceb846
Signed-off-by: Mike Lockwood <lockwood@android.com>
2011-02-18 13:27:02 -05:00
Scott Main
163413f436
Merge "docs: update getting started doc for 3.0; move out of preview docs" into honeycomb
2011-02-18 10:26:41 -08:00
Shimeng (Simon) Wang
10d63fada8
Merge "Make sure zoom width is changed before fit-to-screen."
2011-02-18 09:50:11 -08:00
Alon Albert
06912bddc6
Support quoted parameters
...
iCalendar RFC http://www.ietf.org/rfc/rfc2445.txt says:
4.1.1 List and Field Separators
Property parameters with values containing a COLON, a SEMICOLON or a
COMMA character MUST be placed in quoted text.
So we must be able to support this.
Bug: 3463510
Change-Id: Ie0463fdc2d5cbc340801cc8cc5b4f00e374f2954
2011-02-18 09:40:44 -08:00
Shimeng (Simon) Wang
a05fa96834
Make sure zoom width is changed before fit-to-screen.
...
issue: 3466509
Change-Id: I7cdb9544fcb3f261ebd0a831ab4a5cd685c5fc77
2011-02-18 09:31:59 -08:00
Alex Sakhartchouk
bdbdf0148d
Merge "Fixing font renderer attribute slot locations."
2011-02-18 09:17:15 -08:00
Alex Sakhartchouk
3d9b774515
Merge "Fix UI in image processing."
2011-02-18 09:12:30 -08:00
Cary Clark
43f608f928
don't start long press when selecting text
...
The timers to initiate short press and long press shouldn't
be started if text is selected. Since these presses won't
provide any feedback (e.g., the context menu doesn't show
up), with them disabled, the long press can turn into a
drag.
bug:3440375
Change-Id: I019796334a8f3090922747ae3c9e21d3b87b4a3c
2011-02-18 12:10:08 -05:00
Romain Guy
ad492161e4
am a2090bea: am 7118bdec: Merge "Fix for #12945 : ProgressBar.setMax() will always redraw."
...
* commit 'a2090bea4824cf153c4d9c735ee779613cf2e3d7':
Fix for #12945 : ProgressBar.setMax() will always redraw.
2011-02-18 08:06:01 -08:00
Romain Guy
a2090bea48
am 7118bdec: Merge "Fix for #12945 : ProgressBar.setMax() will always redraw."
...
* commit '7118bdec523568842e70555e353951df9f2596fd':
Fix for #12945 : ProgressBar.setMax() will always redraw.
2011-02-18 07:53:50 -08:00
Ben Murdoch
42509799f2
Fix crash downloading posters for HTML5 video.
...
We use the apache HTTP stack to download the poster images
for HTML5 video. This will crash if there is no host to use
as the "Host" header when making the request. Limit the java
poster downloader to just http or https for now. WebKit seems
able to display posters over other schemes like file://, but
doesn't always get the dimensions right. This fix just stops
us crashing.
Bug: 3180037
Change-Id: Idf51efda5b9ca1f2fe373c1fdb9c6bb7d5e254c8
2011-02-18 14:37:15 +00:00
Nick Pelly
8bbd11cc09
DO NOT MERGE.
...
Minor doc update.
Change-Id: I915b39fd858dcc0f20853203cc555c72115cb52b
2011-02-18 02:18:19 -08:00
Romain Guy
7118bdec52
Merge "Fix for #12945 : ProgressBar.setMax() will always redraw."
2011-02-17 22:40:33 -08:00
Michael Krehan
58e3822b59
Fix for #12945 : ProgressBar.setMax() will always redraw.
...
Fix for issue #12945 : Changing the maximum of a progress bar does
not cause it to be redrawn, even though a new maximum changes the
position of the current progress in relation to its maximum. With this fix,
setMax() will always cause refreshProgress() to be called if the maximum is
different than it was before.
Change-Id: I971ec3302953bcadc0aac3dd8241481bab2b5a91
2011-02-17 20:56:29 -08:00
Basavapatna Dattaguru
c2b9eb88fd
VideoEditor:IssueID:3396697: Updated Preview Test code
...
Change-Id: I895bcdbb0c65679b837e616de58e533a080bbf2f
2011-02-17 20:43:08 -08:00
Robert Ly
7a2222b260
am d2acfd6d: am a58f58da: Merge "Doc change: fixing renderscript samples" into honeycomb
...
* commit 'd2acfd6d04545562fcacd266e175461f26b25da9':
Doc change: fixing renderscript samples
2011-02-17 20:23:49 -08:00
Scott Main
9e7d5f9876
am aa680857: (-s ours) am 0ddd2d1e: DO NOT MERGE Delete unused/broken samples and tests from the renderscript libs, so we can publish the entire contents of libs/rs/java/ for samples in HC
...
* commit 'aa680857e6ba107dfc9c76c5a342f6f907120c22':
DO NOT MERGE Delete unused/broken samples and tests from the renderscript libs, so we can publish the entire contents of libs/rs/java/ for samples in HC
2011-02-17 20:23:45 -08:00
Robert Ly
d2acfd6d04
am a58f58da: Merge "Doc change: fixing renderscript samples" into honeycomb
...
* commit 'a58f58daf94caa7e50c04707a67ba1a9dacb0a9c':
Doc change: fixing renderscript samples
2011-02-17 20:21:35 -08:00
Scott Main
aa680857e6
am 0ddd2d1e: DO NOT MERGE Delete unused/broken samples and tests from the renderscript libs, so we can publish the entire contents of libs/rs/java/ for samples in HC
...
* commit '0ddd2d1ea7cda544efc4d25601e1cdc0236e44d8':
DO NOT MERGE Delete unused/broken samples and tests from the renderscript libs, so we can publish the entire contents of libs/rs/java/ for samples in HC
2011-02-17 20:21:24 -08:00
Jesse Wilson
179a3bda60
Save a few bytes on the zygote heap.
...
The default LongSparseArray constructor builds two 10-element
arrays that we don't need.
Change-Id: I83ef4fbd8825109087cbe8990ad66d79eab33e5c
2011-02-17 20:04:54 -08:00
Santosh Madhava
28926cb964
Merge "Fix for issue 3439595 : Java/JNI - Movide studio playback picks previous frames"
2011-02-17 19:10:02 -08:00
Robert Ly
a58f58daf9
Merge "Doc change: fixing renderscript samples" into honeycomb
2011-02-17 18:53:36 -08:00
Xia Wang
e355e75aaf
Merge "Add ping test to verify data connection."
2011-02-17 18:53:16 -08:00
Scott Main
adaf5a7097
docs: update getting started doc for 3.0; move out of preview docs
...
Change-Id: Ibf6f001eca76ebff2f3be1f38691dbd33220a33e
2011-02-17 18:49:10 -08:00
Robert Ly
6518f486a5
Doc change: fixing renderscript samples
...
Change-Id: Ie5d17df121ec4bc5fd46448c1670d306322b92d8
2011-02-17 18:44:31 -08:00
Dianne Hackborn
ffae14aa6f
Merge "Explode WindowManagerService."
2011-02-17 18:30:11 -08:00
Chung-yih Wang
6166bacbb0
Merge "Make SIP AuthName APIs public."
2011-02-17 18:29:38 -08:00
Vasu Nori
12669b6c80
bring back sqlite WAL tests now that the feature is in.
...
Change-Id: I92103915845b7cf3f41f95e909051b6669c63ec4
2011-02-17 18:11:40 -08:00
Shimeng (Simon) Wang
88196e38ed
Merge "Reset initial zoom overview state when user takes zoom action."
2011-02-17 17:47:15 -08:00
Gilles Debunne
ad8484b379
Cursor does not jump back to its previous position when IME is showed up.
...
Bug 3441308
This behavior may be restored for phones if appropriate.
Change-Id: Ibc2de587d64d372521da2d54f239cab56f04b407
2011-02-17 17:37:51 -08:00