summaryrefslogtreecommitdiffstats
path: root/preloaded-classes
Commit message (Collapse)AuthorAgeFilesLines
* Updaing preloaded classes with removal of OpenSSLSocketImpl$FinalizerBrian Carlstrom2010-05-071-1/+0
| | | | | | Part of fixing b/2663512: "java.io.IOException: SSL shutdown failed.: Ok" shouldn't dump a stacktrace Change-Id: Ic6070ab9abb58c08eb7c5d8648424f582bb48e1c
* Move the public method HttpDateTime.parse() into AndroidHttpClient.Jesse Wilson2010-04-091-1/+1
| | | | | | See bug http://b/2553589 Change-Id: Ide3399c7c63daf9c0b8c18669076f2f4d6e9a876
* fix the buildJoe Onorato2010-03-291-1/+1
| | | | Change-Id: I39e1bdfbea1c9dfa6a4a09f94f6eb75095290427
* relocate android.util.base64.* -> android.util.*Doug Zongker2010-03-291-1/+1
| | | | | | b/2553469 - API REVIEW: android.util.base64 Change-Id: I6a514032152a8b1899db52d020aca8e8b19e74e9
* Fix up missed refactoring in JNI reg and preloaded-classesChristopher Tate2010-03-051-9/+9
| | | | Change-Id: I079bdf4edfb9083eba3e15d8e4dbf3b2bad9190c
* Move DeviceAdmin APIs to android.app.admin.Dianne Hackborn2010-02-261-1/+1
| | | | | | Also add ability for admins to hide themselves when not in use, a facility for admins to not allow other admins to reset their password, and debug dumping.
* Re-arrange android-common so framework no longer links with it.Dianne Hackborn2010-02-251-7/+6
| | | | | | | This is the framework part, moving classes around so the framework no longer needs to link to android-common. Makes some APIs public, others that didn't need to be public are private in the framework, some small things are copied.
* New update of preloaded classes for Froyo.Jesse Wilson2010-02-241-560/+705
|
* Whoops I am an idiot.Dianne Hackborn2010-02-041-5/+5
|
* Whoops, update preloaded classes.Dianne Hackborn2010-02-041-1/+1
|
* remove android.webkit.HttpDateTime, againDoug Zongker2010-02-031-1/+0
| | | | | | | Remove this class, again, and change the webkit uses of it to use the one in android-common. Remove class from preloaded-classes as well. Change-Id: Ic0d4835e77180d299bc2c22b7c8780861b4781ee
* Remove MMS from the frameworkTom Taylor2010-01-281-4/+0
| | | | | | | | | | The MMS code has been moved into the mms-common library. Move SqliteWrapper (and make it hidden) into the database directory because Telephony.java depends on it. Create a mmscommon library similar to androidcommon for a number of files used both by the telephony layer, by mms, and by myfaves. Change-Id: I2e23e87c4961b87c42a4c8a63f812fa9e0e44dec
* Remove about-to-be-renamed class from preload list.Elliott Hughes2010-01-271-1/+1
| | | | | (Safer than tracking the rename here, since the class is in the dalvik/libcore repo.)
* Remove another scheduled-for-deletion class from the preload list.Elliott Hughes2010-01-271-1/+0
|
* Track removal of a class.Elliott Hughes2010-01-261-1/+0
|
* Remove old InetAddress DNS cache from preloaded-classes.Elliott Hughes2010-01-191-2/+0
| | | | For https://android-git.corp.google.com/g/37614 .
* Moved DomainNameChecker to android common.Makoto Onuki2010-01-121-1/+0
| | | | | | | | - Moved DomainNameChecker from android.net.http to android common, and renamed to DomainNameValidator. - Added a simplified version of DNParser, which DomainNameValidator uses instead of X509Name in order to extract Subject Name from a certificate. - Added unit tests for DomainNameChecker and DNParser. There's a suspicious comment in DomainNameChecker saying something like "X509Certificate fails to parse a certificate when a subject alt name begins with '*'". I think we should fix it if it's really the case -- otherwise certificates with the wildcard wouldn't work. I'll see if it's true after submitting this patch.
* Stop preloading a class I'm about to remove.Elliott Hughes2010-01-051-1/+0
|
* Remove Google-specific (or only-used-by-Google-code) classes.Dan Egnor2010-01-041-2/+0
| | | | Fix a small typo in Context javadoc.
* resolved conflicts for merge of ad2fa35d to masterTom Taylor2009-12-221-3/+5
|\ | | | | | | Change-Id: Ia4362cd48ac0689b91003943a4cd9660da72ff90
| * am d4a4729c: Update imports to android-commonTom Taylor2009-12-211-5/+5
| |\ | | | | | | | | | | | | | | | | | | Merge commit 'd4a4729c0cac582a2dcec7c8cfb316b81885a0f0' into eclair-mr2-plus-aosp * commit 'd4a4729c0cac582a2dcec7c8cfb316b81885a0f0': Update imports to android-common
| | * Update imports to android-commonTom Taylor2009-12-211-5/+5
| | | | | | | | | | | | | | | Several files were moved to android-common. Update all the references to import those files from the new location.
| * | am 4986934e: Merge change Ia6446890 into eclair-mr2Jeff Hamilton2009-12-171-6/+0
| |\ \ | | |/ | | | | | | | | | | | | | | | Merge commit '4986934e189032dba43676973038879b5f90a406' into eclair-mr2-plus-aosp * commit '4986934e189032dba43676973038879b5f90a406': Remove the IM provider contract class.
| | * Remove the IM provider contract class.Jeff Hamilton2009-12-171-6/+0
| | | | | | | | | | | | Change-Id: Ia644689021aca3e429d42727dfd6262b6986dfd2
* | | Fix preloading after https://android-git.corp.google.com/g/35674.Elliott Hughes2009-12-161-4/+0
| | | | | | | | | | | | | | | Josh removed the useless valueOfCache classes from the library, but not from the preload list.
* | | resolved conflicts for merge of 5a374f94 to masterFred Quintana2009-12-151-8/+0
|\ \ \ | |/ /
| * | am 274dc9d3: moved the hidden sync helpers out of the frameworkFred Quintana2009-12-151-9/+0
| |\ \ | | |/ | | | | | | | | | | | | | | | Merge commit '274dc9d35fdf5d0464f74071a9a8f14e497d4d5f' into eclair-mr2-plus-aosp * commit '274dc9d35fdf5d0464f74071a9a8f14e497d4d5f': moved the hidden sync helpers out of the framework
| | * moved the hidden sync helpers out of the frameworkFred Quintana2009-12-141-9/+0
| | |
* | | Bug 2326468Paul Westbrook2009-12-151-1/+0
| | | | | | | | | | | | Deleted old copy of the GoogleHttpClient, and the unit tests.
* | | Fixed bad merge in preloaded-classesPaul Westbrook2009-12-141-18/+0
| | |
* | | resolved conflicts for merge of 15d3bb2c to masterPaul Westbrook2009-12-141-4/+13
|\ \ \ | |/ /
| * | am 7762d936: Unbundling workPaul Westbrook2009-12-141-9/+0
| |\ \ | | |/ | | | | | | | | | | | | | | | Merge commit '7762d93621f508f4410fd37b5bbdfec0071b0420' into eclair-mr2-plus-aosp * commit '7762d93621f508f4410fd37b5bbdfec0071b0420': Unbundling work
| | * Unbundling workPaul Westbrook2009-12-141-9/+0
| | | | | | | | | | | | | | | | | | Moved AndroidHttpClient, Rfc822InputFilter, Rfc822Validator NumberPicker, NumberPickerButton to android-common ---
| * | am b7f0367c: Eliminate CrashData and friends.Dan Egnor2009-12-111-1/+0
| |\ \ | | |/ | | | | | | | | | | | | | | | Merge commit 'b7f0367cec1c744aa66ef397b0244e25d507491c' into eclair-mr2-plus-aosp * commit 'b7f0367cec1c744aa66ef397b0244e25d507491c': Eliminate CrashData and friends.
| | * Eliminate CrashData and friends.Dan Egnor2009-12-111-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (CrashData was a custom-marshalled crash-info class used for a server crash reporting system I am deprecating). Use ApplicationErrorReport.CrashInfo instead to report crash details (mostly the stack trace) from RuntimeInfo to ActivityManagerService, since we're likely to need the crash information in that form anyway. Remove the (long-disabled) flags and support for the "Debug" button in the crash dialog. Further gut the ICheckinService interface by removing the crash-reporting APIs (and everything that calls them), plus the synchronous checkin() method (which has been stubbed out for a while now). A new dropbox-based crash reporting system is in the works, but not part of this change.
| * | am 328c0e79: - removed the concept of Entity from the ContentProvider APIs - ↵Fred Quintana2009-12-091-2/+0
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | removed the parcelling ability from Entity and EntityIterator and made them public - added an EntityIterator abstract implementation that allow easy wrapping of a Cursor - changed the VCard c Merge commit '328c0e7986aa6bb7752ec6de3da9c999920bb55f' into eclair-mr2-plus-aosp * commit '328c0e7986aa6bb7752ec6de3da9c999920bb55f': - removed the concept of Entity from the ContentProvider APIs
| | * - removed the concept of Entity from the ContentProvider APIsFred Quintana2009-12-091-2/+0
| | | | | | | | | | | | | | | | | | - removed the parcelling ability from Entity and EntityIterator and made them public - added an EntityIterator abstract implementation that allow easy wrapping of a Cursor - changed the VCard code to use the new APIs
| * | am b882b361: Merge change Iee7f2457 into eclair-mr2Paul Westbrook2009-12-091-10/+0
| |\ \ | | |/ | | | | | | | | | | | | | | | Merge commit 'b882b361f123e4ef7870c99e8a9fd9e1be48e396' into eclair-mr2-plus-aosp * commit 'b882b361f123e4ef7870c99e8a9fd9e1be48e396': Deleted Gmail.java from frameworks. Previously it had been moved to vendor/google/.../Gmail/...
| | * Deleted Gmail.java from frameworks. Previously it had been moved to ↵Paul Westbrook2009-12-081-10/+0
| | | | | | | | | | | | vendor/google/.../Gmail/...
* | | remove classes from the preloaded listJean-Baptiste Queru2009-12-101-2/+0
| | |
* | | resolved conflicts for merge of cd6e3484 to masterJean-Baptiste Queru2009-12-101-0/+1
|\ \ \ | |/ /
| * | am a4d0a67e: Merge change Ifb0a0398 into eclair-mr2Ken Shirriff2009-12-091-1/+1
| |\ \ | | |/ | | | | | | | | | | | | | | | Merge commit 'a4d0a67ed02c56dceaae01f328381b280d8fc1b7' into eclair-mr2-plus-aosp * commit 'a4d0a67ed02c56dceaae01f328381b280d8fc1b7': Fix build breakage. Rename NetStat to TrafficStats in preloaded-classes.
| | * Fix build breakage. Rename NetStat to TrafficStats in preloaded-classes.Ken Shirriff2009-12-081-1/+1
| | |
| * | am 05a22548: Rename SearchableInfo in preloaded-classesBjorn Bringert2009-12-051-1/+1
| |\ \ | | |/ | | | | | | | | | | | | | | | Merge commit '05a22548dfbf697f9df7c53451c126999ed9a6f0' into eclair-mr2-plus-aosp * commit '05a22548dfbf697f9df7c53451c126999ed9a6f0': Rename SearchableInfo in preloaded-classes
| | * Rename SearchableInfo in preloaded-classesBjorn Bringert2009-12-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without this, boot fails with: 12-05 21:06:56.984: ERROR/Zygote(435): java.lang.IllegalStateException: Missing class(es) for preloading, update preloaded-classes [android.server.search.SearchableInfo] This was caused by https://android-git.corp.google.com/g/34797 Change-Id: I195b7e72a411401e2de8c1d6c2e7db0fe1badec6
* | | resolved conflicts for merge of dfaf2e03 to masterMike Lockwood2009-11-251-2/+2
|\ \ \ | |/ / | | | | | | Change-Id: I440d2042dd404a421789063e42102699fa33b7c0
| * | am 30348b0d: Merge change I086d681f into eclair-mr2Mike Lockwood2009-11-251-2/+1
| |\ \ | | |/ | | | | | | | | | | | | | | | Merge commit '30348b0de11b6c6cba43dfc7960e4d2084af6d8b' into eclair-mr2-plus-aosp * commit '30348b0de11b6c6cba43dfc7960e4d2084af6d8b': Remove HardwareService and move vibrator support to VibratorService.
| | * Remove HardwareService and move vibrator support to VibratorService.Mike Lockwood2009-11-251-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | The lights support is only needed by PowerManagerService and NotificationManagerService, so we do not need a Binder API for it. Move backlight and notification light support to new LightsService class. The camera flash is now handled directly by the camera HAL, so the flash Hardware service flash support is obsolete. Change-Id: I086d681f54668e7f7de3e8b90df3de19d59833c5 Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | resolved conflicts for merge of b8675943 to masterFred Quintana2009-11-241-2/+3
|\ \ \ | |/ /
| * | am 2464acc6: moved the gdata library to vendor/googleFred Quintana2009-11-241-15/+0
| |\ \ | | |/ | | | | | | | | | | | | | | | Merge commit '2464acc6da6393f0163894094468f68b8e496cea' into eclair-mr2-plus-aosp * commit '2464acc6da6393f0163894094468f68b8e496cea': moved the gdata library to vendor/google