summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* am 22b8787: Squashed commit of the following:Christopher Tate2009-05-052-33/+44
|\
| * Squashed commit of the following:Christopher Tate2009-05-042-33/+44
* | am 6362741: Merge change 966 into donutAndroid (Google) Code Review2009-05-041-0/+1
|\ \ | |/
| * Merge change 966 into donutAndroid (Google) Code Review2009-05-041-0/+1
| |\
| | * Fixes 1830181. Tapping disabled items in a ListView would cause the framework...Romain Guy2009-05-041-0/+1
* | | am b7ce28c: Merge change 962 into donutAndroid (Google) Code Review2009-05-041-2/+2
|\ \ \ | |/ /
| * | Merge change 962 into donutAndroid (Google) Code Review2009-05-041-2/+2
| |\ \
| | * | Fixes #1603191. GridView could provoke NPEs during layout passes initiated fr...Romain Guy2009-05-041-2/+2
| | |/
* | | am 2c9eec6: Merge change 952 into donutAndroid (Google) Code Review2009-05-041-39/+40
|\ \ \ | |/ /
| * | Merge change 952 into donutAndroid (Google) Code Review2009-05-041-39/+40
| |\ \
| | * | Debug: Minor cleanupDave Bort2009-05-041-39/+40
* | | | am 724561c: Merge change 949 into donutAndroid (Google) Code Review2009-05-041-1/+1
|\ \ \ \ | |/ / /
| * | | Merge change 949 into donutAndroid (Google) Code Review2009-05-041-1/+1
| |\ \ \
| | * | | Fixes external #2575 (http://code.google.com/p/android/issues/detail?id=2575)...Romain Guy2009-05-041-1/+1
| | | |/ | | |/|
* | | | am beb2498: Merge change 956 into donutAndroid (Google) Code Review2009-05-041-5/+7
|\ \ \ \ | |/ / /
| * | | Merge change 956 into donutAndroid (Google) Code Review2009-05-041-5/+7
| |\ \ \ | | |_|/ | |/| |
| | * | Fixes #1827988. Prevent marquee text from constantly rescaling itself in MarketRomain Guy2009-05-041-5/+7
| | |/
* | | am 7ff9436: Merge change 911 into donutAndroid (Google) Code Review2009-05-041-1/+203
|\ \ \ | |/ /
| * | Merge change 911 into donutAndroid (Google) Code Review2009-05-041-1/+203
| |\ \ | | |/ | |/|
| | * Debug: Add setPropertiesOn(), and @hide it for nowDave Bort2009-05-011-1/+203
* | | am fa3e556: Change error message.Wu-cheng Li2009-05-041-1/+2
|\ \ \ | |/ /
| * | Change error message.Wu-cheng Li2009-05-041-1/+2
* | | am 6a1ae64: Fix another HTML formatting in android.os.AsyncTaskRomain Guy2009-05-041-1/+1
|\ \ \ | |/ /
| * | Fix another HTML formatting in android.os.AsyncTaskRomain Guy2009-05-021-1/+1
* | | am 8d121ce: Merge change 917 into donutAndroid (Google) Code Review2009-05-041-1/+1
|\ \ \ | |/ /
| * | Merge change 917 into donutAndroid (Google) Code Review2009-05-021-1/+1
| |\ \ | | |/ | |/|
| | * Fix HTML formatting in android.os.AsyncTaskRomain Guy2009-05-021-1/+1
| * | Merge change 847 into donutAndroid (Google) Code Review2009-05-011-25/+33
| |\ \
| | * | Config: Deprecate most fields, and hook into ConfigBuildFlagsDave Bort2009-05-011-25/+33
* | | | Manual cherry-pick of 821427eac75d88f1388935e0a2f0564be8979e58 into masterAndroid (Google) Code Review2009-05-041-25/+33
* | | | am 7db4860: Merge change 845 into donutAndroid (Google) Code Review2009-05-014-0/+83
|\ \ \ \ | |/ / /
| * | | Merge change 845 into donutAndroid (Google) Code Review2009-05-014-0/+83
| |\ \ \ | | |/ /
| | * | Config: Add ConfigBuildFlags, and change it based on TARGET_BUILD_TYPEDave Bort2009-05-014-0/+83
| | |/
* | | am 854c8c7: Merge change 896 into donutAndroid (Google) Code Review2009-05-012-4/+4
|\ \ \ | |/ /
| * | Merge change 896 into donutAndroid (Google) Code Review2009-05-012-4/+4
| |\ \ | | |/ | |/|
| | * make AutoCompleteTextView take the alternate anchor view into account when co...Karl Rosaen2009-05-012-4/+4
* | | Fix the buildRomain Guy2009-05-011-2/+2
* | | am 275555c: location: Add support for location providers outside of the Mike Lockwood2009-05-012-1/+26
|\ \ \ | |/ /
| * | location: Add support for location providers outside of the system process.Mike Lockwood2009-05-012-1/+26
* | | am 9a81736: Add the ability to specify the onClick handler with XML.Romain Guy2009-05-013-0/+40
|\ \ \ | |/ /
| * | Add the ability to specify the onClick handler with XML. The new android:...Romain Guy2009-05-013-0/+40
* | | am e5c4725: Merge change 873 into donutAndroid (Google) Code Review2009-05-011-4/+2
|\ \ \ | |/ /
| * | pass original ptrs to JNI release functions (instead of += index to them)Mike Reed2009-05-011-4/+2
* | | Partly fix master build, by bumping attr IDs.Bjorn Bringert2009-05-011-2/+2
* | | am a56b318: NEW_API: Expose includeInGlobalSearch searchable attributeBjorn Bringert2009-05-011-0/+1
|\ \ \ | |/ /
| * | NEW_API: Expose includeInGlobalSearch searchable attributeBjorn Bringert2009-05-011-0/+1
* | | am 232cd50: NEW_API: Expose searchSuggestThreshold searchable attributeBjorn Bringert2009-05-011-0/+1
|\ \ \ | |/ /
| * | NEW_API: Expose searchSuggestThreshold searchable attributeBjorn Bringert2009-05-011-0/+1
* | | am 3500f01: Merge branch \'donut\' of ssh://android-git.corp.google.com:29The Android Open Source Project2009-04-301-1/+37
|\ \ \ | |/ /
| * | Merge branch 'donut' of ssh://android-git.corp.google.com:29418/platform/fram...The Android Open Source Project2009-04-301-1/+37
| |\ \