206 Commits

Author SHA1 Message Date
Elliott Hughes
7f87706927 Fix all typos (found by script) in the Android documentation.
I haven't touched instances of "behaviour", "dequeue", "removeable",
"resizeable", or "removeable" because all are accepted variant spellings
and I don't know what the policy is on such things.
2009-08-21 13:10:55 -07:00
Scott Main
a10f45efbc am 185d74ba: Merge change 21977 into donut
Merge commit '185d74ba56ccaca3f4bb105d00562bcd5a82c788' into eclair

* commit '185d74ba56ccaca3f4bb105d00562bcd5a82c788':
  docs only.
2009-08-20 16:00:41 -07:00
Scott Main
29b57764e7 docs only.
add reference information for new <path-permission> element
2009-08-19 15:19:53 -07:00
Scott Main
2685d3b85b am ba52b3e0: Merge change 21149 into donut
Merge commit 'ba52b3e08b33592457242944f7a89691a5b94880' into eclair

* commit 'ba52b3e08b33592457242944f7a89691a5b94880':
  DOCS ONLY.
2009-08-18 08:44:38 -07:00
Scott Main
71d4b289a7 DOCS ONLY.
add manifest documentation for uses-feature and supports-screens elements.
also update the navigation and manifest home page,
update the uses-sdk element to include new maxSdk and targeSdk attributes,
and add some sample code to DisplayMetrics to query the device for screen info.
2009-08-13 16:58:02 -07:00
Jean-Baptiste Queru
0391107e13 merge from donut 2009-08-03 07:45:45 -07:00
Jean-Baptiste Queru
5c1207be90 donut snapshot 2009-07-31 17:38:20 -07:00
Jean-Baptiste Queru
61e4248f8f merge from donut 2009-07-29 14:57:05 -07:00
Jean-Baptiste Queru
a8675f67e3 donut snapshot 2009-07-29 14:25:07 -07:00
Android (Google) Code Review
d5ec6ebee2 am 11b6a29d: Merge change 8564 into donut
Merge commit '11b6a29dfe380c97fa3df67a6b97ff3383592b58'

* commit '11b6a29dfe380c97fa3df67a6b97ff3383592b58':
  AI 150594: change the homepage markup and styles to allow variable height in
  AI 150587: add a sitemap for translated docs, for submission to Webmaster Tools,
  AI 150541: roll the docs forward to 1.5 r3
  AI 150538: add note that appwidget updates will wake the device and suggest an alarm
  AI 150536: Change the formatting of sdk redirect pages so that they are not language-specific.
  AI 150535: add the Videos page to the site
2009-07-26 21:47:27 -07:00
Jean-Baptiste Queru
2af1b3db3d Merge korg/donut into korg/master 2009-07-25 21:15:25 -07:00
Dirk Dougherty
76e95bbea6 Merge doc change from cupcake: commit 'a8d035ccf319e1aed685a1e1509681350f737fd1' into manualmerge 2009-07-24 15:35:09 -07:00
Dianne Hackborn
c00c04d7d8 am 11b822d2: Simplify density compatibility to a boolean.
Merge commit '11b822d2a91ea17c34c0cb1c11e80a9a30d72864'

* commit '11b822d2a91ea17c34c0cb1c11e80a9a30d72864':
  Simplify density compatibility to a boolean.
2009-07-22 12:01:19 -07:00
Dianne Hackborn
11b822d2a9 Simplify density compatibility to a boolean.
Instead of a list, we now just have a single boolean indicating whether an
application is density aware, and this set set to true by default as of
Donut.
2009-07-22 11:58:31 -07:00
Android (Google) Code Review
a8339dfec9 am 9fc20b0e: Merge change 8126 into donut
Merge commit '9fc20b0e381b5fe00b7049ef357c839cd05a33bf'

* commit '9fc20b0e381b5fe00b7049ef357c839cd05a33bf':
  First pass at reworking screen density/size APIs.
2009-07-21 19:03:53 -07:00
Dianne Hackborn
c4db95c077 First pass at reworking screen density/size APIs.
This changes the names of the directories in aapt, to what you see
in the list of DpiTest resources.  Also adds a new "long" configuration
for wide screens, which the platform sets appropriate, and introduces
a new kind of resizeability for not large but significantly larger
than normal screens which may have compatibility issues.
2009-07-21 18:28:42 -07:00
Jean-Baptiste Queru
cf4550c319 donut snapshot 2009-07-21 11:16:54 -07:00
Scott Main
e518606504 AI 150538: add note that appwidget updates will wake the device and suggest an alarm
BUG=1962600

Automated import of CL 150538
2009-07-15 16:52:31 -07:00
Kenny Root
e271820c50 Clarify rules for package name in documentation
Nowhere in the documentation does it say that the only valid package names
are ones that match (excuse my abuse of regex to explain this):

^[A-Za-z][A-Za-z0-9_]

This change makes clear the rules followed by the PackageParser
2009-07-07 12:43:07 -07:00
Katarina Stenstedt
ff339f0b96 AI 150335: Removed the links to wikipedia.
BUG=1918247

Automated import of CL 150335
2009-07-06 10:41:17 -07:00
Katarina Stenstedt
014a59bf40 Remove links to wikipedia; fix typo; remove .vsd file (bug 1918247). 2009-07-06 10:10:19 -07:00
Katarina Stenstedt
1293b6b299 Added info about mcc and mnc, plus other changes per http://b/1918247; rewrote "How Android find best match" section per rgreenwalt's comments and added flowchart. 2009-06-24 11:45:53 -07:00
Kenny Root
2a7a773480 Clarify rules for package name in documentation
Nowhere in the documentation does it say that the only valid package names
are ones that match (excuse my abuse of regex to explain this):

^[A-Za-z][A-Za-z0-9_]

This change makes clear the rules followed by the PackageParser
2009-06-09 13:42:54 -05:00
Jean-Baptiste Queru
843ef36f7b donut snapshot 2009-05-20 11:28:04 -07:00
Scott Main
04c72b47d8 AI 148812: revise the AppWidget developer guide documentation
BUG=1827433

Automated import of CL 148812
2009-05-13 16:48:13 -07:00
Scott Main
9b825aa0ee AI 148470: add documentation about aapt image optimization
BUG=1735176

Automated import of CL 148470
2009-05-07 11:59:14 -07:00
Dirk Dougherty
f096acd379 AI 148460: Misc changes for dev site.
BUG=1790234

Automated import of CL 148460
2009-05-07 11:12:11 -07:00
Scott Main
eb086d60b2 AI 148270: remove references to AbsoluteLayout because it's been deprecated
BUG=1790234

Automated import of CL 148270
2009-05-04 13:20:20 -07:00
Dirk Dougherty
392d29ab0d AI 148193: More misc fixes in format, links, content for Android 1.5 SDK docs.
BUG=1790234

Automated import of CL 148193
2009-05-01 13:01:24 -07:00
Dirk Dougherty
752aaf92a8 AI 147874: Fix format and link errors in docs.
BUG=1790234

Automated import of CL 147874
2009-04-27 18:13:11 -07:00
Dirk Dougherty
7eeb5d5c8e AI 147807: Miscellaneous doc fixes needed for 1.5 SDK push
BUG=1790234

Automated import of CL 147807
2009-04-26 21:07:11 -07:00
Scott Main
ce878bef71 AI 147804: add new doc about Dialogs
BUG=1800118

Automated import of CL 147804
2009-04-26 15:51:58 -07:00
Scott Main
b8b3645a97 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
2009-04-26 15:50:49 -07:00
Scott Main
6fc27f79b4 AI 147793: cleanup broken links and delete all innacurate info in apidemo pages
BUG=1810005

Automated import of CL 147793
2009-04-25 14:04:54 -07:00
Dirk Dougherty
47f3a7ae79 AI 147782: Add a link to the JET docs from media index page.
BUG=1790234

Automated import of CL 147782
2009-04-24 19:16:21 -07:00
Scott Main
6f1826cb0c AI 147752: dang, there was another unclosed tag... tested it this time.
BUG=1790234

Automated import of CL 147752
2009-04-24 15:45:32 -07:00
Scott Main
a055e5ea1d AI 147742: close <code> tag and remove some bolding
BUG=1790234

Automated import of CL 147742
2009-04-24 15:03:00 -07:00
Jean-Michel Trivi
864750c3ec 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
2009-04-24 12:33:40 -07:00
Scott Main
620986a358 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
2009-04-22 18:58:13 -07:00
Dirk Dougherty
e1d9b55f80 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
2009-04-21 20:39:18 -07:00
Dirk Dougherty
6565a5a300 AI 147332: Miscellaneous doc changes for cupcake SDK
BUG=1790234

Automated import of CL 147332
2009-04-21 20:25:36 -07:00
Dirk Dougherty
d33ab2b8ad AI 146609: updates to the manifest docs for cupcake: Add "since" notations for elements and some attributes.
BUG=1790234

Automated import of CL 146609
2009-04-16 14:27:42 -07:00
Dirk Dougherty
610cb2df9d AI 146601: Update media formats appendix for cupcake
BUG=1792195

Automated import of CL 146601
2009-04-16 13:33:16 -07:00
Scott Main
0ebf34a27a 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
2009-04-14 17:19:13 -07:00
Chris Tate
a48875a7d7 AI 144306: Fix SDK issue 1716562 - Broadcast mechanism documentation should be improved.
BUG=1716562

Automated import of CL 144306
2009-04-02 14:59:14 -07:00
The Android Open Source Project
c2ad241504 auto import from //branches/cupcake_rel/...@141571 2009-03-19 23:08:54 -07:00
The Android Open Source Project
b2a3dd88a5 auto import from //branches/cupcake/...@137197 2009-03-09 11:52:12 -07:00
The Android Open Source Project
9066cfe988 auto import from //depot/cupcake/@135843 2009-03-03 19:31:44 -08:00
The Android Open Source Project
d83a98f4ce auto import from //depot/cupcake/@135843 2009-03-03 18:28:45 -08:00
The Android Open Source Project
076357b856 auto import from //depot/cupcake/@132589 2009-03-03 14:04:24 -08:00