summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Merge change Ifea65fb9 into eclair-mr2Android (Google) Code Review2009-12-083-24/+35
|\
| * Move the emergency call button to the top-right when there's no SIM.Daniel Sandler2009-12-073-24/+35
* | 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
* | | Update service example code.Dianne Hackborn2009-12-071-0/+15
* | | am 1067c3cb: Merge change Ia5ef9acd into eclairFred Quintana2009-12-071-1/+0
|\ \ \ | |/ /
| * | Merge change Ia5ef9acd into eclairAndroid (Google) Code Review2009-12-071-1/+0
| |\ \
| | * | remove an old STOPSHIP commentFred Quintana2009-12-071-1/+0
* | | | am ae88e2d1: Merge change I38227501 into eclairJaikumar Ganesh2009-12-074-2/+31
|\ \ \ \ | |/ / /
| * | | Merge change I38227501 into eclairAndroid (Google) Code Review2009-12-074-2/+31
| |\ \ \
| | * | | Add API to get Active Sinks.Jaikumar Ganesh2009-12-074-2/+31
* | | | | Merge change Ifa1fae13 into eclair-mr2Android (Google) Code Review2009-12-072-18/+12
|\ \ \ \ \
| * | | | | Revert "dealloc compiled-sql statements before deref'ing them from SQLiteData...Vasu Nori2009-12-072-18/+12
* | | | | | Merge change Ie70845ca into eclair-mr2Android (Google) Code Review2009-12-071-35/+44
|\ \ \ \ \ \
| * | | | | | Add Sets#newSortedSet()Evan Millar2009-12-071-35/+44
| |/ / / / /
* | | | | | Merge change Idff5eb2a into eclair-mr2Android (Google) Code Review2009-12-072-68/+113
|\ \ \ \ \ \
| * | | | | | Set InputType of WebTextView according to <input> field's type.Leon Scroggins2009-12-072-68/+113
* | | | | | | Expose onReceivedSslError() so that the WebView clientGrace Kloba2009-12-072-4/+0
|/ / / / / /
* | | | | | Merge change I234162b0 into eclair-mr2Android (Google) Code Review2009-12-074-16/+108
|\ \ \ \ \ \
| * | | | | | Add "res" support for WebView.Grace Kloba2009-12-074-16/+108
* | | | | | | Merge change I21eb4b87 into eclair-mr2Android (Google) Code Review2009-12-074-12/+20
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | Allow room for descenders in am/pm text.Daniel Sandler2009-12-074-12/+20
* | | | | | am 6d42d806: Merge change I9cc489a2 into eclairEric Laurent2009-12-071-4/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | / / / | | |/ / / | |/| | |
| * | | | Fix issue 2304669: VoiceIME: starting and canceling voice IME yields persiste...Eric Laurent2009-12-071-4/+4
| | |/ / | |/| |
* | | | Show search icon for <input type="search"> fields.Leon Scroggins2009-12-071-0/+4
* | | | Merge change I9088d29b into eclair-mr2Android (Google) Code Review2009-12-071-32/+93
|\ \ \ \ | |_|/ / |/| | |
| * | | Improves the touch-based text selection UI in text boxes.Maryam Garrett2009-12-031-32/+93
* | | | Merge change I9589f9c2 into eclair-mr2Android (Google) Code Review2009-12-058-6/+9
|\ \ \ \
| * | | | Move android.server.search.SearchableInfo to android.appBjorn Bringert2009-12-048-6/+9
* | | | | Fire OnGroupClick events when collapsing a group in ExpandableListView.Romain Guy2009-12-041-18/+16
* | | | | Merge change If3c7d429 into eclair-mr2Android (Google) Code Review2009-12-041-0/+3
|\ \ \ \ \
| * | | | | Report SCROLL_STATE_IDLE after the user finishes a scroll (not a fling.)Romain Guy2009-12-041-0/+3
* | | | | | am d3bc1994: Merge change I397b6a93 into eclairChristopher Tate2009-12-041-0/+1
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Don't accidentally signal multiple exceptions in setThreadPriority()Christopher Tate2009-12-041-0/+1
* | | | | | Merge change I4261c58d into eclair-mr2Android (Google) Code Review2009-12-042-6/+45
|\ \ \ \ \ \
| * | | | | | Check if another Activity wants to intercept an xml mime type.Patrick Scott2009-12-042-6/+45
* | | | | | | am 48a65d99: Merge change I8c5f2fc3 into eclairRomain Guy2009-12-041-3/+4
|\ \ \ \ \ \ \ | | |/ / / / / | |/| / / / / | |_|/ / / / |/| | | | |
| * | | | | Merge change I8c5f2fc3 into eclairAndroid (Google) Code Review2009-12-041-3/+4
| |\ \ \ \ \
| | * | | | | Fix invalidate code path (#2273209).Romain Guy2009-12-041-3/+4
* | | | | | | Implement new MockContentProvider. Also make ContentProvider aware of the class.Daisuke Miyakawa2009-12-041-0/+32
* | | | | | | am 1296d562: Merge change I8b63ab66 into eclairJim Miller2009-12-031-12/+26
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge change I8b63ab66 into eclairAndroid (Google) Code Review2009-12-031-12/+26
| |\ \ \ \ \ \
| | * | | | | | Better animation for sliding widget.Jim Miller2009-12-021-12/+26
* | | | | | | | am 0ce8431c: Merge change Iaa7edda4 into eclairFred Quintana2009-12-031-2/+6
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge change Iaa7edda4 into eclairAndroid (Google) Code Review2009-12-031-2/+6
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| | * | | | | | don't reschedule syncs that failed with a tooManyRetries errorFred Quintana2009-12-031-2/+6
* | | | | | | | Merge change I6173d7c7 into eclair-mr2Android (Google) Code Review2009-12-032-8/+24
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |