Commit Graph

277 Commits

Author SHA1 Message Date
Android (Google) Code Review
512ec5aae1 Merge change 1000 into donut
* changes:
  Ignore layout bin directories in git.
2009-05-05 13:45:05 -07:00
Scott Main
951089d881 am 0c11b99: AI 148308: revise aidl support documentation -- now the same
Merge commit '0c11b990908df26aca7f017d330535b9bf21a903' into donut

* commit '0c11b990908df26aca7f017d330535b9bf21a903':
  AI 148308: revise aidl support documentation -- now the same in all environments;
2009-05-05 11:25:38 -07:00
Android (Google) Code Review
87fe31b422 Merge change 972 into donut
* changes:
  Back-merge all changes done in master to DumpRenderTree to donut.
2009-05-05 11:16:17 -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
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
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
8718df8e16 Merge change 952 into donut
* changes:
  Debug: Minor cleanup
2009-05-04 16:20:14 -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
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
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
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
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
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
5b08702e06 Merge change 860 into donut
* changes:
  Change 79 in git master branch
2009-05-01 14:09:03 -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
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
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
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
Android (Google) Code Review
365207af2f Merge change 743 into donut
* changes:
  Add RIL_UNSOL_OEM_HOOK_RAW.
2009-04-30 18:59:52 -07:00
The Android Open Source Project
e2e9c61ebe Merge branch 'donut' of ssh://android-git.corp.google.com:29418/platform/frameworks/base into donut 2009-04-30 17:59:19 -07:00
Android (Google) Code Review
e162c51689 Merge change 842 into donut
* changes:
  Fixes #1712631. Whenever a View loses focus/selection, reset its pressed state.
2009-04-30 17:58:28 -07:00
Eric Fischer
1ca982db24 am b78c31d: AI 148147: Import lots of zh_TW translation changes.
Merge commit 'b78c31d0644a9d91fdf705db4b39865f495287be' into donut

* commit 'b78c31d0644a9d91fdf705db4b39865f495287be':
  AI 148147: Import lots of zh_TW translation changes.
2009-04-30 17:37:21 -07:00
Eric Fischer
30ed8418a2 am f8a33c3: AI 148026: Update zh_TW translations.
Merge commit 'f8a33c313f93896115d81b4f14adbb7628aa5d93' into donut

* commit 'f8a33c313f93896115d81b4f14adbb7628aa5d93':
  AI 148026: Update zh_TW translations.
2009-04-30 17:10:27 -07:00
Eric Fischer
ed7840e104 am 0ca686b: AI 148020: Restore accidentally-deleted zh_CN and zh_TW map
Merge commit '0ca686b57ea11fa701be8ccaff22cb4b75c9d695' into donut

* commit '0ca686b57ea11fa701be8ccaff22cb4b75c9d695':
  AI 148020: Restore accidentally-deleted zh_CN and zh_TW map centers.
2009-04-30 17:10:27 -07:00
Android (Google) Code Review
7a31a87c34 Merge change 841 into donut
* changes:
  TypedProperties: add getStringInfo() to help deal with null strings
2009-04-30 16:31:00 -07:00
Android (Google) Code Review
4e163a0201 Merge change 840 into donut
* changes:
  TypedProperties: change the file format to be a subset of Java
2009-04-30 16:30:14 -07:00
Android (Google) Code Review
d3a90bb9e9 Merge change 837 into donut
* changes:
  Make the home screen come up in the simulator.
2009-04-30 15:39:47 -07:00
Android (Google) Code Review
2d2ebdf964 Merge change 838 into donut
* changes:
  Fix typo in exception message and add a new exception if the user tries to use the same child as both the handle and content for the SlidingDrawer.
2009-04-30 15:35:28 -07:00
Android (Google) Code Review
a819e505e2 Merge change 817 into donut
* changes:
  Hide the backup stuff for now
2009-04-30 12:43:33 -07:00
Android (Google) Code Review
1bd1e31c76 Merge change 811 into donut
* changes:
  Add android.backup.BackupManager
2009-04-30 11:38:54 -07:00
Android (Google) Code Review
75c16b9a24 Merge change 792 into donut
* changes:
  Allow access to global search by pressing the hard search button again within in-app search. If within in-app search and toggled out to global search, pressing the hard search button will take the user *back* into in-app search too.
2009-04-30 10:07:39 -07:00
Dan Bornstein
1223a0077f am b4c218e: AI 147994: First cut of CharsetUtils, a utility class that a
Merge commit 'b4c218eafd382da778bcc0006de9b8fce267a9cd' into donut

* commit 'b4c218eafd382da778bcc0006de9b8fce267a9cd':
  AI 147994: First cut of CharsetUtils, a utility class that aims to
2009-04-29 23:31:38 -07:00
Mitsuru Oshima
a6da57cbe2 Merge branch 'readonly-p4-donut' into donut 2009-04-29 17:15:14 -07:00
Android (Google) Code Review
56f383ce68 Merge change 740 into donut
* changes:
  MIDI render thread was nice 0, should be nice -16. Seems like a recent change sets the thread priority to 0. Previously it inherited priority from the parent thread. This change sets the MIDI render thread priority to the default for audio threads. Reference bug 1800905
2009-04-29 15:27:15 -07:00
Android (Google) Code Review
3977565ae6 Merge change 741 into donut
* changes:
  Fix typo in searchSuggestThreshold attr doc.
2009-04-29 14:30:27 -07:00
Android (Google) Code Review
bc41830139 Merge change 748 into donut
* changes:
  Fix the build.
2009-04-29 13:51:33 -07:00
Android (Google) Code Review
97481392b2 Merge change 617 into donut
* changes:
  Allow caller-supplied column aliases in queries even when a projection map is used.
2009-04-29 13:31:13 -07:00
Android (Google) Code Review
bc8c833edb Merge change 739 into donut
* changes:
  Vorbis render thread was nice 0, should be nice -16. Seems like a recent change sets the thread priority to 0. Previously it inherited priority from the parent thread. This change sets the Vorbis render thread priority to the default for audio threads. Reference bug 1800905
2009-04-29 13:31:09 -07:00
Android (Google) Code Review
3a8397fb32 Merge change 736 into donut
* changes:
  CheckedTextView is abstract but can be inflated from XML. Let's be consistent and allow it to be used from Java code as well by making it non-abstract.
2009-04-29 13:06:31 -07:00
Android (Google) Code Review
b403796973 Merge change 725 into donut
* changes:
  Add 'includeInGlobalSearch' attribute to searchable meta-data.
2009-04-29 13:03:47 -07:00
Android (Google) Code Review
b25ee79f59 Merge change 724 into donut
* changes:
  Split testSearchablesMocked into two tests.
2009-04-29 13:03:38 -07:00
Android (Google) Code Review
efe1ae8f2c Merge change 730 into donut
* changes:
  New font that fixes the accent shape/orientation on 1EDD
2009-04-29 10:09:52 -07:00
Android (Google) Code Review
372f4b7c6d Merge change 691 into donut
* changes:
  Fixes 1819406. Take a ListView, add headers/footers, set the adapter after at least one layout pass, and the headers/footers don't know they have a parent anymore. Which causes a lot of trouble, like drawing not happening.
2009-04-29 09:59:53 -07:00
Android (Google) Code Review
22ad1ab1b8 Merge change 640 into donut
* changes:
  Add GLOBAL_SEARCH intent for finding global search provider.
2009-04-29 03:38:01 -07:00
Eric Fischer
6a58be8b23 am a21e376: AI 147962: Import updated zh_TW translations.
Merge commit 'a21e376bf0108469d90b1f107e50233e64a5e21f' into donut

* commit 'a21e376bf0108469d90b1f107e50233e64a5e21f':
  AI 147962: Import updated zh_TW translations.
2009-04-28 21:54:19 -07:00
Scott Main
374bdb4265 am c804836: AI 147951: delete unused files
Merge commit 'c8048365f0022949e36638d991a92b2060a3677a' into donut

* commit 'c8048365f0022949e36638d991a92b2060a3677a':
  AI 147951: delete unused files
2009-04-28 21:54:19 -07:00