summaryrefslogtreecommitdiffstats
path: root/core/java
Commit message (Expand)AuthorAgeFilesLines
* Possibly fix an issue where we thought an app was always using GPS.Dianne Hackborn2009-06-231-58/+16
* Add missing 'break's in switch statement, fixing bug 1876430Karl Rosaen2009-06-231-0/+2
* Store correct state in SearchDialog.onSaveInstanceState()Bjorn Bringert2009-06-231-56/+25
* Merge change 5006 into donutAndroid (Google) Code Review2009-06-226-12/+23
|\
| * Pass the originating app's versionCode along with a restore setChristopher Tate2009-06-226-12/+23
* | Merge change 4961 into donutAndroid (Google) Code Review2009-06-221-1/+2
|\ \
| * | Set organizations to be null for generateKeyPair to use the default.Grace Kloba2009-06-221-1/+2
* | | Merge change 4977 into donutAndroid (Google) Code Review2009-06-221-6/+1
|\ \ \
| * | | Update the gservices gtalk setting for the terms and services url.Tom Taylor2009-06-221-6/+1
* | | | Launch user-entered URLs directly without a web search.Satish Sampath2009-06-221-4/+67
| |_|/ |/| |
* | | Add some global metadata to the restore setChristopher Tate2009-06-221-7/+14
* | | Merge change 4965 into donutAndroid (Google) Code Review2009-06-222-6/+17
|\ \ \
| * | | Fix bugs 1827027, 1808979, 1820700.Dianne Hackborn2009-06-222-6/+17
| | |/ | |/|
* | | Merge change 4952 into donutAndroid (Google) Code Review2009-06-229-145/+198
|\ \ \
| * | | Helper API cleanup. Allows multiple helpers to function,Joe Onorato2009-06-229-145/+198
* | | | 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-221-0/+16
|\
| * Make browser bookmarks permissions part of the public API.Leon Scroggins2009-06-221-0/+16
* | Make all static methods in SearchManager non-static.Bjorn Bringert2009-06-223-43/+30
|/
* Add non-static version of SearchManager.getSuggestions().Bjorn Bringert2009-06-221-0/+13
* Remove checks for Activity Context when creating SearchManagerBjorn Bringert2009-06-221-5/+0
* Merge the change in cupcake_dcm so that Contacts app is able to use it.Daisuke Miyakawa2009-06-221-21/+39
* 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-192-2/+49
* | 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 4793 into donutAndroid (Google) Code Review2009-06-192-22/+37
|\ \ \
| * | | dpi changes for webviewGrace Kloba2009-06-192-22/+37
* | | | Move USE_LOCATION_FOR_SERVICES to Secure.Amith Yamasani2009-06-191-0/+9
* | | | 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-191-0/+9
* | | | | 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
| | |/ / / | |/| | |
* | | | | 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
* | | | Merge change 4709 into donutAndroid (Google) Code Review2009-06-181-18/+26
|\ \ \ \