Christopher Tate
94de60cccc
am e431b97c: Merge "Fixed Drag-and-Drop sample code"
...
* commit 'e431b97c1f1692a42c9a348a5ff930f82eee2537':
Fixed Drag-and-Drop sample code
2013-10-29 15:05:54 -07:00
Taeho Kim
130e1294e8
Fixed Drag-and-Drop sample code
...
Fixed some erros in 'Responding to drag events' sample code on
http://developer.android.com/guide/topics/ui/drag-drop.html
Changed View.OnDragEventListener to View.OnDragListener,
deleted brace start('{') after DragEvent.ACTION_DRAG_ENTERED which
does not have matching ends, and removed 'break' on each case in
swich statement which causes 'Unreachable code' error.
Added return statement at the 'default' case, so that onDrag() method
can return value in all case.
Change-Id: I7d2335f5c405626e3f0cff275b52818762c84634
Signed-off-by: Taeho Kim <jyte82@gmail.com >
2013-10-29 23:32:16 +09:00
Kenny Root
ddc9162881
am a1b4d97b: Merge "Removed duplicate items on table of contents"
...
* commit 'a1b4d97b6920d3cd84fe19b07512a0de6996bb4c':
Removed duplicate items on table of contents
2013-10-21 10:31:23 -07:00
Taeho Kim
6ef383ad13
Removed duplicate items on table of contents
...
Removed duplicate, broken item in 'in this document' on Performance Tips (http://developer.android.com/traning/articles/perf-tips.html )
Change-Id: I499d9bb314fa471e6d2c0590f59c2f71077c00b8
Signed-off-by: Taeho Kim <jyte82@gmail.com >
2013-10-17 11:10:19 +09:00
Elliott Hughes
591e8ae307
am b4d1ad29: Merge "Added missing permission declaration on <service> tag of AccessibilityService guide documentation (Building Accessibility Services)"
...
* commit 'b4d1ad29c00b6d7f66192f91fcac359981102185':
Added missing permission declaration on <service> tag of AccessibilityService guide documentation (Building Accessibility Services)
2013-10-01 10:51:22 -07:00
Taeho Kim
3d02011734
Added missing permission declaration on <service> tag of AccessibilityService guide documentation (Building Accessibility Services)
...
With code snippet on current docs, the accessibility service does not show up on the Settings > Accessibility > Services list, with API level 17 or higher. In order to declare service correctly, user have to declare "permission" property with value of "android.permission.BIND_ACCESSIBILITY_SERVICE".
Change-Id: I70c8f98d4ff6fd2286bf5866098b22443afb6cd9
2013-09-30 04:11:39 +09:00
Scott Main
ef54f611c1
am bdf85de3: am 7b60431b: update <uses-feature> for OpenGL ES version with 3.0 example and API guide link. bug: 10207619
...
* commit 'bdf85de3b81586aadce564cf9cad6f4c725a302e':
update <uses-feature> for OpenGL ES version with 3.0 example and API guide link. bug: 10207619
2013-08-06 15:35:20 -07:00
Scott Main
7b60431ba0
update <uses-feature> for OpenGL ES version with 3.0 example and API guide link.
...
bug: 10207619
Change-Id: Ia94b102f3c1476eb118c212de3246e735ffe57b6
2013-08-06 13:17:41 -07:00
Dirk Dougherty
ec99780637
am 1153eb46: am 4e847bd1: Doc change: fix federated urls.
...
* commit '1153eb46b3aa0226f6d1eac7a196052bd5d818f0':
Doc change: fix federated urls.
2013-08-06 10:48:48 -07:00
Dirk Dougherty
4e847bd1f0
Doc change: fix federated urls.
...
Change-Id: I29758362e81361a58d85ff8ec9e19d5c8da8da7d
2013-08-06 10:01:24 -07:00
Dirk Dougherty
c5663c9f7c
am 8154d293: am 58c68d77: Merge "Doc change: Updated reference docs for Google Play Services 3.2." into jb-mr2-docs
...
* commit '8154d2932a3e4f9800eeff18da640fda7a169ec8':
Doc change: Updated reference docs for Google Play Services 3.2.
2013-08-06 09:32:56 -07:00
Dirk Dougherty
58c68d7759
Merge "Doc change: Updated reference docs for Google Play Services 3.2." into jb-mr2-docs
2013-08-06 07:35:28 +00:00
Dirk Dougherty
966dc871ca
am 780795dc: am b6cb0437: Merge "Doc change: refresh GCM reference docs." into jb-mr2-docs
...
* commit '780795dc198c05d5a1a181c58317dc6befec861d':
Doc change: refresh GCM reference docs.
2013-08-02 17:41:05 -07:00
Scott Main
24a32c98a5
am e0a85960: am 9a0087f2: Merge "docs: OpenGL Training sample code fixes" into jb-mr2-docs
...
* commit 'e0a8596020a10c1cf6347d89fea862d41629db04':
docs: OpenGL Training sample code fixes
2013-08-02 17:41:02 -07:00
Dirk Dougherty
b6cb0437ef
Merge "Doc change: refresh GCM reference docs." into jb-mr2-docs
2013-08-02 22:49:11 +00:00
Scott Main
9a0087f227
Merge "docs: OpenGL Training sample code fixes" into jb-mr2-docs
2013-08-02 22:27:14 +00:00
Scott Main
efd288a261
am 2a666620: am 1f196903: Merge "add note to use "480" instead of "xxhdpi" (this should be temporary)" into jb-mr2-docs
...
* commit '2a6666207d0e0b7545cbd1f0a7f6754d5ca1587b':
add note to use "480" instead of "xxhdpi" (this should be temporary)
2013-08-02 14:29:09 -07:00
Scott Main
1f19690322
Merge "add note to use "480" instead of "xxhdpi" (this should be temporary)" into jb-mr2-docs
2013-08-02 21:23:55 +00:00
Joe Fernandez
ab1f29d935
docs: OpenGL Training sample code fixes
...
Change-Id: Ifc757a2cb55781d5c42f9256cb698aa5a3a54bb8
(cherry picked from commit 6da22f88434543e8796e0151f4bb11d74c16e847)
2013-08-02 20:57:03 +00:00
Scott Main
d53f8abcf5
add note to use "480" instead of "xxhdpi" (this should be temporary)
...
Change-Id: I6552f1cc420d3278f363df8e0640d59eba1fd180
2013-08-02 12:56:43 -07:00
Dirk Dougherty
882ecced5e
Doc change: refresh GCM reference docs.
...
Change-Id: I4f79e27b9d761cb8967fb90ff8df5438e43cd39c
2013-08-01 16:15:21 -07:00
Scott Main
a5da186523
am 9210aea5: am 218120e0: Merge "dashboard update for 8/1" into jb-mr2-docs
...
* commit '9210aea5accb872527ba1d54ba0760340ad8f1ba':
dashboard update for 8/1
2013-08-01 15:58:53 -07:00
Scott Main
218120e079
Merge "dashboard update for 8/1" into jb-mr2-docs
2013-08-01 22:54:06 +00:00
Scott Main
bf03f391ba
dashboard update for 8/1
...
Change-Id: I8541646e13d20186f79dd8a548b1ff21602793b6
2013-08-01 15:49:20 -07:00
Scott Main
54403d8a27
am f5ad5b26: am 8709fb2a: Merge "update Getting Started class about fragments to remove support lib lesson and mention the action bar library, then update any links and add redirect bug: 10000221" into jb-mr2-docs
...
* commit 'f5ad5b2635d0a46c9a3e09543431a73e915ba4c6':
update Getting Started class about fragments to remove support lib lesson and mention the action bar library, then update any links and add redirect bug: 10000221
2013-08-01 15:42:54 -07:00
Scott Main
8709fb2a71
Merge "update Getting Started class about fragments to remove support lib lesson and mention the action bar library, then update any links and add redirect bug: 10000221" into jb-mr2-docs
2013-08-01 22:36:03 +00:00
Dirk Dougherty
c1609c4163
Doc change: Updated reference docs for Google Play Services 3.2.
...
Change-Id: I784e7a16b92f1d122211024fbdb261c06b804376
2013-08-01 15:30:06 -07:00
Scott Main
eb461f9e5b
am 0e687767: am f0e0cf4e: fix toc link
...
* commit '0e6877678665eed45be77a8aa118a67f95e55c9e':
fix toc link
2013-08-01 15:25:55 -07:00
Scott Main
fca04b8731
am 3db57cf1: am c4c7463f: add note about VideoView "wrap_content" layout issue bug: 9364101
...
* commit '3db57cf19d59d1ed39d531137f6fd698befbb348':
add note about VideoView "wrap_content" layout issue bug: 9364101
2013-08-01 15:20:24 -07:00
Scott Main
f0e0cf4e0d
fix toc link
...
Change-Id: If2509e23db7f4f189f7521846598424cff2c2882
2013-08-01 15:13:06 -07:00
Scott Main
eb22128596
am fba14236: am 4633a50b: Merge "new class on using action bar for training basics" into jb-mr2-docs
...
* commit 'fba1423687f24063e87439b0ae26a12882bb4780':
new class on using action bar for training basics
2013-08-01 15:03:36 -07:00
Scott Main
c4c7463f54
add note about VideoView "wrap_content" layout issue
...
bug: 9364101
Change-Id: I21881b30f338e9cdd7ffaa509edcf71e9478ded5
2013-08-01 15:02:15 -07:00
Scott Main
4633a50b6d
Merge "new class on using action bar for training basics" into jb-mr2-docs
2013-08-01 21:58:57 +00:00
Scott Main
d041301adb
new class on using action bar for training basics
...
Change-Id: I478a9fb7989a961ebefeee55dc67e9a59c054bb0
2013-08-01 14:56:00 -07:00
Dirk Dougherty
3ba6747b3c
am 31bd3350: am f518398e: Merge "Doc Update: Delete this unpublished cruft." into jb-mr2-docs
...
* commit '31bd33507bea5c4c2f3f8c6bf30bfb01daa998fd':
Doc Update: Delete this unpublished cruft.
2013-08-01 14:48:54 -07:00
Dirk Dougherty
f518398e4c
Merge "Doc Update: Delete this unpublished cruft." into jb-mr2-docs
2013-08-01 21:41:30 +00:00
Scott Main
3e2b513cc2
am a7da9423: am 27c57555: fix misc broken links
...
* commit 'a7da9423f368dca38eb6235bfcac94b446aa7bcd':
fix misc broken links
2013-08-01 11:46:23 -07:00
Scott Main
a25f983d3e
am fb56b4f7: add search suggest tags for "tabs"
...
* commit 'fb56b4f7995cf7effffa2e18f26b40d9c4186482':
add search suggest tags for "tabs"
2013-08-01 11:46:16 -07:00
Scott Main
fb56b4f799
add search suggest tags for "tabs"
...
Change-Id: Ic80228c1293811d85a8177c8800e7c68b84fee4e
2013-08-01 11:42:11 -07:00
Scott Main
27c57555db
fix misc broken links
...
Change-Id: Iecd3462e752eddd0aa2feea3a7e9cf5ff2d92dd3
2013-08-01 11:31:38 -07:00
Katie McCormick
b1952e4f47
Doc Update: Delete this unpublished cruft.
...
Change-Id: I8ab8a4ddea64a2b0916c4c7d18cd56fe14856bda
(cherry picked from commit d3d242e268ad4517d7ff20c1f221b1d4d7d3347f)
2013-08-01 18:10:46 +00:00
Scott Main
c580489cb9
am a2545522: am 48ebc69f: remove obsolete/orphaned "tab layout" doc, make redirect to training lesson
...
* commit 'a254552270879e08f852c69ebda9640fc1870e6f':
remove obsolete/orphaned "tab layout" doc, make redirect to training lesson
2013-07-31 11:02:15 -07:00
Scott Main
cc0be914a9
add search suggest tags for "tabs"
...
Change-Id: Ic80228c1293811d85a8177c8800e7c68b84fee4e
2013-07-31 10:58:48 -07:00
Scott Main
48ebc69f4e
remove obsolete/orphaned "tab layout" doc, make redirect to training lesson
...
Change-Id: I743be26de666c3385cca1e180da0cab13c1c6335
2013-07-31 10:48:57 -07:00
Dirk Dougherty
5ce5d66f89
am 346aaf41: am a9dcc334: Doc change: edits to purchase status api docs.
...
* commit '346aaf41d57658256a41dbd202dc1461a1bf7f70':
Doc change: edits to purchase status api docs.
2013-07-30 20:09:58 -07:00
Scott Main
020246fe3f
am 916f61ba: am e827b0d7: update ALCATEL ONE TOUCH usb driver URL
...
* commit '916f61bacee800db2ae259f30243663f4e79245f':
update ALCATEL ONE TOUCH usb driver URL
2013-07-30 20:09:55 -07:00
Scott Main
421e092a50
am 273132f3: am 299c5ea3: Revert "docs: add link to developer survey on main landing pages"
...
* commit '273132f35eed8c535261d63dccf15715c5b169e9':
Revert "docs: add link to developer survey on main landing pages"
2013-07-30 20:09:51 -07:00
Scott Main
fe5cd35d2e
am ea779669: am 159a5ff7: fix a few bugs. xxhpi bug: 10071401 bitmap code, aosp: 58020 intent code, aosp: 57698
...
* commit 'ea7796696e0fd1ff3e1dc576908dcb74342339cb':
fix a few bugs. xxhpi bug: 10071401 bitmap code, aosp: 58020 intent code, aosp: 57698
2013-07-30 20:09:48 -07:00
Dirk Dougherty
48de64b465
am ad8ae220: am 2ffbfba5: Doc change: fix typo.
...
* commit 'ad8ae2205cfee61edf595d22c342ad9a6c121e50':
Doc change: fix typo.
2013-07-30 20:09:45 -07:00
Scott Main
3048395252
am 1d7516a7: am ec6f327e: update sizes/sums for tools 22.0.5 release also update platform version number for doc builds
...
* commit '1d7516a79883dded43e6c370bf071feb9527971e':
update sizes/sums for tools 22.0.5 release also update platform version number for doc builds
2013-07-30 20:09:42 -07:00