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
Scott Main
0aa1fbae1e
am 51b22d74: am 221c9552: AI 148972: fix link to the installing guide to 1.5; fix a couple layout bugs in the document. BUG=1860640
...
Merge commit '51b22d74a39ef7f6a3684a36bb48ace523e83413'
* commit '51b22d74a39ef7f6a3684a36bb48ace523e83413':
AI 148972: fix link to the installing guide to 1.5;
2009-05-19 01:19:23 -07:00
Scott Main
221c95526d
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
2009-05-18 16:29:41 -07:00
Scott Main
a49bff4e9e
am 3a5ce8a: am 04c72b4: AI 148812: revise the AppWidget developer guide
...
Merge commit '3a5ce8a92965db6d6f59517aef3d7bc02ce117ed'
* commit '3a5ce8a92965db6d6f59517aef3d7bc02ce117ed':
AI 148812: revise the AppWidget developer guide documentation
2009-05-13 16:51:34 -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
5862e9fc9f
am b6868d0: am 9b825aa: AI 148470: add documentation about aapt image op
...
Merge commit 'b6868d0048ec814e02ced35df6ad6e7b72389ca4'
* commit 'b6868d0048ec814e02ced35df6ad6e7b72389ca4':
AI 148470: add documentation about aapt image optimization
2009-05-08 00:54:53 -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
97774e15e3
am 2a50606: am f096acd: AI 148460: Misc changes for dev site.
...
Merge commit '2a50606532cfc26d100d6b7a966c73f785e5b3b8'
* commit '2a50606532cfc26d100d6b7a966c73f785e5b3b8':
AI 148460: Misc changes for dev site.
2009-05-07 11:16:55 -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
092578c8c1
am ad5aaea: am 0c11b99: AI 148308: revise aidl support documentation --
...
Merge commit 'ad5aaea2c5bda0a73c1bc0ae99f17f700e952907'
* commit 'ad5aaea2c5bda0a73c1bc0ae99f17f700e952907':
AI 148308: revise aidl support documentation -- now the same in all environments;
2009-05-05 11:28:30 -07:00
Scott Main
0c11b99090
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
2009-05-05 11:23:54 -07:00
Scott Main
0550e41c3f
am 5c6f93f: am eb086d6: AI 148270: remove references to AbsoluteLayout b
...
Merge commit '5c6f93f1422647c7f914a15bfad00992685c3eac'
* commit '5c6f93f1422647c7f914a15bfad00992685c3eac':
AI 148270: remove references to AbsoluteLayout because it's been deprecated
2009-05-04 13:27:02 -07:00