Adam Lesinski
49a2a6985d
Merge "Add helper function to extract app ID from shared app gid." into mnc-dev
2015-06-30 23:16:20 +00:00
Amith Yamasani
2b64ec470c
Merge "Don't allow non-admins to adopt sd card for internal storage" into mnc-dev
2015-06-30 23:00:08 +00:00
Chet Haase
081ddbe296
Merge "Invalidate parent when scrolling child view back onto screen" into mnc-dev
2015-06-30 22:46:44 +00:00
Alan Viverette
5906f58771
Merge "Use non-greedy view to draw background in landscape time picker" into mnc-dev
2015-06-30 22:45:07 +00:00
Deepanshu Gupta
c428b55c97
Merge "Replace infinite loop with foreach." into mnc-dev
2015-06-30 22:42:00 +00:00
Deepanshu Gupta
f5ca45baab
Merge "Add missing resolveResValue call." into mnc-dev
2015-06-30 22:41:44 +00:00
Deepanshu Gupta
c77f9c76e4
Replace infinite loop with foreach.
...
A method call exists to find all inner classes. Use it instead of
manually enumerating the possibilities and checking.
Also fix a typo.
Change-Id: I2af678e92ea0c11b53617b247d8cda324391c185
2015-06-30 15:36:34 -07:00
Chet Haase
1b7f8f99c3
Invalidate parent when scrolling child view back onto screen
...
This bug caused views which used to be quick-rejected to continue to not
be drawn because the parent's DisplayList no longer contained them. The
fix is to notice when offsetting a view puts it back on screen and invalidates
the parent appropriately.
Issue #21413554 offsetTopAndBottom requires invalidating parent when view becomes visible again
Change-Id: I0f5d2cc48e3da912a41635712d9c37fb30e70c86
2015-06-30 15:33:30 -07:00
Jorim Jaggi
6ef5898793
Don't show orb when voice session is already running
...
Bug: 22195186
Change-Id: I7839536d2f6362889a924b65011d80556f0176b8
2015-06-30 22:30:34 +00:00
Jorim Jaggi
3b866bee86
Make sure endClosing doesn't get called too early
...
Bug: 22196478
Bug: 22184101
Change-Id: I3488c40b74a080efbba9b1544f9709f7e509988b
2015-06-30 22:30:08 +00:00
Alan Viverette
aa69922ace
Use non-greedy view to draw background in landscape time picker
...
Bug: 21933765
Change-Id: I95d608e9be166308e3a9b013a2c4c17cd4345046
2015-06-30 15:29:13 -07:00
Adam Lesinski
f4216d30cd
Add helper function to extract app ID from shared app gid.
...
Bug:22008744
Change-Id: Ifadc7df3777dd74932833f4d22a0e285d7bdaf95
2015-06-30 15:00:22 -07:00
Svet Ganov
1aaad610df
Merge "Do not hold a lock when calling API to grant default permissions" into mnc-dev
2015-06-30 21:44:34 +00:00
Doris Liu
e08f3b3ff5
Merge "Resolve CompoundButton's foreground drawable for layout direction change" into mnc-dev
2015-06-30 21:42:43 +00:00
Doris Liu
99aa13ec10
Merge "Allow null child view when checking whether divider should draw" into mnc-dev
2015-06-30 21:35:09 +00:00
Deepanshu Gupta
5d1eaf4a19
Add missing resolveResValue call.
...
Bug: http://b.android.com/178504
Change-Id: I7dde8094cf762893e4f7ea0d3de87a281c9602cd
2015-06-30 14:28:58 -07:00
Chris Craik
ca985b54c8
Merge "Don't display layout bounds of GONE views" into mnc-dev
2015-06-30 21:22:26 +00:00
Amith Yamasani
462ac3a2aa
Don't allow non-admins to adopt sd card for internal storage
...
Bug: 21883016
Change-Id: I9af3eeffd860b076e69bb02a3dc06edba5f95898
2015-06-30 14:21:01 -07:00
Doris Liu
f102d4266b
Allow null child view when checking whether divider should draw
...
The beginning divider should draw before the first child that is not
set to GONE. Incidentally, there needs to be a check for such a child,
which involves checking the visibility of all the children with lower
indices. This CL takes into account the scenarios where children with
lower indices could be null, in which case we'll treat them as if they
were GONE.
Bug: 22199594
Change-Id: Iefc73ef87beec219898c967b9a3ccebd1e3b5b4c
2015-06-30 13:57:28 -07:00
Alan Viverette
b35e866713
Merge "Handle null argument in ImageView.setImageIcon()" into mnc-dev
2015-06-30 20:53:31 +00:00
Chris Craik
a763bb83cf
Merge "Saturate alpha values when overlaying glyphs" into mnc-dev
2015-06-30 20:52:26 +00:00
Chris Craik
a1dab8bb0f
Don't display layout bounds of GONE views
...
bug:22126532
Change-Id: Ib7816346e0f6ff54fcf7b180bf4042ce113728b9
2015-06-30 13:51:26 -07:00
Alex Klyubin
89575b678c
Merge "Enforce IND-CPA requirement when generating asymmetric keys." into mnc-dev
2015-06-30 20:48:19 +00:00
Alan Viverette
6ef129e09d
Handle null argument in ImageView.setImageIcon()
...
Provides consistency with setImageDrawable(). Also updates docs and
annotations for setImageZzz() methods that can take null.
Bug: 21664964
Change-Id: Ia9b7f8ee9edb23eeea457520bea4dd261decc794
2015-06-30 13:32:27 -07:00
Adam Lesinski
40fab055bb
Merge "Add round/notround qualifier to docs" into mnc-dev
2015-06-30 20:31:26 +00:00
Adam Lesinski
32ddd53466
Merge "BatteryStats: Account for remaining OS wakelock time at the end of processing all apps" into mnc-dev
2015-06-30 20:30:46 +00:00
Chris Craik
de25a672b1
Saturate alpha values when overlaying glyphs
...
bug:19062769
Glyphs were stored to the output buffer with the assumption of
non-overlap, which is incorrect for certain fonts/strings. Instead,
blend src into dst, so new glyphs don't clobber existing content.
Change-Id: I6e22037500e67d5348ee2a43d939416c23c4d1ea
2015-06-30 13:24:18 -07:00
Bryce Lee
5cd293b379
Merge "Merge commit '91d2cbf4' into manualmerge" into mnc-dev
2015-06-30 20:15:42 +00:00
Jason Monk
583d2d9ba2
Merge "Don't allow do not disturb when volume restricted" into mnc-dev
2015-06-30 20:08:17 +00:00
Adam Lesinski
43f222f02f
BatteryStats: Account for remaining OS wakelock time at the end of processing all apps
...
Bug:18724932
Change-Id: I01cfd18acb3332ad35fd0d48d9c50bc37e5ccd08
2015-06-30 12:54:41 -07:00
Adam Lesinski
f178066925
Add round/notround qualifier to docs
...
Bug:22203014
Change-Id: Icc05b93f0c1beddce3bd26ae169c2e8c0e3cb898
2015-06-30 12:40:57 -07:00
Bryce Lee
3ae447e8bb
Merge commit '91d2cbf4' into manualmerge
...
Change-Id: Id018e65bdbd67f040af13a07207cac33a4a2a158
2015-06-30 12:31:41 -07:00
Svet Ganov
4a23ac4589
Merge "Installer is a part of the system with unrevocable permissions" into mnc-dev
2015-06-30 19:24:05 +00:00
John Spurlock
a81c2e16fa
Merge "Volume: Defend against monkeys pulling tags too early." into mnc-dev
2015-06-30 19:22:16 +00:00
John Spurlock
1a830f0d80
Volume: Defend against monkeys pulling tags too early.
...
Bug: 22197117
Change-Id: I0f944fbc7fd6dd5176300c4fd0fd7b79234efe2d
2015-06-30 15:14:27 -04:00
Maxim Bogatov
7a2e4b8f80
Merge "Let TextView clear accessibility selection index" into mnc-dev
2015-06-30 18:45:52 +00:00
Bryce Lee
d903e580aa
am cc2ba220: Merge "Only enable theater mode by button press after setup." into cw-d-mr1-dev
...
* commit 'cc2ba2200ddc9d95753fa930aa245540fac880e8':
Only enable theater mode by button press after setup.
2015-06-30 18:34:47 +00:00
Doris Liu
3380e69f55
Resolve CompoundButton's foreground drawable for layout direction change
...
This CL adds a step to resolve CompoundButton's foreground drawable when
layout direction has been changed. Prior this CL, only background drawable
of the button resolves its layout direciton in respond to system wide
layout direction change. This CL makes the foreground and background
drawables consistent in layout direciton.
Bug: 16376848
Change-Id: I9a4eb1e010e6ab61ef8684005508bd36486ec1f3
2015-06-30 11:26:47 -07:00
David Friedman
3acd16032c
am eb7f1a94: am 9f2e92ee: Merge "Docs: Localized M-Preview pages Bug: 21789313" into mnc-preview-docs
...
* commit 'eb7f1a948a202cec51c0c09c3fbc1c557674380b':
Docs: Localized M-Preview pages Bug: 21789313
2015-06-30 17:57:45 +00:00
Andrew Solovay
8722e1416e
am 4653cdec: am 350286e6: Merge "docs: Clarified when you can put the fragments in the root view." into mnc-preview-docs
...
* commit '4653cdecab5eb6b08f23183f83034ccf50e93451':
docs: Clarified when you can put the fragments in the root view.
2015-06-30 17:57:36 +00:00
Yorke Lee
40dff5b47f
Merge "Fix TelecomManager.isVoicemailNumber" into mnc-dev
2015-06-30 17:47:17 +00:00
Chris Wren
392527c4cc
Merge "add more power manager metrics" into mnc-dev
2015-06-30 17:20:29 +00:00
Svet Ganov
6a166af8fd
Installer is a part of the system with unrevocable permissions
...
1. Mark the installer permissions as not revocable.
2. Make the permission result dispatch more robust to handle installer death.
bug:22012614
Change-Id: Idee30ca884b87ccf97ba1bb878d4c49912e474b8
2015-06-30 10:15:49 -07:00
Yorke Lee
1249bdbe90
Fix TelecomManager.isVoicemailNumber
...
Provide an overload of PhoneNumberUtil.isVoiceMailNumber that
takes a context to prevent an NPE.
This does not fix PhoneNumberUtil.isVoicemailNumber(String number),
that will require a follow up CL.
Bug: 22184528
Change-Id: I300b70948e5ff7230989bb887ad17e222c61685d
2015-06-30 10:15:40 -07:00
Bryce Lee
cc2ba2200d
Merge "Only enable theater mode by button press after setup." into cw-d-mr1-dev
2015-06-30 17:13:04 +00:00
Abodunrinwa Toki
e40d7a6326
Merge "Fix Floating toolbar overflow width." into mnc-dev
2015-06-30 16:56:23 +00:00
Abodunrinwa Toki
685a14468e
Merge "Fix floating toolbar flicker in ExtractEditText mode." into mnc-dev
2015-06-30 16:53:26 +00:00
Svet Ganov
6dc94c5460
Merge "Update the stroage icon." into mnc-dev
2015-06-30 16:50:58 +00:00
Svet Ganov
b24ff7e03a
Merge "Add read/write external storage app ops" into mnc-dev
2015-06-30 16:50:17 +00:00
Svet Ganov
06324ed4c6
Do not hold a lock when calling API to grant default permissions
...
bug:22186491
Change-Id: Id0a468423048938a91598629c4921090ec082853
2015-06-30 09:23:55 -07:00