Commit Graph

874 Commits

Author SHA1 Message Date
Android (Google) Code Review
041d84ffe2 Merge change 970
* changes:
  fix the bug of testStartupTime in MediaPlayerPerformance test throws exception for an existing table
2009-05-05 10:23:05 -07:00
Mathias Agopian
21c59d0070 get rid of android_native_buffer_t::getHandle() and replace it with an handle field
this abstraction was not necessary. things are easier now.
2009-05-05 00:59:23 -07:00
Mathias Agopian
e71212ba53 removed the "bits" attribute from android_native_buffer_t.
"bits" can never be trusted now that we need to call lock() on the handle to get the virtual address of the buffer.
2009-05-05 00:37:46 -07:00
Mathias Agopian
b2dd686d06 minor clean-up in FramebufferNativeWindow 2009-05-04 19:38:43 -07:00
Android (Google) Code Review
3023068549 am 6362741: Merge change 966 into donut
Merge commit '636274185ed5ee75faf6ef4d84bbb7d5b0371248'

* commit '636274185ed5ee75faf6ef4d84bbb7d5b0371248':
  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.
2009-05-04 17:57:06 -07:00
Android (Google) Code Review
79bd5b9f5c Merge change 966 into donut
* changes:
  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.
2009-05-04 17:54:39 -07:00
Android (Google) Code Review
f075b7a3a2 am 1ab6e21: Merge change 909 into donut
Merge commit '1ab6e21237fc9f436be002d4f3821fce963a0a2a'

* commit '1ab6e21237fc9f436be002d4f3821fce963a0a2a':
  Let screenOrientation="behind" works as expected
2009-05-04 17:20:31 -07:00
Android (Google) Code Review
b802c553c3 Merge change 909 into donut
* changes:
  Let screenOrientation="behind" works as expected
2009-05-04 17:19:06 -07:00
Android (Google) Code Review
6568de9639 am b7ce28c: Merge change 962 into donut
Merge commit 'b7ce28c64cc2f7250b02021f8a4cd3874155bee8'

* commit 'b7ce28c64cc2f7250b02021f8a4cd3874155bee8':
  Fixes #1603191. GridView could provoke NPEs during layout passes initiated from key events.
2009-05-04 17:00:13 -07:00
Android (Google) Code Review
6583b308f9 Merge change 962 into donut
* changes:
  Fixes #1603191. GridView could provoke NPEs during layout passes initiated from key events.
2009-05-04 16:59:12 -07:00
Android (Google) Code Review
70769c5e37 am 2c9eec6: Merge change 952 into donut
Merge commit '2c9eec6b1d072a665b17dd4285260aa4d4fadcf4'

* commit '2c9eec6b1d072a665b17dd4285260aa4d4fadcf4':
  Debug: Minor cleanup
2009-05-04 16:22:33 -07:00
Android (Google) Code Review
8718df8e16 Merge change 952 into donut
* changes:
  Debug: Minor cleanup
2009-05-04 16:20:14 -07:00
Android (Google) Code Review
5ad979d8ca am 724561c: Merge change 949 into donut
Merge commit '724561cc20e259888986cbb0be2fdab4d142d869'

* commit '724561cc20e259888986cbb0be2fdab4d142d869':
  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.
2009-05-04 15:32:39 -07:00
Android (Google) Code Review
aed79d7d58 Merge change 949 into donut
* changes:
  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.
2009-05-04 15:30:35 -07:00
Android (Google) Code Review
4d8c2b3f83 am beb2498: Merge change 956 into donut
Merge commit 'beb2498ead68ca230fd13b7546a8eef7b6818e7b'

* commit 'beb2498ead68ca230fd13b7546a8eef7b6818e7b':
  Fixes #1827988. Prevent marquee text from constantly rescaling itself in Market
2009-05-04 15:12:58 -07:00
Android (Google) Code Review
be5491ea65 Merge change 956 into donut
* changes:
  Fixes #1827988. Prevent marquee text from constantly rescaling itself in Market
2009-05-04 15:09:47 -07:00
Mathias Agopian
0926f50664 update surfaceflinger, libui and libagl to the new gralloc api
- Currently the lock/unlock path is naive and is done for each drawing operation (glDrawElements and glDrawArrays). this should be improved eventually.
- factor all the lock/unlock code in SurfaceBuffer.
- fixed "showupdate" so it works even when we don't have preserving eglSwapBuffers().
- improved the situation with the dirty-region and fixed a problem that caused GL apps to not update.
- make use of LightRefBase() where needed, instead of duplicating its implementation
- add LightRefBase::getStrongCount()
- renamed EGLNativeWindowSurface.cpp to FramebufferNativeWindow.cpp

- disabled copybits test, since it clashes with the new gralloc api

- Camera/Video will be fixed later when we rework the overlay apis
2009-05-04 14:17:04 -07:00
Android (Google) Code Review
c76d7ad469 am 7ff9436: Merge change 911 into donut
Merge commit '7ff943673e48a912eb7cc5add08e206c2c25d68e'

* commit '7ff943673e48a912eb7cc5add08e206c2c25d68e':
  Debug: Add setPropertiesOn(), and @hide it for now
2009-05-04 14:04:52 -07:00
Android (Google) Code Review
3122bddc3c Merge change 911 into donut
* changes:
  Debug: Add setPropertiesOn(), and @hide it for now
2009-05-04 14:03:40 -07:00
Scott Main
4bca8aedf4 am 5c6f93f: am eb086d6: AI 148270: remove references to AbsoluteLayout b
Merge commit '5c6f93f1422647c7f914a15bfad00992685c3eac'

* commit '5c6f93f1422647c7f914a15bfad00992685c3eac':
  AI 148270: remove references to AbsoluteLayout because it's been deprecated
2009-05-04 13:27:02 -07:00
Wu-cheng Li
535faea98f am fa3e556: Change error message.
Merge commit 'fa3e5562793c5bd7d4513a9e1a5869e763a47ab5'

* commit 'fa3e5562793c5bd7d4513a9e1a5869e763a47ab5':
  Change error message.
2009-05-04 13:27:00 -07:00
Romain Guy
07315838ca am 6a1ae64: Fix another HTML formatting in android.os.AsyncTask
Merge commit '6a1ae64f7735a3817713a223096bf8034f78a620'

* commit '6a1ae64f7735a3817713a223096bf8034f78a620':
  Fix another HTML formatting in android.os.AsyncTask
2009-05-04 13:26:59 -07:00
Android (Google) Code Review
e3b678511b am 8d121ce: Merge change 917 into donut
Merge commit '8d121ce945204e96d90d3338ecafe637b0494ed8'

* commit '8d121ce945204e96d90d3338ecafe637b0494ed8':
  Fix HTML formatting in android.os.AsyncTask
2009-05-04 13:26:54 -07:00
The Android Open Source Project
87d15c214f no change; doing a 'merge', previous change was a cherry-pick
Merge commit '821427eac75d88f1388935e0a2f0564be8979e58'
2009-05-04 13:23:36 -07:00
Scott Main
160ec24064 am eb086d6: AI 148270: remove references to AbsoluteLayout because it\'s
Merge commit 'eb086d60b2b3425dec37d41b059d9e9cadfbbd18' into donut

* commit 'eb086d60b2b3425dec37d41b059d9e9cadfbbd18':
  AI 148270: remove references to AbsoluteLayout because it's been deprecated
2009-05-04 13:22:36 -07:00
Android (Google) Code Review
e146b65728 Merge change 917 into donut
* changes:
  Fix HTML formatting in android.os.AsyncTask
2009-05-02 22:42:00 -07:00
Android (Google) Code Review
634acfc9a3 am 7db4860: Merge change 845 into donut
Merge commit '7db486058cf4fce4be04e13d1ec6b7cf404d3e38'

* commit '7db486058cf4fce4be04e13d1ec6b7cf404d3e38':
  Config: Add ConfigBuildFlags, and change it based on TARGET_BUILD_TYPE
2009-05-01 23:25:28 -07:00
Android (Google) Code Review
427176b619 am 854c8c7: Merge change 896 into donut
Merge commit '854c8c78c1bce214f6479772d94147070ec6764f'

* commit '854c8c78c1bce214f6479772d94147070ec6764f':
  make AutoCompleteTextView take the alternate anchor view into account when computing the max available space on screen.
2009-05-01 23:25:28 -07:00
Android (Google) Code Review
cc0380355a am ef65477: Merge change 844 into donut
Merge commit 'ef65477523a6170bab7897809d1a8f9a3f5165f6'

* commit 'ef65477523a6170bab7897809d1a8f9a3f5165f6':
  clean up cdma sms creation and parsing
2009-05-01 23:25:27 -07:00
Android (Google) Code Review
b657639a27 Merge change 847 into donut
* changes:
  Config: Deprecate most fields, and hook into ConfigBuildFlags
2009-05-01 18:32:46 -07:00
Android (Google) Code Review
e826baf613 Merge change 845 into donut
* changes:
  Config: Add ConfigBuildFlags, and change it based on TARGET_BUILD_TYPE
2009-05-01 18:32:37 -07:00
Android (Google) Code Review
eb14aeb370 Merge change 896 into donut
* changes:
  make AutoCompleteTextView take the alternate anchor view into account when computing the max available space on screen.
2009-05-01 16:32:21 -07:00
Android (Google) Code Review
7dfe44d5db Merge change 898
* changes:
  Fix the build
2009-05-01 14:42:38 -07:00
Android (Google) Code Review
6cb60e5077 Merge change 844 into donut
* changes:
  clean up cdma sms creation and parsing
2009-05-01 14:22:20 -07:00
Android (Google) Code Review
d0feafe5a3 am e117ff6: Merge change 860 into donut
Merge commit 'e117ff6e29df64b5945a4a242434f62abd117a9b'

* commit 'e117ff6e29df64b5945a4a242434f62abd117a9b':
  Change 79 in git master branch
2009-05-01 14:09:13 -07:00
Android (Google) Code Review
5b08702e06 Merge change 860 into donut
* changes:
  Change 79 in git master branch
2009-05-01 14:09:03 -07:00
Dirk Dougherty
f638a879af am 75e44a1: am a417ee5: AI 148197: Add a link in "Community" page to the
Merge commit '75e44a1c72c5e6ebf68601bbb903fa3e375bd7d5'

* commit '75e44a1c72c5e6ebf68601bbb903fa3e375bd7d5':
  AI 148197: Add a link in "Community" page to the android market discussion forum.
2009-05-01 13:44:27 -07:00
Dirk Dougherty
ebe256437f am a417ee5: AI 148197: Add a link in "Community" page to the android mar
Merge commit 'a417ee5afa8133d42d76691d6501741dc6c7178d' into donut

* commit 'a417ee5afa8133d42d76691d6501741dc6c7178d':
  AI 148197: Add a link in "Community" page to the android market discussion forum.
2009-05-01 13:40:01 -07:00
Dirk Dougherty
c2dfef13d3 am 4f50893: am 392d29a: AI 148193: More misc fixes in format, links, con
Merge commit '4f508936342dd866d1183ca418ca091437a5ddf6'

* commit '4f508936342dd866d1183ca418ca091437a5ddf6':
  AI 148193: More misc fixes in format, links, content for Android 1.5 SDK docs.
2009-05-01 13:06:10 -07:00
Dirk Dougherty
d973852074 am 392d29a: AI 148193: More misc fixes in format, links, content for And
Merge commit '392d29ab0d02dc4040436ccc9638b7498b2eb1de' into donut

* commit '392d29ab0d02dc4040436ccc9638b7498b2eb1de':
  AI 148193: More misc fixes in format, links, content for Android 1.5 SDK docs.
2009-05-01 13:03:34 -07:00
Mike Lockwood
e019fe6126 am 275555c: location: Add support for location providers outside of the
Merge commit '275555c8eb3fb5df6e7320873b88b77cdde85a9e'

* commit '275555c8eb3fb5df6e7320873b88b77cdde85a9e':
  location: Add support for location providers outside of the system process.
2009-05-01 12:39:03 -07:00
Scott Main
916e096474 am 767db0a: am 003eaa2: AI 148189: update the NotepadCodelab zip file to
Merge commit '767db0a1ec760042b145e7c19a672c7180ad10f3'

* commit '767db0a1ec760042b145e7c19a672c7180ad10f3':
  AI 148189: update the NotepadCodelab zip file to remove R.java, other project/bin files and erratic hidden files;
2009-05-01 12:00:22 -07:00
Romain Guy
4a1299d41f am 9a81736: Add the ability to specify the onClick handler with XML.
Merge commit '9a81736176f507489f262344b6e3d55bbe53be7c'

* commit '9a81736176f507489f262344b6e3d55bbe53be7c':
  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.
2009-05-01 12:00:19 -07:00
Dirk Dougherty
163f992467 am 15d98b2: am 1432cd8: AI 148183: Add missing android namespace to minS
Merge commit '15d98b23ca83e7cd25ee14945e55c2701e75994f'

* commit '15d98b23ca83e7cd25ee14945e55c2701e75994f':
  AI 148183: Add missing android namespace to minSdkVersion
2009-05-01 12:00:18 -07:00
Scott Main
5d3648e6cb am 003eaa2: AI 148189: update the NotepadCodelab zip file to remove R.ja
Merge commit '003eaa2808e1e41d85ec6a5612de96e3ae575664' into donut

* commit '003eaa2808e1e41d85ec6a5612de96e3ae575664':
  AI 148189: update the NotepadCodelab zip file to remove R.java, other project/bin files and erratic hidden files;
2009-05-01 11:56:48 -07:00
Dirk Dougherty
fda61c9a6c am 1432cd8: AI 148183: Add missing android namespace to minSdkVersion
Merge commit '1432cd874af2250f021d2e21d0ae048be08cbdc7' into donut

* commit '1432cd874af2250f021d2e21d0ae048be08cbdc7':
  AI 148183: Add missing android namespace to minSdkVersion
2009-05-01 10:05:29 -07:00
Android (Google) Code Review
a5e2c1e993 am e5c4725: Merge change 873 into donut
Merge commit 'e5c4725666da25138193bed83831b66b9c0b2c45'

* commit 'e5c4725666da25138193bed83831b66b9c0b2c45':
  pass original ptrs to JNI release functions (instead of += index to them)
2009-05-01 07:59:31 -07:00
Android (Google) Code Review
6a18270f90 Merge change 873 into donut
* changes:
  pass original ptrs to JNI release functions (instead of += index to them)
2009-05-01 07:58:48 -07:00
Mike Lockwood
9b71807491 am 15e3d0f: location: Use ILocationProvider Binder interface for all loc
Merge commit '15e3d0f082d551f8819fbe4b0d502cc108627876'

* commit '15e3d0f082d551f8819fbe4b0d502cc108627876':
  location: Use ILocationProvider Binder interface for all location providers.
2009-05-01 05:26:44 -07:00
Bjorn Bringert
744586aaee am a56b318: NEW_API: Expose includeInGlobalSearch searchable attribute
Merge commit 'a56b318cf2d4c3700899f9de394c5635761dda66'

* commit 'a56b318cf2d4c3700899f9de394c5635761dda66':
  NEW_API: Expose includeInGlobalSearch searchable attribute
2009-05-01 02:11:01 -07:00