summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fiddle with default densities to try to sanitize the API.Dianne Hackborn2009-07-263-31/+94
* Allow for screen density drawables in compatibility mode.Dianne Hackborn2009-07-2429-357/+799
* Merge change 8475 into donutAndroid (Google) Code Review2009-07-2422-37/+0
|\
| * Per conversation, remove the toast while saving the Certificates to CertTools.Grace Kloba2009-07-2322-37/+0
* | Merge change 8462 into donutAndroid (Google) Code Review2009-07-242-35/+76
|\ \
| * | Make the DatePicker respect the date format setting if the date is numeric.Eric Fischer2009-07-232-35/+76
* | | Change to SPKAC certificate request format for keygen.Chung-yih Wang2009-07-243-38/+27
* | | Add memcpy and strcpy boundary check.Chung-yih Wang2009-07-241-1/+31
* | | Merge change 8443 into donutAndroid (Google) Code Review2009-07-231-8/+14
|\ \ \ | |_|/ |/| |
| * | add some more defensiveness to SuggestionsAdapter to avoid system process cra...Karl Rosaen2009-07-231-8/+14
* | | * Use the scaled size for surface view instead of native. The surface will be...Mitsuru Oshima2009-07-234-64/+17
* | | Merge change 8323 into donutAndroid (Google) Code Review2009-07-233-15/+68
|\ \ \ | |_|/ |/| |
| * | * a best effort fix for apps that uses get/set Matrix API on canvas.Mitsuru Oshima2009-07-233-15/+68
* | | Merge change 8360 into donutAndroid (Google) Code Review2009-07-231-2/+4
|\ \ \
| * | | Remove failing test AutoCompleteTextViewCallbacks.testPopupNoSelection fromBrett Chabot2009-07-231-2/+4
* | | | Merge change 8263 into donutAndroid (Google) Code Review2009-07-2352-4780/+982
|\ \ \ \
| * | | | Make the date formats as close as possible to what the translators wanted.Eric Fischer2009-07-2252-4780/+982
* | | | | Merge change 8291 into donutAndroid (Google) Code Review2009-07-231-0/+7
|\ \ \ \ \
| * | | | | Add gservices flag for configuring the URL vending redirects to when TOS is i...lknguyen2009-07-221-0/+7
| | |_|/ / | |/| | |
* | | | | Merge change 8338 into donutAndroid (Google) Code Review2009-07-231-1/+12
|\ \ \ \ \
| * | | | | Have the notification service only have notifications diabled until setup wiz...Joe Onorato2009-07-231-1/+12
| |/ / / /
* | | | | Merge change 8336 into donutAndroid (Google) Code Review2009-07-233-2/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Remove the silent ringtone.Marco Nelissen2009-07-233-2/+0
* | | | | Merge change 8262 into donutAndroid (Google) Code Review2009-07-221-0/+9
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Implement the device ConfigurationInfo.reqGlEsVersion field.Jack Palevich2009-07-221-0/+9
* | | | | Merge change 8261 into donutAndroid (Google) Code Review2009-07-222-97/+0
|\ \ \ \ \ | |/ / / /
| * | | | Remove recently-added android.opengl.Version APIJack Palevich2009-07-222-97/+0
* | | | | Merge change 8255 into donutAndroid (Google) Code Review2009-07-222-1/+18
|\ \ \ \ \
| * | | | | Add new hidden API setForceIgnoreOutsideTouch to AutoCompleteTextView forMike LeBeau2009-07-222-1/+18
* | | | | | Reimplement TypedArray.getLayoutDimension(int, int) for the layout bridge.Xavier Ducrohet2009-07-221-109/+114
|/ / / / /
* | | | | Merge change 8235 into donutAndroid (Google) Code Review2009-07-221-16/+27
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | * Revert the change that I introduced while refactroing in SurfaceView#dispat...Mitsuru Oshima2009-07-221-16/+27
* | | | | Merge change 8228 into donutAndroid (Google) Code Review2009-07-221-4/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Remove background padding workaround from SuggestionsAdapterBjorn Bringert2009-07-221-4/+0
* | | | | Merge change 8227 into donutAndroid (Google) Code Review2009-07-222-16/+33
|\ \ \ \ \
| * | | | | Handle null in MatrixCursor.get*()Bjorn Bringert2009-07-222-16/+33
| |/ / / /
* | | | | Merge change 8220 into donutAndroid (Google) Code Review2009-07-221-2/+1
|\ \ \ \ \
| * | | | | Fix issue 1996218: Disable use of shared memory buffer by SoundPool.Eric Laurent2009-07-221-2/+1
* | | | | | Reconcile donut-release history into donutJean-Baptiste Queru2009-07-220-0/+0
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Merge commit 'remotes/goog/donut' into donut-releaseThe Android Open Source Project2009-07-2248-420/+1010
| |\ \ \ \ \ | | |/ / / /
| * | | | | Merge commit 'remotes/goog/donut' into donut-releaseThe Android Open Source Project2009-07-2121-310/+421
| |\ \ \ \ \
| * \ \ \ \ \ Merge commit 'remotes/goog/donut' into donut-releaseThe Android Open Source Project2009-07-2031-149/+539
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge commit 'remotes/goog/donut' into donut-releaseThe Android Open Source Project2009-07-1720-93/+413
| |\ \ \ \ \ \ \
| * | | | | | | | MediaScanner: Add check for null object in empty title handling code.Mike Lockwood2009-07-171-1/+1
* | | | | | | | | Merge change 8222 into donutAndroid (Google) Code Review2009-07-222-0/+97
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add a public API that reports the supported OpenGLES API level.Jack Palevich2009-07-222-0/+97
* | | | | | | | | | Merge change 8186 into donutAndroid (Google) Code Review2009-07-221-10/+128
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Move global search intent launching to search dialogBjorn Bringert2009-07-221-10/+128
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Simplify density compatibility to a boolean.Dianne Hackborn2009-07-2211-195/+104
* | | | | | | | | Merge change 8218 into donutAndroid (Google) Code Review2009-07-221-3/+8
|\ \ \ \ \ \ \ \ \