summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Merge change 4947 into donutAndroid (Google) Code Review2009-06-2227-200/+200
|\
| * Yet another round of trying to get the date formats right.Eric Fischer2009-06-2227-200/+200
* | Merge change 4952 into donutAndroid (Google) Code Review2009-06-2214-247/+265
|\ \
| * | Helper API cleanup. Allows multiple helpers to function,Joe Onorato2009-06-2214-247/+265
* | | Merge change 4477 into donutAndroid (Google) Code Review2009-06-221-3/+5
|\ \ \
| * | | BulkCursorToCursorAdaptor.respond no longer assumes RemoteException is imposs...Karl Rosaen2009-06-221-3/+5
* | | | Merge change 4940 into donutAndroid (Google) Code Review2009-06-223-7/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Fixes #1933585. Don't dismiss ACTV's drop down when it's set to alwaysVisible.Romain Guy2009-06-223-7/+8
| |/ /
* | | add GServices settings for Google Talk privacy and legal urls.Wei Huang2009-06-221-0/+15
|/ /
* | Merge change 4775 into donutAndroid (Google) Code Review2009-06-223-1/+49
|\ \
| * | Make browser bookmarks permissions part of the public API.Leon Scroggins2009-06-223-1/+49
* | | Merge change 4914 into donutAndroid (Google) Code Review2009-06-223-43/+30
|\ \ \ | |/ / |/| |
| * | Make all static methods in SearchManager non-static.Bjorn Bringert2009-06-223-43/+30
* | | Merge change 4913 into donutAndroid (Google) Code Review2009-06-221-0/+13
|\ \ \ | |/ /
| * | Add non-static version of SearchManager.getSuggestions().Bjorn Bringert2009-06-221-0/+13
* | | Merge change 4908 into donutAndroid (Google) Code Review2009-06-221-5/+0
|\ \ \ | |/ /
| * | Remove checks for Activity Context when creating SearchManagerBjorn Bringert2009-06-221-5/+0
* | | Add prepareToDraw() to Bitmap for fixing http://b/issue?id=1907995.Wei-Ta Chen2009-06-221-24/+30
|/ /
* | Merge the change in cupcake_dcm so that Contacts app is able to use it.Daisuke Miyakawa2009-06-221-21/+39
* | Set the search bar's AutoCompleteTextView to ellipsize=end.Mike LeBeau2009-06-201-0/+1
* | Merge change 4829 into donutAndroid (Google) Code Review2009-06-191-33/+63
|\ \
| * | Fixes #1926784. Setting android:ellipsize on an EditText now ellipsizes the h...Romain Guy2009-06-191-33/+63
* | | Change addCertificate to take byte[] instead of String as we don't know the e...Grace Kloba2009-06-193-2/+51
* | | Merge change 4818 into donutAndroid (Google) Code Review2009-06-191-0/+10
|\ \ \
| * | | Added in Settings.Secure default country and variant for the default TTS lang...Jean-Michel Trivi2009-06-191-0/+10
* | | | Merge change 4785 into donutAndroid (Google) Code Review2009-06-192-5/+9
|\ \ \ \ | |/ / / |/| | |
| * | | Fix issue #1753079: running instrumentation in shared processes.Dianne Hackborn2009-06-192-5/+9
* | | | Merge change 4808 into donutAndroid (Google) Code Review2009-06-191-4/+6
|\ \ \ \
| * | | | Fixes #1928566. Prevents runtime restart upon configuration change.Romain Guy2009-06-191-4/+6
| | |/ / | |/| |
* | | | Merge change 4792 into donutAndroid (Google) Code Review2009-06-191-0/+2
|\ \ \ \
| * | | | when we reset a paint, it should return to the state it was in when it was fi...Mike Reed2009-06-191-0/+2
* | | | | Merge change 4793 into donutAndroid (Google) Code Review2009-06-192-22/+37
|\ \ \ \ \
| * | | | | dpi changes for webviewGrace Kloba2009-06-192-22/+37
* | | | | | Merge change 4796 into donutAndroid (Google) Code Review2009-06-191-0/+9
|\ \ \ \ \ \
| * | | | | | Move USE_LOCATION_FOR_SERVICES to Secure.Amith Yamasani2009-06-191-0/+9
* | | | | | | Merge change 4786 into donutAndroid (Google) Code Review2009-06-191-3/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | gps: Set SUPL server via hostname rather than IP address.Mike Lockwood2009-06-191-3/+5
| | |_|/ / / | |/| | | |
* | | | | | Merge change 4706 into donutAndroid (Google) Code Review2009-06-191-0/+7
|\ \ \ \ \ \
| * | | | | | Add a new checkin server flag for Vending Machine heartbeats.Linda Nguyen2009-06-181-0/+7
* | | | | | | Add "why?" button to low battery dialog.Dianne Hackborn2009-06-192-0/+12
* | | | | | | Merge change 4757 into donutAndroid (Google) Code Review2009-06-194-1/+43
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Add getBatteryUsageHint() to BluetoothHeadset for power monitoring.Nick Pelly2009-06-194-1/+43
| | |_|/ / / | |/| | | |
* | | | | | Merge change 4687 into donutAndroid (Google) Code Review2009-06-192-2/+2
|\ \ \ \ \ \
| * | | | | | Use standalone month name instead of format month name in year-month format.Eric Fischer2009-06-182-2/+2
* | | | | | | Remove deprecated api. Aptly rename freeStorageWithIntent to freeStorage.Suchi Amalapurapu2009-06-193-66/+3
| |_|_|/ / / |/| | | | |
* | | | | | Add Intent.ACTION_SEND_MULTIPLEWu-cheng Li2009-06-191-0/+17
| |/ / / / |/| | | |
* | | | | Merge change 4679 into donutAndroid (Google) Code Review2009-06-181-9/+3
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Replace the dummy code with Keystore for <keygen> support.Grace Kloba2009-06-181-9/+3
* | | | | Merge change 4696 into donutAndroid (Google) Code Review2009-06-189-37/+72
|\ \ \ \ \
| * | | | | Fix targetSdkVersion, make resize mode a flag, delayed dexopt, easy Applicati...Dianne Hackborn2009-06-189-37/+72
| | |_|_|/ | |/| | |