Christopher Tate
989769ef95
am 94de60cc: am e431b97c: Merge "Fixed Drag-and-Drop sample code"
...
* commit '94de60cccc2ac971aa5a63edd1783e99956473c4':
Fixed Drag-and-Drop sample code
2013-10-29 18:31:04 -07:00
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
Scott Main
0234285b43
am d5786ca0: am 1001cf21: am eae969c1: am 439c4b47: am c0da3f1d: media-formats.html: clarify WebP availability
...
* commit 'd5786ca0a6773f0aa6dbccbf1f894cccb8c2cfc9':
media-formats.html: clarify WebP availability
2013-10-11 12:50:17 -07:00
Scott Main
eae969c17a
am 439c4b47: am c0da3f1d: media-formats.html: clarify WebP availability
...
* commit '439c4b4783ec9e800e9a6fd6fc38dd393c41b77b':
media-formats.html: clarify WebP availability
2013-10-11 12:30:43 -07:00
Scott Main
c0da3f1d60
media-formats.html: clarify WebP availability
...
Lossless and transparency support were added in JB-MR1
CL copied from https://critique.corp.google.com/#review/53655564
Change-Id: I2c568525ff7c7a540328e41a57b6f16647733e4e
2013-10-11 12:03:12 -07:00
Elliott Hughes
32393fd82a
am 591e8ae3: am b4d1ad29: Merge "Added missing permission declaration on <service> tag of AccessibilityService guide documentation (Building Accessibility Services)"
...
* commit '591e8ae307e2faf18974254899989ca0ce31e5a5':
Added missing permission declaration on <service> tag of AccessibilityService guide documentation (Building Accessibility Services)
2013-10-01 10:54:22 -07: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
David Friedman
afd85f820e
am c6d085a5: am 37453a83: Merge "Docs: Changed" into jb-mr2-docs
...
* commit 'c6d085a5179311ba3d7395360e6e427fa4fb076c':
Docs: Changed
2013-09-27 10:37:27 -07:00
David Friedman
f0a5a844a9
am 165489da: am 2fe85a10: Merge "Docs: "radio button"->"checkbox" in "Tip" at bottom of doc Bug: 10641902" into jb-mr2-docs
...
* commit '165489da28ff5b77d84095461934e86da8591f85':
Docs: "radio button"->"checkbox" in "Tip" at bottom of doc Bug: 10641902
2013-09-27 10:37:22 -07:00
David Friedman
37453a8353
Merge "Docs: Changed" into jb-mr2-docs
2013-09-27 17:25:42 +00:00
David Friedman
2e7c8e952c
Docs: Changed
...
// Send the negative button event back to the host activity
mListener.onDialogPositiveClick(NoticeDialogFragment.this);
to
// Send the negative button event back to the host activity
mListener.onDialogNegativeClick(NoticeDialogFragment.this);
Bug: 10641712
Change-Id: Ib6af3318928c56cf9d12adbffbd7edff23f116db
2013-09-26 14:28:51 -07:00
David Friedman
e440cde0c4
Docs: "radio button"->"checkbox" in "Tip" at bottom of doc
...
Bug: 10641902
Change-Id: Iff5190dd5c6ce50530233f9ac7e8aed4c9b83327
2013-09-25 10:43:17 -07:00
Joe Fernandez
bf0f07018c
am fe2d0c4c: am 3ce21086: Merge "docs: RenderScript Dev Guide fixes" into jb-mr2-docs
...
* commit 'fe2d0c4cbe852de9d3b247cff3013db73d98dce4':
docs: RenderScript Dev Guide fixes
2013-09-18 21:31:08 -07:00
Joe Fernandez
3ce2108697
Merge "docs: RenderScript Dev Guide fixes" into jb-mr2-docs
2013-09-19 04:26:38 +00:00
James Kelly
1f8cf09c53
am 2815bb05: am 48c6b573: Merge "more string changes for wi-fi trademark compliance" into jb-mr2-docs
...
* commit '2815bb05a042975b282f7131514368aa89cf0dd4':
more string changes for wi-fi trademark compliance
2013-09-18 18:07:02 -07:00
James Kelly
48c6b5735e
Merge "more string changes for wi-fi trademark compliance" into jb-mr2-docs
2013-09-19 01:02:13 +00:00
Joe Fernandez
38f8b7371a
docs: RenderScript Dev Guide fixes
...
Change-Id: I0d0ef44df989419e9335789e2957fbd94c49615f
2013-09-18 16:08:25 -07:00
Scott Main
2d006d2fb2
more string changes for wi-fi trademark compliance
...
Change-Id: Iee87c7d627e724f212d4a378815a77ff056d0dec
2013-09-16 14:25:18 -07:00
Joe Fernandez
9919088b94
am c2260830: Merge "Update RenderScript docs to include Support Library APIs" into jb-mr2-ub-dev
...
* commit 'c2260830f092152067eac18634b5f4001bf13298':
Update RenderScript docs to include Support Library APIs
2013-09-16 10:29:06 -07:00
Joe Fernandez
0edad69ab4
Update RenderScript docs to include Support Library APIs
...
Added new section to explain how to access the Support Library
RenderScript APIs in Eclipse.
Change-Id: Ife6e25bcc7b91c39bb399d1ace624e106a3f38bc
(cherry picked from commit f82b04d4ecb9450afc8a3679e7178bfa4ca782b8)
2013-09-16 17:27:08 +00:00
Joe Fernandez
c2260830f0
Merge "Update RenderScript docs to include Support Library APIs" into jb-mr2-ub-dev
2013-09-16 17:26:31 +00:00
Joe Fernandez
f82b04d4ec
Update RenderScript docs to include Support Library APIs
...
Added new section to explain how to access the Support Library
RenderScript APIs in Eclipse.
Change-Id: Ife6e25bcc7b91c39bb399d1ace624e106a3f38bc
2013-09-13 16:13:51 -07:00
Scott Main
a73e5df060
am cdde6dc6: am 95e7df91: fix title for uses-sdk doc
...
* commit 'cdde6dc6675207708020fbe7458b13ccf22fe492':
fix title for uses-sdk doc
2013-09-13 13:02:20 -07:00
Scott Main
95e7df915f
fix title for uses-sdk doc
...
Change-Id: I544868d209f04cb46928861148e9320fc0118f56
2013-09-13 12:55:20 -07:00
quddusc
eacfc30834
am a0b259a9: am 161e423e: Merge "docs: Fixed deprecated value. Bug: 10641906" into jb-mr2-docs
...
* commit 'a0b259a917f9c7cf73b4e8ceab104cdab4383c24':
docs: Fixed deprecated value. Bug: 10641906
2013-09-11 10:15:12 -07:00
quddusc
5a5df7f936
docs: Fixed deprecated value.
...
Bug: 10641906
Change-Id: I1e89e031292fb225f67c7f8a06924f29a9e950b2
2013-09-06 13:53:11 -07:00
Scott Main
c6ed9ff77a
am ca0d88b8: am c3adcf9d: Merge "replace instances of Wi-Fi Direct with Wi-Fi P2P" into jb-mr2-docs
...
* commit 'ca0d88b841db52fc926027f412003a8bf6efdf39':
replace instances of Wi-Fi Direct with Wi-Fi P2P
2013-09-04 09:20:31 -07:00
Scott Main
c3adcf9dc7
Merge "replace instances of Wi-Fi Direct with Wi-Fi P2P" into jb-mr2-docs
2013-09-04 16:15:00 +00:00
Scott Main
032c56305e
am bb6b1ff0: am d608d5e3: add jb mr2 uses-feature items to reference page and fix a couple doc bugs
...
* commit 'bb6b1ff012edac329bf4c3e7121651220259e64c':
add jb mr2 uses-feature items to reference page and fix a couple doc bugs
2013-08-26 13:12:20 -07:00
Scott Main
d608d5e3fa
add jb mr2 uses-feature items to reference page and fix a couple doc bugs
...
Change-Id: I1b95d98b083af3dad55f19a9e68f69460d4e6e57
2013-08-26 12:49:39 -07:00
Scott Main
f5e0970c47
replace instances of Wi-Fi Direct with Wi-Fi P2P
...
Change-Id: I21cb06e27e98c428b4f3f4ac72e759f61607e468
2013-08-22 17:41:10 -07:00
Joe Malin
bc8bb009ae
am 93bb7bf2: am 5986f497: Merge "Doc Change: Fix 10224981 error in code snippet" into jb-mr2-docs
...
* commit '93bb7bf22df96368392199997aa401eef2c12a9c':
Doc Change: Fix 10224981 error in code snippet
2013-08-08 10:20:40 -07:00
Joe Malin
5986f49751
Merge "Doc Change: Fix 10224981 error in code snippet" into jb-mr2-docs
2013-08-08 17:12:02 +00:00
Joe Malin
81ea1eed82
Doc Change: Fix 10224981 error in code snippet
...
Change-Id: Ia8193989b0ab08f5b0888a4d3f6823018b48ab18
2013-08-07 16:43:52 -07:00
Joe Malin
68091b9e10
am 72289702: am 6180f104: DOC CHANGE: Fixed bug 10210178
...
* commit '72289702e5e134eb189a208aa6e2fb3edb041f7a':
DOC CHANGE: Fixed bug 10210178
2013-08-07 10:47:59 -07:00
Joe Malin
6180f104cf
DOC CHANGE: Fixed bug 10210178
...
Change-Id: If6e955ea287e66df20a441ab44e7bd4557645348
2013-08-07 09:53:09 -07: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
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
d53f8abcf5
add note to use "480" instead of "xxhdpi" (this should be temporary)
...
Change-Id: I6552f1cc420d3278f363df8e0640d59eba1fd180
2013-08-02 12:56:43 -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
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
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
299c5ea31b
Revert "docs: add link to developer survey on main landing pages"
...
This reverts commit da31f2ea9274614da18aa2544fc43fb4ee213741.
2013-07-30 12:28:43 -07:00
Scott Main
a6cd436c0d
am bde8ee81: remove UX process to open Recents bug: 10004058
...
* commit 'bde8ee81ba2595d4b0b2ab99b9f7df222b17cc34':
remove UX process to open Recents bug: 10004058
2013-07-24 16:20:56 -07:00