summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix [1967226] Donut orientation animation (dimming and blur) is slower than C...Mathias Agopian2009-07-106-506/+17
* Merge change 6806 into donutAndroid (Google) Code Review2009-07-102-0/+294
|\
| * Add CLDR data files for Norway and Croatia.Eric Fischer2009-07-102-0/+294
* | Fix regression in handling the 'Go' buttonSatish Sampath2009-07-101-12/+11
* | Merge change 6813 into donutAndroid (Google) Code Review2009-07-103-94/+92
|\ \
| * | Fixes #1972421. Prevents crash in ScrollView/HorizontalScrollView.Romain Guy2009-07-103-94/+92
* | | Merge change 6789 into donutAndroid (Google) Code Review2009-07-101-13/+60
|\ \ \
| * | | Add support in TextToSpeech for an audio stream type param and utteranceJean-Michel Trivi2009-07-101-13/+60
| |/ /
* | | Merge change 6718 into donutAndroid (Google) Code Review2009-07-1010-27/+247
|\ \ \
| * | | Fix bug #1873249i: Apps can DoS/brick deviceDianne Hackborn2009-07-0910-27/+247
* | | | Merge change 6801 into donutAndroid (Google) Code Review2009-07-103-10/+17
|\ \ \ \ | |_|_|/ |/| | |
| * | | Uri.EMPTY.toString() was returning null due to an initialization order bug. F...Bob Lee2009-07-103-10/+17
| |/ /
* | | Use the TTS queue constants in the TTS service as defined in theJean-Michel Trivi2009-07-101-13/+13
| |/ |/|
* | Merge change 6759 into donutAndroid (Google) Code Review2009-07-102-160/+229
|\ \
| * | Do not mergeAndrei Popescu2009-07-102-160/+229
* | | Merge change 6734 into donutAndroid (Google) Code Review2009-07-103-77/+89
|\ \ \ | |/ / |/| |
| * | Adding tagging to utterances to track which app said what.Charles Chen2009-07-103-77/+89
* | | Deprecate DialogInterface methods in SearchManagerBjorn Bringert2009-07-102-4/+9
* | | fix for [1885684] E/SurfaceFlinger( 60): not enough memory for layer bitmap s...Mathias Agopian2009-07-091-0/+7
|/ /
* | Merge change 6713 into donutAndroid (Google) Code Review2009-07-092-2/+2
|\ \
| * | fix for [1969185] valgrind errors in new gl stuffMathias Agopian2009-07-092-2/+2
* | | Merge change 6700 into donutAndroid (Google) Code Review2009-07-091-0/+3
|\ \ \
| * | | do not merge - add a big flag to turn off backupJoe Onorato2009-07-091-0/+3
* | | | Merge change 6689 into donutAndroid (Google) Code Review2009-07-091-19/+26
|\ \ \ \ | |/ / / |/| | |
| * | | Don't crash the app when restore agent bringup throwsChristopher Tate2009-07-091-19/+26
* | | | Merge change 6668 into donutAndroid (Google) Code Review2009-07-091-1/+6
|\ \ \ \
| * | | | Check if a searchable is null before adding it to the list of searchablesMike LeBeau2009-07-091-1/+6
* | | | | Merge change 6659 into donutAndroid (Google) Code Review2009-07-091-2/+9
|\ \ \ \ \
| * | | | | Add a Gservices setting to set the rate at which the home page refreshes.Sanjay Jeyakumar2009-07-091-2/+9
* | | | | | Merge change 6661 into donutAndroid (Google) Code Review2009-07-096-19/+41
|\ \ \ \ \ \
| * | | | | | wifi: WifiManager.startScan() will now do passive scans by default.Mike Lockwood2009-07-096-19/+41
| | |_|_|_|/ | |/| | | |
* | | | | | Merge change 6665 into donutAndroid (Google) Code Review2009-07-091-1/+0
|\ \ \ \ \ \
| * | | | | | Fix resources not being set correctly.Dianne Hackborn2009-07-091-1/+0
| |/ / / / /
* | | | | | Merge change 6660 into donutAndroid (Google) Code Review2009-07-091-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Fix a small bug in array length bounds checking.Dan Egnor2009-07-091-1/+1
* | | | | | Merge change 6652 into donutAndroid (Google) Code Review2009-07-092-0/+5
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Call clearCache on WebView before collecting memory information.Guang Zhu2009-07-092-0/+5
| | |/ / / | |/| | |
* | | | | Merge change 6639 into donutAndroid (Google) Code Review2009-07-094-23/+106
|\ \ \ \ \
| * | | | | Restore audio settings and wifi.Amith Yamasani2009-07-094-23/+106
* | | | | | Merge change 6641 into donutAndroid (Google) Code Review2009-07-091-3/+0
|\ \ \ \ \ \
| * | | | | | Unbreaking the build.Charles Chen2009-07-091-3/+0
* | | | | | | Merge change 6629 into donutAndroid (Google) Code Review2009-07-091-0/+0
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Rename "no" arrays.xml file to be in the correct "nb" locale.Eric Fischer2009-07-091-0/+0
* | | | | | | Merge change 6638 into donutAndroid (Google) Code Review2009-07-093-20/+1737
|\ \ \ \ \ \ \
| * | | | | | | Unhide android.gestures.Romain Guy2009-07-093-20/+1737
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Add a persistent system property to disable the adb notification.Mike Lockwood2009-07-091-0/+4
| |_|_|/ / / |/| | | | |
* | | | | | Merge change 6583 into donutAndroid (Google) Code Review2009-07-091-11/+36
|\ \ \ \ \ \
| * | | | | | Adding a lock to stop so that stop will stop utterancesCharles Chen2009-07-091-11/+36
| | |_|/ / / | |/| | | |
* | | | | | Merge change 6620 into donutAndroid (Google) Code Review2009-07-091-0/+170
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Keep Gears permissions in sync with system location settings.Andrei Popescu2009-07-091-0/+170
| | |_|/ / | |/| | |