| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |\ \
| | |/
| | |
| | |
| | |
| | |
| | | |
Merge commit '4986934e189032dba43676973038879b5f90a406' into eclair-mr2-plus-aosp
* commit '4986934e189032dba43676973038879b5f90a406':
Remove the IM provider contract class.
|
| | |
| | |
| | |
| | | |
Change-Id: Ia644689021aca3e429d42727dfd6262b6986dfd2
|
| | |
| | |
| | |
| | |
| | | |
Josh removed the useless valueOfCache classes from the library, but not from
the preload list.
|
|\ \ \
| |/ / |
|
| |\ \
| | |/
| | |
| | |
| | |
| | |
| | | |
Merge commit '274dc9d35fdf5d0464f74071a9a8f14e497d4d5f' into eclair-mr2-plus-aosp
* commit '274dc9d35fdf5d0464f74071a9a8f14e497d4d5f':
moved the hidden sync helpers out of the framework
|
| | | |
|
| | |
| | |
| | |
| | | |
Deleted old copy of the GoogleHttpClient, and the unit tests.
|
| | | |
|
|\ \ \
| |/ / |
|
| |\ \
| | |/
| | |
| | |
| | |
| | |
| | | |
Merge commit '7762d93621f508f4410fd37b5bbdfec0071b0420' into eclair-mr2-plus-aosp
* commit '7762d93621f508f4410fd37b5bbdfec0071b0420':
Unbundling work
|
| | |
| | |
| | |
| | |
| | |
| | | |
Moved AndroidHttpClient, Rfc822InputFilter, Rfc822Validator
NumberPicker, NumberPickerButton to android-common
---
|
| |\ \
| | |/
| | |
| | |
| | |
| | |
| | | |
Merge commit 'b7f0367cec1c744aa66ef397b0244e25d507491c' into eclair-mr2-plus-aosp
* commit 'b7f0367cec1c744aa66ef397b0244e25d507491c':
Eliminate CrashData and friends.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
(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.
|
| |\ \
| | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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 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
|
| |\ \
| | |/
| | |
| | |
| | |
| | |
| | | |
Merge commit 'b882b361f123e4ef7870c99e8a9fd9e1be48e396' into eclair-mr2-plus-aosp
* commit 'b882b361f123e4ef7870c99e8a9fd9e1be48e396':
Deleted Gmail.java from frameworks. Previously it had been moved to vendor/google/.../Gmail/...
|
| | |
| | |
| | |
| | | |
vendor/google/.../Gmail/...
|
| | | |
|
|\ \ \
| |/ / |
|
| |\ \
| | |/
| | |
| | |
| | |
| | |
| | | |
Merge commit 'a4d0a67ed02c56dceaae01f328381b280d8fc1b7' into eclair-mr2-plus-aosp
* commit 'a4d0a67ed02c56dceaae01f328381b280d8fc1b7':
Fix build breakage. Rename NetStat to TrafficStats in preloaded-classes.
|
| | | |
|
| |\ \
| | |/
| | |
| | |
| | |
| | |
| | | |
Merge commit '05a22548dfbf697f9df7c53451c126999ed9a6f0' into eclair-mr2-plus-aosp
* commit '05a22548dfbf697f9df7c53451c126999ed9a6f0':
Rename SearchableInfo in preloaded-classes
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
|\ \ \
| |/ /
| | |
| | | |
Change-Id: I440d2042dd404a421789063e42102699fa33b7c0
|
| |\ \
| | |/
| | |
| | |
| | |
| | |
| | | |
Merge commit '30348b0de11b6c6cba43dfc7960e4d2084af6d8b' into eclair-mr2-plus-aosp
* commit '30348b0de11b6c6cba43dfc7960e4d2084af6d8b':
Remove HardwareService and move vibrator support to VibratorService.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
|\ \ \
| |/ / |
|
| |\ \
| | |/
| | |
| | |
| | |
| | |
| | | |
Merge commit '2464acc6da6393f0163894094468f68b8e496cea' into eclair-mr2-plus-aosp
* commit '2464acc6da6393f0163894094468f68b8e496cea':
moved the gdata library to vendor/google
|
| | | |
|
| |\ \
| | |/
| |/| |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| |/ / |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
but can also be used by unbundled apps. Move android.text.util.Regex there as
a starting example, renamed to a more sensible (?) com.android.common.Patterns.
Set up a corresponding test package, and move RegexTest (to PatternsTest).
Update clients.
|
|\ \ \
| |/ / |
|
| | | |
|
|\ \ \
| |/ / |
|
| | |
| | |
| | |
| | |
| | |
| | | |
in the bootclasspath. (This is a quick edit to the generated
file; the next time the file is properly regenerated, it won't
include these files.)
|
| | |
| | |
| | |
| | | |
Change-Id: I9d12beeba16c2f64742b4a99d0da4ceb73525b5b
|
| | |
| | |
| | |
| | | |
profiling data. Generated new profiling data. Deleted old data. Generated new preloaded-classes file.
|
| | |
| | |
| | |
| | | |
See https://android-git.corp.google.com/g/29602
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
Merge commit '7eeda712a93f2fc868b430372415107d498b7477'
* commit '7eeda712a93f2fc868b430372415107d498b7477':
Preload Resources$DefaultTimeZones.
|
| | |
| | |
| | |
| | |
| | |
| | | |
Depends on https://android-git.corp.google.com/g/25167.
Bug: 1941311, 1819285.
|
| | | |
|
| | |
| | |
| | |
| | | |
(Remove obsolete nested classes.)
|
|/ /
| |
| |
| | |
And Linked HashMap.
|