OSDN Git Service

android-x86/frameworks-base.git
10 years agoRestore alpha animation to status bar rhs icons.
John Spurlock [Sun, 8 Sep 2013 15:00:06 +0000 (11:00 -0400)]
Restore alpha animation to status bar rhs icons.

Avoid the view group to prevent stomping on an existing animation.

Bug:10653941
Change-Id: I3d2bdd6360699d3d70c158ec1b8f832bd7205147

10 years agoDraw status bar battery icon bolt in code.
John Spurlock [Sat, 7 Sep 2013 16:39:49 +0000 (12:39 -0400)]
Draw status bar battery icon bolt in code.

Use high-res polygon points, punching a hole in the rest of drawing
with PorterDuff.Mode.CLEAR.

Remove the now obsolete lightning.png and associated color filters.

Bug:10640891
Change-Id: I8f2d4dd157f9866f37ed9b3480bb79ee9f109975

10 years agoFix docs build.
Ying Wang [Sat, 7 Sep 2013 05:53:16 +0000 (22:53 -0700)]
Fix docs build.

Change-Id: I6fd0d711b2cc7726fdaa9119ee467ed6fab82de1

10 years agoMerge "Unhide AudioTimestamp and getTimestamp" into klp-dev
Eric Laurent [Sat, 7 Sep 2013 02:16:31 +0000 (02:16 +0000)]
Merge "Unhide AudioTimestamp and getTimestamp" into klp-dev

10 years agoUnhide AudioTimestamp and getTimestamp
Glenn Kasten [Wed, 4 Sep 2013 20:47:31 +0000 (13:47 -0700)]
Unhide AudioTimestamp and getTimestamp

Change-Id: I56687f42f83c4be7dc3fd1baa81a13e71113f22e

10 years agoMerge "Remove tap to click from touch nav devices" into klp-dev
Michael Wright [Sat, 7 Sep 2013 02:04:46 +0000 (02:04 +0000)]
Merge "Remove tap to click from touch nav devices" into klp-dev

10 years agoMerge "Special case game controller fallback keys for Japan" into klp-dev
Michael Wright [Sat, 7 Sep 2013 02:04:20 +0000 (02:04 +0000)]
Merge "Special case game controller fallback keys for Japan" into klp-dev

10 years agoMerge "Fix native crash when message queue quits." into klp-dev
Jeff Brown [Sat, 7 Sep 2013 01:34:52 +0000 (01:34 +0000)]
Merge "Fix native crash when message queue quits." into klp-dev

10 years agoMerge "Emit a more meaningful cause for watchdog restarts." into klp-dev
Jeff Brown [Sat, 7 Sep 2013 01:33:00 +0000 (01:33 +0000)]
Merge "Emit a more meaningful cause for watchdog restarts." into klp-dev

10 years agoMerge "Fixing build break" into klp-dev
Sandeep Siddhartha [Sat, 7 Sep 2013 01:11:26 +0000 (01:11 +0000)]
Merge "Fixing build break" into klp-dev

10 years agoFix native crash when message queue quits.
Jeff Brown [Fri, 6 Sep 2013 23:24:36 +0000 (16:24 -0700)]
Fix native crash when message queue quits.

Fix a race when quitting the looper's message queue that could
cause the mPtr field to be zeroed out and the native object to
be destroyed while still in use.

This happened due to an optimization that was intended to release
the native looper's file descriptor as soon as the last message
was processed rather than waiting for the finalizer to run.

Bug: 9726217
Change-Id: I695a9a657acfdb3ce65a5737ff20cd11113d15fa

10 years agoFixing build break
Sandeep Siddhartha [Sat, 7 Sep 2013 00:42:32 +0000 (17:42 -0700)]
Fixing build break

Change-Id: I89d1416b356423ee795f01b4c3200bcaa3ec8389

10 years agoMerge "Fix the build." into klp-dev
Robert Greenwalt [Fri, 6 Sep 2013 23:57:57 +0000 (23:57 +0000)]
Merge "Fix the build." into klp-dev

10 years agoMerge "Simplistic fix for initialization race" into klp-dev
Stan Chesnutt [Fri, 6 Sep 2013 23:52:33 +0000 (23:52 +0000)]
Merge "Simplistic fix for initialization race" into klp-dev

10 years agoFix the build.
Robert Greenwalt [Fri, 6 Sep 2013 23:49:37 +0000 (16:49 -0700)]
Fix the build.

Change-Id: Ia5d29de9db7ea8fd467b3bde551a8cfb95877b41

10 years agoUpdating current.txt after unhiding HotwordRecognition API
Sandeep Siddhartha [Fri, 6 Sep 2013 23:39:52 +0000 (16:39 -0700)]
Updating current.txt after unhiding HotwordRecognition API

Change-Id: Ib9975c857cba2ac0fbadc85ae5f44d278943238e

10 years agoEmit a more meaningful cause for watchdog restarts.
Jeff Brown [Fri, 6 Sep 2013 22:05:23 +0000 (15:05 -0700)]
Emit a more meaningful cause for watchdog restarts.

Print the real thread name and a better indication of where the
hang was detected.

Bug: 10646480
Change-Id: Ic94742d0db08b8531cfd1429bb0026d6c30b779d

10 years agoMerge "Update signal, wifi, battery assets + global dimming." into klp-dev
John Spurlock [Fri, 6 Sep 2013 23:10:29 +0000 (23:10 +0000)]
Merge "Update signal, wifi, battery assets + global dimming." into klp-dev

10 years agoMerge "Fix deadlock by keeping local copy of currentUserId" into klp-dev
Craig Mautner [Fri, 6 Sep 2013 23:05:27 +0000 (23:05 +0000)]
Merge "Fix deadlock by keeping local copy of currentUserId" into klp-dev

10 years agoFix deadlock by keeping local copy of currentUserId
Craig Mautner [Fri, 6 Sep 2013 20:40:31 +0000 (13:40 -0700)]
Fix deadlock by keeping local copy of currentUserId

Fetching current user id from activity causes a deadlock when
holding the window manager lock.

Fixes bug 10555852.

Change-Id: Ib7911ef28b81aaf7f02cce311be193b36677a26d

10 years agoMerge "Setting MTU size for specific network." into klp-dev
Robert Greenwalt [Fri, 6 Sep 2013 22:42:10 +0000 (22:42 +0000)]
Merge "Setting MTU size for specific network." into klp-dev

10 years agoMerge "Minor fixes: Add a missing "break" and some cosmetic fixes." into klp-dev
Sreeram Ramachandran [Fri, 6 Sep 2013 22:37:21 +0000 (22:37 +0000)]
Merge "Minor fixes: Add a missing "break" and some cosmetic fixes." into klp-dev

10 years agoUpdate signal, wifi, battery assets + global dimming.
John Spurlock [Fri, 6 Sep 2013 22:26:55 +0000 (18:26 -0400)]
Update signal, wifi, battery assets + global dimming.

Global status bar dimming is now 75%.

Signal/wifi: use problem color if not fully connected.

Battery: frame 40% white, charge level = white, new hollow bolt.
  (hollow bolt simulated for now until we can draw it in code)

Update ic_notification_overlay, all sizes.

Workaround animation bug on tablets.

Bug:10502089
Change-Id: I10f979b7a48ccb1bc94022d8c189ec216283dbe6

10 years agoMerge "Sensor batching APIs for review." into klp-dev
Aravind Akella [Fri, 6 Sep 2013 22:30:18 +0000 (22:30 +0000)]
Merge "Sensor batching APIs for review." into klp-dev

10 years agoSetting MTU size for specific network.
sy.yun [Sun, 1 Sep 2013 20:24:09 +0000 (05:24 +0900)]
Setting MTU size for specific network.

Able to config network specific MTU size. Normally, the default size of MTU is 1500.
 US - ATT 1410, TMUS 1440, SPRINT 1422
 KR - SKT 1440, KT 1450, LGU+ 1428
 JP - KDDI 1420, SoftBank 1340
 CA - RGS 1430, FIDO 1430, MTS 1430, BELL 1358, SaskTel 1358
 AU - TEL 1400

Bug: 10195070
Change-Id: Ie18650b37a3d44af944f2dae4aa97c04fb12cd5e

10 years agoMerge "Implement issue #10550827: watching gpu memory for occam_svelte" into klp-dev
Dianne Hackborn [Fri, 6 Sep 2013 22:25:56 +0000 (22:25 +0000)]
Merge "Implement issue #10550827: watching gpu memory for occam_svelte" into klp-dev

10 years agoSensor batching APIs for review.
Aravind Akella [Wed, 4 Sep 2013 19:07:33 +0000 (12:07 -0700)]
Sensor batching APIs for review.

Change-Id: I34504e1a0856c2dfeceb69c808abdf3e805c5f1f

10 years agoMerge "Camera2: Minor docs fix." into klp-dev
Timothy Knight [Fri, 6 Sep 2013 22:11:37 +0000 (22:11 +0000)]
Merge "Camera2: Minor docs fix." into klp-dev

10 years agoMerge "wifi: Fix cleaning scan result cache" into klp-dev
Dmitry Shmidt [Fri, 6 Sep 2013 22:09:27 +0000 (22:09 +0000)]
Merge "wifi: Fix cleaning scan result cache" into klp-dev

10 years agoImplement issue #10550827: watching gpu memory for occam_svelte
Dianne Hackborn [Fri, 6 Sep 2013 02:34:57 +0000 (19:34 -0700)]
Implement issue #10550827: watching gpu memory for occam_svelte

Well, it would work if the published file permissions gave the
system process access to them. :(

Change-Id: I99e0c506f52c212384b20a042dcdd35516cf49c2

10 years agoMerge "Use the permission for hotword recognition" into klp-dev
Sandeep Siddhartha [Fri, 6 Sep 2013 22:04:44 +0000 (22:04 +0000)]
Merge "Use the permission for hotword recognition" into klp-dev

10 years agoMerge "Add permission checks and unhide the Hotword recognition APIs" into klp-dev
Sandeep Siddhartha [Fri, 6 Sep 2013 22:04:25 +0000 (22:04 +0000)]
Merge "Add permission checks and unhide the Hotword recognition APIs" into klp-dev

10 years agoMerge "Allow L2CAP sockets" into klp-dev
Mike Lockwood [Fri, 6 Sep 2013 21:45:34 +0000 (21:45 +0000)]
Merge "Allow L2CAP sockets" into klp-dev

10 years agoMerge "Fix issue #10560472: ApplicationInfo.manageSpaceActivity not parsed..." into...
Dianne Hackborn [Fri, 6 Sep 2013 21:31:29 +0000 (21:31 +0000)]
Merge "Fix issue #10560472: ApplicationInfo.manageSpaceActivity not parsed..." into klp-dev

10 years agowifi: Fix cleaning scan result cache
Dmitry Shmidt [Fri, 6 Sep 2013 21:25:14 +0000 (14:25 -0700)]
wifi: Fix cleaning scan result cache

Bug: 10198923

Change-Id: I18dfc10860b8fb623751c62a4bc54b628246cf0c
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
10 years agoFix issue #10560472: ApplicationInfo.manageSpaceActivity not parsed...
Dianne Hackborn [Fri, 6 Sep 2013 21:02:54 +0000 (14:02 -0700)]
Fix issue #10560472: ApplicationInfo.manageSpaceActivity not parsed...

...correctly with overloaded resources

Change this attribute and a few other manifest attributes to allow
them to change based on platform SDK version.

Clean up a little more the whole mess with native vs. java config
bit masks.

Change-Id: Ia0baa3f7aed00bcb432701bcf99a9112124d6519

10 years agoMerge "Another asset drop, provider icons, tests." into klp-dev
Jeff Sharkey [Fri, 6 Sep 2013 20:57:38 +0000 (20:57 +0000)]
Merge "Another asset drop, provider icons, tests." into klp-dev

10 years agoSimplistic fix for initialization race
Stan Chesnutt [Fri, 6 Sep 2013 20:57:16 +0000 (13:57 -0700)]
Simplistic fix for initialization race

The monkey run described in the bug report hits this server at a
vulnerable point, and the RuntimeException causes a subsequent NPE.

Note that I'm making this fixup CL "blind", as monkey running on
my platform (mantaray) doesn't show this specific failure.

http://b/9438025

Change-Id: I8e16cf5cfc21dcf3061f31b0741525881bbf9724

10 years agoMerge "Fix issue #10650718: Camera DOA on KLP" into klp-dev
Dianne Hackborn [Fri, 6 Sep 2013 20:42:29 +0000 (20:42 +0000)]
Merge "Fix issue #10650718: Camera DOA on KLP" into klp-dev

10 years agoFix issue #10650718: Camera DOA on KLP
Dianne Hackborn [Fri, 6 Sep 2013 20:36:57 +0000 (13:36 -0700)]
Fix issue #10650718: Camera DOA on KLP

Methods not kept in sync.

Change-Id: I2621255707bbc569ac476b8fb0f7e82f68585b12

10 years agoCamera2: Minor docs fix.
Timothy Knight [Fri, 6 Sep 2013 20:34:30 +0000 (13:34 -0700)]
Camera2: Minor docs fix.

Bug: 10639270
Change-Id: Ic5b046a8f8e1c8be83f010e05247914c61b3674b

10 years agoUse the permission for hotword recognition
Sandeep Siddhartha [Fri, 6 Sep 2013 19:32:52 +0000 (12:32 -0700)]
Use the permission for hotword recognition

- Also fixes an issue with PendingIntents being launched from the
  lockscreen taking a lot of time

Change-Id: I91b44328ba68b225454322b90a5b19a0d4c9a772

10 years agoMerge "add NotoSansSymbols to fallback chain" into klp-dev
Victoria Lease [Fri, 6 Sep 2013 19:39:59 +0000 (19:39 +0000)]
Merge "add NotoSansSymbols to fallback chain" into klp-dev

10 years agoAdd permission checks and unhide the Hotword recognition APIs
Sandeep Siddhartha [Fri, 6 Sep 2013 19:34:03 +0000 (12:34 -0700)]
Add permission checks and unhide the Hotword recognition APIs

- Also tweak the API a little to send an intent on hotword being
  recognized.

Change-Id: I8a3fedaec4e1db595ed058089734d25c7957111e

10 years agoAllow L2CAP sockets
Dmitry Grinberg [Fri, 9 Aug 2013 22:22:59 +0000 (15:22 -0700)]
Allow L2CAP sockets

Change-Id: Icb498e6c0430789b6168bec3beb1d4650e4f1238

10 years agoMerge "tweak the electron beam animation a bit" into klp-dev
Mathias Agopian [Fri, 6 Sep 2013 19:16:36 +0000 (19:16 +0000)]
Merge "tweak the electron beam animation a bit" into klp-dev

10 years agoMerge "Fix to show correct duration." into klp-dev
Dianne Hackborn [Fri, 6 Sep 2013 18:48:02 +0000 (18:48 +0000)]
Merge "Fix to show correct duration." into klp-dev

10 years agoFix to show correct duration.
Dianne Hackborn [Fri, 6 Sep 2013 18:46:43 +0000 (11:46 -0700)]
Fix to show correct duration.

Change-Id: I1032d90d5b7bf39006b20f3374104421dcc53305

10 years agoMerge "Binder: Log exceptions originating from the binder stub for oneway calls"...
Igor Murashkin [Fri, 6 Sep 2013 18:32:30 +0000 (18:32 +0000)]
Merge "Binder: Log exceptions originating from the binder stub for oneway calls" into klp-dev

10 years agoMerge "Add a minimum timeout for double-tap in GestureDetector" into klp-dev
Adam Powell [Fri, 6 Sep 2013 18:15:27 +0000 (18:15 +0000)]
Merge "Add a minimum timeout for double-tap in GestureDetector" into klp-dev

10 years agoMerge "Fix QuickSettings to honor location setting for restricted users (b/10553306...
David Christie [Fri, 6 Sep 2013 18:09:20 +0000 (18:09 +0000)]
Merge "Fix QuickSettings to honor location setting for restricted users (b/10553306). Generally when a user is location restricted, location will be off. But just in case location is on and locked in that state, we should respect that in the UI." into klp-dev

10 years agoFix QuickSettings to honor location setting for restricted users (b/10553306).
David Christie [Thu, 5 Sep 2013 21:49:56 +0000 (14:49 -0700)]
Fix QuickSettings to honor location setting for restricted users (b/10553306).
Generally when a user is location restricted, location will be off.
But just in case location is on and locked in that state, we should
respect that in the UI.

Change-Id: I112139db447ba6dbf4c7c38600406fb5ba6a1fa8

10 years agoAnother asset drop, provider icons, tests.
Jeff Sharkey [Fri, 6 Sep 2013 17:43:45 +0000 (10:43 -0700)]
Another asset drop, provider icons, tests.

Latest asset update, including provider icons which are treated as
special cases for now instead of checking into separate apps.  Add
tests for MIME type matching of roots.  Remove unused XML.

Bug: 10510022
Change-Id: Id567a9e06ba241f60ac011823e550253c6c797fb

10 years agoMerge "Dump the right matrix when logging display lists" into klp-dev
Chris Craik [Fri, 6 Sep 2013 17:43:02 +0000 (17:43 +0000)]
Merge "Dump the right matrix when logging display lists" into klp-dev

10 years agoMerge "MediaPlayer.MTP: fix issue when main thread had no looper" into klp-dev
Lajos Molnar [Fri, 6 Sep 2013 17:40:55 +0000 (17:40 +0000)]
Merge "MediaPlayer.MTP: fix issue when main thread had no looper" into klp-dev

10 years agoMerge "Fix duplicate SSID entries in the WifiSettings UI" into klp-dev
Vinit Deshapnde [Fri, 6 Sep 2013 17:26:39 +0000 (17:26 +0000)]
Merge "Fix duplicate SSID entries in the WifiSettings UI" into klp-dev

10 years agoMerge changes I7277880e,Ia5584bd6 into klp-dev
Jeff Sharkey [Fri, 6 Sep 2013 16:26:34 +0000 (16:26 +0000)]
Merge changes I7277880e,Ia5584bd6 into klp-dev

* changes:
  Provide calling package to ContentProviders.
  Separate root and document management.

10 years agoam fc7a146b: am 50f86448: am 59a9884b: Merge "Do not change NetworkInfo.DetailedState...
Wink Saville [Fri, 6 Sep 2013 16:19:40 +0000 (09:19 -0700)]
am fc7a146b: am 50f86448: am 59a9884b: Merge "Do not change NetworkInfo.DetailedState." into jb-mr2-dev

* commit 'fc7a146b82774514bad4bc307489ece7ac27ee50':
  Do not change NetworkInfo.DetailedState.

10 years agoam 50f86448: am 59a9884b: Merge "Do not change NetworkInfo.DetailedState." into jb...
Wink Saville [Fri, 6 Sep 2013 16:17:19 +0000 (09:17 -0700)]
am 50f86448: am 59a9884b: Merge "Do not change NetworkInfo.DetailedState." into jb-mr2-dev

* commit '50f864480d6e9cf9e4d83b4533e3764753b4d408':
  Do not change NetworkInfo.DetailedState.

10 years agoam 59a9884b: Merge "Do not change NetworkInfo.DetailedState." into jb-mr2-dev
Wink Saville [Fri, 6 Sep 2013 16:12:50 +0000 (09:12 -0700)]
am 59a9884b: Merge "Do not change NetworkInfo.DetailedState." into jb-mr2-dev

* commit '59a9884bf8280e2db9db7680370e98f40a065d56':
  Do not change NetworkInfo.DetailedState.

10 years agoMerge "Do not change NetworkInfo.DetailedState." into jb-mr2-dev
Wink Saville [Fri, 6 Sep 2013 16:09:36 +0000 (16:09 +0000)]
Merge "Do not change NetworkInfo.DetailedState." into jb-mr2-dev

10 years agoMediaPlayer.MTP: fix issue when main thread had no looper
Lajos Molnar [Fri, 6 Sep 2013 13:30:35 +0000 (06:30 -0700)]
MediaPlayer.MTP: fix issue when main thread had no looper

We fall back to using the application's main looper similarly to MP,
and even create our own looper if MP was created outside of an
application context.  Always creating our own looper is a waste
of resources.

Also resolved issue with MP.reset() when created outside of an
application context, and removed MP.MTP's unused getHandler().

Change-Id: I9c3b8a2f05a9e231ae9c008bc1a48d6b991cec1d
Signed-off-by: Lajos Molnar <lajos@google.com>
Bug: 10634238

10 years agoProvide calling package to ContentProviders.
Jeff Sharkey [Fri, 6 Sep 2013 01:11:45 +0000 (18:11 -0700)]
Provide calling package to ContentProviders.

The calling package is important for ContentProviders that want to
grant Uri permissions as a side effect of operations, so offer it
through a new API.  Validates the provided package against the
calling UID before returning.

Bug: 10626527
Change-Id: I7277880eebbd48444c024bcf5f69199133cd59e4

10 years agoSeparate root and document management.
Jeff Sharkey [Fri, 6 Sep 2013 00:14:14 +0000 (17:14 -0700)]
Separate root and document management.

Two hidden intents for managing roots and documents, used to support
Downloads UI.  Touching an item tries launching as MANAGE_DOCUMENT
first before falling back to VIEW.  Provide MIME type for roots.

Bug: 104462651053134710599641
Change-Id: Ia5584bd6ce3e5a9b0048e8caf1447e3053664413

10 years agoMerge "Add more docs for WebView's setInitialScale and setLoadWithOverviewMode" into...
Mikhail Naganov [Fri, 6 Sep 2013 14:36:28 +0000 (14:36 +0000)]
Merge "Add more docs for WebView's setInitialScale and setLoadWithOverviewMode" into klp-dev

10 years agoMerge "Import translations. DO NOT MERGE" into klp-dev
Baligh Uddin [Fri, 6 Sep 2013 04:56:22 +0000 (04:56 +0000)]
Merge "Import translations. DO NOT MERGE" into klp-dev

10 years agoMerge "Track IP addresses in WifiStateMachine." into klp-dev
Lorenzo Colitti [Fri, 6 Sep 2013 03:30:14 +0000 (03:30 +0000)]
Merge "Track IP addresses in WifiStateMachine." into klp-dev

10 years agotweak the electron beam animation a bit
Mathias Agopian [Fri, 6 Sep 2013 01:55:29 +0000 (18:55 -0700)]
tweak the electron beam animation a bit

we make the "beam" vanish in the center of the screen.

Bug: 10641933

Change-Id: I61fdb4d46e9f62dc80d65356a884dff0b177384a

10 years agoMerge "Added support for supports-input manifest element" into klp-dev
Michael Wright [Fri, 6 Sep 2013 01:29:35 +0000 (01:29 +0000)]
Merge "Added support for supports-input manifest element" into klp-dev

10 years agoAdded support for supports-input manifest element
Michael Wright [Fri, 6 Sep 2013 01:15:57 +0000 (18:15 -0700)]
Added support for supports-input manifest element

Change-Id: Ifa7c87908081585c1940b5a47fdf5138a287d9ea

10 years agoMerge "Spooler broken on upgrade." into klp-dev
Svetoslav [Fri, 6 Sep 2013 00:00:22 +0000 (00:00 +0000)]
Merge "Spooler broken on upgrade." into klp-dev

10 years agoMerge "Apply implicit parent dependency when adding to PreferenceGroup" into klp-dev
Alan Viverette [Thu, 5 Sep 2013 23:36:18 +0000 (23:36 +0000)]
Merge "Apply implicit parent dependency when adding to PreferenceGroup" into klp-dev

10 years agoMerge "Import translations. DO NOT MERGE" into klp-dev
Baligh Uddin [Thu, 5 Sep 2013 23:28:25 +0000 (23:28 +0000)]
Merge "Import translations. DO NOT MERGE" into klp-dev

10 years agoTrack IP addresses in WifiStateMachine.
Lorenzo Colitti [Thu, 8 Aug 2013 10:38:37 +0000 (19:38 +0900)]
Track IP addresses in WifiStateMachine.

This makes WifiStateMachine listen for interface address
changes. When an address changes, WifiStateMachine will update
its LinkProperties to match reality and notify the system that
the link configuration has changed. This allows wifi to keep
track of IPv6 addresses as well (previously it only knew about
the IPv4 address passed in by DHCP).

IP addresses are obtained directly from the kernel and always
match those configured on the interface, so we treat them as
authoritative and ignore addresses passed in via DHCP (by the
time DHCP passes them in we've already been notified by the
kernel anyway).

Since we now have multiple sources of link information (the
kernel for addresses and DHCP for routes and DNS, plus various
bits of static information), also move all the code that sets
mLinkProperties into one place. This allows us to be clearer
about who is authoritative for which parts of mLinkProperties.

Bug: 10232006
Change-Id: I4f262342379ce7fed172b67a1d403e3cd34f4232

10 years agoMerge "Remove opaque-on-interaction from nav bar." into klp-dev
John Spurlock [Thu, 5 Sep 2013 23:14:55 +0000 (23:14 +0000)]
Merge "Remove opaque-on-interaction from nav bar." into klp-dev

10 years agoSpooler broken on upgrade.
Svetoslav [Thu, 5 Sep 2013 23:14:28 +0000 (16:14 -0700)]
Spooler broken on upgrade.

The spooler apk was signed with the platform certificate and used
a redundant shared user id. Now the spooler is signed with a default
certificate and uses the same share user id. Since the shared user
id is associated with the platform certificate the package manager
rejects the spooler apk because it requested the same shared user id
with a different certificate. This change removes the unnecessary
shared user id from the manifest.

Change-Id: I208ef17fc6c25e67338682e56f9ce0e7e9d65642

10 years agoMerge "Turn off verbose wakeup-alarm stats" into klp-dev
Christopher Tate [Thu, 5 Sep 2013 23:13:20 +0000 (23:13 +0000)]
Merge "Turn off verbose wakeup-alarm stats" into klp-dev

10 years agoadd NotoSansSymbols to fallback chain
Victoria Lease [Thu, 5 Sep 2013 23:10:20 +0000 (16:10 -0700)]
add NotoSansSymbols to fallback chain

Bug: 10639804
Change-Id: I56fcdd980c2b8c2a4d631e93cbc3252d125c197d

10 years agoDump the right matrix when logging display lists
Chris Craik [Thu, 5 Sep 2013 23:11:18 +0000 (16:11 -0700)]
Dump the right matrix when logging display lists

bug:10631274
Change-Id: I6b32bfcb3e207321da60807091d7ac0ecf6112ab

10 years agoMerge "Add a function to replace all the link addresses." into klp-dev
Lorenzo Colitti [Thu, 5 Sep 2013 23:03:23 +0000 (23:03 +0000)]
Merge "Add a function to replace all the link addresses." into klp-dev

10 years agoMerge "Remove unused APIs and rename others based on API review" into klp-dev
Amith Yamasani [Thu, 5 Sep 2013 22:48:17 +0000 (22:48 +0000)]
Merge "Remove unused APIs and rename others based on API review" into klp-dev

10 years agoMerge "Fix broken copy of kl/kcm/idc files to system image" into klp-dev
Michael Wright [Thu, 5 Sep 2013 22:31:07 +0000 (22:31 +0000)]
Merge "Fix broken copy of kl/kcm/idc files to system image" into klp-dev

10 years agoFix broken copy of kl/kcm/idc files to system image
Michael Wright [Thu, 5 Sep 2013 22:10:20 +0000 (15:10 -0700)]
Fix broken copy of kl/kcm/idc files to system image

Bug: 10633915
Change-Id: I244b85dc92d50bf8bdcfdf0fe32556eff8c5d279

10 years agoMerge "Fix issue #10387684: ArrayIndexOutOfBoundsException in ArrayMap.put" into...
Dianne Hackborn [Thu, 5 Sep 2013 22:21:46 +0000 (22:21 +0000)]
Merge "Fix issue #10387684: ArrayIndexOutOfBoundsException in ArrayMap.put" into klp-dev

10 years agoMerge "Fix issue #10491028: iabv2 test apps that contain subscription SKUs..." into...
Dianne Hackborn [Thu, 5 Sep 2013 22:20:54 +0000 (22:20 +0000)]
Merge "Fix issue #10491028: iabv2 test apps that contain subscription SKUs..." into klp-dev

10 years agoFix issue #10387684: ArrayIndexOutOfBoundsException in ArrayMap.put
Dianne Hackborn [Thu, 5 Sep 2013 20:21:24 +0000 (13:21 -0700)]
Fix issue #10387684: ArrayIndexOutOfBoundsException in ArrayMap.put

Locking of sSharedPrefs was bad -- it was using a per-context lock
instead of a static lock.

Change-Id: Ib7a929f9fd93f22cc817d32b53ac56523cdad75f

10 years agoMerge "Fix crash when dump() is called on ReceiverList" into klp-dev
Dianne Hackborn [Thu, 5 Sep 2013 22:18:57 +0000 (22:18 +0000)]
Merge "Fix crash when dump() is called on ReceiverList" into klp-dev

10 years agoFix issue #10491028: iabv2 test apps that contain subscription SKUs...
Dianne Hackborn [Thu, 5 Sep 2013 22:10:20 +0000 (15:10 -0700)]
Fix issue #10491028: iabv2 test apps that contain subscription SKUs...

...crash on launch

You got some values in my keys!

Change-Id: I2636c72843e0c0900ccdd9acba771c1b61e70b39

10 years agoMerge "Add argument to binder call to check key types" into klp-dev
Kenny Root [Thu, 5 Sep 2013 21:40:56 +0000 (21:40 +0000)]
Merge "Add argument to binder call to check key types" into klp-dev

10 years agoMerge "Fixing some minor RTL bugs in print dialog" into klp-dev
Svetoslav Ganov [Thu, 5 Sep 2013 21:37:26 +0000 (21:37 +0000)]
Merge "Fixing some minor RTL bugs in print dialog" into klp-dev

10 years agoTurn off verbose wakeup-alarm stats
Christopher Tate [Thu, 5 Sep 2013 21:31:52 +0000 (14:31 -0700)]
Turn off verbose wakeup-alarm stats

They have served their purpose.

Bug 10112313

Change-Id: Ia88c350c5b51bdd29f23f491b47e4188770b1ea0

10 years agoMerge "Filter roots based on supported MIME types." into klp-dev
Jeff Sharkey [Thu, 5 Sep 2013 21:19:39 +0000 (21:19 +0000)]
Merge "Filter roots based on supported MIME types." into klp-dev

10 years agoFix duplicate SSID entries in the WifiSettings UI
Vinit Deshapnde [Thu, 5 Sep 2013 21:19:38 +0000 (14:19 -0700)]
Fix duplicate SSID entries in the WifiSettings UI

The root cause is likely our 'no networks' problem; it caused people
to add new (and duplicate) entries to their list of networks; which
are haunting us now.

This change looks up the dupes, and discards them, even if they came
wifi supplicant.

Bug: 10633813
Change-Id: I656b6bf7240de6763bf84b5b406c50444af6dd48

10 years agoMerge "DroidSans -> NotoSans for {Devanagari,Tamil,Thai}" into klp-dev
Victoria Lease [Thu, 5 Sep 2013 21:15:00 +0000 (21:15 +0000)]
Merge "DroidSans -> NotoSans for {Devanagari,Tamil,Thai}" into klp-dev

10 years agoFilter roots based on supported MIME types.
Jeff Sharkey [Thu, 5 Sep 2013 20:55:35 +0000 (13:55 -0700)]
Filter roots based on supported MIME types.

Using flags to indicate supported types isn't very extensible, so
use newline-separated MIME types instead.

Bug: 10514613
Change-Id: I45641fc20b423b2a0bb2df7457c274f42aa6861a

10 years agoAdd a minimum timeout for double-tap in GestureDetector
Adam Powell [Thu, 5 Sep 2013 20:44:45 +0000 (13:44 -0700)]
Add a minimum timeout for double-tap in GestureDetector

Prevent noisy falsing. Minimum timeout is currently 40ms and can be
tuned for later. Consider un-hiding the ViewConfiguration query method
later.

Bug 10476944

Change-Id: Ib470735ec929b0b358fca4597e92dc81084e675f

10 years agoMerge "Fix issue #10387684: ArrayIndexOutOfBoundsException in ArrayMap.put" into...
Dianne Hackborn [Thu, 5 Sep 2013 20:38:55 +0000 (20:38 +0000)]
Merge "Fix issue #10387684: ArrayIndexOutOfBoundsException in ArrayMap.put" into klp-dev

10 years agoApply implicit parent dependency when adding to PreferenceGroup
Alan Viverette [Thu, 5 Sep 2013 20:32:40 +0000 (13:32 -0700)]
Apply implicit parent dependency when adding to PreferenceGroup

BUG: 10493706
Change-Id: Iba741d8dd4e72bc5aef5c033e42a9ba4fb0c523b

10 years agoAdd argument to binder call to check key types
Kenny Root [Thu, 5 Sep 2013 20:03:16 +0000 (13:03 -0700)]
Add argument to binder call to check key types

Before there was only one key type supported, so we didn't need to query
a key type. Now there is DSA, EC, and RSA, so there needs to be another
argument.

Bug: 10600582
Change-Id: I9fe9e46b9ec9cfb2f1246179b2c396216b2c1fdb

10 years agoFix issue #10387684: ArrayIndexOutOfBoundsException in ArrayMap.put
Dianne Hackborn [Thu, 5 Sep 2013 20:21:24 +0000 (13:21 -0700)]
Fix issue #10387684: ArrayIndexOutOfBoundsException in ArrayMap.put

Locking of sSharedPrefs was bad -- it was using a per-context lock
instead of a static lock.

Change-Id: Ib261a40619c43f7ea2e686057c0702fb5461d843