Commit Graph

308 Commits

Author SHA1 Message Date
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
Scott Main
a3b5ab398b am 998234e: AI 147947: update the sitemap. add disallow in robots file f
Merge commit '998234ed4ab957b9ddb15f4ad5341885a6a649c2' into donut

* commit '998234ed4ab957b9ddb15f4ad5341885a6a649c2':
  AI 147947: update the sitemap. add disallow in robots file for the sdk/preview/
2009-04-28 21:54:18 -07:00
Dirk Dougherty
c6687cc3d3 am 752aaf9: AI 147874: Fix format and link errors in docs.
Merge commit '752aaf92a8eb3d982cb870ac74f86315f9c5a918' into donut

* commit '752aaf92a8eb3d982cb870ac74f86315f9c5a918':
  AI 147874: Fix format and link errors in docs.
2009-04-28 21:54:18 -07:00
Scott Main
117c6bdf8b am 5fe696f: AI 147814: tweaks to the hello world tutorial.
Merge commit '5fe696f7b0ffe3b40d75026b16983246ec4cda4c' into donut

* commit '5fe696f7b0ffe3b40d75026b16983246ec4cda4c':
  AI 147814: tweaks to the hello world tutorial.
2009-04-28 21:54:18 -07:00
Scott Main
c356c5e9da am 2222c9e: AI 147812: close <em> tag
Merge commit '2222c9e4ad7242acb1f12bdcd77ac670f802a43f' into donut

* commit '2222c9e4ad7242acb1f12bdcd77ac670f802a43f':
  AI 147812: close <em> tag
2009-04-28 21:54:17 -07:00
Scott Main
57e5d0b5a1 am 0ee4f86: AI 147811: typo fixes and edits for upgrading and installing
Merge commit '0ee4f86c92b9372489bace84276b81e8b37827df' into donut

* commit '0ee4f86c92b9372489bace84276b81e8b37827df':
  AI 147811: typo fixes and edits for upgrading and installing docs
2009-04-28 21:54:17 -07:00
Scott Main
c4df5dda3c am 263ed76: AI 147810: fix links on the homepage
Merge commit '263ed76bf6fe4cfa368dec0a04ecb4ddea33095e' into donut

* commit '263ed76bf6fe4cfa368dec0a04ecb4ddea33095e':
  AI 147810: fix links on the homepage
2009-04-28 21:54:16 -07:00
Dirk Dougherty
5824bf8746 am 7eeb5d5: AI 147807: Miscellaneous doc fixes needed for 1.5 SDK push
Merge commit '7eeb5d5c8e460042f4409c989e5a0cfe290a1b05' into donut

* commit '7eeb5d5c8e460042f4409c989e5a0cfe290a1b05':
  AI 147807: Miscellaneous doc fixes needed for 1.5 SDK push
2009-04-28 21:54:16 -07:00
Scott Main
1b0892067c am ce878be: AI 147804: add new doc about Dialogs
Merge commit 'ce878bef710c6d1e6881949c82b1293fb8435715' into donut

* commit 'ce878bef710c6d1e6881949c82b1293fb8435715':
  AI 147804: add new doc about Dialogs
2009-04-28 21:54:15 -07:00
Scott Main
2869bf2758 am b8b3645: AI 147803: add docs and images for docs on Toast and Notifi
Merge commit 'b8b3645a9799c38ad68549316ebbf7a4849f2e0c' into donut

* commit 'b8b3645a9799c38ad68549316ebbf7a4849f2e0c':
  AI 147803: add docs and images for docs on Toast and  Notification docs
2009-04-28 21:54:15 -07:00
Dirk Dougherty
3031dcd773 am 596451c: AI 147796: Add widget design guidelines to new UI Guidelines
Merge commit '596451ce46f6c7c49e399d3b4025d0f42c5cb979' into donut

* commit '596451ce46f6c7c49e399d3b4025d0f42c5cb979':
  AI 147796: Add widget design guidelines to new UI Guidelines area in dev guide.
2009-04-28 21:54:14 -07:00
Scott Main
02d0222e0c am 6fc27f7: AI 147793: cleanup broken links and delete all innacurate in
Merge commit '6fc27f79b4efb0a8fdaf393eb35fe5925541a893' into donut

* commit '6fc27f79b4efb0a8fdaf393eb35fe5925541a893':
  AI 147793: cleanup broken links and delete all innacurate info in apidemo pages
2009-04-28 21:54:14 -07:00
Dirk Dougherty
03413f3a13 am 47f3a7a: AI 147782: Add a link to the JET docs from media index page.
Merge commit '47f3a7ae793d271b6731436eb854fc8ae7cb9871' into donut

* commit '47f3a7ae793d271b6731436eb854fc8ae7cb9871':
  AI 147782: Add a link to the JET docs from media index page.
2009-04-28 21:54:13 -07:00
Scott Main
f18afedf78 am 4afe275: AI 147780: add summary of "future-proofing your apps" and li
Merge commit '4afe275c984fc943d11b26857aa81c501f5b294f' into donut

* commit '4afe275c984fc943d11b26857aa81c501f5b294f':
  AI 147780: add summary of "future-proofing your apps" and links
2009-04-28 21:54:13 -07:00
Scott Main
628896416a am 094d9af: AI 147777: add release notes links for each download page
Merge commit '094d9af4d365b6cad2a346e4cb30f7edd7593ba3' into donut

* commit '094d9af4d365b6cad2a346e4cb30f7edd7593ba3':
  AI 147777: add release notes links for each download page
2009-04-28 21:54:12 -07:00
Scott Main
08241af035 am 6bbf389: AI 147767: set 1.1 download page to include "not current" di
Merge commit '6bbf38916957aba00e85af83923c232ccae5a59d' into donut

* commit '6bbf38916957aba00e85af83923c232ccae5a59d':
  AI 147767: set 1.1 download page to include "not current" disclaimer
2009-04-28 21:54:12 -07:00
Dirk Dougherty
e28abdc1bb am 7b54237: AI 147755: Add sizes and checksums for 1.5 SDK downloadables
Merge commit '7b54237c8b662b7c1069e00d8dd6aa7e4d619e87' into donut

* commit '7b54237c8b662b7c1069e00d8dd6aa7e4d619e87':
  AI 147755: Add sizes and checksums for 1.5 SDK downloadables.
2009-04-28 21:54:12 -07:00
Scott Main
5d62201e0e am 6f1826c: AI 147752: dang, there was another unclosed tag... tested it
Merge commit '6f1826cb0cf23e0027817f5a26cf1181f85e1085' into donut

* commit '6f1826cb0cf23e0027817f5a26cf1181f85e1085':
  AI 147752: dang, there was another unclosed tag... tested it this time.
2009-04-28 21:54:11 -07:00
Scott Main
5864fcafd5 am a055e5e: AI 147742: close <code> tag and remove some bolding
Merge commit 'a055e5ea1d87a958cc2c0ea82fe7026b205578b9' into donut

* commit 'a055e5ea1d87a958cc2c0ea82fe7026b205578b9':
  AI 147742: close <code> tag and remove some bolding
2009-04-28 21:54:11 -07:00
Scott Main
f488072648 am 8a4c53a: AI 147732: fix broken links
Merge commit '8a4c53a7c7911b8f4c73a8fcfbbad3ac903b3367' into donut

* commit '8a4c53a7c7911b8f4c73a8fcfbbad3ac903b3367':
  AI 147732: fix broken links
2009-04-28 21:54:10 -07:00