1885 Commits

Author SHA1 Message Date
Jean-Baptiste Queru
a8675f67e3 donut snapshot 2009-07-29 14:25:07 -07:00
Android (Google) Code Review
a4ce03f354 Merge change 8605
* changes:
  Encourage the better way of removing an Activity's title bar.
2009-07-26 23:39:41 -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
Android (Google) Code Review
96616bb59f am eec841f0: Merge change 8560 into donut
Merge commit 'eec841f0505c3aeb5b18e53f48b755ff69b78c15'

* commit 'eec841f0505c3aeb5b18e53f48b755ff69b78c15':
  AI 150460: Add  missing art files for menu_guidelines doc.
  AI 150397: turn off the right arrow in the carousel -- we only have 3 items.
  AI 150390: Roll the docs back to 1.5 r2, temporarily.
  AI 150381: Add localized content (ja2) to developer site.
  AI 150380: Add localized content (ja) for developer site.
  AI 150369: Add localized TOCs for developer site.
  AI 150351: Doc updates for Android 1.5 SDK r3.
2009-07-26 21:47:08 -07:00
Android (Google) Code Review
af294327b1 am 199bc376: Merge change 8557 into donut
Merge commit '199bc376023346cb4e54196967dbd5380b2b5f85'

* commit '199bc376023346cb4e54196967dbd5380b2b5f85':
  AI 150289: Added Menu Design guidelines.  View the pages at:
2009-07-26 21:46:53 -07:00
Android (Google) Code Review
cc256fb1d5 am 1f4dd5d6: Merge change 8553 into donut
Merge commit '1f4dd5d6ca82bee7c2ac257d61b373f80dcc1354'

* commit '1f4dd5d6ca82bee7c2ac257d61b373f80dcc1354':
  AI 150106: Add gcc/gmake/cygwin details to NDK sys requirements
  AI 150083: Minor updates to the ndk docs based on approved messaging.
  AI 150055: In Icon Guidelines doc, remove example icons that are not accessible to apps.
  AI 150054: Misc changes for the sdk/devsite docs
  AI 150008: update the Google IO announcement, point to session videos.
2009-07-26 21:46:33 -07:00
Jean-Baptiste Queru
2af1b3db3d Merge korg/donut into korg/master 2009-07-25 21:15:25 -07:00
Elliott Hughes
65de0e6a26 Encourage the better way of removing an Activity's title bar.
Books and web pages seem to prefer the requestWindowFeature method
over the android:theme, despite the advantages of the latter. This
may be because we mention requestWindowFeature but not android:theme
in our FAQ.

(Also add missing end tag to fix page rendering with Chrome.)
2009-07-25 15:55:19 -07:00
Dirk Dougherty
76e95bbea6 Merge doc change from cupcake: commit 'a8d035ccf319e1aed685a1e1509681350f737fd1' into manualmerge 2009-07-24 15:35:09 -07:00
Dirk Dougherty
2bfd344b67 Merge doc changes from cupcake: commit '5ae517d9659e96e9525406ffbce18dcacc3294bc' into manualmerge 2009-07-24 14:39:03 -07:00
Dirk Dougherty
6d9ffc5f25 Merge doc change from cupcake: commit '2c44586d118208bdddfc727165ebf235fe7c0051' 2009-07-24 12:54:42 -07:00
Dirk Dougherty
ea761540c3 Merge doc changes from cupcake at commit '373271b94cbe01c337b4952d0d5764e200c69f48' 2009-07-24 12:26:22 -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
Elliott Hughes
b36ad534b9 udev rules files don't need execute permission. 2009-07-14 16:14:56 -07:00
Dirk Dougherty
13d30dc375 AI 150369: Add localized TOCs for developer site.
BUG=1910893

Automated import of CL 150369
2009-07-07 17:37:13 -07:00
Simon Schoar
ceac091e9a Example for displaying alerts was missing an "@" for theme attribute 2009-07-07 12:43:56 -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
Kenny Root
c22457e80d Fix typo in adb commandline help
Android developers are not expected to have PDP-11s.
2009-07-07 12:42:09 -07:00
Android (Google) Code Review
19c9137441 am 8ad422ad: Merge change 6221 into donut
Merge commit '8ad422adaf2eb5d36e0391fcc2cd30a226cf87ab'

* commit '8ad422adaf2eb5d36e0391fcc2cd30a226cf87ab':
  Remove links to wikipedia; fix typo; remove .vsd file (bug 1918247).
2009-07-06 12:00:08 -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
Doug Kramer
2c44586d11 AI 150289: Added Menu Design guidelines. View the pages at:
http://zpn20:44443/guide/practices/ui_guidelines/menu_design.html

Automated import of CL 150289
2009-07-02 03:21:25 -07:00
Android (Google) Code Review
9fc2bef591 am ae7c980e: Merge change 4556 into donut
Merge commit 'ae7c980e8e5f5e8c78536f0b37fca50d1a7966ca'

* commit 'ae7c980e8e5f5e8c78536f0b37fca50d1a7966ca':
  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 15:45:32 -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
Dirk Dougherty
124d75618b AI 150055: In Icon Guidelines doc, remove example icons that are not accessible to apps.
BUG=1934969

Automated import of CL 150055
2009-06-23 12:42:04 -07:00
Dirk Dougherty
fa03b80ac8 AI 150054: Misc changes for the sdk/devsite docs
BUG=1790234

Automated import of CL 150054
2009-06-23 11:35:31 -07:00
Android Code Review
7b16fc04d0 Merge change 10312
* changes:
  Fix typo in adb commandline help
2009-06-12 09:45:48 -07:00
Android Code Review
c6f4e0d25b Merge change 10317
* changes:
  Clarify rules for package name in documentation
2009-06-12 09:43:29 -07:00
Simon Schoar
a6b860fbd0 Text specifies "android:codeName" which doesnt exist, should be "android:versionName" 2009-06-10 01:44:43 +02:00
Simon Schoar
4ea496ddca Example for displaying alerts was missing an "@" for theme attribute 2009-06-10 01:29:38 +02: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
Kenny Root
b01b57790a Fix typo in adb commandline help
Android developers are not expected to have PDP-11s.
2009-06-09 11:11:39 -05:00
Doug Kramer
60a42866d1 am b42e1ff6: am b33940ab: 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
Merge commit 'b42e1ff65ae44a0873959c5defe3ba4826109490'

* commit 'b42e1ff65ae44a0873959c5defe3ba4826109490':
  AI 149494: Minor improvements to wording in design tips for missing activity and notifications
2009-06-02 14:37:43 -07:00
Doug Kramer
b33940abca 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
2009-06-02 12:17:49 -07:00
Doug Kramer
c29c7158c7 am c01159bb: am 7363e049: 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
Merge commit 'c01159bb00f7273f9b051dfbbe6bc10d54d3a846'

* commit 'c01159bb00f7273f9b051dfbbe6bc10d54d3a846':
  AI 149404: Am sending again with the latest changes
2009-05-31 19:44:30 -07:00
Doug Kramer
7363e049ec 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
2009-05-29 19:27:02 -07:00
Dirk Dougherty
96b1534e01 am fdacdcb6: am 1d6cb270: AI 149267: Add the images for icon guidelines doc BUG=1790234
Merge commit 'fdacdcb6546b976b437dfc97e286cd1733e7bf93'

* commit 'fdacdcb6546b976b437dfc97e286cd1733e7bf93':
  AI 149267: Add the images for icon guidelines doc
2009-05-26 15:06:19 -07:00
Dirk Dougherty
1d6cb270a5 AI 149267: Add the images for icon guidelines doc
BUG=1790234

Automated import of CL 149267
2009-05-26 15:01:29 -07:00
Dirk Dougherty
620ad3dcf1 am 30d79f64: am f3043db0: AI 149251: Add 1.x Icon Guidelines doc and template pack. BUG=1790234
Merge commit '30d79f64ecdd15d279cae6421f39a0c8fa2fab7d'

* commit '30d79f64ecdd15d279cae6421f39a0c8fa2fab7d':
  AI 149251: Add 1.x Icon Guidelines doc and template pack.
2009-05-26 10:11:41 -07:00
Dirk Dougherty
f3043db05b AI 149251: Add 1.x Icon Guidelines doc and template pack.
BUG=1790234

Automated import of CL 149251
2009-05-26 08:40:42 -07:00
Dirk Dougherty
22075a3b74 am 5b6a5cee: am 3f9de8b6: AI 149211: Doc updates for Android 1.5 SDK, r2. BUG=1790234
Merge commit '5b6a5cee4c48fd2ffc35f07ebe9f24eb53086b9a'

* commit '5b6a5cee4c48fd2ffc35f07ebe9f24eb53086b9a':
  AI 149211: Doc updates for Android 1.5 SDK, r2.
2009-05-22 16:08:05 -07:00
Dirk Dougherty
3f9de8b6ca AI 149211: Doc updates for Android 1.5 SDK, r2.
BUG=1790234

Automated import of CL 149211
2009-05-22 16:04:18 -07:00
Dirk Dougherty
3aac895a32 am 73c551d2: am 22629944: AI 149208: Remove statement about WIndows codecs and licensing. BUG=1839672
Merge commit '73c551d2582c2704cf60c7530fbc77eab846f4ed'

* commit '73c551d2582c2704cf60c7530fbc77eab846f4ed':
  AI 149208: Remove statement about WIndows codecs and licensing.
2009-05-22 15:15:35 -07:00
Dirk Dougherty
2262994461 AI 149208: Remove statement about WIndows codecs and licensing.
BUG=1839672

Automated import of CL 149208
2009-05-22 15:11:27 -07:00
Jean-Baptiste Queru
843ef36f7b donut snapshot 2009-05-20 11:28:04 -07:00