106582 Commits

Author SHA1 Message Date
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
31bd33507b am f518398e: Merge "Doc Update: Delete this unpublished cruft." into jb-mr2-docs
* commit 'f518398e4c0838c85a7ce988f8ce17b6a8238ffa':
  Doc Update: Delete this unpublished cruft.
2013-08-01 14:45:28 -07:00
Dirk Dougherty
f518398e4c Merge "Doc Update: Delete this unpublished cruft." into jb-mr2-docs 2013-08-01 21:41:30 +00:00
Sascha Prueter
95990fe4c3 am aa268f8f: am d364859c: Merge "Add version identifier to app ops." into jb-mr2-dev
* commit 'aa268f8fb2855335fc0d4f181cbf91505448e5eb':
  Add version identifier to app ops.
2013-08-01 13:55:43 -07:00
Sascha Prueter
aa268f8fb2 am d364859c: Merge "Add version identifier to app ops." into jb-mr2-dev
* commit 'd364859ce657c6b096cadc703485ccef7979c582':
  Add version identifier to app ops.
2013-08-01 13:52:55 -07:00
Sascha Prueter
d364859ce6 Merge "Add version identifier to app ops." into jb-mr2-dev 2013-08-01 20:50:02 +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
a9e8364dde am 9cbfea76: am cc0be914: add search suggest tags for "tabs"
* commit '9cbfea760fe896638d7b4fec41f71abe0738d265':
  add search suggest tags for "tabs"
2013-08-01 11:46:19 -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
a7da9423f3 am 27c57555: fix misc broken links
* commit '27c57555db9d626f0c20d68d75dd5a3e9832c9b9':
  fix misc broken links
2013-08-01 11:42:31 -07:00
Scott Main
9cbfea760f am cc0be914: add search suggest tags for "tabs"
* commit 'cc0be914a9d8f733a82ecb22d56169a32492cb8f':
  add search suggest tags for "tabs"
2013-08-01 11:42:28 -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
Dianne Hackborn
483a6bbfc1 Add version identifier to app ops.
All old versions drop their modes except for the notification op
(which is the only one there is currently a user-visible control for).

Change-Id: I9e09cebe63e9ea81f2adc01aef7d1a5a59f57a56
2013-08-01 11:15:04 -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
Daniel Sandler
9e6f26a8e1 am f3e2f8fe: am 9eb434c3: Allow the user to block notifications for foreground services.
* commit 'f3e2f8feef1a22708cc7ce1a7bc5d914bb53933d':
  Allow the user to block notifications for foreground services.
2013-08-01 09:32:40 -07:00
Daniel Sandler
f3e2f8feef am 9eb434c3: Allow the user to block notifications for foreground services.
* commit '9eb434c3899ce4791ca58affcbe673e5a96ff6b9':
  Allow the user to block notifications for foreground services.
2013-08-01 09:29:45 -07:00
Daniel Sandler
9eb434c389 Allow the user to block notifications for foreground services.
Stepping carefully around the fix in change Idc788527, we
perform security (and AppOps, and therefore user block)
checks against the uid passed to enqueueNotificationInternal
rather than the Binder caller.

Bug: 9502541
Change-Id: I91745db92823381df75721c1b8f11013a7fa4ecc
2013-08-01 00:44:57 -04:00
Elliott Hughes
368d81fe18 am c67b2ed5: Merge changes I80eaecff,Ia2b4f79b
* commit 'c67b2ed50226c4758d0fc1434d39f6add6a0a533':
  Switch Process.myTid over to the libcore JNI too.
  Replace native Process getpid/getuid with calls to libcore equivalents.
2013-07-31 17:57:22 -07:00
Elliott Hughes
c67b2ed502 Merge changes I80eaecff,Ia2b4f79b
* changes:
  Switch Process.myTid over to the libcore JNI too.
  Replace native Process getpid/getuid with calls to libcore equivalents.
2013-08-01 00:49:09 +00:00
Elliott Hughes
6d4b1e24ae Switch Process.myTid over to the libcore JNI too.
Change-Id: I80eaecff014fabf809f4be3c9ee8b26aa64bf0cf
2013-07-31 17:38:11 -07:00
Jeff Hao
406ec15647 Replace native Process getpid/getuid with calls to libcore equivalents.
The Process natives were getting called were getting called while
handling a jdwp packet before the vm had a chance to register them.

(cherry-pick of 5bce6a308fc8a3c1e449cf905b8b6e8ace4ef3e2.)

Change-Id: Ia2b4f79b11e427283a712b2d0c52948f394640bf
2013-07-31 17:19:23 -07:00
Dianne Hackborn
5b45f2366e am bd61ba5b: am a99cb5bc: (DO NOT MERGE) Fix pub issue #58043: Copy crash in Android 4.3...
* commit 'bd61ba5b22f55a70615e128310d365c6175a0a4e':
  (DO NOT MERGE) Fix pub issue #58043: Copy crash in Android 4.3...
2013-07-31 14:18:06 -07:00
Dianne Hackborn
bd61ba5b22 am a99cb5bc: (DO NOT MERGE) Fix pub issue #58043: Copy crash in Android 4.3...
* commit 'a99cb5bc41d4493db84c5ee3d9123d4a99df5c53':
  (DO NOT MERGE) Fix pub issue #58043: Copy crash in Android 4.3...
2013-07-31 14:14:21 -07:00
Dianne Hackborn
a99cb5bc41 (DO NOT MERGE) Fix pub issue #58043: Copy crash in Android 4.3...
...when clipboard listener attached

We need to clear the calling identity before dispatching change
notifications.  Also make this more robust, so that in the face
of any failure we will clean up the broadcast state.

Integrated from master.

Change-Id: I05e1f76ffd486439535631fe4062dabe94bd2ccf
2013-07-31 13:48:39 -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
a254552270 am 48ebc69f: remove obsolete/orphaned "tab layout" doc, make redirect to training lesson
* commit '48ebc69f4ea60438f8c9d9ebaa882babdbe26cb2':
  remove obsolete/orphaned "tab layout" doc, make redirect to training lesson
2013-07-31 10:56:56 -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
Dirk Dougherty
8b4b3de172 am 524c3dbd: am 37ec3374: Doc change: add v7 mediarouter lib to index and feature summary, with preview notice.
* commit '524c3dbd8142f42201b28ba412e245cfe6b10a2f':
  Doc change: add v7 mediarouter lib to index and feature summary, with preview notice.
2013-07-30 20:09:38 -07:00
Dirk Dougherty
94393dc35e am 658d76c8: am c88e0211: Merge "Doc change: clean up doc and fix image url." into jb-mr2-docs
* commit '658d76c8938d113b9f0daca7eb9f83674c94a725':
  Doc change: clean up doc and fix image url.
2013-07-30 20:09:35 -07:00
Scott Main
d3c50bd01c am a11d164e: am ca0f5e63: Merge "docs: SDK / ADT 22.0.5 Release Notes" into jb-mr2-docs
* commit 'a11d164eff028ad1988341a1ecccbfdabdc5b378':
  docs: SDK / ADT 22.0.5 Release Notes
2013-07-30 20:09:32 -07:00
Dirk Dougherty
3cfa94a196 am d1ac96b1: am d9065a5c: Doc change: fix typo.
* commit 'd1ac96b1f6c3c1b5dee7b5ea91c0be6b81db1592':
  Doc change: fix typo.
2013-07-30 20:09:28 -07:00
Dirk Dougherty
ccf61c267e am fc7172e6: am 44632232: Doc change: add gpg developer stories.
* commit 'fc7172e6d2efb514d367976d462ca8a5116120cf':
  Doc change: add gpg developer stories.
2013-07-30 20:09:25 -07:00
Roman Nurik
6c5c31d159 am 502aea1e: am df16ce48: Under-the-hood improvements to Device Art Generator.
* commit '502aea1e988423bd0674244cecccfab7abc77fa3':
  Under-the-hood improvements to Device Art Generator.
2013-07-30 20:09:22 -07:00
Scott Main
0255d2c430 am 50c7f772: am 02dcb55a: add "download" id to which the page scrolls when beginning ndk download
* commit '50c7f77267b7b4fd476a15c172ce9385b0981116':
  add "download" id to which the page scrolls when beginning ndk download
2013-07-30 20:09:19 -07:00
Joe Fernandez
bd6ace699c am 50bbc0ca: am 465c7c26: (-s ours) DO NOT MERGE cherrypick from jb-mr2-ub-dev docs: NDK r9 Release Notes (w/download size fix)
* commit '50bbc0ca84caf504dcc1b5e0fb58919dce5b917b':
  DO NOT MERGE cherrypick from jb-mr2-ub-dev docs: NDK r9 Release Notes (w/download size fix)
2013-07-30 20:09:16 -07:00
Joe Fernandez
d014c9c02b am c743b29e: am 7ec2cc57: docs: fix link bug in Support LIbrary Guide
* commit 'c743b29e69e5571cdacae9ce350d3c010f35309f':
  docs: fix link bug in Support LIbrary Guide
2013-07-30 20:09:13 -07:00
Dirk Dougherty
346aaf41d5 am a9dcc334: Doc change: edits to purchase status api docs.
* commit 'a9dcc3345918dbb289503d76cab6c40cee673b2c':
  Doc change: edits to purchase status api docs.
2013-07-30 20:05:53 -07:00
Scott Main
916f61bace am e827b0d7: update ALCATEL ONE TOUCH usb driver URL
* commit 'e827b0d752c36df8bd5613a5cf5346865b0f5468':
  update ALCATEL ONE TOUCH usb driver URL
2013-07-30 20:05:51 -07:00
Scott Main
273132f35e am 299c5ea3: Revert "docs: add link to developer survey on main landing pages"
* commit '299c5ea31b0c8510274eb6bb388fc5c4543ab607':
  Revert "docs: add link to developer survey on main landing pages"
2013-07-30 20:05:48 -07:00
Scott Main
ea7796696e am 159a5ff7: fix a few bugs. xxhpi bug: 10071401 bitmap code, aosp: 58020 intent code, aosp: 57698
* commit '159a5ff708063d92a6be4ed12c7a3c9d85dec1e1':
  fix a few bugs. xxhpi bug: 10071401 bitmap code, aosp: 58020 intent code, aosp: 57698
2013-07-30 20:05:46 -07:00
Dirk Dougherty
ad8ae2205c am 2ffbfba5: Doc change: fix typo.
* commit '2ffbfba5ad2f5cf0290eb04cae0db4f636dcb0da':
  Doc change: fix typo.
2013-07-30 20:05:44 -07:00
Scott Main
1d7516a798 am ec6f327e: update sizes/sums for tools 22.0.5 release also update platform version number for doc builds
* commit 'ec6f327ed092f4ad9d919e4e622a13862e932a43':
  update sizes/sums for tools 22.0.5 release also update platform version number for doc builds
2013-07-30 20:05:40 -07:00