summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Merge "Make ComponentName cloneable."Joe Onorato2010-02-081-1/+5
|\
| * Make ComponentName cloneable.Joe Onorato2010-02-081-1/+5
* | Merge "Prevent crash in KeyboardView when the view is 0x0."Romain Guy2010-02-081-1/+4
|\ \
| * | Prevent crash in KeyboardView when the view is 0x0.Romain Guy2010-02-081-1/+4
* | | remove android.os.Base64UtilsDoug Zongker2010-02-084-194/+0
* | | changes after review by API councilVasu Nori2010-02-082-64/+65
* | | use sqlite 3.6.22 to print and profile the sql statetementsVasu Nori2010-02-088-243/+91
|/ /
* | am ad9bcb22: merge from open-source masterThe Android Open Source Project2010-02-082-2/+4
|\ \
| * \ merge from open-source masterThe Android Open Source Project2010-02-052-2/+4
| |\ \
| | * | Fixed Android animation framework, for using interpolators that do not start ...Andreas Agvard2010-02-052-2/+4
* | | | Merge "Fixing a bug when installing VoiceSearch cause error"Bjorn Bringert2010-02-081-9/+18
|\ \ \ \
| * | | | Fixing a bug when installing VoiceSearch cause errorValentin Kravtsov2010-02-081-9/+18
* | | | | Merge "fix a warning message that is confusing people."Vasu Nori2010-02-051-2/+3
|\ \ \ \ \
| * | | | | fix a warning message that is confusing people.Vasu Nori2010-02-051-2/+3
* | | | | | Merge "ListView updates. Fixed several overscrolling bugs. Added programmatic...Adam Powell2010-02-052-83/+391
|\ \ \ \ \ \
| * | | | | | ListView updates. Fixed several overscrolling bugs. Added programmaticAdam Powell2010-02-052-83/+391
* | | | | | | Groundwork for new lock icon in the status bar.Daniel Sandler2010-02-053-0/+1
|/ / / / / /
* | | | | | Merge "Do not let negative margins reduce the size of the LinearLayout."Romain Guy2010-02-051-15/+26
|\ \ \ \ \ \
| * | | | | | Do not let negative margins reduce the size of the LinearLayout.Romain Guy2010-02-051-15/+26
| | |_|_|_|/ | |/| | | |
* | | | | | add sync pollingFred Quintana2010-02-0511-389/+1033
* | | | | | Merge "Fix dialogs to occupy more space."Romain Guy2010-02-052-6/+6
|\ \ \ \ \ \
| * | | | | | Fix dialogs to occupy more space.Romain Guy2010-02-052-6/+6
| |/ / / / /
* | | | | | Merge "Make ACCOUNT_NAME/ACCOUNT_TYPE consistent."Ken Shirriff2010-02-051-14/+14
|\ \ \ \ \ \
| * | | | | | Make ACCOUNT_NAME/ACCOUNT_TYPE consistent.Ken Shirriff2010-02-051-14/+14
* | | | | | | Add an AlarmManager API to set the system time (with the proper permissions).Dan Egnor2010-02-054-1/+33
* | | | | | | Bug 2420366Paul Westbrook2010-02-051-0/+1
| |/ / / / / |/| | | | |
* | | | | | Add a new permission and remove createTitleFromFilename.Leon Scroggins2010-02-051-23/+8
| |_|/ / / |/| | | |
* | | | | Adding speech recognition service public APIValentin Kravtsov2010-02-055-156/+569
* | | | | Merge "Rename ApplicationContext to ContextImpl."Dianne Hackborn2010-02-042-33/+33
|\ \ \ \ \
| * | | | | Rename ApplicationContext to ContextImpl.Dianne Hackborn2010-02-042-33/+33
* | | | | | Merge "Add single-package restore from an app's most-recent data"Chris Tate2010-02-042-10/+60
|\ \ \ \ \ \
| * | | | | | Add single-package restore from an app's most-recent dataChristopher Tate2010-02-042-10/+60
* | | | | | | Merge "Add support in StatusBarManager for disabling ticker text."Daniel Sandler2010-02-041-2/+8
|\ \ \ \ \ \ \
| * | | | | | | Add support in StatusBarManager for disabling ticker text.Daniel Sandler2010-02-041-2/+8
* | | | | | | | Merge "fix [2313526] sensor enable race condition"Mathias Agopian2010-02-041-17/+35
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | fix [2313526] sensor enable race conditionMathias Agopian2010-02-041-17/+35
| | |_|/ / / / | |/| | | | |
* | | | | | | Unhiding Rfc822Tokenizer.tokenize(CharSequence text, Collection<Rfc822Token> ...Michael Chan2010-02-041-1/+0
* | | | | | | API review: TrafficStats: rename Pkts to PacketsKen Shirriff2010-02-041-4/+4
* | | | | | | Rename GestureUtilities to GestureUtils.Romain Guy2010-02-047-19/+19
* | | | | | | Merge "resolved conflicts for merge of dd24f599 to master"Kenny Root2010-02-041-0/+4
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | resolved conflicts for merge of dd24f599 to masterKenny Root2010-02-041-0/+4
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | am aead64de: Fix issue: 2413494: [Passion-c] Add TTY support.Eric Laurent2010-02-041-0/+4
| | |\ \ \ \ \
| | | * | | | | Fix issue: 2413494: [Passion-c] Add TTY support.Eric Laurent2010-02-031-0/+4
* | | | | | | | Merge "Framework part of issue #2391576: Add method to start the Jit and call...Dianne Hackborn2010-02-042-4/+45
|\ \ \ \ \ \ \ \
| * | | | | | | | Framework part of issue #2391576: Add method to start the Jit and call itDianne Hackborn2010-02-042-4/+45
| |/ / / / / / /
* | | | | | | | Merge "Remove source selector from SearchDialog"Bjorn Bringert2010-02-048-278/+14
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Remove source selector from SearchDialogBjorn Bringert2010-02-048-278/+14
| |/ / / / / /
* | | | | | | Sharper mdpi transfers of usb_android{,_connected}.png.Daniel Sandler2010-02-042-0/+0
|/ / / / / /
* | | | | | Merge "Stop scaring the kids when USB is connected."Daniel Sandler2010-02-044-0/+0
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Stop scaring the kids when USB is connected.Daniel Sandler2010-02-044-0/+0