summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Fix back key handling for search dialog.Karl Rosaen2009-07-205-66/+79
* Merge change 7857 into donutAndroid (Google) Code Review2009-07-191-5/+2
|\
| * Remove exception throw when a view has a self dependency inside aRomain Guy2009-07-191-5/+2
* | * Reverted the change in PackageParser that I checked by accidentMitsuru Oshima2009-07-194-14/+9
* | Merge change 7840 into donutAndroid (Google) Code Review2009-07-191-3/+17
|\ \ | |/ |/|
| * Fix issue where scaled bitmap sizes could be wrong.Dianne Hackborn2009-07-181-3/+17
* | Merge change 7783 into donutAndroid (Google) Code Review2009-07-175-20/+44
|\ \ | |/
| * Add "nodpi" density, and expose a bunch of density-related APIs.Dianne Hackborn2009-07-175-20/+44
* | Merge change 7720 into donutAndroid (Google) Code Review2009-07-171-1/+5
|\ \
| * | Fix global ref leak in android.media.AudioRecord. Delete global refsJean-Michel Trivi2009-07-171-1/+5
* | | Merge change 6809 into donutAndroid (Google) Code Review2009-07-171-5/+3
|\ \ \
| * | | Correctly deliver AppWidgetProvider.onDeleted() events.Jeff Sharkey2009-07-101-5/+3
* | | | Merge change 7707 into donutAndroid (Google) Code Review2009-07-171-2/+14
|\ \ \ \ | |_|_|/ |/| | |
| * | | * scale surface view's canvasMitsuru Oshima2009-07-171-2/+14
* | | | Merge change 7696 into donutAndroid (Google) Code Review2009-07-174-31/+47
|\ \ \ \ | |/ / / |/| | |
| * | | add hidden Options field for native allocationsMike Reed2009-07-174-31/+47
* | | | Merge change 7613 into donutAndroid (Google) Code Review2009-07-173-4/+17
|\ \ \ \
| * | | | * Use Fede In/Out animation if one of opening/closing apps is in compatibili...Mitsuru Oshima2009-07-173-4/+17
* | | | | Copy cached drawables in search dialog.Bjorn Bringert2009-07-172-17/+21
| |_|_|/ |/| | |
* | | | Merge change 7645 into donutAndroid (Google) Code Review2009-07-162-3/+14
|\ \ \ \
| * | | | Make the SearchDialog's AutoCompleteTextView dropdown respect theMike LeBeau2009-07-162-3/+14
* | | | | Merge change 7498 into donutAndroid (Google) Code Review2009-07-161-2/+39
|\ \ \ \ \
| * | | | | Adding public intents for TTS to enable checking for TTS data,Charles Chen2009-07-161-2/+39
* | | | | | Merge change 7492 into donutAndroid (Google) Code Review2009-07-161-0/+8
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Delete leaked global ref in AudioTrack constructor.Jean-Michel Trivi2009-07-161-0/+8
* | | | | | Merge change 7619 into donutAndroid (Google) Code Review2009-07-161-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Fixes #1861763. Prevents IllegalArgumentException in AbsListView on focusRomain Guy2009-07-161-1/+1
* | | | | | Merge change 7551 into donutAndroid (Google) Code Review2009-07-162-1/+51
|\ \ \ \ \ \
| * | | | | | Add ability to delay messages in Filter based on constraint. Use this to del...Karl Rosaen2009-07-162-1/+51
| |/ / / / /
* | | | | | Merge change 7568 into donutAndroid (Google) Code Review2009-07-162-0/+45
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Issue #1969025: need api for launching intent as if it were coming from anoth...Dianne Hackborn2009-07-162-0/+45
| | |_|/ / | |/| | |
* | | | | Merge change 7566 into donutAndroid (Google) Code Review2009-07-163-1/+28
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix the style of preferences headers in the light theme.Romain Guy2009-07-163-1/+28
* | | | | Merge change 7514 into donutAndroid (Google) Code Review2009-07-161-1/+10
|\ \ \ \ \
| * | | | | Only parse search suggestions that look like HTMLBjorn Bringert2009-07-161-1/+10
* | | | | | Merge change 7512 into donutAndroid (Google) Code Review2009-07-161-191/+62
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Get rid of drawing hacks for search dialog suggestionsBjorn Bringert2009-07-161-191/+62
* | | | | | Make sure SearchDialog.mSearchable != null in key handlersBjorn Bringert2009-07-161-11/+17
|/ / / / /
* | | | | Merge change 7441 into donutAndroid (Google) Code Review2009-07-161-45/+62
|\ \ \ \ \
| * | | | | Allow system colors in <font> tagsBjorn Bringert2009-07-151-45/+62
| |/ / / /
* | | | | Merge change 7473 into donutAndroid (Google) Code Review2009-07-151-2/+13
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Fixes #1844366. Prevents window leak in Spinner.Romain Guy2009-07-151-2/+13
| |/ / /
* | | | Merge change 7451 into donutAndroid (Google) Code Review2009-07-151-1/+8
|\ \ \ \
| * | | | Include 'calling_package' extra for uses of in-app voice search so thatMike LeBeau2009-07-151-1/+8
* | | | | Merge change 7401 into donutAndroid (Google) Code Review2009-07-151-0/+103
|\ \ \ \ \
| * | | | | Adding missing addEarcon method. Not having this was a bug asCharles Chen2009-07-151-0/+103
| | |_|/ / | |/| | |
* | | | | Merge change 7396 into donutAndroid (Google) Code Review2009-07-151-1/+2
|\ \ \ \ \
| * | | | | Run background threads associated with filtering at background priority.Karl Rosaen2009-07-151-1/+2
* | | | | | Clamp app widget updates from updatePeriodMillis to a minimum of 30 minutes.Joe Onorato2009-07-151-0/+3
| |_|_|/ / |/| | | |
* | | | | Merge change 6926 into donutAndroid (Google) Code Review2009-07-153-9/+26
|\ \ \ \ \ | |_|/ / / |/| | | |