Commit Graph

214544 Commits

Author SHA1 Message Date
Paul Duffin
679fa0261c ICU4J: Update API for using civil version of IslamicCalendar
Bug: 22023363
(cherry picked from commit 74a8e08d59)

Change-Id: I0d7b756be123f806d035ee225960f27806785424
2016-04-22 14:35:17 +01:00
Tobias Thierer
c027ae49f0 Merge "Integer.valueOf() -> Integer.parseInt() to avoid allocation." 2016-04-21 13:23:18 +00:00
Tobias Thierer
9bbbf2b15f Integer.valueOf() -> Integer.parseInt() to avoid allocation.
Bug: 28289401
Change-Id: If767f891644a06ba587f9bb55dccea4089a8c66d
2016-04-21 12:09:29 +01:00
Adam Lesinski
570a13f0cb Merge "Doze settings example not matching real keys" 2016-04-20 22:37:18 +00:00
Yang Ni
acd0061f90 Merge "Made Element accessors thread-safe" 2016-04-20 18:14:08 +00:00
Yang Ni
6bdfe0fc5c Made Element accessors thread-safe
Bug: 28177082
Change-Id: I8f3f2d8ce559e93cba29f8eedd5b95d1389deb23
(cherry picked from commit 33703f0c4e)
2016-04-20 09:49:36 -07:00
Yi Kong
d5aca1aae2 Merge "Track libcore change be1608980825868eb1c70fab6eb86fe06bd304ce" 2016-04-20 15:36:54 +00:00
Yi Kong
d7c695d25b Track libcore change be1608980825868eb1c70fab6eb86fe06bd304ce
Bug: 27704598
Change-Id: I5cb900c7b48bc7b48ed0ea1110ff834e1d316de7
2016-04-20 14:52:56 +00:00
Yang Ni
1d0b9e2f46 Merge "Fixed ScriptGroup finalizer for old API" 2016-04-19 18:02:01 +00:00
Yang Ni
e04e5d7cc0 Fixed ScriptGroup finalizer for old API
Bug: 28242626

ScriptGroup finalizer clears out the list of closures, which is
uninitialized for the old API.

Need to check null first, before accessing the list.

Change-Id: Ibf914e17a0878c8c561f823c5f6f6f6619594de1
(cherry picked from commit 07837d6dab)
2016-04-19 09:46:47 -07:00
Henrik Baard
eac10ab5f4 Doze settings example not matching real keys
The keys used in the example for the Doze timeouts does
not match any real key. To avoid confusion the example
should match the existing keys.

Change-Id: I0306c542dac9e38aea7d172a3e0f7472d327c73c
2016-04-19 07:50:24 +02:00
Robert Greenwalt
e05bdb15e5 Merge "Fix issues of different phone objects sharing same mConnectionApns list." 2016-04-18 21:58:05 +00:00
Yi Kong
c75055ebd8 Merge "Track libcore change 5458546631c65f6d375b6a1780d36d0abb5b95af" 2016-04-18 09:57:23 +00:00
Lorenzo Colitti
bf7520ec79 Merge "When the applicantion is removed, reset network permission of this uid." 2016-04-18 06:54:00 +00:00
Andreas Gampe
17b069c0f4 Merge "Frameworks/base: Fix old code in MediaPlayer" 2016-04-16 00:40:01 +00:00
Yi Kong
418d3817a0 Track libcore change 5458546631c65f6d375b6a1780d36d0abb5b95af
Bug: 28108421
Change-Id: Id0253fed98790f4c8eeb27877e14cf53474f29f0
2016-04-15 23:19:10 +00:00
Christopher Wiley
e004a913c3 Merge "libfilterfw_jni needs libmedia include paths" 2016-04-14 18:19:17 +00:00
Treehugger Robot
c91f028b85 Merge "libstorage needs libbinder include paths" 2016-04-14 18:03:25 +00:00
Christopher Wiley
6ac565687b libfilterfw_jni needs libmedia include paths
This library includes libmedia headers, and needs its full include path.

Bug: 27804373
Test: This code compiles with a slightly modified libmedia include
      path.

Change-Id: Ic9253c0f0e7236435f36f2baf47411ca7db187cd
2016-04-14 10:21:03 -07:00
Christopher Wiley
1e06bde16e libstorage needs libbinder include paths
This library is almost all binder related.  It should be
using libbinder's published include path.

Bug: 27804373
Test: This library compiles with a slightly modified libbinder include
      path.

Change-Id: Ib8e00b59604cdda69ec36cf1c90150b4b9033879
2016-04-14 10:16:33 -07:00
Shubham Ajmera
11b076b7d3 Merge "Track libcore change 135ea6cd4f7ebe2f225351a1928d8a62bce5cb00" 2016-04-14 15:39:04 +00:00
Martijn Coenen
a1ef6e7d22 Merge "Change storage duration to static for native choreographer." 2016-04-14 09:52:10 +00:00
Michael Wright
c0d3d3f805 Change storage duration to static for native choreographer.
This ensures that the region is zero initialized, regardless of compiler.

Change-Id: Ie0bfa5d2cd2486ba31a45aee4de6c370513bfc62
2016-04-14 10:18:09 +02:00
Martijn Coenen
2853711f77 Merge "Add choreographer API to the NDK." 2016-04-14 08:11:45 +00:00
Shubham Ajmera
c9852123e8 Track libcore change 135ea6cd4f7ebe2f225351a1928d8a62bce5cb00
Bug: 27426743

(cherry-picked from commit a871ab1687)

Change-Id: I4c77de05c99b811f60f2421d1f41e62c1404a4a4
2016-04-13 17:59:36 +01:00
Treehugger Robot
b4c4e20960 Merge "Fix: the label "customize" is not updated after changing language" 2016-04-13 14:25:05 +00:00
Treehugger Robot
e3d556f785 Merge "Dismiss keyguard when user button is tapped" 2016-04-13 13:32:38 +00:00
Calin Juravle
00ba61551e Merge "Handle dalvik.vm.jitprithreadweight property" 2016-04-13 11:44:56 +00:00
Shinichiro Hamaji
4e2a67d012 Merge "Let WAPPushManager depend on its proguard.flags" 2016-04-13 02:29:14 +00:00
Yang Ni
2a64e23857 Merge "Destroy Type created by Allocation.createSized()" 2016-04-12 22:07:56 +00:00
Calin Juravle
0de80b9f55 Handle dalvik.vm.jitprithreadweight property
Bug: 28065407
Bug: 27865109
Change-Id: I8cebc22a9e072fd1d6d765427a0cd59ba2201bf6
2016-04-12 18:39:50 +01:00
Yang Ni
01db88335d Merge "Destroy Closures in ScriptGroup" 2016-04-12 16:00:47 +00:00
Yi Kong
e8f7b80bcd Merge "Track libcore change 2115cc0ca7d60965a361129d8826478ff2d847e4" 2016-04-12 14:44:30 +00:00
Yi Kong
5182e272ad Track libcore change 2115cc0ca7d60965a361129d8826478ff2d847e4
Bug: 28108421
Change-Id: I774f264bf538b0fa2aac63c8e5225f82d7b03c2e
2016-04-12 14:05:59 +01:00
Yang Ni
3444dbe025 Destroy Type created by Allocation.createSized()
Bug: 27972184
Change-Id: I4f80c74079087eab20b75a701c56cde141322462
2016-04-11 17:31:39 -07:00
Stephen Hines
9e57114199 Merge "Fix typos for the word "Unsupported"." 2016-04-11 21:48:34 +00:00
Stephen Hines
ad57e330ba Fix typos for the word "Unsupported".
Bug: https://code.google.com/p/android/issues/detail?id=206490
Change-Id: Ie1b2c2b0960d8dd8c12ed06d84a16913cd057221
2016-04-11 13:05:55 -07:00
Julia Reynolds
0a5195577c Merge "Show volume safety warning for all users" 2016-04-11 14:33:03 +00:00
qinglian.x.zhang
a967b6210b Show volume safety warning for all users
The volume safety warning is shown only for owner.
It should be shown for all users.

Change-Id: I616038e3eecf8523aa5edd48843b0eb444607d2f
2016-04-11 21:18:39 +09:00
Kaori Katou
0a33405329 Dismiss keyguard when user button is tapped
When multi-user is disabled and user button is tapped
on the keyguard, the contact app is displayed behind the keyguard.
The keyguard should be dismissed when the contact app is launched.

Change-Id: I7daa0bec84b5172e78668cc71e51955f166ede0a
2016-04-11 11:31:09 +09:00
Michael Wright
63c168acf7 Add choreographer API to the NDK.
Change-Id: Icb8cffd3cd3bd06814466be72db3e26f6a62cbc6
2016-04-08 16:55:02 +02:00
Yang Ni
44e2f45f0c Destroy Closures in ScriptGroup
Bug: 27973681

Implemented correct destruction in ScriptGroup.destroy() and
Clsoure.destroy(), which properly destroys child BaseObj's.

Change-Id: I946f62c2979d6a338b8883514cacad472a213c5c
2016-04-07 13:00:30 -07:00
Yi Kong
937abc9dba Merge "Track libcore change c5c1e2717349a96913dc88722a20c7c1ec2cae68" 2016-04-07 17:23:58 +00:00
Yi Kong
79c76f9e53 Merge "Track libcore change e9d9ae3d5e57a60e20c2c01e3dceb3e51de8b9f4" 2016-04-07 16:50:51 +00:00
Yi Kong
b443d5d171 Track libcore change c5c1e2717349a96913dc88722a20c7c1ec2cae68
Bug: 28058863
Change-Id: Id4bfeaf0f85d63b658dee3b74f91d7468c8eab95
2016-04-07 17:20:31 +01:00
Yi Kong
3f0f27f6cc Track libcore change e9d9ae3d5e57a60e20c2c01e3dceb3e51de8b9f4
Change-Id: I272d9d8a15034dce4e0858b76e1ca22e315e4acd
2016-04-07 16:19:35 +00:00
Shinichiro Hamaji
0a38ae9bb3 Let WAPPushManager depend on its proguard.flags
Touching packages/WAPPushManager/proguard.flags didn't let
the .dex file be rebuilt.

Bug: 27954979
Change-Id: I42410eb06a970f7ec5f36496840640d228ad376b
2016-04-07 18:06:41 +09:00
Marco Nelissen
ba23e45348 Merge "Fix MTP_TYPE_UINT128 data conversion issue" 2016-04-05 17:51:57 +00:00
Yang Ni
a314384dc9 Merge "Avoid destroying Device separately" 2016-04-05 01:49:22 +00:00
Yang Ni
cb939dc4fc Avoid destroying Device separately
Bug: 27983025

Device should be destroyed inside the destructor of the associated
Context.

Change-Id: I921a89974e1174f837349a89aef9b03efa4882f5
(cherry picked from commit 4a70df58a3)
2016-04-04 18:00:03 -07:00