231598 Commits

Author SHA1 Message Date
Fyodor Kupolov
0ffbfea423 Self closing tags are not allowed as of Java 8
Self closing tags are not legal in HTML and javadoc was updated to better
enforce valid javadoc comments.
https://bugs.openjdk.java.net/browse/JDK-8020619

Change-Id: Ia7644b79be559a2e88fc9850eab570bd926f9a4b
2016-02-01 23:56:09 +00:00
Geoff Mendal
7b7ce39a22 Import translations. DO NOT MERGE am: 73ecaf0881 -s ours am: 94d9f3c788 -s ours am: 5aec202998 -s ours am: 43d3ea4887 -s ours
am: 8793ae3ddc  -s ours

* commit '8793ae3ddccf8c82c5a6d7004e5563effa760183':
  Import translations. DO NOT MERGE
2016-02-01 23:51:31 +00:00
Casey Burkhardt
e28ec5f056 Merge "Update AccessibilityAction docs" 2016-02-01 23:44:43 +00:00
Philip P. Moltmann
18fc58f13d Merge "UI improvements for the print spooler" 2016-02-01 23:42:05 +00:00
Selim Gurun
0829fd4b26 Merge "Run 32-bit app in multiArch APK." 2016-02-01 23:40:23 +00:00
Ben Kwa
f10b1c21a8 Merge "Fix a crash in Metrics code." 2016-02-01 23:40:16 +00:00
Andreas Gampe
a89087542f Frameworks/base: Add A/B OTA preopting
Add an OTA Dexopt service. Refactor package manager service and
package dex optimizer to reuse some code. Add knowledge about
OTA flag to installer.

Bug: 25612095
Change-Id: I7dd6bb468fea44b9d3acf0ac7d7404fb02d0f30a
2016-02-01 15:38:21 -08:00
Philip P. Moltmann
2fbd43ea27 Merge "Update summary when printer changes" 2016-02-01 23:37:29 +00:00
Abhijith Shastry
a14642cbf3 Merge "BlockedNumberContract API changes:" 2016-02-01 23:36:15 +00:00
Geoff Mendal
8793ae3ddc Import translations. DO NOT MERGE am: 73ecaf0881 -s ours am: 94d9f3c788 -s ours am: 5aec202998 -s ours
am: 43d3ea4887  -s ours

* commit '43d3ea488729e22995df09be756217a87d7fa39b':
  Import translations. DO NOT MERGE
2016-02-01 23:35:52 +00:00
Geoff Mendal
43d3ea4887 Import translations. DO NOT MERGE am: 73ecaf0881 -s ours am: 94d9f3c788 -s ours
am: 5aec202998  -s ours

* commit '5aec202998dfc1f72159b25892358c9f477d35f5':
  Import translations. DO NOT MERGE
2016-02-01 23:30:56 +00:00
Chong Zhang
7a8c2b18b8 Merge "Fix FLAG_ACTIVITY_CLEAR_TOP not working for aliased activities" 2016-02-01 23:27:36 +00:00
Geoff Mendal
5aec202998 Import translations. DO NOT MERGE am: 73ecaf0881 -s ours
am: 94d9f3c788  -s ours

* commit '94d9f3c78856217a1d7c6444fb7f9bc47ce96adc':
  Import translations. DO NOT MERGE
2016-02-01 23:26:05 +00:00
Makoto Onuki
d38308e4d0 Merge "Fix DPM unit tests" 2016-02-01 23:24:20 +00:00
Makoto Onuki
3f3657a61b Fix DPM unit tests
Bug 26911599

Change-Id: I874c9cd4f63c79bc984777ef3b1b654a414c4911
2016-02-01 15:21:49 -08:00
Geoff Mendal
94d9f3c788 Import translations. DO NOT MERGE
am: 73ecaf0881  -s ours

* commit '73ecaf0881121522831c33563c5dcdcfda11f895':
  Import translations. DO NOT MERGE
2016-02-01 23:21:45 +00:00
Arunesh Mishra
e909d94e03 Merge "Fix moduleProperties in SoundTriggerInternal." 2016-02-01 23:15:25 +00:00
Rob Carr
d7e4acba06 Merge "Ensure Surface matrix set even when size unchanged." 2016-02-01 23:12:14 +00:00
Rob Carr
d1a668fd9a Merge "Allow saving child surfaces." 2016-02-01 23:11:51 +00:00
Robert Carr
7098dbd4d6 Allow saving child surfaces.
We can and should save child surfaces as the client side window
state hasn't been torn down in the case where we would otherwise save.
So, if we destroy the Surface, the client will continue to render
and crash.

Bug: 26793431
Bug: 25780116
Bug: 26777815
Change-Id: Ia043b7af24b9370fc17a5b57226566f94c08ba4e
2016-02-01 23:09:16 +00:00
Abhijith Shastry
d907c64ff9 BlockedNumberContract API changes:
1. Add a method isProviderSupportedForCurrentUser for multi-user scenarios.
2. Remove STRIPPED_NUMBER column.

BUG: 26232372

Change-Id: Ida703d7a873915a02cd7918ed297cf039a7956c9
2016-02-01 15:09:08 -08:00
Steve McKay
a7dbccff77 Merge "Create "Home" dir instead of "home" to match other default dirs." 2016-02-01 23:00:59 +00:00
Roozbeh Pournader
ed553f6b0d Merge "Make default resources a better match for en-US requests" 2016-02-01 22:57:58 +00:00
Deepanshu Gupta
14889dd6cd Merge branch 'master' of /usr/local/google/game/mirror/googleplex-android_googlesource_com/platform/frameworks/base 2016-02-01 22:57:10 +00:00
Roozbeh Pournader
27953c349f Make default resources a better match for en-US requests
When locale fallback landed, resources which specified an 'English'
locale started to be considered a better match for en-US, even though
traditionally, apps tend to ship US English resources under their
default locale.

This fixes that, and makes en-US requests match default locales.

Bug: 26756573
Bug: 26789680
Bug: 26803868
Change-Id: I460c276bfc6ddba0439dcdf87497a0aece0fa05d
2016-02-01 14:56:52 -08:00
Deepanshu Gupta
08df538482 Remove obsolete try catch am: ebdcc80ac2
am: 29e8071d2e

* commit '29e8071d2e9f3a8171624fd63b849f5c14360b21':
  Remove obsolete try catch
2016-02-01 22:56:43 +00:00
Tao Bai
c9a0237f5f Run 32-bit app in multiArch APK.
Bug: 26874366

Change-Id: I2c1fd1d036efe72b28b5fe996416df69a583959f
2016-02-01 14:54:37 -08:00
Xiaohui Chen
f43491f8f2 sysui: small refactor
Bug: 26161831
Change-Id: I020176d49cb12c7f7b56ad6eb1221e678312f798
2016-02-01 22:53:33 +00:00
Deepanshu Gupta
29e8071d2e Remove obsolete try catch
am: ebdcc80ac2

* commit 'ebdcc80ac26ae51ba27d9469a501a6242256aa50':
  Remove obsolete try catch
2016-02-01 22:52:50 +00:00
Philip P. Moltmann
76855d322b Merge "Init and clean up printer registry independat of state." 2016-02-01 22:49:51 +00:00
Steve McKay
5c462a0e31 Create "Home" dir instead of "home" to match other default dirs.
Add DIRECTORY_HOME to android.os.Environment...use that for dir name,
    so we don't use a localized name when creating directory.
Mark all of the DIRECTORY_* fields final.

Bug: 26814341
Change-Id: I5a11bcb180674c619de2f5ce9ed598521e60cc25
2016-02-01 14:46:34 -08:00
Rubin Xu
7e444c0059 Merge "Mask widgets for suspended packages." 2016-02-01 22:46:02 +00:00
Ryan Bavetta
ee3fc89a3a Allow Generic SoundTrigger Models
BUG: 22860713
Change-Id: Ic260af0831f9751ced161820f52f0b0185bdfcea
2016-02-01 14:34:58 -08:00
Chong Zhang
6bdc7e1cdf Fix FLAG_ACTIVITY_CLEAR_TOP not working for aliased activities
bug: 26216591
Change-Id: I26528b7613bd8aa80fc7f4d6b64ea7bf639935d3
2016-02-01 14:33:53 -08:00
Bart Sears
e3d9ae1769 Merge "Hack to get devices booting again." into mnc-dr1.5-dev am: 29700949ad am: 795e53a36b
am: 6d9b0fb923

* commit '6d9b0fb923bc6d77b23ac40841625d61eb003e0f':
  Hack to get devices booting again.
2016-02-01 22:30:21 +00:00
Bart Sears
6d9b0fb923 Merge "Hack to get devices booting again." into mnc-dr1.5-dev am: 29700949ad
am: 795e53a36b

* commit '795e53a36b0bda3555e23ea8b54cf97361014a24':
  Hack to get devices booting again.
2016-02-01 22:27:37 +00:00
Jorim Jaggi
1444cfd50e Fix build
Change-Id: Ifed64dc2a4db9a58c3588ea0ca899f628efe685a
2016-02-01 22:24:46 +00:00
Bart Sears
795e53a36b Merge "Hack to get devices booting again." into mnc-dr1.5-dev
am: 29700949ad

* commit '29700949ad981bde8d35219914161f6424e7757b':
  Hack to get devices booting again.
2016-02-01 22:23:34 +00:00
Jorim Jaggi
ccdab44d25 Merge changes Ie6c1ea33,Id1af37e6,I9c474f7a,I439c9b66
* changes:
  Reset create state in moveTaskToStack
  Divider tuning
  Fix transition to recents in docked mode
  Fix flicker and other weirdness
2016-02-01 22:18:21 +00:00
Bart Sears
29700949ad Merge "Hack to get devices booting again." into mnc-dr1.5-dev 2016-02-01 22:17:49 +00:00
Antonio Cansado
89270a445a Merge "Retuning tag information through NetworkStatsManager." 2016-02-01 22:16:44 +00:00
Arunesh Mishra
55a9b0089c Fix moduleProperties in SoundTriggerInternal.
Change-Id: Ie7ea74ca39894f78875768dbc3e504b32f262fe6
2016-02-01 14:14:06 -08:00
Antonio Cansado
46c75367fa Retuning tag information through NetworkStatsManager.
Network tags could be set since ICS but was not exposed
through the SDK. This CL extends existing functionality
of NetworkStatsManager to return network tags.

Bug: 25813338
Change-Id: I414b98193249ba88a3f2d64cb2e0d2633f64fa3f
2016-02-01 14:13:20 -08:00
Steven Dao
58869d2c9f Merge "Fix CollectionItemInfo.isHeading for ListView" 2016-02-01 22:10:52 +00:00
Rubin Xu
d09020576f Mask widgets for suspended packages.
Bug: 22776761
Change-Id: I271257e765a2297c780ac2bd37426d8fb451e5d9
2016-02-01 22:06:06 +00:00
Philip P. Moltmann
7874bdcd54 Merge "Only update UI when bound" 2016-02-01 22:03:36 +00:00
Deepanshu Gupta
ebdcc80ac2 Remove obsolete try catch
The try catch was to prevent crashing on preview releases of Android
Studio. We don't support them anymore.

Change-Id: I8e33cae98117c0034aea1b56903b623fcb64435e
2016-02-01 14:03:30 -08:00
Xiaohui Chen
a747ab8c0b Merge "Make user deletion dialog reusable." 2016-02-01 22:03:27 +00:00
Philip P. Moltmann
51dbc8ec6a Init and clean up printer registry independat of state.
The printer registry is created not in sync with the states or the
activity life-cycle. It might not be initialized when stop is called as
we might have a very quick

create -> start -> stop -> finish

without time for the print subsystem to initialize.

Bug: 21749058
Change-Id: I991029a7fd0ad162c1144ff03438707f16bf0b02
2016-02-01 13:56:45 -08:00
Hyunyoung Song
2678d30e7b Merge "Runtime exception on AppWidgetHostView should not cause crash to the hosting process." 2016-02-01 21:52:42 +00:00