Jeff Sharkey
5c0ed94deb
Merge "Consistent clean up of failed installs." into lmp-dev
2014-09-12 04:25:06 +00:00
Jeff Sharkey
e980804df1
Bring install and install-multiple into parity.
...
This ensures that both are using (almost) identical logic when
deciding what installs to proceed with. Installs from "pm" for all
users now run as OWNER, and rely solely on INSTALL_ALL_USERS to
express intent. This keeps install session notifications simple.
Since installer UID can vary from installer package name, start
persisting the UID. Also parse some missing flags for install
sessions.
Bug: 17469392
Change-Id: I6d89b1a787aa2024cc4bebf6b9c29317c358e147
2014-09-11 21:24:00 -07:00
Yohei Yukawa
1213254ebe
Merge "API Review: Clean up removed APIs" into lmp-dev
2014-09-12 03:45:50 +00:00
Santos Cordon
29f2f2e56a
Disconnect all connections if telecomm unbinds to the service.
...
Bug: 1748658
Change-Id: I7bd3d6f28b7fa25f2ee0b308b5dc16d70d67949f
2014-09-11 19:50:24 -07:00
Chris Craik
31102536fd
Merge "Snap outline clipping to integer coordinates correctly" into lmp-dev
2014-09-12 02:47:14 +00:00
Dianne Hackborn
aeb88ed612
Merge "Work on issue #17477510 : Time change notifications sent too often" into lmp-dev
2014-09-12 02:34:36 +00:00
Dianne Hackborn
d7f460936c
Merge "Fix issue #17377423 : Frequently see 500ms latency on app open..." into lmp-dev
2014-09-12 02:32:55 +00:00
Yohei Yukawa
3fadee4791
API Review: Clean up removed APIs
...
This CL removes old API signatures marked as @removed
in the follow CLs.
- Ic8c6fab58c01206872a34e7ee604cdda1581364d
- Ia8cbb9f6b41cd9509fc0147fd68763dfde593ffc
- I772c48ff18918e48a81e807b48ff907614485c09
This is just a clean-up CL. No behavior change is intended.
BUG: 17200900
BUG: 17320996
BUG: 17365414
Change-Id: Ibfbd5cc1cdebb8851c73477cff55c9b2d631fdea
2014-09-12 11:32:31 +09:00
Craig Mautner
20d97e1ce2
Merge "Add null checks to WindowState.getStack() calls." into lmp-dev
2014-09-12 02:24:42 +00:00
Dianne Hackborn
998e608ddd
Work on issue #17477510 : Time change notifications sent too often
...
Record the number of time change events seen by the alarm manager.
Change-Id: I154e7e068626c71f76ee7b26f3e38a885025e0fa
2014-09-11 19:13:23 -07:00
Jinsuk Kim
68ab6cf0ea
Merge "Replace the MHL register name 'scratchpad' with 'vendor'" into lmp-dev
2014-09-12 02:12:36 +00:00
Chris Craik
4340c260c0
Snap outline clipping to integer coordinates correctly
...
bug:17403105
Change-Id: I65b5d7103aac58ba6feb4b021c276c67e9341716
2014-09-11 18:58:45 -07:00
Craig Mautner
cbc771f50e
Merge changes Ia6fe9724,I682b9acb into lmp-dev
...
* changes:
Show all windows from activity that hides keyguard
Make sure FLAG_DISMISS_KEYGUARD brings up bouncer
2014-09-12 01:45:29 +00:00
Adam Lesinski
3bab7c188d
Merge "UsageStats should deal with changing time" into lmp-dev
2014-09-12 01:42:21 +00:00
Jinsuk Kim
b3fbf9dbe8
Replace the MHL register name 'scratchpad' with 'vendor'
...
Bug: 17479050
Change-Id: If6fe2949d17ad2d407df5b797c1915eb0e9bf421
2014-09-12 10:42:14 +09:00
Craig Mautner
41a7b7911e
Add null checks to WindowState.getStack() calls.
...
Fixes bug 12786011.
Change-Id: I7fed856f8c96eec47df0912cea9bce705ecf690a
2014-09-11 18:40:22 -07:00
Adam Lesinski
66143fa5b3
UsageStats should deal with changing time
...
When the system time is changed, the UsageStats API
will modify all existing entries to correspond with the
new time change. If the time changed when the device was
off, stats in the future will be deleted.
Change-Id: Ica3e9917d4d1a180f97700e52ab390e3673e1e82
2014-09-11 18:39:01 -07:00
Alan Viverette
e461d549bf
Merge "Remove unsafe methods that take TypedArray" into lmp-dev
2014-09-12 01:30:35 +00:00
Alan Viverette
e9939c110e
Merge "Remove background override for sw720dp preference panel" into lmp-dev
2014-09-12 01:28:46 +00:00
Tyler Gunn
2df938e56b
Merge "Add intent broadcast when a PhoneAccount is enabled or disabled. (1/3)" into lmp-dev
2014-09-12 01:27:37 +00:00
Alan Viverette
934f81a2a4
Merge "Make the TimePicker and light DatePicker styles public" into lmp-dev
2014-09-12 01:21:53 +00:00
Alan Viverette
5a05a21680
Merge "Move padding back into to the dialog message" into lmp-dev
2014-09-12 01:20:59 +00:00
Craig Mautner
7d7808fcf8
Show all windows from activity that hides keyguard
...
Popup windows from the activity hiding the keyguard weren't being
shown. This change retrieves that activity from PhoneWindowManager
and applies the show or hide call to the windows that match the
activity.
Fixes bug 16479813.
Change-Id: Ia6fe97240aec85c5233eee9038138f7d48095a6e
2014-09-11 18:02:38 -07:00
Alan Viverette
87eaaf0f87
Make the TimePicker and light DatePicker styles public
...
BUG: 17478212
Change-Id: I0b1b5db6973807a42d9d13479f3db3ac513e8290
2014-09-11 17:55:42 -07:00
Chet Haase
25877af238
Merge "Unfilled shapes should not report themselves as opaque" into lmp-dev
2014-09-12 00:54:18 +00:00
George Mount
4188d0de10
Fixed NPE in EnterTransitionCoordinator
...
Bug 17478213
Change-Id: I6614f6e9e91103fbf50c49d2560088969f90685a
2014-09-11 17:47:11 -07:00
Dianne Hackborn
9d52f791b9
Fix issue #17377423 : Frequently see 500ms latency on app open...
...
...even for apps in cache
64 bit devices are cool, so they get to use more RAM for their
caches.
Shhhh, don't tell 32 bit devices, they get terribly jealous.
Change-Id: Iec9a0c43718a75530555bac50185658a682969aa
2014-09-11 17:46:06 -07:00
Chet Haase
22cf0b0cb8
Unfilled shapes should not report themselves as opaque
...
Issue #17470611 Stroked, unfilled GradientDrawable shouldn't cast a shadow
Change-Id: Ied60e12c2d2567efec8dac1fe69c77b49ef25b8e
2014-09-11 17:45:43 -07:00
Amith Yamasani
cf79a56c71
Merge "Check for singleUser attribute even for persistent apps" into lmp-dev
2014-09-12 00:44:06 +00:00
Chris Craik
81fba70972
Merge "Fix null rect parameter for saveLayer / saveLayerAlpha" into lmp-dev
2014-09-12 00:35:17 +00:00
Jorim Jaggi
5262fe3a1a
Merge "Add massive logging to investigate blank Keyguard" into lmp-dev
2014-09-12 00:30:28 +00:00
Michael Wright
1208e2718d
Change constant to PowerManager.RELEAES_FLAG_WAIT_FOR_NO_PROXIMITY
...
Bug: 17290118
Change-Id: Iae3866bf3f7ac24f756ec4c183e848a79d1f779b
2014-09-12 00:23:14 +00:00
Jorim Jaggi
b01287fbfb
Add massive logging to investigate blank Keyguard
...
This CL needs to be reverted after the issue is fixed, as it clutters
the code a lot.
Bug: 17439581
Change-Id: I548fdd73bbcd6d6ce727901f9dcd9f3f7268db9d
2014-09-12 02:17:48 +02:00
Alan Viverette
95b1f84313
Remove background override for sw720dp preference panel
...
BUG: 17449927
Change-Id: I8a52a7c2b25028c450e838890bd061fc00fd6f03
2014-09-11 17:14:47 -07:00
George Mount
a374bc049c
Merge "Fixed empty TransitionSet not notifying listeners." into lmp-dev
2014-09-11 23:56:36 +00:00
Chris Craik
9bc13a353f
Fix null rect parameter for saveLayer / saveLayerAlpha
...
bug:17476559
Change-Id: I3ba43c9eed8f6fc455eb41e0990e75e0f4c7b648
2014-09-11 16:55:10 -07:00
Jorim Jaggi
c13fcace7e
Make sure FLAG_DISMISS_KEYGUARD brings up bouncer
...
Bug: 17449741
Change-Id: I682b9acb1d8bca8a83953a59c9548f9f0ca56f4b
2014-09-11 16:50:29 -07:00
Amith Yamasani
e1e98741ff
Merge "Annotate bindServiceAsUser with SystemApi" into lmp-dev
2014-09-11 23:48:37 +00:00
Amith Yamasani
c85029f7d9
Annotate bindServiceAsUser with SystemApi
...
Bug: 17470388
Change-Id: I0961e6ebabaffd91e3d152074b2f64ca4f9ba8fb
2014-09-11 16:47:17 -07:00
Brian Carlstrom
38c29ca3c7
Merge "Add zygote preloading of shared libraries" into lmp-dev
2014-09-11 23:40:33 +00:00
Amith Yamasani
12a1d81de7
Check for singleUser attribute even for persistent apps
...
This enables Nfc to start a service on a different user.
Bug: 17462401
Change-Id: I92b2bcc2867a380ee18f77a40032bc43e4672c23
2014-09-11 16:39:31 -07:00
Alan Viverette
446666c57d
Move padding back into to the dialog message
...
Makes lists look weird, but we need some dynamic adjustment of padding
if we're going to handle every combination of buttons/message/etc.
BUG: 17460357
Change-Id: I2990f72f3761f3a0e9cf5d295101af2b99685cff
2014-09-11 16:37:05 -07:00
Brian Carlstrom
6c9af96de5
Add zygote preloading of shared libraries
...
Bug: 17459019
Change-Id: I7cb4ecd0ec9542aa9079420fe158cedca7fca028
2014-09-11 16:36:45 -07:00
Alan Viverette
5171dee215
Remove unsafe methods that take TypedArray
...
BUG: 15782973
Change-Id: Ief4ff69c90c16b0e8c93316af9d46ae9639648fa
2014-09-11 16:33:01 -07:00
Yigit Boyar
dba92d416d
Merge "Add support for default content description in DecorToolbar" into lmp-dev
2014-09-11 23:30:47 +00:00
Alan Viverette
34e53ab66e
Merge "Vertically align toolbar child views with similar gravities" into lmp-dev
2014-09-11 23:24:48 +00:00
Svetoslav
36f6951e32
Merge "Fix back button behavior and clean up in print preview activity." into lmp-dev
2014-09-11 23:24:20 +00:00
Alan Viverette
e3cb7baeb9
Vertically align toolbar child views with similar gravities
...
Also fixes Body1 text size, action bar title size on sw600dp-land.
BUG: 17266152
Change-Id: Ib686dd6e80dfcdad920c922a532f4f5d6252fa19
2014-09-11 16:23:29 -07:00
Ihab Awad
d27a3870f6
Merge "Change UI to represent conferenced IMS connections (1/3)" into lmp-dev
2014-09-11 23:18:04 +00:00
Adam Powell
fb008d6ac3
Merge "Remove View methods that can't be used safely from the SDK" into lmp-dev
2014-09-11 23:12:27 +00:00