summaryrefslogtreecommitdiffstats
path: root/core/java
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | am ed2a70d6: docs: add the Bluetooth developer guide, and make some revisions...Scott Main2009-12-102-8/+19
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | docs: add the Bluetooth developer guide,Scott Main2009-12-092-8/+19
* | | | | am f6e32e72: Merge change Icced7a09 into eclairJaikumar Ganesh2009-12-101-30/+30
|\ \ \ \ \ | |/ / / /
| * | | | Maintain a list of all Bluetooth docks.Jaikumar Ganesh2009-12-091-30/+30
* | | | | Added View#dispatchViewVisibilityChanged and View#onDispatchVisibilityChanged...Adam Powell2009-12-103-36/+37
* | | | | Fix crash with @UiThreadTest in InstrumentationTestCase.Romain Guy2009-12-101-1/+1
* | | | | Merge change Id432656e into eclair-mr2Android (Google) Code Review2009-12-101-0/+36
|\ \ \ \ \
| * | | | | Add support for @UiThreadTest on setUp() and tearDown() in InstrumentationTes...Romain Guy2009-12-101-0/+36
| | |_|_|/ | |/| | |
* | | | | - move the EventLog stuff out of ATSAFred Quintana2009-12-102-77/+6
* | | | | Merge change I7daa7ae8 into eclair-mr2Android (Google) Code Review2009-12-102-2/+12
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | move event log tags used by SyncAdapter into a local .logtags fileDoug Zongker2009-12-092-2/+12
* | | | | Merge change I98819b18 into eclair-mr2Android (Google) Code Review2009-12-091-1/+5
|\ \ \ \ \
| * | | | | Allow resource and file URIs in ImageView.setImageURI()Bjorn Bringert2009-11-271-1/+5
* | | | | | Merge change I154386b1 into eclair-mr2Android (Google) Code Review2009-12-092-1/+97
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Use unbundled QSB for global searchBjorn Bringert2009-12-092-1/+97
* | | | | | Merge change I2cb78a66 into eclair-mr2Android (Google) Code Review2009-12-091-0/+22
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Add convenience function to MediaStore to move a playlist itemMarco Nelissen2009-12-091-0/+22
* | | | | | Merge change Id469ba88 into eclair-mr2Android (Google) Code Review2009-12-091-0/+40
|\ \ \ \ \ \
| * | | | | | Listen for window orientation events.Patrick Scott2009-12-091-0/+40
* | | | | | | Enable longpress and doubletap to WebKit as touchGrace Kloba2009-12-092-8/+57
* | | | | | | - removed the concept of Entity from the ContentProvider APIsFred Quintana2009-12-0916-699/+571
* | | | | | | Merge change I75481cb8 into eclair-mr2Android (Google) Code Review2009-12-091-2/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Check that the resolved activity is not in our package.Patrick Scott2009-12-091-2/+3
| | |/ / / / | |/| | | |
* | | | | | Pass a message to move the focus when user hits "Next".Leon Scroggins2009-12-093-4/+16
|/ / / / /
* | | | | Merge change Iead0d4d8 into eclair-mr2Android (Google) Code Review2009-12-081-1/+1
|\ \ \ \ \
| * | | | | Fix the build when ViewDebug.TRACE_RECYCLER is set to true.Romain Guy2009-12-081-1/+1
* | | | | | Merge change Iee7f2457 into eclair-mr2Android (Google) Code Review2009-12-081-2468/+0
|\ \ \ \ \ \
| * | | | | | Deleted Gmail.java from frameworks. Previously it had been moved to vendor/g...Paul Westbrook2009-12-081-2468/+0
| |/ / / / /
* | | | | | Add bindService API to not bring ot foreground.Dianne Hackborn2009-12-082-2/+15
|/ / / / /
* | | | | Improve javadoc in View.Romain Guy2009-12-081-2/+2
* | | | | Merge change I0743a389 into eclair-mr2Android (Google) Code Review2009-12-081-1/+2
|\ \ \ \ \
| * | | | | Close popup when Keyboard gets a CANCEL motion event.Amith Yamasani2009-12-081-1/+2
* | | | | | am 767eb427: Merge change If990cab0 into eclairChristopher Tate2009-12-081-2/+16
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Make sure to acknowledge stale broadcastsChristopher Tate2009-12-081-2/+16
* | | | | | Remove the code where we suspect webkit draw duringGrace Kloba2009-12-081-25/+1
* | | | | | Merge change I96ddd6e2 into eclair-mr2Android (Google) Code Review2009-12-086-288/+40
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Migration to TrafficStats.Ken Shirriff2009-12-086-288/+40
* | | | | | Merge change Ia28d9547 into eclair-mr2Android (Google) Code Review2009-12-082-13/+24
|\ \ \ \ \ \
| * | | | | | Expose SearchableInfo and getSearchablesInGlobalSearch()Bjorn Bringert2009-12-082-13/+24
| |/ / / / /
* | | | | | Merge change I237c1cee into eclair-mr2Android (Google) Code Review2009-12-082-2/+6
|\ \ \ \ \ \
| * | | | | | Improve exception message thrown when a View's state is of the wrong type.Romain Guy2009-12-082-2/+6
| | |_|_|_|/ | |/| | | |
* | | | | | Merge change I887f355f into eclair-mr2Android (Google) Code Review2009-12-081-0/+7
|\ \ \ \ \ \
| * | | | | | Propagate background scheduling class across processes.Dianne Hackborn2009-12-071-0/+7
* | | | | | | Some fixes for positioning the WebTextView.Leon Scroggins2009-12-082-14/+4
| |_|/ / / / |/| | | | |
* | | | | | Add TrafficStats class to SDK.Ken Shirriff2009-12-081-0/+265
* | | | | | Switching from activity based full screen plugins to a view system overlay.Derek Sollenberger2009-12-085-91/+103
* | | | | | am d59fb6e7: Updating list of standard Intents in android.content.Intent docu...Trevor Johns2009-12-071-1/+24
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Updating list of standard Intents in android.content.IntentTrevor Johns2009-12-071-1/+24
* | | | | | am 9c79938d: Document that some parameters will not be null and fix getSuppor...Wu-cheng Li2009-12-071-12/+18
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Document that some parameters will not be null and fix getSupportedPictureFor...Wu-cheng Li2009-12-081-12/+18