205186 Commits

Author SHA1 Message Date
Baligh Uddin
0010f09a52 Merge "Import translations. DO NOT MERGE" into stage-aosp-master 2015-09-29 14:39:20 +00:00
Baligh Uddin
67162a220c Merge "Import translations. DO NOT MERGE" into stage-aosp-master 2015-09-29 14:39:16 +00:00
Baligh Uddin
19efc9e50f Merge "Import translations. DO NOT MERGE" into stage-aosp-master 2015-09-29 14:38:48 +00:00
Baligh Uddin
42e73a8236 Merge "Import translations. DO NOT MERGE" into stage-aosp-master 2015-09-29 14:38:16 +00:00
Baligh Uddin
b52e5e3898 Merge "Import translations. DO NOT MERGE" into stage-aosp-master 2015-09-29 14:16:23 +00:00
Baligh Uddin
3241a48ee5 Import translations. DO NOT MERGE
Change-Id: I26c007f30d5540638e8519f09051088d55b7dcd7
Auto-generated-cl: translation import
2015-09-29 01:57:43 -07:00
Baligh Uddin
3f9f60270f Import translations. DO NOT MERGE
Change-Id: I7b78a94809c16f73faaf44c1998e08165ff2014e
Auto-generated-cl: translation import
2015-09-29 01:55:45 -07:00
Baligh Uddin
05bae6ab02 Import translations. DO NOT MERGE
Change-Id: Ibc1f9d45ae3e029f0a2e7801f1c754c0d81a911b
Auto-generated-cl: translation import
2015-09-29 01:46:59 -07:00
Baligh Uddin
ca441fee3e Import translations. DO NOT MERGE
Change-Id: I99d39e62622079d2e0dcfd2b739aded1ef286352
Auto-generated-cl: translation import
2015-09-29 01:45:05 -07:00
Baligh Uddin
637eb2d9ed Import translations. DO NOT MERGE
Change-Id: I2cdd44b0019090f2f4dbe355901e8ad8ffef626e
Auto-generated-cl: translation import
2015-09-29 01:37:52 -07:00
Dan Willemsen
f21beb12f9 am 899110f3: Merge "Add exported include dir for libandroid_runtime"
* commit '899110f3012eb9ab2056d8ee182d5bdab0ecae19':
  Add exported include dir for libandroid_runtime
2015-09-28 21:23:57 +00:00
Dan Willemsen
899110f301 Merge "Add exported include dir for libandroid_runtime" 2015-09-28 21:14:42 +00:00
Dimitry Ivanov
ef9e04b210 am 66f5affb: Merge "Fix bug number for linker related workarounds"
* commit '66f5affbe41a49bedf35e73b7c7f482db6e2fa7b':
  Fix bug number for linker related workarounds
2015-09-28 18:23:56 +00:00
Todd Kennedy
92b28f37de resolved conflicts for 4ed21bf0 to stage-aosp-master
Change-Id: I9c8ab83589ee3786c884f34066c1f3d709dc5136
2015-09-28 11:20:38 -07:00
Dimitry Ivanov
66f5affbe4 Merge "Fix bug number for linker related workarounds" 2015-09-28 18:07:40 +00:00
Todd Kennedy
4ed21bf038 Merge "Allow using the JIT" 2015-09-28 17:47:01 +00:00
Dmitriy Ivanov
ad1cf03e80 Fix bug number for linker related workarounds
Bug: http:/b/24425865
Change-Id: Iba52acc99c8ff548ff875726988600ed230c988e
2015-09-28 10:37:49 -07:00
Todd Kennedy
8c6e537225 Allow using the JIT
Instead of the JIT only being available for eng builds [or configurable
via environment variable], allow the JIT to be enabled programatically.

Change-Id: Ifcbc8445fb8bd45ce2bfed3f80fbaf48496f8e3a
2015-09-25 16:18:47 -07:00
Todd Kennedy
9f86026444 resolved conflicts for 7de7e0b0 to stage-aosp-master
Change-Id: I4e45e5bbaebb98b0e740167eaf7517f99d917f30
2015-09-25 15:06:49 -07:00
Todd Kennedy
7de7e0b0dd Merge "Pass dexopt flags as integer" 2015-09-25 21:41:39 +00:00
Dan Willemsen
81944da434 Add exported include dir for libandroid_runtime
The libnativehelper global include dir is being removed.

Bug: 18903857
Change-Id: I6f1bed76372ccedbe7feb4d215ba8c1c0fc0a87f
2015-09-25 14:08:45 -07:00
Todd Kennedy
fa54ab7950 Pass dexopt flags as integer
Instead of using a series of booleans, create a single flags integer
that contains all of the dexopt options.

Change-Id: Ia8fa968f64b164267f43dd29cea9dc0413058125
2015-09-25 13:52:33 -07:00
Todd Kennedy
4e32174517 resolved conflicts for cafacef6 to stage-aosp-master
Change-Id: Id02e098a02aede327c5bc1a98aa177d8bf9ec5a9
2015-09-24 14:34:06 -07:00
Todd Kennedy
cafacef60e Merge "Frameworks/base: Propagate boot status to installd" 2015-09-24 20:35:09 +00:00
Andreas Gampe
55fe944f98 Frameworks/base: Propagate boot status to installd
Propagate the boot status explicitly to installd so that we do not
have to rely on dev.bootcomplete, which isn't meaningfully set
when the device needs the decryption screen on boot.

Bug: 23898216
(cherry picked from commit 06bb908b78e3c790d3db52fef9f2ab0a129e53cd)
Change-Id: I9b34298caf70b1e5d40970cc0d04c469016a80a7
2015-09-24 12:27:25 -07:00
Jeff Hao
75ab8c7789 am 384d84f4: Merge "Shorten first boot time by filtering dexopted apps by LRU."
* commit '384d84f4f02643b63335f6d8d884adc1186d6896':
  Shorten first boot time by filtering dexopted apps by LRU.
2015-09-24 17:39:34 +00:00
Jeff Hao
384d84f4f0 Merge "Shorten first boot time by filtering dexopted apps by LRU." 2015-09-24 17:30:25 +00:00
Jeff Hao
b84cb9e971 Shorten first boot time by filtering dexopted apps by LRU.
No longer dexopt all system apps and boot listener user apps.

Bug: 23628238
Bug: https://code.google.com/p/android/issues/detail?id=186589

Change-Id: Ib4f960686afcfda13838f7783c2d3ccf8e26db72
2015-09-24 10:24:10 -07:00
Elliott Hughes
b57dd722f1 resolved conflicts for a884d81e to stage-aosp-master
Change-Id: Ice485967fa96f13786024b6939b826638e906ff0
2015-09-24 10:01:32 -07:00
Elliott Hughes
a884d81e86 Merge "constify JNINativeMethod function pointer tables" 2015-09-24 16:01:15 +00:00
Daniel Micay
76f6a86de2 constify JNINativeMethod function pointer tables
Change-Id: I4036c924958221cbc644724f8eb01c5de3cd7954
2015-09-22 17:10:35 -04:00
Elliott Hughes
aa31169804 am 0361b18e: Merge "WrapperInit: remove dead execStandalone method"
* commit '0361b18ea10aa7987dbf8c4217d5f4c7e3a4a610':
  WrapperInit: remove dead execStandalone method
2015-09-22 15:42:36 +00:00
Elliott Hughes
0361b18ea1 Merge "WrapperInit: remove dead execStandalone method" 2015-09-22 15:34:26 +00:00
Daniel Micay
13eac10a26 WrapperInit: remove dead execStandalone method
This became dead with the removal of support for the non-runtime-init
code path in f48029f00a66e23d7872a00b56fbcf88528ba476.

Change-Id: Id68e0da4658e83f0d3bfd8645152165faacac5fa
2015-09-21 18:14:56 -04:00
Alan Viverette
48c7e6f3dc am 24ff6823: Merge "prevent unnecessary warning logs caused by View.toString()"
* commit '24ff6823c411f794aceaae89b0b029fbf8ef6b29':
  prevent unnecessary warning logs caused by View.toString()
2015-09-18 20:11:44 +00:00
Alan Viverette
24ff6823c4 Merge "prevent unnecessary warning logs caused by View.toString()" 2015-09-18 19:59:20 +00:00
kenzyun_chen
90ebb99b36 prevent unnecessary warning logs caused by View.toString()
If the id is negative, it is not from Resource.
Passing the negative value to getResourcePackageName makes AssetManager dump unnecessary warning logs.
It is reasonable not to get package/type/entry information for the negative id.

The warning logs :
W/ResourceType( 3711): No known package when getting name for resource
number 0x9b010100

Change-Id: Ic89acb4f32205ba5a2fdac61dc14b00ccf251148
2015-09-18 18:30:30 +08:00
Stephen Hines
a13980ceaa am ce6b9db4: Merge "Update docs for RS object API fixes."
* commit 'ce6b9db498b67c8136a9267c2f87b432a5f22206':
  Update docs for RS object API fixes.
2015-09-15 23:09:59 +00:00
Stephen Hines
ce6b9db498 Merge "Update docs for RS object API fixes." 2015-09-15 21:22:09 +00:00
Christopher Wiley
3a86b41f84 Add a textual hint as to where aidl has gone
Bug: 23691099
Change-Id: I3fb917b4c0e66a83c6299add02869a7088010adc
2015-09-14 08:54:23 -07:00
Christopher Wiley
27a0be36ee resolved conflicts for ddf53180 to stage-aosp-master
Change-Id: I265ab876ef29dc731e6abb6f964c10f2e71324be
2015-09-14 07:34:50 -07:00
Christopher Wiley
ddf53180e4 Merge "Remove the aidl tool" 2015-09-14 14:11:19 +00:00
Selim Cinek
19694a0eef am 4140a21e: Merge "Fix scrolling of QS panel when no notification is present."
* commit '4140a21e2ec69089de916e240fd606a3daf09896':
  Fix scrolling of QS panel when no notification is present.
2015-09-12 01:21:49 +00:00
Selim Cinek
4140a21e2e Merge "Fix scrolling of QS panel when no notification is present." 2015-09-12 01:10:10 +00:00
Christopher Wiley
73ea1230fc Remove the aidl tool
This has been moved into its own repository at

//system/tools/aidl

Test: Built aosp_arm-eng from scratch.
Bug: 23691099

Change-Id: Ic45d55682b9dcafe894efe0a6317792f9c1236c6
2015-09-11 14:41:36 -07:00
Shawn Willden
b9b5d86b0e resolved conflicts for b15e1ff5 to stage-aosp-master
Change-Id: I28a843a94855193d4b90dc9bec028eb5338eeed7
2015-09-11 09:07:42 -06:00
Shawn Willden
b15e1ff508 Merge "Update KeymasterDefs" 2015-09-11 13:21:15 +00:00
Jayasri bhattacharyya
5e55c8974c Fix scrolling of QS panel when no notification is present.
After boot when status bar donot have any notification, the
overscroll is rubberbanded , changes have been done to fix
this and make the behaviour consistent with other scenarios.

In NotificationStackScrollLayout when there is no childview
present at the touch coordinate, initialization of some
variable was not done which was resulting into overscroll
being rubberbanded.

Usecase of the issue:
1. Reboot the phone.
2. Make sure that no notification is present
3. Pull the status bar.
4. Now pull the "No notifactions" view ,the overscroll
   is rubberbanded
5. Get some notifications, pull the status bar and then
   the notifications, the overscroll is not rubberbanded
6. Remove all the notifications, now pull the statusbar
   and then pull "No notifications" view the overscroll is not
   rubberbanded.

Change-Id: I06d4f0e3d6ed980744be21b9fd7ed307dca69ca3
Signed-off-by: Jayasri bhattacharyya <jayabhatt@codeaurora.org>
2015-09-11 10:57:07 +05:30
Brian Carlstrom
2519f9c6b8 am de2ad457: Merge "Revert "Grab macros from libbase instead of duplicating""
* commit 'de2ad45784499388d09f2c2c3bcf2fa1966cf018':
  Revert "Grab macros from libbase instead of duplicating"
2015-09-11 05:15:37 +00:00
Brian Carlstrom
de2ad45784 Merge "Revert "Grab macros from libbase instead of duplicating"" 2015-09-11 05:09:17 +00:00