Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Merge change 4264 into donut | Android (Google) Code Review | 2009-06-15 | 20 | -59/+0 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix the build: Remove ADD_SYSTEM_SERVICE, which I had accidentally | Dan Egnor | 2009-06-15 | 20 | -59/+0 | |
* | | | | | | | | Merge change 4237 into donut | Android (Google) Code Review | 2009-06-15 | 1 | -3/+6 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| * | | | | | | | Remove obsolete FOTA_UPDATE permission (which should never have been | Dan Egnor | 2009-06-15 | 1 | -3/+6 | |
* | | | | | | | | hide the new constant as it is pending api approval | Grace Kloba | 2009-06-15 | 1 | -0/+3 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge change 4252 into donut | Android (Google) Code Review | 2009-06-15 | 1 | -3/+5 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add more comment for EXTRA_APPEND_LOCATION | Grace Kloba | 2009-06-15 | 1 | -3/+5 | |
* | | | | | | | | Merge change 4248 into donut | Android (Google) Code Review | 2009-06-15 | 17 | -89/+0 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | ||||||
| * | | | | | | | Remove ADD_SYSTEM_SERVICE and SET_PROCESS_FOREGROUND permissions. | Dianne Hackborn | 2009-06-15 | 17 | -89/+0 | |
| | |_|_|_|_|/ | |/| | | | | | ||||||
* | | | | | | | Merge change 4245 into donut | Android (Google) Code Review | 2009-06-15 | 1 | -1/+8 | |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | Add the extra data definition for append location in the VIEW request to the ... | Grace Kloba | 2009-06-15 | 1 | -1/+8 | |
* | | | | | | | Merge change 4117 into donut | Android (Google) Code Review | 2009-06-15 | 1 | -0/+7 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | Add a Gservices setting to have a "use location for better search". | Amith Yamasani | 2009-06-12 | 1 | -0/+7 | |
* | | | | | | | Bring the test transport's restore code into line | Christopher Tate | 2009-06-15 | 1 | -21/+15 | |
* | | | | | | | Merge change 4198 into donut | Android (Google) Code Review | 2009-06-15 | 1 | -0/+16 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | protect starting of search dialog behind 'dev.disablesearchdialog' system pro... | Karl Rosaen | 2009-06-15 | 1 | -0/+16 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge change 4075 into donut | Android (Google) Code Review | 2009-06-15 | 1 | -0/+15 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add <keygen> support for VPN. | Grace Kloba | 2009-06-12 | 1 | -0/+15 | |
* | | | | | | | Merge change 4119 into donut | Android (Google) Code Review | 2009-06-15 | 3 | -2/+14 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | Use locale-appropriate formatting to display application sizes like "252KB". | Eric Fischer | 2009-06-12 | 3 | -2/+14 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Run search dialog in the system process. | Bjorn Bringert | 2009-06-15 | 7 | -136/+422 | |
* | | | | | | Fix some backup reader/writer issues; make local transport do backup | Christopher Tate | 2009-06-14 | 3 | -55/+114 | |
* | | | | | | Fix the jni initializer. | Joe Onorato | 2009-06-12 | 1 | -1/+1 | |
* | | | | | | Add RestoreFileHelper, BackupDataInput, and add java wrappers for the methods... | Joe Onorato | 2009-06-12 | 12 | -16/+449 | |
|/ / / / / | ||||||
* | | | | | Merge change 4017 into donut | Android (Google) Code Review | 2009-06-12 | 67 | -2/+117 | |
|\ \ \ \ \ | ||||||
| * | | | | | Make the date format preference work again. | Eric Fischer | 2009-06-12 | 67 | -2/+117 | |
* | | | | | | Fixes #1914574. An NPE could be causes in lists by ViewGroup.dispatchDraw(). | Romain Guy | 2009-06-12 | 2 | -70/+72 | |
* | | | | | | Hide gestures API. | Romain Guy | 2009-06-12 | 1 | -0/+5 | |
* | | | | | | resolved conflicts for merge of a798dd86 to donut | Ramanan Rajeswaran | 2009-06-12 | 1 | -0/+4 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | AI 149797: Have SetupWizard pull the Terms of Service from the web using a ne... | Ramanan Rajeswaran | 2009-06-11 | 1 | -1/+12 | |
* | | | | | | | Show proper suggestion item hilite on selection. | Satish Sampath | 2009-06-12 | 4 | -17/+3 | |
* | | | | | | | Merge changes 3953,3954 into donut | Android (Google) Code Review | 2009-06-11 | 6 | -25/+62 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix SharedPrefsBackupHelper so it doesn't hard code the paths to the files. | Joe Onorato | 2009-06-11 | 6 | -25/+62 | |
* | | | | | | | | Merge change 4008 into donut | Android (Google) Code Review | 2009-06-11 | 3 | -137/+174 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | ||||||
| * | | | | | | | Fixes #1886237. Views drawing cache was not generated properly. | Romain Guy | 2009-06-11 | 3 | -137/+174 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge change 3775 into donut | Android (Google) Code Review | 2009-06-11 | 3 | -0/+47 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | DO NOT MERGE. | Grace Kloba | 2009-06-10 | 3 | -0/+47 | |
* | | | | | | | | TextToSpeech class cleanups | Jean-Michel Trivi | 2009-06-11 | 1 | -90/+106 | |
* | | | | | | | | Merge change 3935 into donut | Android (Google) Code Review | 2009-06-11 | 67 | -2/+286 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | / / / / | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | Hook the 12- or 24-hour time format checkbox back up. | Eric Fischer | 2009-06-11 | 67 | -2/+286 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | Merge change 3828 into donut | Android (Google) Code Review | 2009-06-11 | 1 | -109/+32 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Renaming the Tts class to TextToSpeech for clarity. | Jean-Michel Trivi | 2009-06-10 | 1 | -109/+32 | |
* | | | | | | Merge change 3899 into donut | Android (Google) Code Review | 2009-06-11 | 1 | -0/+7 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | GpsLocationProvider: Add hooks for GPS location injection. | Mike Lockwood | 2009-06-11 | 1 | -0/+7 | |
* | | | | | | | NEW_API: Expose queryAfterZeroResults searchable attribute. | Satish Sampath | 2009-06-11 | 1 | -0/+1 | |
* | | | | | | | Added attribute queryAfterZeroResults to searchables. | Satish Sampath | 2009-06-11 | 2 | -0/+24 | |
|/ / / / / / | ||||||
* | | | | | | Merge change 3879 into donut | Android (Google) Code Review | 2009-06-11 | 1 | -7/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | ACTV: getWindowVisibility() instead of private attach count | Bjorn Bringert | 2009-06-11 | 1 | -7/+2 | |
* | | | | | | | Fix display of the selection background for search results. | Satish Sampath | 2009-06-11 | 1 | -2/+69 | |
|/ / / / / / | ||||||
* | | | | | | Merge change 3800 into donut | Android (Google) Code Review | 2009-06-11 | 1 | -0/+10 | |
|\ \ \ \ \ \ |