summaryrefslogtreecommitdiffstats
path: root/core/java/android
Commit message (Expand)AuthorAgeFilesLines
* Split WifiStateMachine from WifiStateTrackerIrfan Sheriff2010-08-102-19/+6
* Add 3D rotation to ViewChet Haase2010-08-102-20/+152
* Add a few helpful APIs.Jeff Hamilton2010-08-102-1/+33
* Merge changes I4f117090,Ifd449c4eMike Lockwood2010-08-101-0/+7
|\
| * MTP: Push queries for supported formats and properties up to Java.Mike Lockwood2010-08-101-0/+7
* | Hook up mock for testing DeviceOrientation in DRTSteve Block2010-08-103-0/+87
* | Support ActionBar in DialogsAdam Powell2010-08-091-3/+21
|/
* am 4a671a74: am 745d1e90: Merge "Update javadoc for the API and change return...Jaikumar Ganesh2010-08-091-1/+31
|\
| * am 745d1e90: Merge "Update javadoc for the API and change return of getBonded...Jaikumar Ganesh2010-08-091-1/+31
| |\
| | * Merge "Update javadoc for the API and change return of getBondedDevices()." i...Jaikumar Ganesh2010-08-091-1/+31
| | |\
| | | * Update javadoc for the API and change return of getBondedDevices().Jaikumar Ganesh2010-08-091-1/+31
* | | | am 75493be9: am 63cca691: Merge "Make sure profiling is done only for views t...Konstantin Lopyrev2010-08-092-54/+68
|\ \ \ \ | |/ / /
| * | | am 63cca691: Merge "Make sure profiling is done only for views that are actua...Konstantin Lopyrev2010-08-092-54/+68
| |\ \ \ | | |/ /
| | * | Merge "Make sure profiling is done only for views that are actually measured,...Konstantin Lopyrev2010-08-092-54/+68
| | |\ \ | | | |/ | | |/|
| | | * Make sure profiling is done only for views that are actually measured, laid o...Konstantin Lopyrev2010-08-062-54/+68
* | | | am 4e25db6a: am cbaef518: Merge "Check whether Bluetooth is enabled before ma...Jaikumar Ganesh2010-08-091-0/+10
|\ \ \ \ | |/ / /
| * | | am cbaef518: Merge "Check whether Bluetooth is enabled before making any API ...Jaikumar Ganesh2010-08-091-0/+10
| |\ \ \ | | |/ /
| | * | Merge "Check whether Bluetooth is enabled before making any API calls." into ...Jaikumar Ganesh2010-08-091-0/+10
| | |\ \
| | | * | Check whether Bluetooth is enabled before making any API calls.Jaikumar Ganesh2010-08-091-0/+10
* | | | | Merge "Incorporated Joe's comments"Manuel Roman2010-08-091-22/+19
|\ \ \ \ \
| * | | | | Incorporated Joe's commentsManuel Roman2010-08-091-22/+19
* | | | | | Removing closed cursor on stopDmitri Plotnikov2010-08-091-1/+1
* | | | | | This may fix LoaderManager bug where a closed cursor could be used.Dianne Hackborn2010-08-091-5/+8
|/ / / / /
* | | | | Replace Bitmap's finalizers with PhantomReferences.Romain Guy2010-08-092-14/+136
* | | | | Add new ContentProvider for doing conversions to data streams.Dianne Hackborn2010-08-0812-65/+726
* | | | | Make libhwui entirely optional.Romain Guy2010-08-082-47/+16
* | | | | Optimizing skipValue() to avoid allocation.Jesse Wilson2010-08-061-13/+23
* | | | | Adding JsonReader.setLenient() to handle malformed JSON strings.Jesse Wilson2010-08-062-77/+116
* | | | | am 6f50a956: am 799f2bb0: am b37bca9e: Merge "COMMENT ONLY change to fix some...Dan Egnor2010-08-061-69/+73
|\ \ \ \ \ | |/ / / /
| * | | | am 799f2bb0: am b37bca9e: Merge "COMMENT ONLY change to fix some formatting g...Dan Egnor2010-08-061-69/+73
| |\ \ \ \ | | |/ / /
| | * | | am b37bca9e: Merge "COMMENT ONLY change to fix some formatting glitches and (...Dan Egnor2010-08-061-69/+73
| | |\ \ \
| | | * \ \ Merge "COMMENT ONLY change to fix some formatting glitches and (more importan...Dan Egnor2010-08-061-69/+73
| | | |\ \ \
| | | | * | | COMMENT ONLY change to fix some formatting glitches andDan Egnor2010-08-021-69/+73
| | | * | | | Merge "DO NOT MERGE Fix a bug that could cause flings to last too long using ...Adam Powell2010-08-051-1/+5
| | | |\ \ \ \
| | | | * | | | DO NOT MERGE Fix a bug that could cause flings to last too long using a ScrollerAdam Powell2010-08-051-1/+5
* | | | | | | | am d49d4031: am 9fbf00cb: Merge "Slight improvement (hopefully) to orientatio...Steve Howard2010-08-061-57/+188
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | am 9fbf00cb: Merge "Slight improvement (hopefully) to orientation sensing." i...Steve Howard2010-08-061-57/+188
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Merge "Slight improvement (hopefully) to orientation sensing." into gingerbreadSteve Howard2010-08-061-57/+188
| | |\ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| | | * | | | | Slight improvement (hopefully) to orientation sensing.Steve Howard2010-08-051-57/+188
* | | | | | | | am 974c993f: am 8e15afe7: Make downloads visible by default.Steve Howard2010-08-062-19/+22
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | am 8e15afe7: Make downloads visible by default.Steve Howard2010-08-062-19/+22
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Make downloads visible by default.Steve Howard2010-08-062-19/+22
* | | | | | | | Fix some lifecycle issues with populating the action bar's menuAdam Powell2010-08-061-4/+0
* | | | | | | | Support complex characters in plugins.Derek Sollenberger2010-08-062-3/+23
* | | | | | | | A new streaming JSON API.Jesse Wilson2010-08-064-0/+1631
* | | | | | | | Merge "added scroll control support to WebView"Michael Kolb2010-08-061-7/+18
|\ \ \ \ \ \ \ \
| * | | | | | | | added scroll control support to WebViewMichael Kolb2010-08-051-7/+18
* | | | | | | | | Merge "Set umask of system server to 0077"Mike Lockwood2010-08-061-0/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Set umask of system server to 0077Mike Lockwood2010-08-061-0/+2
* | | | | | | | | | resolved conflicts for merge of a06ad953 to masterChung-yih Wang2010-08-061-0/+9
|\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |