OSDN Git Service

android-x86/frameworks-base.git
15 years agoAI 149839: make the home page's announcement block expandable...
Scott Main [Fri, 12 Jun 2009 21:02:42 +0000 (14:02 -0700)]
AI 149839: make the home page's announcement block expandable...
  primarily, this is to handle various lengths of text due to translations,
  but also allows us to be more flexible WRT the content for the top section.

Automated import of CL 149839

15 years agoAI 149797: Have SetupWizard pull the Terms of Service from the web using a new URL
Ramanan Rajeswaran [Thu, 11 Jun 2009 21:43:15 +0000 (14:43 -0700)]
AI 149797: Have SetupWizard pull the Terms of Service from the web using a new URL
  which allows us to set the language and country (based on MCC otherwise
  locale country). If we are unable to retrieve the ToS, or verify the
  content, we load the default ToS (en_US) from the device.
  BUG=1856455

Automated import of CL 149797

15 years agoAI 149729: fix search functionatilty for offline docs...
Scott Main [Thu, 11 Jun 2009 06:40:25 +0000 (23:40 -0700)]
AI 149729: fix search functionatilty for offline docs...
  the file references weren't using the local root.
  BUG=1909300

Automated import of CL 149729

15 years agoAI 149721: Import Portuguese translations.
Eric Fischer [Wed, 10 Jun 2009 19:25:58 +0000 (12:25 -0700)]
AI 149721: Import Portuguese translations.

Automated import of CL 149721

15 years agoAI 149494: Minor improvements to wording in design tips for missing activity and...
Doug Kramer [Tue, 2 Jun 2009 19:17:49 +0000 (12:17 -0700)]
AI 149494: Minor improvements to wording in design tips for missing activity and notifications
  See latest document at:
  http://doog:9000/guide/practices/ui_guidelines/activity_task_design.html

Automated import of CL 149494

15 years agoAI 149404: Am sending again with the latest changes
Doug Kramer [Sat, 30 May 2009 02:27:02 +0000 (19:27 -0700)]
AI 149404: Am sending again with the latest changes
  Publish Activity and Task Design Guidelines
  http://doog:9000/guide/practices/ui_guidelines/activity_task_design.html

Automated import of CL 149404

15 years agoAI 149346: Replace icon_templates-v1.0.zip with new archive from cnesladek. remove...
Dirk Dougherty [Thu, 28 May 2009 16:44:39 +0000 (09:44 -0700)]
AI 149346: Replace icon_templates-v1.0.zip with new archive from cnesladek. remove mac-specific files, fix dir name, repack.
  BUG=1877969

Automated import of CL 149346

15 years agoAI 149272: Mark 1.5r1 as a "non-current" release, with pointer to 1.5r2.
Dirk Dougherty [Tue, 26 May 2009 22:46:56 +0000 (15:46 -0700)]
AI 149272: Mark 1.5r1 as a "non-current" release, with pointer to 1.5r2.
  BUG=1790234

Automated import of CL 149272

15 years agoAI 149267: Add the images for icon guidelines doc
Dirk Dougherty [Tue, 26 May 2009 22:01:29 +0000 (15:01 -0700)]
AI 149267: Add the images for icon guidelines doc
  BUG=1790234

Automated import of CL 149267

15 years agoAI 149251: Add 1.x Icon Guidelines doc and template pack.
Dirk Dougherty [Tue, 26 May 2009 15:40:42 +0000 (08:40 -0700)]
AI 149251: Add 1.x Icon Guidelines doc and template pack.
  BUG=1790234

Automated import of CL 149251

15 years agoAI 149211: Doc updates for Android 1.5 SDK, r2.
Dirk Dougherty [Fri, 22 May 2009 23:04:18 +0000 (16:04 -0700)]
AI 149211: Doc updates for Android 1.5 SDK, r2.
  BUG=1790234

Automated import of CL 149211

15 years agoAI 149208: Remove statement about WIndows codecs and licensing.
Dirk Dougherty [Fri, 22 May 2009 22:11:27 +0000 (15:11 -0700)]
AI 149208: Remove statement about WIndows codecs and licensing.
  BUG=1839672

Automated import of CL 149208

15 years agoAI 149136: Restore RECORD_AUDIO permission check to MediaRecorder.
Dave Sparks [Thu, 21 May 2009 17:02:21 +0000 (10:02 -0700)]
AI 149136: Restore RECORD_AUDIO permission check to MediaRecorder.
  When we moved the media recorder to the media server process, we lost
  the permission check that was done at the process boundary in the
  AudioRecord binder interface because the AudioRecord object is created
  in the same process. This change adds a permission check in the
  MediaRecorderClient:setAudioSource() method.
  BUG=1868334

Automated import of CL 149136

15 years agoAI 149133: Enable the camera permission check.
Dave Sparks [Thu, 21 May 2009 16:18:18 +0000 (09:18 -0700)]
AI 149133: Enable the camera permission check.
  Some debugging code was added to camera service. Later it was #ifdef'd
  out, but this change also removed the camera permission check. This
  change puts the permission check back in.
  BUG=1869264

Automated import of CL 149133

15 years agoAI 148972: fix link to the installing guide to 1.5;
Scott Main [Mon, 18 May 2009 23:29:41 +0000 (16:29 -0700)]
AI 148972: fix link to the installing guide to 1.5;
  fix a couple layout bugs in the document.
  BUG=1860640

Automated import of CL 148972

15 years agoAI 148962: Default language in Switzerland should be german and not english.
Ramanan Rajeswaran [Mon, 18 May 2009 21:20:06 +0000 (14:20 -0700)]
AI 148962: Default language in Switzerland should be german and not english.

Automated import of CL 148962

15 years agoAI 148824: Fix issue #1851541 (sharedUserId requests not being checked for matching...
Dianne Hackborn [Thu, 14 May 2009 01:09:56 +0000 (18:09 -0700)]
AI 148824: Fix issue #1851541 (sharedUserId requests not being checked for matching signatures on .apk).
  To address issues where we could leave half-installed applications around if there was a failure during the install, we split getPackageLP() into two phases: the first would create the record, and only after doing all verification checks would we call insertPackageSettingLP() to do the remaining part of the original implementation and actually insert the record into the data structures.
  Unfortunately it was only in insertPackageSettingLP() that we would set the sharedUser field of the PackageSetting structure, so when before that we went to verify certificates, we didn't think it had requested a shared user ID, and let it through without checking.
  This fix simply sets the sharedUser field when the PackageSetting structure is first created, so we will actually check against its certs.  We still also set this again in insertPackageSettingLP(), but there is no harm in this because the only time we call this function is in that big install func, which just passes in the same shared user that it had when first getting the package.
  BUG=1851541

Automated import of CL 148824

15 years agoAI 148812: revise the AppWidget developer guide documentation
Scott Main [Wed, 13 May 2009 23:48:13 +0000 (16:48 -0700)]
AI 148812: revise the AppWidget developer guide documentation
  BUG=1827433

Automated import of CL 148812

15 years agoAI 148803: Update 1.xml and 2.xml for methods that take Generic Type Varargs. This...
Bill Napier [Wed, 13 May 2009 22:00:23 +0000 (15:00 -0700)]
AI 148803: Update 1.xml and 2.xml for methods that take Generic Type Varargs.  This will allow the CTS Signature Test to be run against older android releases.
  BUG=148739

Automated import of CL 148803

15 years agoAI 148759: Add download page for NDK 1.5 r1.
Dirk Dougherty [Tue, 12 May 2009 22:32:37 +0000 (15:32 -0700)]
AI 148759: Add download page for NDK 1.5 r1.
  BUG=1790234

Automated import of CL 148759

15 years agoAI 148752: Fix description of breakText() param.
Dirk Dougherty [Tue, 12 May 2009 21:10:20 +0000 (14:10 -0700)]
AI 148752: Fix description of breakText() param.
  BUG=1790234

Automated import of CL 148752

15 years agoAI 148665: Disabling a test that does not work as
Jorg Pleumann [Mon, 11 May 2009 07:36:52 +0000 (00:36 -0700)]
AI 148665: Disabling a test that does not work as
  expected on a device with a SIM.
  BUG=1657996

Automated import of CL 148665

15 years agoAI 148470: add documentation about aapt image optimization
Scott Main [Thu, 7 May 2009 18:59:14 +0000 (11:59 -0700)]
AI 148470: add documentation about aapt image optimization
  BUG=1735176

Automated import of CL 148470

15 years agoAI 148461: Changes to support ADT 0.9.1. Update ADT version id, move older ADT versio...
Dirk Dougherty [Thu, 7 May 2009 18:15:03 +0000 (11:15 -0700)]
AI 148461: Changes to support ADT 0.9.1. Update ADT version id, move older ADT versions to a separate table.
  BUG=1790234

Automated import of CL 148461

15 years agoAI 148460: Misc changes for dev site.
Dirk Dougherty [Thu, 7 May 2009 18:12:11 +0000 (11:12 -0700)]
AI 148460: Misc changes for dev site.
  BUG=1790234

Automated import of CL 148460

15 years agoAI 148308: revise aidl support documentation -- now the same in all environments;
Scott Main [Tue, 5 May 2009 18:23:54 +0000 (11:23 -0700)]
AI 148308: revise aidl support documentation -- now the same in all environments;
  also added a table of contents and tweaked the markup for the anchor links
  BUG=1760241

Automated import of CL 148308

15 years agoAI 148270: remove references to AbsoluteLayout because it's been deprecated
Scott Main [Mon, 4 May 2009 20:20:20 +0000 (13:20 -0700)]
AI 148270: remove references to AbsoluteLayout because it's been deprecated
  BUG=1790234

Automated import of CL 148270

15 years agoAI 148197: Add a link in "Community" page to the android market discussion forum.
Dirk Dougherty [Fri, 1 May 2009 20:36:37 +0000 (13:36 -0700)]
AI 148197: Add a link in "Community" page to the android market discussion forum.
  BUG=1790234

Automated import of CL 148197

15 years agoAI 148193: More misc fixes in format, links, content for Android 1.5 SDK docs.
Dirk Dougherty [Fri, 1 May 2009 20:01:24 +0000 (13:01 -0700)]
AI 148193: More misc fixes in format, links, content for Android 1.5 SDK docs.
  BUG=1790234

Automated import of CL 148193

15 years agoAI 148189: update the NotepadCodelab zip file to remove R.java, other project/bin...
Scott Main [Fri, 1 May 2009 18:56:16 +0000 (11:56 -0700)]
AI 148189: update the NotepadCodelab zip file to remove R.java, other project/bin files and erratic hidden files;
  udpate the procedure for creating a project from existing code.
  BUG=1824317,1824355,1824417

Automated import of CL 148189

15 years agoAI 148183: Add missing android namespace to minSdkVersion
Dirk Dougherty [Fri, 1 May 2009 17:02:17 +0000 (10:02 -0700)]
AI 148183: Add missing android namespace to minSdkVersion
  BUG=1819430

Automated import of CL 148183

15 years agoAI 148147: Import lots of zh_TW translation changes.
Eric Fischer [Fri, 1 May 2009 00:32:14 +0000 (17:32 -0700)]
AI 148147: Import lots of zh_TW translation changes.

Automated import of CL 148147

15 years agoAI 148026: Update zh_TW translations.
Eric Fischer [Thu, 30 Apr 2009 23:48:33 +0000 (16:48 -0700)]
AI 148026: Update zh_TW translations.

Automated import of CL 148026

15 years agoAI 148020: Restore accidentally-deleted zh_CN and zh_TW map centers.
Eric Fischer [Thu, 30 Apr 2009 23:45:37 +0000 (16:45 -0700)]
AI 148020: Restore accidentally-deleted zh_CN and zh_TW map centers.
  BUG=1794855

Automated import of CL 148020

15 years agoAI 147994: First cut of CharsetUtils, a utility class that aims to
Dan Bornstein [Wed, 29 Apr 2009 17:01:27 +0000 (10:01 -0700)]
AI 147994: First cut of CharsetUtils, a utility class that aims to
  help with vendor-specific encoding name interpretation.
  BUG=1820922

Automated import of CL 147994

15 years agoAI 147962: Import updated zh_TW translations.
Eric Fischer [Tue, 28 Apr 2009 22:48:38 +0000 (15:48 -0700)]
AI 147962: Import updated zh_TW translations.

Automated import of CL 147962

15 years agoAI 147951: delete unused files
Scott Main [Tue, 28 Apr 2009 22:03:27 +0000 (15:03 -0700)]
AI 147951: delete unused files
  BUG=1790234

Automated import of CL 147951

15 years agoAI 147947: update the sitemap. add disallow in robots file for the sdk/preview/
Scott Main [Tue, 28 Apr 2009 21:41:22 +0000 (14:41 -0700)]
AI 147947: update the sitemap. add disallow in robots file for the sdk/preview/
  BUG=1790234

Automated import of CL 147947

15 years agoAI 147874: Fix format and link errors in docs.
Dirk Dougherty [Tue, 28 Apr 2009 01:13:11 +0000 (18:13 -0700)]
AI 147874: Fix format and link errors in docs.
  BUG=1790234

Automated import of CL 147874

15 years agoAI 147814: tweaks to the hello world tutorial.
Scott Main [Mon, 27 Apr 2009 06:57:28 +0000 (23:57 -0700)]
AI 147814: tweaks to the hello world tutorial.
  use an API Level 2 build target, but deploy to level 3, add some discussion on this;
  instantly run, instead of creating a new configuration;
  update screenshots for ADT wizard and the debug section;
  other edits
  BUG=1791815

Automated import of CL 147814

15 years agoAI 147812: close <em> tag
Scott Main [Mon, 27 Apr 2009 06:21:55 +0000 (23:21 -0700)]
AI 147812: close <em> tag
  BUG=1668453

Automated import of CL 147812

15 years agoAI 147811: typo fixes and edits for upgrading and installing docs
Scott Main [Mon, 27 Apr 2009 06:21:02 +0000 (23:21 -0700)]
AI 147811: typo fixes and edits for upgrading and installing docs
  BUG=1790234

Automated import of CL 147811

15 years agoAI 147810: fix links on the homepage
Scott Main [Mon, 27 Apr 2009 06:19:20 +0000 (23:19 -0700)]
AI 147810: fix links on the homepage
  BUG=1790234

Automated import of CL 147810

15 years agoAI 147807: Miscellaneous doc fixes needed for 1.5 SDK push
Dirk Dougherty [Mon, 27 Apr 2009 04:07:11 +0000 (21:07 -0700)]
AI 147807: Miscellaneous doc fixes needed for 1.5 SDK push
  BUG=1790234

Automated import of CL 147807

15 years agoAI 147804: add new doc about Dialogs
Scott Main [Sun, 26 Apr 2009 22:51:58 +0000 (15:51 -0700)]
AI 147804: add new doc about Dialogs
  BUG=1800118

Automated import of CL 147804

15 years agoAI 147803: add docs and images for docs on Toast and Notification docs
Scott Main [Sun, 26 Apr 2009 22:50:49 +0000 (15:50 -0700)]
AI 147803: add docs and images for docs on Toast and  Notification docs
  also edit the Notification class doc
  BUG=1800118

Automated import of CL 147803

15 years agoAI 147796: Add widget design guidelines to new UI Guidelines area in dev guide.
Dirk Dougherty [Sun, 26 Apr 2009 06:09:53 +0000 (23:09 -0700)]
AI 147796: Add widget design guidelines to new UI Guidelines area in dev guide.
  BUG=1790234

Automated import of CL 147796

15 years agoAI 147793: cleanup broken links and delete all innacurate info in apidemo pages
Scott Main [Sat, 25 Apr 2009 21:04:54 +0000 (14:04 -0700)]
AI 147793: cleanup broken links and delete all innacurate info in apidemo pages
  BUG=1810005

Automated import of CL 147793

15 years agoAI 147782: Add a link to the JET docs from media index page.
Dirk Dougherty [Sat, 25 Apr 2009 02:16:21 +0000 (19:16 -0700)]
AI 147782: Add a link to the JET docs from media index page.
  BUG=1790234

Automated import of CL 147782

15 years agoAI 147780: add summary of "future-proofing your apps" and links
Scott Main [Sat, 25 Apr 2009 02:08:42 +0000 (19:08 -0700)]
AI 147780: add summary of "future-proofing your apps" and links
  to the blog post
  BUG=1790234

Automated import of CL 147780

15 years agoAI 147777: add release notes links for each download page
Scott Main [Sat, 25 Apr 2009 01:34:40 +0000 (18:34 -0700)]
AI 147777: add release notes links for each download page
  BUG=1790234

Automated import of CL 147777

15 years agoAI 147767: set 1.1 download page to include "not current" disclaimer
Scott Main [Sat, 25 Apr 2009 00:15:02 +0000 (17:15 -0700)]
AI 147767: set 1.1 download page to include "not current" disclaimer
  and a markup typo fix in the download page.
  BUG=1790234

Automated import of CL 147767

15 years agoAI 147755: Add sizes and checksums for 1.5 SDK downloadables.
Dirk Dougherty [Fri, 24 Apr 2009 23:03:47 +0000 (16:03 -0700)]
AI 147755: Add sizes and checksums for 1.5 SDK downloadables.
  BUG=1790234

Automated import of CL 147755

15 years agoAI 147752: dang, there was another unclosed tag... tested it this time.
Scott Main [Fri, 24 Apr 2009 22:45:32 +0000 (15:45 -0700)]
AI 147752: dang, there was another unclosed tag... tested it this time.
  BUG=1790234

Automated import of CL 147752

15 years agoAI 147742: close <code> tag and remove some bolding
Scott Main [Fri, 24 Apr 2009 22:03:00 +0000 (15:03 -0700)]
AI 147742: close <code> tag and remove some bolding
  BUG=1790234

Automated import of CL 147742

15 years agoAI 147732: fix broken links
Scott Main [Fri, 24 Apr 2009 20:41:44 +0000 (13:41 -0700)]
AI 147732: fix broken links
  BUG=1810005

Automated import of CL 147732

15 years agoAI 147725: Some fixes for the CTS test runner. One is a
Jorg Pleumann [Fri, 24 Apr 2009 20:08:47 +0000 (13:08 -0700)]
AI 147725: Some fixes for the CTS test runner. One is a
  workaround for the binder problems which occur
  when too many tests are executed in too little
  time. The other is a fix for the memory cleanup
  that was added a while ago, but should have
  affected non-static fields, not static ones.
  BUG=1796494

Automated import of CL 147725

15 years agoAI 147720: Set default language for NL to nl.
Bill Napier [Fri, 24 Apr 2009 19:57:08 +0000 (12:57 -0700)]
AI 147720: Set default language for NL to nl.
  BUG=1781746

Automated import of CL 147720

15 years agoAI 147718: Created .jd doc file for the JetCreator manual. Cleaned up the content...
Jean-Michel Trivi [Fri, 24 Apr 2009 19:33:40 +0000 (12:33 -0700)]
AI 147718: Created .jd doc file for the JetCreator manual. Cleaned up the content to only use HTML tags, no more ugly Word generated tags. Removed references to visio files, converted all assets to PNG and renamed them with human understandable names. Added reference to JetPlayer javadoc.
  BUG=1721874

Automated import of CL 147718

15 years agoAI 147711: Fix link text in highlights doc. Copy "New APIs" section to Version Notes...
Dirk Dougherty [Fri, 24 Apr 2009 18:32:25 +0000 (11:32 -0700)]
AI 147711: Fix link text in highlights doc. Copy "New APIs" section to Version Notes doc.
  BUG=1790234

Automated import of CL 147711

15 years agoAI 147710: Add redirects for sdk/preview pages.
Dirk Dougherty [Fri, 24 Apr 2009 18:30:35 +0000 (11:30 -0700)]
AI 147710: Add redirects for sdk/preview pages.
  BUG=1790234

Automated import of CL 147710

15 years agoAI 147541: Add cs as default language for cz.
Bill Napier [Fri, 24 Apr 2009 00:14:22 +0000 (17:14 -0700)]
AI 147541: Add cs as default language for cz.
  BUG=1781746

Automated import of CL 147541

15 years agoAI 147438: add app widget docs to dev guide
Scott Main [Thu, 23 Apr 2009 01:58:13 +0000 (18:58 -0700)]
AI 147438: add app widget docs to dev guide
  move app widget docs out of the package description
  BUG=1790234

Automated import of CL 147438

15 years agoAI 147433: Fix broken link to sdk/samples dir in the offline.html page.
Dirk Dougherty [Thu, 23 Apr 2009 01:45:05 +0000 (18:45 -0700)]
AI 147433: Fix broken link to sdk/samples dir in the offline.html page.
  BUG=1790234

Automated import of CL 147433

15 years agoAI 147406: Import revised translations.
Eric Fischer [Wed, 22 Apr 2009 19:33:55 +0000 (12:33 -0700)]
AI 147406: Import revised translations.

Automated import of CL 147406

15 years agoAI 147336: Remove stuff relating to the Maps ext library from the docs. Leave a point...
Dirk Dougherty [Wed, 22 Apr 2009 03:39:18 +0000 (20:39 -0700)]
AI 147336: Remove stuff relating to the Maps ext library from the docs. Leave a pointer over to code.google.com.
  BUG=1790234

Automated import of CL 147336

15 years agoAI 147332: Miscellaneous doc changes for cupcake SDK
Dirk Dougherty [Wed, 22 Apr 2009 03:25:36 +0000 (20:25 -0700)]
AI 147332: Miscellaneous doc changes for cupcake SDK
  BUG=1790234

Automated import of CL 147332

15 years agoAI 147325: update the installing and upgrading docs for cupcake
Scott Main [Wed, 22 Apr 2009 02:44:01 +0000 (19:44 -0700)]
AI 147325: update the installing and upgrading docs for cupcake
  BUG=1793249

Automated import of CL 147325

15 years agoAI 147314: change carousel SDK to 1.5;
Scott Main [Wed, 22 Apr 2009 02:22:40 +0000 (19:22 -0700)]
AI 147314: change carousel SDK to 1.5;
  revise Google IO info
  BUG=1800649

Automated import of CL 147314

15 years agoAI 147311: update eclipse docs to include necessary AVD procedures and
Scott Main [Wed, 22 Apr 2009 02:17:59 +0000 (19:17 -0700)]
AI 147311: update eclipse docs to include necessary AVD procedures and
  discuss relevant target facilities
  BUG=1796104

Automated import of CL 147311

15 years agoAI 147306: re-write the Developing in Other IDEs doc with updated information for 1.5
Scott Main [Wed, 22 Apr 2009 02:09:24 +0000 (19:09 -0700)]
AI 147306: re-write the Developing in Other IDEs doc with updated information for 1.5
  BUG=1796104

Automated import of CL 147306

15 years agoAI 147297: Update Android 1.5 SDK Download, Release Notes, Version Notes, Highlights
Dirk Dougherty [Wed, 22 Apr 2009 01:52:41 +0000 (18:52 -0700)]
AI 147297: Update Android 1.5 SDK Download, Release Notes, Version Notes, Highlights
  Please let me know if you have other "known issues", "resolved issues", or
  "highlights".
  Also, note that the installing and upgrading docs are being updated in
  a different CL, so the new version is not displayed on my staging server.
  BUG=1790234

Automated import of CL 147297

15 years agoAI 147290: Update Geocoder javadoc to reflect the need for a backend service.
Xavier Ducrohet [Wed, 22 Apr 2009 01:45:32 +0000 (18:45 -0700)]
AI 147290: Update Geocoder javadoc to reflect the need for a backend service.
  BUG=1794552

Automated import of CL 147290

15 years agoAI 147250: Fix a nasty typo in the docs for ContentResolver.update(). No code changes.
Jeff Hamilton [Tue, 21 Apr 2009 22:12:16 +0000 (15:12 -0700)]
AI 147250: Fix a nasty typo in the docs for ContentResolver.update(). No code changes.
  BUG=1067866

Automated import of CL 147250

15 years agoAI 147238: Update tools index, replace activitycreator with android
Dirk Dougherty [Tue, 21 Apr 2009 22:00:26 +0000 (15:00 -0700)]
AI 147238: Update tools index, replace activitycreator with android
  BUG=1790234

Automated import of CL 147238

15 years agoAI 147228: Add API diff report to SDK docs (API Level 2 to 3)
Dirk Dougherty [Tue, 21 Apr 2009 21:51:13 +0000 (14:51 -0700)]
AI 147228: Add API diff report to SDK docs (API Level 2 to 3)
  BUG=1790234

Automated import of CL 147228

15 years agoAI 147219: update app-signing doc to include a guide to export a signed APK from ADT
Scott Main [Tue, 21 Apr 2009 21:23:52 +0000 (14:23 -0700)]
AI 147219: update app-signing doc to include a guide to export a signed APK from ADT
  BUG=1795149

Automated import of CL 147219

15 years agoAI 147211: Update emulator doc for new usage with avds.
Dirk Dougherty [Tue, 21 Apr 2009 21:11:32 +0000 (14:11 -0700)]
AI 147211: Update emulator doc for new usage with avds.
  BUG=1790234

Automated import of CL 147211

15 years agoAI 147163: Copy documentation for the various search-by-voice flags that
Andy Stadler [Tue, 21 Apr 2009 18:50:39 +0000 (11:50 -0700)]
AI 147163: Copy documentation for the various search-by-voice flags that
  were already listed in attrs.xml into SearchManager.java.  Add
  a (brief - no time for more) description about how to add search
  by voice to apps.
  JAVADOC ONLY - should be safe change for cupcake sdk.
  BUG=1554704

Automated import of CL 147163

15 years agoAI 147162: Emphasize in the javadoc that the "pkg" parameters to
Andy Stadler [Tue, 21 Apr 2009 18:48:54 +0000 (11:48 -0700)]
AI 147162: Emphasize in the javadoc that the "pkg" parameters to
  InstrumentationTestCase and its descendants should be the
  package manager package name (not the java package name, and
  not the test package) of the package holding the Activity
  under test.
  Added similar notations to the ApiDemos call sites.
  JAVADOC ONLY - should be safe change for cupcake sdk.
  BUG=1783981

Automated import of CL 147162

15 years agoAI 147081: Add document describing AVDs and usage. (doc change only)
Dirk Dougherty [Tue, 21 Apr 2009 04:53:32 +0000 (21:53 -0700)]
AI 147081: Add document describing AVDs and usage. (doc change only)
  BUG=1790234

Automated import of CL 147081

15 years agoAI 147053: Add -hdf primer vars for the platform and release ID associated with the...
Dirk Dougherty [Tue, 21 Apr 2009 00:54:52 +0000 (17:54 -0700)]
AI 147053: Add -hdf primer vars for the platform and release ID associated with the current (most recent) SDK.
  Currently, the docs that are specific to each SDK release -- downloading, installing, upgrading, requirements -- are stored in a directory with release-derived name, such as "1.1_r1". This change lets documents use generic links to point into the most recent version specific docs, eg href="{@docRoot}sdk/{sdkCurrent}/installing.html" instead of href="{@docRoot}sdk/1.1_r1/installing.html".
  BUG=1790234

Automated import of CL 147053

15 years agoAI 147032: Finalize JetPlayer javadoc.
Jean-Michel Trivi [Mon, 20 Apr 2009 23:29:19 +0000 (16:29 -0700)]
AI 147032: Finalize JetPlayer javadoc.
  BUG=1801229

Automated import of CL 147032

15 years agoAI 146937: Finalize AudioRecord javadoc.
Jean-Michel Trivi [Mon, 20 Apr 2009 17:45:02 +0000 (10:45 -0700)]
AI 146937: Finalize AudioRecord javadoc.
  BUG=1797606

Automated import of CL 146937

15 years agoAI 146754: Fix some problems in the SoundPool docs and add additional text.
Dave Sparks [Fri, 17 Apr 2009 18:29:35 +0000 (11:29 -0700)]
AI 146754: Fix some problems in the SoundPool docs and add additional text.
  BUG=1795461

Automated import of CL 146754

15 years agoAI 146751: Finalize AudioTrack javadoc.
Jean-Michel Trivi [Fri, 17 Apr 2009 18:22:35 +0000 (11:22 -0700)]
AI 146751: Finalize AudioTrack javadoc.
  BUG=1795799

Automated import of CL 146751

15 years agoAI 146711: Enhancing the test runner. Now it filters BrokenTests and only executes...
Urs Grob [Fri, 17 Apr 2009 09:09:00 +0000 (02:09 -0700)]
AI 146711: Enhancing the test runner. Now it filters BrokenTests and only executes tests
  annotated with SideEffect if the host is running in single test mode.
  Also adding some cleanup mechanism and some logcat logging about memory consumption
  BUG=1789657

Automated import of CL 146711

15 years agoAI 146667: Add advice in MediaRecorder Java docs about using MPEG-4 container format
Dave Sparks [Fri, 17 Apr 2009 01:35:51 +0000 (18:35 -0700)]
AI 146667: Add advice in MediaRecorder Java docs about using MPEG-4 container format
  BUG=1753020

Automated import of CL 146667

15 years agoAI 146654: Add java docs for SoundPool
Dave Sparks [Fri, 17 Apr 2009 00:49:25 +0000 (17:49 -0700)]
AI 146654: Add java docs for SoundPool
  BUG=1795461

Automated import of CL 146654

15 years agoAI 146609: updates to the manifest docs for cupcake: Add "since" notations for elemen...
Dirk Dougherty [Thu, 16 Apr 2009 21:27:42 +0000 (14:27 -0700)]
AI 146609: updates to the manifest docs for cupcake: Add "since" notations for elements and some attributes.
  BUG=1790234

Automated import of CL 146609

15 years agoAI 146601: Update media formats appendix for cupcake
Dirk Dougherty [Thu, 16 Apr 2009 20:33:16 +0000 (13:33 -0700)]
AI 146601: Update media formats appendix for cupcake
  BUG=1792195

Automated import of CL 146601

15 years agoAI 146517: Import translation changes.
Eric Fischer [Thu, 16 Apr 2009 18:01:05 +0000 (11:01 -0700)]
AI 146517: Import translation changes.
  DO NOT MERGE

Automated import of CL 146517

15 years agoAI 146411: Fix BridgeCanvas#drawRoundRect
Xavier Ducrohet [Thu, 16 Apr 2009 05:30:00 +0000 (22:30 -0700)]
AI 146411: Fix BridgeCanvas#drawRoundRect
  BUG=1792311

Automated import of CL 146411

15 years agoAI 146365: Import revised translations.
Eric Fischer [Wed, 15 Apr 2009 20:30:18 +0000 (13:30 -0700)]
AI 146365: Import revised translations.
  DO NOT MERGE

Automated import of CL 146365

15 years agoAI 146341: g4 integrate -t -i -b platform-1_0-to-cupcake @146018,146018 (doc change)
Dirk Dougherty [Wed, 15 Apr 2009 18:29:53 +0000 (11:29 -0700)]
AI 146341: g4 integrate -t -i -b platform-1_0-to-cupcake @146018,146018 (doc change)
  BUG=1675368

Automated import of CL 146341

15 years agoAI 146340: Integrate updated SDK Terms and Conditions document
Dirk Dougherty [Wed, 15 Apr 2009 18:28:57 +0000 (11:28 -0700)]
AI 146340: Integrate updated SDK Terms and Conditions document

Automated import of CL 146340

15 years agoAI 146254: clarification for the minSdkVersion attribute;
Scott Main [Wed, 15 Apr 2009 00:19:13 +0000 (17:19 -0700)]
AI 146254: clarification for the minSdkVersion attribute;
  added more information to the <uses-sdk> reference,
  added a link to it from the <manifes> reference, and
  revised some misleading information in the android 1.1 version notes
  BUG=1788684

Automated import of CL 146254

15 years agoAI 146242: fix the package namespace in the examples;
Scott Main [Tue, 14 Apr 2009 23:29:14 +0000 (16:29 -0700)]
AI 146242: fix the package namespace in the examples;
  delete the old hello-android file
  BUG=1750212

Automated import of CL 146242

15 years agoAI 146225: Work around initialization issue with InstrumentationTest Runner. super...
Guang Zhu [Tue, 14 Apr 2009 22:49:35 +0000 (15:49 -0700)]
AI 146225: Work around initialization issue with InstrumentationTest Runner. super.onCreate needs to be called as last statement in subclass' onCreate to avoid starting test case too early.

Automated import of CL 146225

15 years agoAI 146175: Import updated translations.
Eric Fischer [Tue, 14 Apr 2009 19:10:43 +0000 (12:10 -0700)]
AI 146175: Import updated translations.

Automated import of CL 146175