- f8e0169 am 06d9602: Merge change 1000 into donut by Android (Google) Code Review · 16 years ago
- 06d9602 Merge change 1000 into donut by Android (Google) Code Review · 16 years ago
- 33fbd3b Ignore layout bin directories in git. by Raphael · 16 years ago
- 092578c am ad5aaea: am 0c11b99: AI 148308: revise aidl support documentation -- by Scott Main · 16 years ago
- ad5aaea am 0c11b99: AI 148308: revise aidl support documentation -- now the same by Scott Main · 16 years ago
- 0c11b99 AI 148308: revise aidl support documentation -- now the same in all environments; by Scott Main · 16 years ago
- 449ea2b am 0c0221b: Merge change 972 into donut by Android (Google) Code Review · 16 years ago
- 0c0221b Merge change 972 into donut by Android (Google) Code Review · 16 years ago
- 3cbab32 am 22b8787: Squashed commit of the following: by Christopher Tate · 16 years ago
- 545ac3a Merge change 970 by Android (Google) Code Review · 16 years ago
- b933f669 Back-merge all changes done in master to DumpRenderTree to donut. by Guang Zhu · 16 years ago
- 568d91b fix the bug of testStartupTime in MediaPlayerPerformance test throws exception for an existing table by Xia Wang · 16 years ago
- 22b8787 Squashed commit of the following: by Christopher Tate · 16 years ago
- 2d23cbf am 6362741: Merge change 966 into donut by Android (Google) Code Review · 16 years ago
- 6362741 Merge change 966 into donut by Android (Google) Code Review · 16 years ago
- 20fb46f Fixes 1830181. Tapping disabled items in a ListView would cause the framework to take a code path that wasn't resetting the mMotionCorrection variable if it had been previously set. This would force ListView to apply a scroll to its children even though it was unnecessary. This simple fix prevents the issue by resetting mMotionCorrection appropriately. by Romain Guy · 16 years ago
- 176ef2d am 1ab6e21: Merge change 909 into donut by Android (Google) Code Review · 16 years ago
- 1ab6e21 Merge change 909 into donut by Android (Google) Code Review · 16 years ago
- 4b72c1e am b7ce28c: Merge change 962 into donut by Android (Google) Code Review · 16 years ago
- b7ce28c Merge change 962 into donut by Android (Google) Code Review · 16 years ago
- 51d154b Fixes #1603191. GridView could provoke NPEs during layout passes initiated from key events. by Romain Guy · 16 years ago
- d52d8de am 2c9eec6: Merge change 952 into donut by Android (Google) Code Review · 16 years ago
- 2c9eec6 Merge change 952 into donut by Android (Google) Code Review · 16 years ago
- e9bfd9b Debug: Minor cleanup by Dave Bort · 16 years ago
- 4cc0307 am 724561c: Merge change 949 into donut by Android (Google) Code Review · 16 years ago
- 724561c Merge change 949 into donut by Android (Google) Code Review · 16 years ago
- 0003a52 am beb2498: Merge change 956 into donut by Android (Google) Code Review · 16 years ago
- beb2498 Merge change 956 into donut by Android (Google) Code Review · 16 years ago
- 3373ed6 Fixes #1827988. Prevent marquee text from constantly rescaling itself in Market by Romain Guy · 16 years ago
- f83f59f Fixes external #2575 (http://code.google.com/p/android/issues/detail?id=2575). HorizontalScrollView was comparing the measured height of its child to its width. by Romain Guy · 16 years ago
- c34c8c6 am 7ff9436: Merge change 911 into donut by Android (Google) Code Review · 16 years ago
- 7ff9436 Merge change 911 into donut by Android (Google) Code Review · 16 years ago
- 0550e41c am 5c6f93f: am eb086d6: AI 148270: remove references to AbsoluteLayout b by Scott Main · 16 years ago
- 1e38d86 am fa3e556: Change error message. by Wu-cheng Li · 16 years ago
- bf61e19 am 6a1ae64: Fix another HTML formatting in android.os.AsyncTask by Romain Guy · 16 years ago
- 61cf54d am 8d121ce: Merge change 917 into donut by Android (Google) Code Review · 16 years ago
- 4fd2756 no change; doing a 'merge', previous change was a cherry-pick by The Android Open Source Project · 16 years ago
- 5c6f93f am eb086d6: AI 148270: remove references to AbsoluteLayout because it\'s by Scott Main · 16 years ago
- eb086d6 AI 148270: remove references to AbsoluteLayout because it's been deprecated by Scott Main · 16 years ago
- a3fcb44 Manual cherry-pick of 821427eac75d88f1388935e0a2f0564be8979e58 into master by Android (Google) Code Review · 16 years ago
- fa3e556 Change error message. by Wu-cheng Li · 16 years ago
- 6a1ae64 Fix another HTML formatting in android.os.AsyncTask by Romain Guy · 16 years ago
- 8d121ce Merge change 917 into donut by Android (Google) Code Review · 16 years ago
- b97aec6 Fix HTML formatting in android.os.AsyncTask by Romain Guy · 16 years ago
- 0477090 am 7db4860: Merge change 845 into donut by Android (Google) Code Review · 16 years ago
- 3ee2f81 am 854c8c7: Merge change 896 into donut by Android (Google) Code Review · 16 years ago
- 2650454 am ef65477: Merge change 844 into donut by Android (Google) Code Review · 16 years ago
- 3413b89 Let screenOrientation="behind" works as expected by Owen Lin · 16 years ago
- 1ce5bd3 Debug: Add setPropertiesOn(), and @hide it for now by Dave Bort · 16 years ago
- 821427e Merge change 847 into donut by Android (Google) Code Review · 16 years ago
- 7db4860 Merge change 845 into donut by Android (Google) Code Review · 16 years ago
- 52fa7c2 Config: Deprecate most fields, and hook into ConfigBuildFlags by Dave Bort · 16 years ago
- a833cbb Config: Add ConfigBuildFlags, and change it based on TARGET_BUILD_TYPE by Dave Bort · 16 years ago
- 854c8c7 Merge change 896 into donut by Android (Google) Code Review · 16 years ago
- fcd68de Merge change 898 by Android (Google) Code Review · 16 years ago
- 4ade578 Fix the build by Romain Guy · 16 years ago
- ef65477 Merge change 844 into donut by Android (Google) Code Review · 16 years ago
- 743ae65 make AutoCompleteTextView take the alternate anchor view into account when computing the max available space on screen. by Karl Rosaen · 16 years ago
- 8478b59 clean up cdma sms creation and parsing by Tammo Spalink · 16 years ago
- 9104944 am e117ff6: Merge change 860 into donut by Android (Google) Code Review · 16 years ago
- e117ff6 Merge change 860 into donut by Android (Google) Code Review · 16 years ago
- 9574abd am 75e44a1: am a417ee5: AI 148197: Add a link in "Community" page to the by Dirk Dougherty · 16 years ago
- 75e44a1 am a417ee5: AI 148197: Add a link in "Community" page to the android mar by Dirk Dougherty · 16 years ago
- a417ee5 AI 148197: Add a link in "Community" page to the android market discussion forum. by Dirk Dougherty · 16 years ago
- 9352bfa am 4f50893: am 392d29a: AI 148193: More misc fixes in format, links, con by Dirk Dougherty · 16 years ago
- 4f50893 am 392d29a: AI 148193: More misc fixes in format, links, content for And by Dirk Dougherty · 16 years ago
- 392d29a AI 148193: More misc fixes in format, links, content for Android 1.5 SDK docs. by Dirk Dougherty · 16 years ago
- e90c0da am 275555c: location: Add support for location providers outside of the by Mike Lockwood · 16 years ago
- 275555c location: Add support for location providers outside of the system process. by Mike Lockwood · 16 years ago
- ee96dc5 am 767db0a: am 003eaa2: AI 148189: update the NotepadCodelab zip file to by Scott Main · 16 years ago
- a426c96 am 9a81736: Add the ability to specify the onClick handler with XML. by Romain Guy · 16 years ago
- 1f22a45 am 15d98b2: am 1432cd8: AI 148183: Add missing android namespace to minS by Dirk Dougherty · 16 years ago
- 767db0a am 003eaa2: AI 148189: update the NotepadCodelab zip file to remove R.ja by Scott Main · 16 years ago
- 003eaa2 AI 148189: update the NotepadCodelab zip file to remove R.java, other project/bin files and erratic hidden files; by Scott Main · 16 years ago
- bc62449 fixed value for android.R.attr.searchSuggestThreshold by The Android Open Source Project · 16 years ago
- 9a81736 Add the ability to specify the onClick handler with XML. The new android:onClick attribute defines the name of the method in the Activity to invoke when the button is clicked. The method has to be public and get one View parameter. by Romain Guy · 16 years ago
- f7b0610 submit an updated current.xml by Fred Quintana · 16 years ago
- 15d98b2 am 1432cd8: AI 148183: Add missing android namespace to minSdkVersion by Dirk Dougherty · 16 years ago
- 1432cd8 AI 148183: Add missing android namespace to minSdkVersion BUG=1819430 by Dirk Dougherty · 16 years ago
- 3bc15fc am e5c4725: Merge change 873 into donut by Android (Google) Code Review · 16 years ago
- e5c4725 Merge change 873 into donut by Android (Google) Code Review · 16 years ago
- ac7a3de am 15e3d0f: location: Use ILocationProvider Binder interface for all loc by Mike Lockwood · 16 years ago
- 15e3d0f location: Use ILocationProvider Binder interface for all location providers. by Mike Lockwood · 16 years ago
- ad8b8f5 pass original ptrs to JNI release functions (instead of += index to them) by Mike Reed · 16 years ago
- da7b5e2 Partly fix master build, by bumping attr IDs. by Bjorn Bringert · 16 years ago
- 6c1dc321 am a56b318: NEW_API: Expose includeInGlobalSearch searchable attribute by Bjorn Bringert · 16 years ago
- 085dd21 am 232cd50: NEW_API: Expose searchSuggestThreshold searchable attribute by Bjorn Bringert · 16 years ago
- a56b318 NEW_API: Expose includeInGlobalSearch searchable attribute by Bjorn Bringert · 16 years ago
- 232cd50 NEW_API: Expose searchSuggestThreshold searchable attribute by Bjorn Bringert · 16 years ago
- 8ed4425 am 83b395c: Merge change 743 into donut by Android (Google) Code Review · 16 years ago
- c02cac4 Change 79 in git master branch by James Dong · 16 years ago
- 83b395ce Merge change 743 into donut by Android (Google) Code Review · 16 years ago
- 4e07116 am 3500f01: Merge branch \'donut\' of ssh://android-git.corp.google.com:29 by The Android Open Source Project · 16 years ago
- bf8e6fe am 222f079: am b78c31d: AI 148147: Import lots of zh_TW translation chan by Eric Fischer · 16 years ago
- 3500f01 Merge branch 'donut' of ssh://android-git.corp.google.com:29418/platform/frameworks/base into donut by The Android Open Source Project · 16 years ago
- dc30119 Merge change 842 into donut by Android (Google) Code Review · 16 years ago
- a2431d0 Fixes #1712631. Whenever a View loses focus/selection, reset its pressed state. by Romain Guy · 16 years ago
- 222f079 am b78c31d: AI 148147: Import lots of zh_TW translation changes. by Eric Fischer · 16 years ago
- b78c31d AI 148147: Import lots of zh_TW translation changes. by Eric Fischer · 16 years ago
- f7911a2 Merge change 804 by Android (Google) Code Review · 16 years ago