148689 Commits

Author SHA1 Message Date
Selim Cinek
8da5491dee am 600f1eff: Merge "Fixed several bugs with the notification shade" into lmp-dev
* commit '600f1eff7f8a6239f0a7899f0ac483c7c4bd6f28':
  Fixed several bugs with the notification shade
2014-08-15 13:16:51 +00:00
Narayan Kamath
fa91979fbf am 09e5ce88: Merge "Remove system_server classes from the boot image." into lmp-dev
* commit '09e5ce88ff55ee3421924760137bc8ea2fcda968':
  Remove system_server classes from the boot image.
2014-08-15 13:12:37 +00:00
Zoltan Szatmary-Ban
68692b0657 am 856e0928: Merge "Revert "Revert "Revert "Revert "Update Trusted Credentials screen in settings""""" into lmp-dev
* commit '856e0928cf989876678e9af5d62a29b871d7eed3':
  Revert "Revert "Revert "Revert "Update Trusted Credentials screen in settings""""
2014-08-15 13:04:50 +00:00
Narayan Kamath
c89b1f0a42 am a7d930a0: Merge "Revert "Revert "Revert "Update Trusted Credentials screen in settings"""" into lmp-dev
* commit 'a7d930a070e53b4306034eab7ba315642f2591a4':
  Revert "Revert "Revert "Update Trusted Credentials screen in settings"""
2014-08-15 12:38:41 +00:00
Narayan Kamath
0d2e545235 am a6b01d21: Merge "Validate instruction sets passed to installd." into lmp-dev
* commit 'a6b01d21fa64df6283734e8f5e1aa41edcfff912':
  Validate instruction sets passed to installd.
2014-08-15 12:03:51 +00:00
Zoltan Szatmary-Ban
197a72a709 am 19c8ce29: Revert "Revert "Update Trusted Credentials screen in settings""
* commit '19c8ce291e89a9ef1442a20e1feab421b11536d7':
  Revert "Revert "Update Trusted Credentials screen in settings""
2014-08-15 12:03:47 +00:00
Zoltan Szatmary-Ban
1e7bc0def8 Revert "Revert "Update Trusted Credentials screen in settings""
This reverts commit 0f0de0bdd021bad5f85fdb0399a4ea91a1611e25.

Change-Id: Ia3d0907e3d7c2ec42d64e45f60e3dfaffb932c3d
2014-08-15 12:55:35 +01:00
Adam Lesinski
5b9c045a6a am b4c3c976: Fix crash in ResStringPool
* commit 'b4c3c9761bcdbf9ed3eb01c0145294dd730666bf':
  Fix crash in ResStringPool
2014-08-15 07:05:43 +00:00
Adam Lesinski
4b2d0f20db Fix crash in ResStringPool
When a String isn't found in the StringPool,
we should not try to construct a String8 object
from the NULL string.

Bug:15163956
Change-Id: I51e701918b10a72c18a860b8a36dce2afd9c0b82
2014-08-15 06:39:01 +00:00
Zoltan Szatmary-Ban
2b13c5641a Merge "Revert "Revert "Revert "Revert "Update Trusted Credentials screen in settings""""" into lmp-dev 2014-08-15 04:54:19 +00:00
Zoltan Szatmary-Ban
f8d72cc14f Revert "Revert "Revert "Revert "Update Trusted Credentials screen in settings""""
This reverts commit 87efe74e092236c372d3b6909009641123aa416a.

This should be fine now with all the dependency CLs +2-ed


Change-Id: I96ad14ad5ff81e6b5391035cb6c5a62339c6cc40
2014-08-15 12:58:37 +00:00
Narayan Kamath
f75aadc028 Revert "Revert "Revert "Update Trusted Credentials screen in settings"""
This reverts commit 19c8ce291e89a9ef1442a20e1feab421b11536d7.

Change-Id: Ie5a5571127311e0a29f314c0566e779cfe940b53
2014-08-15 12:25:52 +00:00
Narayan Kamath
bdc78678de Merge "Revert "Revert "Revert "Update Trusted Credentials screen in settings"""" into lmp-dev 2014-08-15 04:54:19 +00:00
Jeff Sharkey
07a36b1889 am b76b06d8: Merge "Some networks may have null ifaces, I guess?" into lmp-dev
* commit 'b76b06d8efcc13ada2aaa250540a65fb8d60560a':
  Some networks may have null ifaces, I guess?
2014-08-15 04:36:05 +00:00
Selim Cinek
afd7f117b3 Merge "Fixed several bugs with the notification shade" into lmp-dev 2014-08-15 04:32:23 +00:00
Selim Cinek
31094df5c6 Fixed several bugs with the notification shade
Cleaned up the code around mMaxPanelHeight of the
PanelView which could lead to flickering during
peeking.
Changed the panel opening logic to account for lag
when we need to wait for a layout, which could lead
to inconsistent animations.
Fixed a bug where holes could appear in the shade
when notifications were updating.
This also improved the general updating behaviour
which is now done in a nicer animation.

Bug: 15942322
Bug: 15861506
Bug: 15168335
Change-Id: Ifd7ce51bea6b5e39c9b76fd0d766a7d2c42bf7a4
2014-08-15 13:43:47 +02:00
Narayan Kamath
35cbf0e450 Merge "Remove system_server classes from the boot image." into lmp-dev 2014-08-15 04:32:23 +00:00
Narayan Kamath
29564cd245 Remove system_server classes from the boot image.
We set the system_server classpath in the environment
(like we do with BOOTCLASSPATH). After the zygote forks
the system_server, we dexopt the classpath (if needed)
and then launch the system server with the correct
PathClassLoader. This needed several small / medium
refactorings :

- The logic for connecting to installd is now in a separate
  class and belongs in the system_server.
- SystemService / SystemServiceManager have now moved to
  classes.jar. They are only used from there, and since they
  use Class.forName, we want them to be loaded by the
  system_server classloader, and not the bootclassloader.
- BootReceiver now moves to frameworks.jar, because it is
  used by ActivityThread and friends.

bug: 16555230

Change-Id: Ic84f0b2baf611eeedff6d123cb7191bb0259e600
2014-08-15 13:37:03 +01:00
Narayan Kamath
5dc4a440d1 Merge "Validate instruction sets passed to installd." into lmp-dev 2014-08-15 04:32:23 +00:00
Narayan Kamath
6c4b9de8f1 Validate instruction sets passed to installd.
We don't want folks passing down arbitrary strings.

bug: 16837404
Change-Id: I73ac66b376f1401f9f95f3c6323da6242ac8ed3d
2014-08-15 12:50:10 +01:00
Craig Mautner
f405938248 am e1de4a43: Merge "Fix race condition between binder deaths" into lmp-dev
* commit 'e1de4a43e9dadc62114c96fbc4bae21a63357c1a':
  Fix race condition between binder deaths
2014-08-15 02:23:11 +00:00
Sailesh Nepal
e628bb27f4 am 1d932b53: Use thread safe set for RemoteConnection.mListeners
* commit '1d932b53945a35ac918e3ec26fc29c37850e01b5':
  Use thread safe set for RemoteConnection.mListeners
2014-08-15 02:06:43 +00:00
Sailesh Nepal
cdb421cfe5 am b4e212cf: Include more state in ParcelableConnection
* commit 'b4e212cf8434f3203c667b3d02a6fa9920950f57':
  Include more state in ParcelableConnection
2014-08-15 02:06:37 +00:00
Justin Mattson
f52a4091e2 am 48734f62: Merge "Tweak leanback form style" into lmp-dev
* commit '48734f62e15475def05135b7cf1741c33256ebaf':
  Tweak leanback form style
2014-08-15 02:06:01 +00:00
Adam Lesinski
bf4c1cfc5b am 83b8dc7e: Merge "Fix aapt dump for APKs with no resources" into lmp-dev
* commit '83b8dc7e35d64d784982a5ac6403802b9f1252db':
  Fix aapt dump for APKs with no resources
2014-08-15 01:41:46 +00:00
Adam Lesinski
7624561101 am b6355bcb: Merge "Print xxxhdpi from ResTable_config::toString" into lmp-dev
* commit 'b6355bcb3822e0a1034f16dc3d2c75e495711c94':
  Print xxxhdpi from ResTable_config::toString
2014-08-15 01:41:41 +00:00
Yorke Lee
0f4e41d192 am e991c97b: Merge "Show InCallScreen when swiping phone affordance while in a call" into lmp-dev
* commit 'e991c97b0d1ee465020ec9cab72bd8d8bf96bc41':
  Show InCallScreen when swiping phone affordance while in a call
2014-08-15 01:41:33 +00:00
Sailesh Nepal
f4669dffd5 Use thread safe set for RemoteConnection.mListeners
Switch from HashSet to set backed by a ConcurrentHashMap to prevent
ConcurrentModificationExceptions.

(Relanding ag/521178. This got reveretd in ag/520450).

Bug: 16901565
Change-Id: I997898ed94f305d9b8c57eead04e0dfe6c04a884
2014-08-15 01:39:45 +00:00
Sailesh Nepal
8b9d3ca941 Include more state in ParcelableConnection
This fixes a bug where setting status hints wouldn't
work.

Bug: 17044602
Change-Id: Ife85b2d53ead38f54dac350adc09b8c9d052fda4
2014-08-15 01:39:07 +00:00
Jim Miller
9bc874b4f4 am b69c0de3: Merge changes I77f49fe8,I305e927a into lmp-dev
* commit 'b69c0de364491e06094d4b20ac231b76169f13e9':
  API review - move confirm credential constants from Intent
  Revert "Add new intent to prompt user for their device credential."
2014-08-15 01:37:02 +00:00
Chris Craik
1b668e0d9b am 36531e51: Merge "Fix nine patch outline radius computation" into lmp-dev
* commit '36531e51ec3f59b954a9520b23583da0327757d7':
  Fix nine patch outline radius computation
2014-08-15 01:36:57 +00:00
Chris Craik
fc7f3ba0bf am 6df9d135: Define shadow casting behavior within layers
* commit '6df9d135fa110044e0ba01188914446c502a22b2':
  Define shadow casting behavior within layers
2014-08-15 01:36:49 +00:00
Chris Craik
7eb32e8419 am 36314a4c: Disable shadow casting for transparent BitmapDrawables
* commit '36314a4c11727be92d0544bf4ef652167b652e0a':
  Disable shadow casting for transparent BitmapDrawables
2014-08-15 01:09:15 +00:00
Chris Craik
69e5adffb1 Define shadow casting behavior within layers
bug:15860114

Savelayers and HW layers both now support shadow casting.

For save layers, the light source should always be correct, for HW
layers, the light source position is set when the layer is created,
and updated when it is resized.

Change-Id: Ie85567dd43c2bb0a0b08fd0bd4db41efa793ac2b
2014-08-15 00:59:44 +00:00
Chris Craik
e222e359a0 Disable shadow casting for transparent BitmapDrawables
bug:17013977
Change-Id: I26328c21360432bb34d3f19858dfdc0e6aede057
2014-08-15 00:57:52 +00:00
Alan Viverette
6cc9b64820 am d264eeda: Merge "Fix TextView clickable state when using onClick attribute" into lmp-dev
* commit 'd264eeda4a70691f20964648bb950ad51cc76b4a':
  Fix TextView clickable state when using onClick attribute
2014-08-15 00:42:16 +00:00
John Reck
0a6c467f2c am 0566908c: Fix hwuitask & RT priorities
* commit '0566908c2ccf9810368d9c4ee91caf6493c694f5':
  Fix hwuitask & RT priorities
2014-08-15 00:42:12 +00:00
John Reck
21be43e142 Fix hwuitask & RT priorities
Bug: 15993695

Change-Id: Ib6f07237cb834e8d10f3074f8fb206d27f91859a
2014-08-15 00:36:11 +00:00
Chet Haase
7b23cc5312 am 6da8d4a6: Merge "ActionBarOverlay needs to be focusable" into lmp-dev
* commit '6da8d4a69b7d2405935c0974a19c40481e08cf00':
  ActionBarOverlay needs to be focusable
2014-08-14 22:38:54 +00:00
Amit Mahajan
e627721648 am 94819cff: Merge "Contribute roaming configuration for domestic roaming and non-roaming cases" into lmp-dev
* commit '94819cff180512dbe5734cd5f33a7ee1cf39f2e7':
  Contribute roaming configuration for domestic roaming and non-roaming cases
2014-08-14 22:16:52 +00:00
Jorim Jaggi
c446c6448f am 80632796: Fix emergency call when in launch transition.
* commit '8063279641d22b24748811eccd9037a4acd05d23':
  Fix emergency call when in launch transition.
2014-08-14 21:52:26 +00:00
Jorim Jaggi
fbc88e19cb Fix emergency call when in launch transition.
Bug: 16831662
Change-Id: I3411decc3053a7e5fc760ffce5e8b3c52a6e0c49
2014-08-14 21:44:26 +00:00
Chulwoo Lee
12033b974c am 5c101aef: Merge "TIF: Set translatable false for rating descriptions" into lmp-dev
* commit '5c101aefa18d24c5b390bd145a6e2e2af5485ff1':
  TIF: Set translatable false for rating descriptions
2014-08-14 21:36:58 +00:00
Jae Seo
3de3535f3c am deacaa18: Merge "TIF: Change the directory of the state file" into lmp-dev
* commit 'deacaa18c99a0fff6807ca865cc7b5ce6d091d24':
  TIF: Change the directory of the state file
2014-08-14 21:15:39 +00:00
Nancy Chen
9fe6a7c19d am c3e6845b: Merge "Add extras for outgoing call" into lmp-dev
* commit 'c3e6845b29af215059efe9c121b928155aceb425':
  Add extras for outgoing call
2014-08-14 21:15:34 +00:00
Jorim Jaggi
9d94da0e18 am 5a195a5c: Hide icons on Keyguard when QS is open
* commit '5a195a5cf6275e3a6d45c75e39a505e3e37dad89':
  Hide icons on Keyguard when QS is open
2014-08-14 21:11:06 +00:00
Jorim Jaggi
c7b9677eae am e1b38697: Fix QS expansion weirdness
* commit 'e1b3869723a43d551058aad6e21ee73f33acabde':
  Fix QS expansion weirdness
2014-08-14 21:11:00 +00:00
Tim Murray
eeb0ffa807 am 71f7d5fb: Merge "Allocation.resize() should throw an exception in API 21+." into lmp-dev
* commit '71f7d5fb290a0eff5cf1bdc5e9b1f637dd811c5c':
  Allocation.resize() should throw an exception in API 21+.
2014-08-14 21:06:53 +00:00
Jorim Jaggi
3afddce73e Hide icons on Keyguard when QS is open
Bug: 16794381
Change-Id: Ic8525bb5e8882bd37bf63d29be60d4cc8f40b26a
2014-08-14 21:05:11 +00:00
Adam Lesinski
fc3b27b8ce am dd4c3af1: Merge "Ensure that split names are valid" into lmp-dev
* commit 'dd4c3af1e52cb57dd9a5115215baba61501021d5':
  Ensure that split names are valid
2014-08-14 21:02:23 +00:00