- 10 Oct, 2013 1 commit
-
-
Brian Carlstrom authored
Bug: 9189353 Change-Id: I9136692d7f23a513553981eca398351f28b5ddc6
-
- 11 Sep, 2013 1 commit
-
-
Adam Skory authored
http://ag/352924 renamed INdefPushCallback to IAppCallback. Update preloaded-classes to reflect this. This is a cherry-pick of Id552e94e3a01cdd61593480f3c0aedb32d185f80 Change-Id: I0901f14fb41f94e3c7572c09e090ec5903a878d1
-
- 26 Aug, 2013 1 commit
-
-
Jonathan Dixon authored
Bug: 10427705 - layoutlib has references to classes that no longer build into the host core JAR when WebViewClassic is removed. - preloaded-classes should not reference WebViewClassic classes. Change-Id: I4d6773a88ea2932982278127a3c96d38be54ddf5
-
- 30 Jul, 2013 1 commit
-
-
Sungmin Choi authored
Change-Id: I42247e498ad532e3f4699bc87c0d314cde74e3f6
-
- 19 Jun, 2013 1 commit
-
-
Torne (Richard Coles) authored
Allow the appropriate WebView to be preloaded in the zygote by constructing the currently selected WebViewFactoryProvider when the WebViewFactory is preloaded. At runtime, if the preloaded provider is still the current selection, the preloaded instance is used, otherwise the provider is loaded at that time. This change also removes "graceful" fallback from the experimental WebView to the classic implementation: if the option to use the experimental WebView is selected and it could not be loaded successfully at the time a WebView is created, an exception will be thrown, rather than allowing execution to continue with the classic implementation, as the fallback may mislead developers who do not examine logcat output in detail. Change-Id: I0cd01c784d7048abeac55ab5863ca16b8fd9ecf2
-
- 29 Apr, 2013 1 commit
-
-
Kenny Root authored
Change-Id: I35e824e47ad758ab6408e91e2ba5dcda053a82f5
-
- 26 Apr, 2013 1 commit
-
-
Kenny Root authored
Bug: 5213043 Change-Id: I272500ce7f6ea6bfbc624c9705f8c8b8ef1aa0ad
-
- 11 Mar, 2013 1 commit
-
-
Sungmin Choi authored
Remove some preloaded-classes and fix typo for deleting log messages as the followings during booting. W/Zygote ( 163): Class not found for preloading: android.bluetooth. BluetoothAudioGateway W/Zygote ( 163): Class not found for preloading: android.bluetooth. HeadsetBase W/Zygote ( 163): Class not found for preloading: undroid.content.Ab stractThreadedSyncAdapter$SyncThread Change-Id: Id02e0cccaeb150f48e12d67b2d691df828842e4c
-
- 24 Sep, 2012 1 commit
-
-
Siva Velusamy authored
Video editing is not supported on the emulator, so preloading this causes the emulator to crash while booting up. Bug 7200384 Change-Id: I1915d888be328c20aa66ca2318722d5b6e6342b0
-
- 19 Sep, 2012 1 commit
-
-
Kenny Root authored
Bug: 5213043 Change-Id: I13fa58fded8e47d2f11d1fbe6724bd81ce35276a
-
- 12 Aug, 2012 1 commit
-
-
SangWook Han authored
Change-Id: Id127308529d581c94bd2e911b637931156ce82c1
-
- 07 Nov, 2011 1 commit
-
-
Dianne Hackborn authored
Also some new classes to preload. Change-Id: Ia2b5f856eaee533b9603b533ebaf8cb55e2ac193
-
- 26 Aug, 2011 1 commit
-
-
Jesse Wilson authored
Bug: http://b/5216395 Change-Id: I36f406e97d45bc4d50a4fd1ebeb880cf0eead7f2
-
- 25 Aug, 2011 1 commit
-
-
Jesse Wilson authored
Bug: http://b/3379487 Change-Id: I0d6d637211cfba523ee3963e112a8a4c63320f39
-
- 24 Aug, 2011 1 commit
-
-
Jesse Wilson authored
Bug: http://b/3379487 Change-Id: I0d6d637211cfba523ee3963e112a8a4c63320f39
-
- 12 Aug, 2011 1 commit
-
-
Shaopeng Jia authored
to avoid name collision. Bug: 5157607 Change-Id: Ic397f371e381a71f17b0b70b955e89d08f7a9867
-
- 13 Jul, 2011 2 commits
-
-
Romain Guy authored
This reverts commit 821e2433.
-
Romain Guy authored
Change-Id: I229357aaaa10b19209983c122f98dd3c07e01d7f
-
- 02 Feb, 2011 1 commit
-
-
Brian Carlstrom authored
Bug: 3392028 Change-Id: I6b9732da17d086ba00c846c3ad1c7fb39baf9502
-
- 25 Jan, 2011 1 commit
-
-
Brian Carlstrom authored
Bug: 3086427 Change-Id: I7af99fe4c36d9a519777f0499ccab65646313879
-
- 22 Jan, 2011 1 commit
-
-
Jesse Wilson authored
We preload classes for two reasons. Classes that are popular can be shared and can increase the number of apps that can be run concurrently. Classes that initialize slowly can be initialized at system boot time by the zygote, decreasing the time to launch a specific app. To select which classes to preload, I exercised Android's built-in apps as well as these apps from Market: ESPN score center, Amazon, Flixster, Twitter, Adobe Reader, Ebay Mobile, Facebook, Solitare (Ken Magic), Barcode Reader, Google Earth and Square. A cycle of launching ~460 (non unique) activities in sequence took 9m35s with the previous preloaded-classes list. The update improves the launch time of the same sequence to 9m27s: the marginal improvement over the previous set of preloaded classes is negligible. http://b/3004763 Change-Id: Ida511ae31eeff6d95d9cb6aacae68b9bb9dd2ebe
-
- 04 Nov, 2010 2 commits
-
-
Dan Bornstein authored
Change-Id: I2ec8a1687aa699a236fd83afba89066d07a0bcc2
-
Dan Bornstein authored
Change-Id: Ic6ca0b4a97d405c478bb66a812cca55b89ae0f52
-
- 14 Oct, 2010 1 commit
-
-
Bjorn Bringert authored
This also removes android.graphics.utils.BoundaryPatch which was only used by the Browser for the unused drag tracking (and by a demo app that I'm also removing). Change-Id: I48253ae005ab11cb4c70d132bc1ea4f2692e2bd2
-
- 13 Oct, 2010 1 commit
-
-
Jesse Wilson authored
Unlike previous releases where the set of classes-to-be-preloaded was generated on a first-generation device (G1 and MyTouch 3G), this round I used a second-generation device, a Nexus One. As a consequence, class loading is faster (win) and fewer classes hit the 1250ms threshold. Instead of sharing classes based on load time alone, classes are now shared based on the number of applications loading them. Change-Id: I18f7aa3e7e6258818871b3968b515c06314371b3 http://b/2546002
-
- 11 Oct, 2010 1 commit
-
-
Bjorn Bringert authored
Change-Id: I26cdb3e72a0075e4df3854b526bdf6bb08d671a2
-
- 18 Aug, 2010 1 commit
-
-
Bjorn Bringert authored
This depends on a kernel patch that implements read(2) in the ashmem driver. Bug http://b/issue?id=2595601 Change-Id: Ie3b10aa471aada21812b35e63954c1b2f0a7b042
-
- 05 Aug, 2010 1 commit
- 30 Jun, 2010 1 commit
-
-
Brian Carlstrom authored
- frameworks and CoreTests modules now depend on bouncycastle - update preloades classes for NativeBN package change - moved CryptoTest to libcore - updated api Change-Id: I47363a463f074af205b5bd128cd98faab70ac849
-
- 21 Jun, 2010 1 commit
-
-
Daniel Lehmann authored
Change-Id: I1d3646f2744e01a1e64db8787b4cd7dd746d540e
-
- 04 Jun, 2010 1 commit
-
-
Adam Powell authored
(optionally) to use it. Added associated styles. ListPopupWindow allows apps to present a popup window of options to the user that will correctly dodge the IME if needed. Change-Id: I509c6c45036856daab686a6edeb7a9de1e72eb0a
-
- 03 Jun, 2010 1 commit
-
-
Elliott Hughes authored
Change-Id: I90799fe258ea23db764193fc5fab1a25c13b5563
-
- 02 Jun, 2010 1 commit
-
-
Joe Onorato authored
-
- 28 May, 2010 1 commit
-
-
Brian Carlstrom authored
Note that the api/9.xml change is removing APIs that were removed going from RI 5 to RI 6 Change-Id: I665a30c4fdc2ca73c3ade0ad7487aa85cebf272f
-
- 07 May, 2010 1 commit
-
-
Brian Carlstrom authored
Part of fixing b/2663512: "java.io.IOException: SSL shutdown failed.: Ok" shouldn't dump a stacktrace Change-Id: Ic6070ab9abb58c08eb7c5d8648424f582bb48e1c
-
- 09 Apr, 2010 1 commit
-
-
Jesse Wilson authored
See bug http://b/2553589 Change-Id: Ide3399c7c63daf9c0b8c18669076f2f4d6e9a876
-
- 04 Apr, 2010 1 commit
-
-
Mike Lockwood authored
Change-Id: Iebbfc49b8300ab59730733efdf489ec87ea45a25 Signed-off-by:
Mike Lockwood <lockwood@android.com>
-
- 30 Mar, 2010 2 commits
-
-
Amith Yamasani authored
Change-Id: Ica6301b2aac6879702b98edfcf67fc7bc62002db
-
Joe Onorato authored
Change-Id: I39e1bdfbea1c9dfa6a4a09f94f6eb75095290427
-
- 29 Mar, 2010 1 commit
-
-
Doug Zongker authored
b/2553469 - API REVIEW: android.util.base64 Change-Id: I6a514032152a8b1899db52d020aca8e8b19e74e9
-