2097 Commits

Author SHA1 Message Date
Taeho Kim
67ab4bae1d Remove parentheses around return statement
Removed parentheses around return statement in drag-n-drop sample,
which is not part of the Android style.

Change-Id: I09701829b277f2aa84b1fff1c7a8ea8241bdc578
Signed-off-by: Taeho Kim <jyte82@gmail.com>
2013-10-30 20:13:59 +09: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
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
Dirk Dougherty
5fc1e8a33d am ec47cc77: am 0f97f351: am cfb8f9a0: am 3059c708: am d5fee164: Merge "docs: add link to developer survey on main landing pages" into jb-mr1.1-ub-dev
* commit 'ec47cc7724464f0ce88456462cbd69aca9a6838e':
  docs: add link to developer survey on main landing pages
2013-07-09 10:58:40 -07:00
Dirk Dougherty
0f97f3510b am cfb8f9a0: am 3059c708: am d5fee164: Merge "docs: add link to developer survey on main landing pages" into jb-mr1.1-ub-dev
* commit 'cfb8f9a07681cc090428a47aa856cba51be29ce5':
  docs: add link to developer survey on main landing pages
2013-07-09 10:54:13 -07:00
Dirk Dougherty
cfb8f9a076 am 3059c708: am d5fee164: Merge "docs: add link to developer survey on main landing pages" into jb-mr1.1-ub-dev
* commit '3059c70844848c7bd1aad7bffd2d5828cf745540':
  docs: add link to developer survey on main landing pages
2013-07-09 10:52:40 -07:00
Scott Main
da31f2ea92 docs: add link to developer survey on main landing pages
Change-Id: Ib842dc074be9541764379d2adfecb0af01751d76
2013-07-08 16:16:21 -07:00
Jean-Baptiste Queru
928e045f9a am b8b94d9b: am 538bd4d8: Merge "Fixing missing internal link in document."
* commit 'b8b94d9bb18bd693b77050414d82a3975268ad08':
  Fixing missing internal link in document.
2013-07-08 14:42:59 -07:00
Jean-Baptiste Queru
b8b94d9bb1 am 538bd4d8: Merge "Fixing missing internal link in document."
* commit '538bd4d8f2ff80d33e26f951c834c8d3680b8420':
  Fixing missing internal link in document.
2013-07-08 14:25:10 -07:00
Jean-Baptiste Queru
538bd4d8f2 Merge "Fixing missing internal link in document." 2013-07-08 21:22:37 +00:00
kmccormick
30c8973f66 am 75c59fb9: am dc22fa92: Merge "Doc change: new Bluetooth LE doc" into jb-mr2-dev
* commit '75c59fb9d9a1408146165300eae0899a965897bf':
  Doc change: new Bluetooth LE doc
2013-06-21 16:31:41 -07:00
kmccormick
dc22fa924a Merge "Doc change: new Bluetooth LE doc" into jb-mr2-dev 2013-06-21 23:00:18 +00:00
kmccormick
f14ff1c9ce Doc change: new Bluetooth LE doc
Change-Id: Ib6d67497a9b4d54d13b4da8f1f9ee991bc5ef562
2013-06-21 14:52:05 -07:00
Scott Main
9f9f901200 am c485361e: am 99700bfe: update supported media formats. as per I6372badc3d3a0fcbb1c132e3113331a79b17c26c
* commit 'c485361e9cf5768174310e9e65ee5df4614eb601':
  update supported media formats. as per I6372badc3d3a0fcbb1c132e3113331a79b17c26c
2013-06-18 15:26:58 -07:00
Scott Main
99700bfee0 update supported media formats.
as per I6372badc3d3a0fcbb1c132e3113331a79b17c26c

Change-Id: If35f4bb35b8aabacb51dec79a00a0c353b8a5d3c
2013-06-18 10:49:06 -07:00
Dirk Dougherty
36631b44f2 am 758cedd1: am f1469855: am 86927797: am cf35c5e3: am 497584ed: am 16fdbd17: Merge "Doc change: fix broken link to localization checklist." into jb-mr1.1-docs
* commit '758cedd116f1c6ea4b8b936a76cd77d592868209':
  Doc change: fix broken link to localization checklist.
2013-06-06 10:50:04 -07:00
Dirk Dougherty
758cedd116 am f1469855: am 86927797: am cf35c5e3: am 497584ed: am 16fdbd17: Merge "Doc change: fix broken link to localization checklist." into jb-mr1.1-docs
* commit 'f14698551aeb57dc1952413480cb72a0c8ffb620':
  Doc change: fix broken link to localization checklist.
2013-06-06 10:47:34 -07:00
Dirk Dougherty
f14698551a am 86927797: am cf35c5e3: am 497584ed: am 16fdbd17: Merge "Doc change: fix broken link to localization checklist." into jb-mr1.1-docs
* commit '86927797869512f87e0ba6be5b83564e4a773b71':
  Doc change: fix broken link to localization checklist.
2013-06-06 10:46:14 -07:00
Dirk Dougherty
cf35c5e35d am 497584ed: am 16fdbd17: Merge "Doc change: fix broken link to localization checklist." into jb-mr1.1-docs
* commit '497584edbacb15b174901da21bc94f37528ac7d1':
  Doc change: fix broken link to localization checklist.
2013-06-06 10:41:45 -07:00
Dirk Dougherty
f4483eca3a Doc change: fix broken link to localization checklist.
Change-Id: I95bb57dcc0afe4ed31f89d9d2e9b31b1a7224bc7
2013-06-06 10:34:40 -07:00
Tim Murray
92b1bd5e6a am 47c892e5: Merge "Update RenderScript API guide." into jb-mr2-dev
* commit '47c892e5b0224f7088202ecd1ef469556ed29209':
  Update RenderScript API guide.
2013-06-05 13:46:59 -07:00
Tim Murray
015d26837c Update RenderScript API guide.
bug 8570568
Change-Id: Ib49a63f15ce421115179764a14597b2746a1f2e7
2013-06-05 11:28:46 -07:00
kmccormick
fd04f5e31a am 0dc7891c: am 7356dde4: am a75fb065: am c02821ef: am eca01252: am 3886fad5: Merge "Doc Update: fix host title in main doc." into jb-mr1.1-docs
* commit '0dc7891ccb9698aa5d1f8b40aff797184c0544aa':
  Doc Update: fix host title in main doc.
2013-05-31 13:45:53 -07:00
kmccormick
0dc7891ccb am 7356dde4: am a75fb065: am c02821ef: am eca01252: am 3886fad5: Merge "Doc Update: fix host title in main doc." into jb-mr1.1-docs
* commit '7356dde40439e2c787d28ed05aff4ff81d8a2d39':
  Doc Update: fix host title in main doc.
2013-05-31 13:38:15 -07:00
kmccormick
7356dde404 am a75fb065: am c02821ef: am eca01252: am 3886fad5: Merge "Doc Update: fix host title in main doc." into jb-mr1.1-docs
* commit 'a75fb065aff42ff7671a5b418229294f43da5cf3':
  Doc Update: fix host title in main doc.
2013-05-31 13:36:43 -07:00
kmccormick
c02821efde am eca01252: am 3886fad5: Merge "Doc Update: fix host title in main doc." into jb-mr1.1-docs
* commit 'eca0125267d453ab60631317a44abe869eb660fe':
  Doc Update: fix host title in main doc.
2013-05-31 13:32:52 -07:00
kmccormick
20ec5c5b13 Doc Update: fix host title in main doc.
Change-Id: Ide683eb651ea7b485dae6c4d348b19a8d988187b
2013-05-31 12:28:05 -07:00
kmccormick
b2903bc64d am 03a91724: am fa312ff1: am 33b117c4: am 6959f7fa: am 4f3cadaf: am b3803855: Merge "Doc change: document AppWidgetHost" into jb-mr1.1-docs
* commit '03a9172407103a8788e526be41a7d2c018e426ca':
  Doc change: document AppWidgetHost
2013-05-30 12:03:01 -07:00
kmccormick
03a9172407 am fa312ff1: am 33b117c4: am 6959f7fa: am 4f3cadaf: am b3803855: Merge "Doc change: document AppWidgetHost" into jb-mr1.1-docs
* commit 'fa312ff108702388574021a8de22092cdde5dd6f':
  Doc change: document AppWidgetHost
2013-05-30 12:00:58 -07:00
kmccormick
fa312ff108 am 33b117c4: am 6959f7fa: am 4f3cadaf: am b3803855: Merge "Doc change: document AppWidgetHost" into jb-mr1.1-docs
* commit '33b117c493dbddbbe688aa618b99db99ae71d1de':
  Doc change: document AppWidgetHost
2013-05-30 11:59:00 -07:00
kmccormick
6959f7fad1 am 4f3cadaf: am b3803855: Merge "Doc change: document AppWidgetHost" into jb-mr1.1-docs
* commit '4f3cadafbb1aa53cbd197239127b1d3c626cb0df':
  Doc change: document AppWidgetHost
2013-05-30 11:54:02 -07:00
kmccormick
25072c7d7b Doc change: document AppWidgetHost
"Bug: 7540054, 6984998"

Change-Id: Ice48c7023687d0a4aea95a4a10212e6fdd66363f
2013-05-30 09:59:36 -07:00
Scott Main
6e9230cf29 am ccec9de2: am 40f8668a: am ca725a1a: am 92ff5862: Merge "clean up the results for \'android\' in search suggestions" into jb-mr1.1-ub-dev
* commit 'ccec9de2c524fed576c0afa6833ee637684a5ef5':
  clean up the results for 'android' in search suggestions
2013-05-29 15:26:43 -07:00
Scott Main
ccec9de2c5 am 40f8668a: am ca725a1a: am 92ff5862: Merge "clean up the results for \'android\' in search suggestions" into jb-mr1.1-ub-dev
* commit '40f8668a5f3bde3b89225a047775ccca30d33c40':
  clean up the results for 'android' in search suggestions
2013-05-29 15:22:01 -07:00
Scott Main
40f8668a5f am ca725a1a: am 92ff5862: Merge "clean up the results for \'android\' in search suggestions" into jb-mr1.1-ub-dev
* commit 'ca725a1a7d080a13071170ab28064d116bc7e901':
  clean up the results for 'android' in search suggestions
2013-05-29 15:19:28 -07:00
Scott Main
79c538094b am 4a47f17a: Merge "add links to orientation flags in attribute docs to help determine the supported API level for each value and update the manifest reference page with new attributes" into jb-mr2-dev
* commit '4a47f17a9db8fd2b8b17ad10a629216cc3c6333c':
  add links to orientation flags in attribute docs to help determine the supported API level for each value and update the manifest reference page with new attributes
2013-05-24 18:18:33 -07:00
Scott Main
509267d618 add links to orientation flags in attribute docs
to help determine the supported API level for each value
and update the manifest reference page with new attributes

Change-Id: I583a9b3f3be759be71044533055dec26e3616b72
2013-05-24 14:32:14 -07:00
Scott Main
b8525dd712 clean up the results for 'android' in search suggestions
Change-Id: Ia89dce3b2b911f4eaffbe1a224749cda39f65984
2013-05-23 15:43:37 -07:00
Scott Main
0000e1c82e am b59cf565: am e205386e: am 66e965dd: am 2377da02: Merge "delete orphaned and obsolete files" into jb-mr1.1-ub-dev
* commit 'b59cf5659da6279a977282fc39c0c2c3a3dd9f37':
  delete orphaned and obsolete files
2013-05-21 02:33:44 -07:00
Scott Main
b59cf5659d am e205386e: am 66e965dd: am 2377da02: Merge "delete orphaned and obsolete files" into jb-mr1.1-ub-dev
* commit 'e205386e1ef1364977fe9c0aeb5bf0d6dbe0fd44':
  delete orphaned and obsolete files
2013-05-21 02:31:16 -07:00
Scott Main
e205386e1e am 66e965dd: am 2377da02: Merge "delete orphaned and obsolete files" into jb-mr1.1-ub-dev
* commit '66e965dd0fec17a87781821f7a360964a075f18f':
  delete orphaned and obsolete files
2013-05-20 18:53:18 -07:00
Scott Main
7bfd39a47d delete orphaned and obsolete files
Change-Id: I2e199ce5ff5c4e4c9622897eed0072c3aba02bc4
2013-05-20 18:14:42 -07:00
Dirk Dougherty
d662bf1a50 am 7b2fba2f: am 997d0042: am aa0acfc8: am 231e2474: Merge commit \'c3069c26\' into manualmerge
* commit '7b2fba2f4a78fb42f42268fb899884b8fe4c5e1d':
  Doc change: updates to location landing.
2013-05-15 07:39:46 -07:00
Dirk Dougherty
7b2fba2f4a am 997d0042: am aa0acfc8: am 231e2474: Merge commit \'c3069c26\' into manualmerge
* commit '997d00428c420ba8c2175c7c2e28f14d54abd0b9':
  Doc change: updates to location landing.
2013-05-15 07:37:55 -07:00
Dirk Dougherty
997d00428c am aa0acfc8: am 231e2474: Merge commit \'c3069c26\' into manualmerge
* commit 'aa0acfc8761fc8802879f90511b904061a523ed2':
  Doc change: updates to location landing.
2013-05-15 07:35:49 -07:00
Dirk Dougherty
231e2474f2 Merge commit 'c3069c26' into manualmerge
Conflicts:
	docs/html/guide/topics/location/strategies.jd

Change-Id: If38621ee5e6266fb3a68aff710553dc68d07eb5b
2013-05-15 07:30:11 -07:00
Dirk Dougherty
d14295cf0e Doc change: updates to location landing.
Change-Id: Id7862fd966d9e80bf23521620e964813ad9065a6
2013-05-15 06:31:48 -07:00
Scott Main
84fa53abab am dab92bca: am 78d38908: am f2216fd0: am 527b7623: more search suggest tagging
* commit 'dab92bca845018865e8e6f17906e890dd5e9698d':
  more search suggest tagging
2013-05-15 02:45:43 -07:00
Scott Main
dab92bca84 am 78d38908: am f2216fd0: am 527b7623: more search suggest tagging
* commit '78d38908c43f2af43347cb19d4712617041ea815':
  more search suggest tagging
2013-05-15 02:43:33 -07:00
Scott Main
78d38908c4 am f2216fd0: am 527b7623: more search suggest tagging
* commit 'f2216fd0af83ba648f2ea0662d25210137bf0da3':
  more search suggest tagging
2013-05-15 02:41:07 -07:00