OSDN Git Service

android-x86/frameworks-base.git
10 years agoam ae229d99: am 43253333: am 50cbfd55: System package permission decls take precedenc...
Christopher Tate [Fri, 8 Nov 2013 20:34:13 +0000 (12:34 -0800)]
am ae229d99: am 43253333: am 50cbfd55: System package permission decls take precedence over 3rd party apps\'

* commit 'ae229d991711745bdf8da2e716c31efde534e6da':
  System package permission decls take precedence over 3rd party apps'

10 years agoam 43253333: am 50cbfd55: System package permission decls take precedence over 3rd...
Christopher Tate [Fri, 8 Nov 2013 20:31:09 +0000 (12:31 -0800)]
am 43253333: am 50cbfd55: System package permission decls take precedence over 3rd party apps\'

* commit '43253333d24e856a7ffef818fdfaedf3fd60d3b6':
  System package permission decls take precedence over 3rd party apps'

10 years agoam 50cbfd55: System package permission decls take precedence over 3rd party apps\'
Christopher Tate [Fri, 8 Nov 2013 20:27:10 +0000 (12:27 -0800)]
am 50cbfd55: System package permission decls take precedence over 3rd party apps\'

* commit '50cbfd554f0bdf05c701d8baf15c862fbb8a6dc0':
  System package permission decls take precedence over 3rd party apps'

10 years agoSystem package permission decls take precedence over 3rd party apps'
Christopher Tate [Tue, 5 Nov 2013 20:28:10 +0000 (12:28 -0800)]
System package permission decls take precedence over 3rd party apps'

In particular, if a 3rd party app tries to define a permission that
turns out to be defined by system packages following an upgrade,
the system package gets ownership and grants are re-evaluated
on that basis.

Bug 11242510

(Cherry-pick backport to JB)

Change-Id: Iabf7b6280e6c6674a51af5624142bd19ea0750ed

10 years agoam 72c5e376: am ba1ae3af: am 42786418: Don\'t instantiate non-Fragments in Fragment...
Amith Yamasani [Fri, 27 Sep 2013 18:17:57 +0000 (11:17 -0700)]
am 72c5e376: am ba1ae3af: am 42786418: Don\'t instantiate non-Fragments in Fragment.instantiate

* commit '72c5e376879fb72548ef2a1c8d5b063853d174ee':
  Don't instantiate non-Fragments in Fragment.instantiate

10 years agoam ba1ae3af: am 42786418: Don\'t instantiate non-Fragments in Fragment.instantiate
Amith Yamasani [Fri, 27 Sep 2013 18:14:23 +0000 (11:14 -0700)]
am ba1ae3af: am 42786418: Don\'t instantiate non-Fragments in Fragment.instantiate

* commit 'ba1ae3af76466b94efedf06c4efac365fd7b9300':
  Don't instantiate non-Fragments in Fragment.instantiate

10 years agoam 42786418: Don\'t instantiate non-Fragments in Fragment.instantiate
Amith Yamasani [Fri, 27 Sep 2013 18:10:36 +0000 (11:10 -0700)]
am 42786418: Don\'t instantiate non-Fragments in Fragment.instantiate

* commit '427864188dfc5dd803b15797379b9dc6673abd16':
  Don't instantiate non-Fragments in Fragment.instantiate

10 years agoDon't instantiate non-Fragments in Fragment.instantiate
Amith Yamasani [Thu, 26 Sep 2013 23:14:36 +0000 (16:14 -0700)]
Don't instantiate non-Fragments in Fragment.instantiate

Backport...

Fix for PreferenceActivities being invoked with non-Fragment class
names via extras in the intent. Make sure that the constructor
doesn't get called if the class name is not for a Fragment type.
Bug: 9901133
Change-Id: I227756fb4246deac796cee09077e482237bb5b0d

10 years agoam 3bc3240f: am a6226a2d: am 32c99004: Use hostname verifier directly instead of...
Kenny Root [Wed, 14 Aug 2013 00:36:42 +0000 (17:36 -0700)]
am 3bc3240f: am a6226a2d: am 32c99004: Use hostname verifier directly instead of instance

* commit '3bc3240ffb51358fa706099cfc5e120cf0f1b60d':
  Use hostname verifier directly instead of instance

10 years agoam a6226a2d: am 32c99004: Use hostname verifier directly instead of instance
Kenny Root [Wed, 14 Aug 2013 00:31:32 +0000 (17:31 -0700)]
am a6226a2d: am 32c99004: Use hostname verifier directly instead of instance

* commit 'a6226a2d202619ddb7e3e9765a3dc9f20241f853':
  Use hostname verifier directly instead of instance

10 years agoam 32c99004: Use hostname verifier directly instead of instance
Kenny Root [Wed, 14 Aug 2013 00:27:49 +0000 (17:27 -0700)]
am 32c99004: Use hostname verifier directly instead of instance

* commit '32c990044f027542a034a7606cf010dca6df252f':
  Use hostname verifier directly instead of instance

10 years agoUse hostname verifier directly instead of instance
Kenny Root [Wed, 24 Jul 2013 03:36:03 +0000 (20:36 -0700)]
Use hostname verifier directly instead of instance

Instead of local instance of the default HostnameVerifier, use it
directly from HttpsURLConnection. This avoids class preloading creating
an instance of it before it's necessary.

(cherry picked from commit 928ee1e48fa89302d02fdf8a8a2c7315d7195e7c)

Bug: 9984058
Change-Id: I56565afa0394dc98054abbaef06ac9bfff009e56

11 years agoMerge "Doc change: Update gcore reference docs." into jb-mr1.1-docs
Dirk Dougherty [Fri, 12 Jul 2013 00:50:59 +0000 (00:50 +0000)]
Merge "Doc change: Update gcore reference docs." into jb-mr1.1-docs

11 years agoDoc change: Update gcore reference docs.
Dirk Dougherty [Fri, 28 Jun 2013 21:04:39 +0000 (14:04 -0700)]
Doc change: Update gcore reference docs.

Change-Id: I9064969741598663ba7a732054ee378d3a14da7e

11 years agoDoc Bug: b9739899 Bugs in Sync Adapters training
Joe Malin [Mon, 8 Jul 2013 22:37:34 +0000 (15:37 -0700)]
Doc Bug: b9739899 Bugs in Sync Adapters training

Change-Id: Ia6f0fc79c73dd66a1d8306e49ff51fc29fb62c7f

11 years agoDOC: Sync Adapters Android Training
Joe Malin [Fri, 7 Jun 2013 20:38:00 +0000 (13:38 -0700)]
DOC: Sync Adapters Android Training

Change-Id: Ia857483e1e530436d3c0b1c99697bd52eaa37903
(cherry picked from commit e9df511e2018eb6a296408d09e355c6f2c77ae59)

11 years agoDoc change: edits to education opt-in docs.
Dirk Dougherty [Mon, 24 Jun 2013 07:30:38 +0000 (00:30 -0700)]
Doc change: edits to education opt-in docs.

Change-Id: I258a8f89c3bdbb6b5dabfe96cc7dd66dd16b8052

11 years agoDoc change: add docs for edu opt-in.
Dirk Dougherty [Mon, 24 Jun 2013 00:33:15 +0000 (17:33 -0700)]
Doc change: add docs for edu opt-in.

Change-Id: Ieb9f77e3efd64c42c719167dd6e6c6d7360bcfa4

11 years agoCherrypick from jb-mr2-dev docs: cloud save Change-Id: Ie20b2c7aca3f0724c9b04c6403deb...
kmccormick [Tue, 11 Jun 2013 20:17:55 +0000 (13:17 -0700)]
Cherrypick from jb-mr2-dev docs: cloud save Change-Id: Ie20b2c7aca3f0724c9b04c6403deb18e1a07d322

Change-Id: I32fe3880852ed8bcbacec0bb5bf385b0022a791f

11 years agoDoc change: add video for edu page.
Dirk Dougherty [Thu, 20 Jun 2013 20:52:21 +0000 (13:52 -0700)]
Doc change: add video for edu page.

Change-Id: I81c539f0297de620ea0d0ded19d398329218f5df

11 years agoDoc update: restoring deprecation messages
kmccormick [Thu, 13 Jun 2013 01:58:49 +0000 (18:58 -0700)]
Doc update: restoring deprecation messages

Change-Id: I58ca2002043d47cc55f15cdaff581e019a6dd7ef

11 years agoDoc change: refresh gcore/gms reference from e-release.
Dirk Dougherty [Thu, 13 Jun 2013 01:06:08 +0000 (18:06 -0700)]
Doc change: refresh gcore/gms reference from e-release.

Change-Id: Ic9455b2ba0142cf310a2a509f706d90b5553fbf4

11 years agoDoc change: Add docs for GP Purchase Status API.
Dirk Dougherty [Wed, 12 Jun 2013 03:10:54 +0000 (20:10 -0700)]
Doc change: Add docs for GP Purchase Status API.

Change-Id: I6f5feb51f1ad06200bb512bcb54eab2f94f40e00

11 years agoMerge "Doc change: fix broken link to localization checklist." into jb-mr1.1-docs
Dirk Dougherty [Thu, 6 Jun 2013 17:36:29 +0000 (17:36 +0000)]
Merge "Doc change: fix broken link to localization checklist." into jb-mr1.1-docs

11 years agoDoc change: fix broken link to localization checklist.
Dirk Dougherty [Thu, 6 Jun 2013 17:34:40 +0000 (10:34 -0700)]
Doc change: fix broken link to localization checklist.

Change-Id: I95bb57dcc0afe4ed31f89d9d2e9b31b1a7224bc7

11 years agoMerge "Doc update: Refactoring to client/server." into jb-mr1.1-docs
kmccormick [Thu, 6 Jun 2013 01:22:54 +0000 (01:22 +0000)]
Merge "Doc update: Refactoring to client/server." into jb-mr1.1-docs

11 years agoDoc update: Refactoring to client/server.
kmccormick [Fri, 31 May 2013 02:06:41 +0000 (19:06 -0700)]
Doc update: Refactoring to client/server.

Change-Id: I14e958958e69a6a56d2cc6da70b9123febd9955b

11 years agoDOC CHANGE: Clarify textIsSelectable in TextView
Joe Malin [Thu, 30 May 2013 00:49:09 +0000 (17:49 -0700)]
DOC CHANGE: Clarify textIsSelectable in TextView

Change-Id: Iddfdf7ed82ea3fa2a0160bda4a1e29ec8f815a2b

11 years agoMerge "Doc change: Add new developer video." into jb-mr1.1-docs
Dirk Dougherty [Tue, 4 Jun 2013 02:08:20 +0000 (02:08 +0000)]
Merge "Doc change: Add new developer video." into jb-mr1.1-docs

11 years agoDoc change: Add new developer video.
Dirk Dougherty [Tue, 4 Jun 2013 01:39:52 +0000 (18:39 -0700)]
Doc change: Add new developer video.

Change-Id: I8af77ee439238133bedeb0396257058f4504f6f7

11 years agoB9257437: Typo in javadoc for AccountManager
Joe Malin [Mon, 3 Jun 2013 16:49:04 +0000 (09:49 -0700)]
B9257437: Typo in javadoc for AccountManager

Change-Id: I5349c2a0ba7e831d205f2801daecc24fa9a5b5a6

11 years agoMerge "Doc change: restore warning not to abort NEW_OUTGOING_CALL." into jb-mr1.1...
Dirk Dougherty [Fri, 31 May 2013 21:08:45 +0000 (21:08 +0000)]
Merge "Doc change: restore warning not to abort NEW_OUTGOING_CALL." into jb-mr1.1-docs

11 years agoMerge "Doc Update: fix host title in main doc." into jb-mr1.1-docs
kmccormick [Fri, 31 May 2013 20:28:57 +0000 (20:28 +0000)]
Merge "Doc Update: fix host title in main doc." into jb-mr1.1-docs

11 years agoDoc Update: fix host title in main doc.
kmccormick [Fri, 31 May 2013 19:28:05 +0000 (12:28 -0700)]
Doc Update: fix host title in main doc.

Change-Id: Ide683eb651ea7b485dae6c4d348b19a8d988187b

11 years agoMerge "Fix #8499531: Command line instructions" into jb-mr1.1-docs
Joe Malin [Fri, 31 May 2013 16:00:04 +0000 (16:00 +0000)]
Merge "Fix #8499531: Command line instructions" into jb-mr1.1-docs

11 years agoFix #8499531: Command line instructions
Joe Malin [Thu, 28 Mar 2013 18:34:05 +0000 (11:34 -0700)]
Fix #8499531: Command line instructions

Change-Id: I4922855443f1f85e52ad4016ea3e33925c60e08e

11 years agoMerge "Doc change: document AppWidgetHost" into jb-mr1.1-docs
kmccormick [Thu, 30 May 2013 18:48:27 +0000 (18:48 +0000)]
Merge "Doc change: document AppWidgetHost" into jb-mr1.1-docs

11 years agoDoc change: document AppWidgetHost
kmccormick [Sat, 2 Mar 2013 00:13:21 +0000 (16:13 -0800)]
Doc change: document AppWidgetHost

"Bug: 75400546984998"

Change-Id: Ice48c7023687d0a4aea95a4a10212e6fdd66363f

11 years agoDoc change: restore warning not to abort NEW_OUTGOING_CALL.
Dirk Dougherty [Wed, 29 May 2013 22:19:14 +0000 (15:19 -0700)]
Doc change: restore warning not to abort NEW_OUTGOING_CALL.

Change-Id: Icdd4ae184b2a989ac2967420cb5b471aac70808f

11 years agoMerge "Docs bug fix: B9085293 - Stop Location Updates" into jb-mr1.1-docs
Joe Malin [Wed, 29 May 2013 21:30:44 +0000 (21:30 +0000)]
Merge "Docs bug fix: B9085293 - Stop Location Updates" into jb-mr1.1-docs

11 years agoMerge "Doc change: adjust description of NEW_OUTGOING_CALL." into jb-mr1.1-docs
Dirk Dougherty [Wed, 29 May 2013 05:16:00 +0000 (05:16 +0000)]
Merge "Doc change: adjust description of NEW_OUTGOING_CALL." into jb-mr1.1-docs

11 years agoDoc change: adjust description of NEW_OUTGOING_CALL.
Dirk Dougherty [Wed, 29 May 2013 00:37:12 +0000 (17:37 -0700)]
Doc change: adjust description of NEW_OUTGOING_CALL.

Change-Id: If2bcfa7410759e08958029578a9b3d0a60a1de4e

11 years agoUpdate documentation of NEW_OUTGOING_CALL
Santos Cordon [Fri, 17 May 2013 21:48:54 +0000 (14:48 -0700)]
Update documentation of NEW_OUTGOING_CALL

Adds call-handling as a use case for NEW_OUTGOING_CALL

Change-Id: Ie511438bd8d9aa245881f050d32221c81e898745

11 years agoDocs bug fix: B9085293 - Stop Location Updates
Joe Malin [Tue, 28 May 2013 17:50:58 +0000 (10:50 -0700)]
Docs bug fix: B9085293 - Stop Location Updates

Change-Id: I8dd9e6ca59bac628ba834a86f50783170964e652

11 years agoMerge "Doc update: fix GCM TOC" into jb-mr1.1-docs
kmccormick [Thu, 23 May 2013 17:45:26 +0000 (17:45 +0000)]
Merge "Doc update: fix GCM TOC" into jb-mr1.1-docs

11 years agoDoc update: fix GCM TOC
kmccormick [Thu, 23 May 2013 01:25:21 +0000 (18:25 -0700)]
Doc update: fix GCM TOC

Change-Id: I38753475fdf6c33d80e0e099cb6c5dcf2f05de0b

11 years agoMerge "Doc change: fix minor typo in ContactsContract.RawContacts." into jb-mr1.1...
Adam Koch [Wed, 22 May 2013 13:36:57 +0000 (13:36 +0000)]
Merge "Doc change: fix minor typo in ContactsContract.RawContacts." into jb-mr1.1-docs

11 years agoMerge "Doc change: fix doc title." into jb-mr1.1-docs
Dirk Dougherty [Tue, 21 May 2013 17:05:08 +0000 (17:05 +0000)]
Merge "Doc change: fix doc title." into jb-mr1.1-docs

11 years agoDoc change: fix doc title.
Dirk Dougherty [Tue, 21 May 2013 17:03:35 +0000 (10:03 -0700)]
Doc change: fix doc title.

Change-Id: I2303ef05df89780ab3fa396b248097ea1115bb05

11 years agoDoc change: fix minor typo in ContactsContract.RawContacts.
Adam Koch [Tue, 21 May 2013 13:47:55 +0000 (09:47 -0400)]
Doc change: fix minor typo in ContactsContract.RawContacts.

Change-Id: I31dbc85449fa81c9f5ea61fdaa0d4a89cf97cd86

11 years agoMerge "Doc change: fix tiny url." into jb-mr1.1-docs
Dirk Dougherty [Tue, 21 May 2013 01:07:33 +0000 (01:07 +0000)]
Merge "Doc change: fix tiny url." into jb-mr1.1-docs

11 years agoDoc change: fix tiny url.
Dirk Dougherty [Mon, 20 May 2013 20:45:04 +0000 (13:45 -0700)]
Doc change: fix tiny url.

Change-Id: Iea59aadd7b83e8f076e65b75fbb4bd9109e26307

11 years agoMerge "Doc change: add redirects for edu urls." into jb-mr1.1-docs
Dirk Dougherty [Wed, 15 May 2013 13:34:31 +0000 (13:34 +0000)]
Merge "Doc change: add redirects for edu urls." into jb-mr1.1-docs

11 years agoMerge "Doc change: updates to location landing." into jb-mr1.1-docs
Dirk Dougherty [Wed, 15 May 2013 13:33:06 +0000 (13:33 +0000)]
Merge "Doc change: updates to location landing." into jb-mr1.1-docs

11 years agoDoc change: updates to location landing.
Dirk Dougherty [Wed, 15 May 2013 06:25:49 +0000 (23:25 -0700)]
Doc change: updates to location landing.

Change-Id: Id7862fd966d9e80bf23521620e964813ad9065a6

11 years agoDoc change: add redirects for edu urls.
Dirk Dougherty [Wed, 15 May 2013 11:28:25 +0000 (04:28 -0700)]
Doc change: add redirects for edu urls.

Change-Id: Ic46047c99fe9b1902694d9ecdcea1c9c799ee611

11 years agoDoc change: add files for edu content.
Dirk Dougherty [Tue, 7 May 2013 00:27:04 +0000 (17:27 -0700)]
Doc change: add files for edu content.

Change-Id: I5187958d5bbbdd1117df5bcc9b553c06323fef8d

11 years agoDoc change: update gms and gcm reference TOC.
Dirk Dougherty [Wed, 15 May 2013 09:36:33 +0000 (02:36 -0700)]
Doc change: update gms and gcm reference TOC.

Change-Id: I24b9506c3111a744c26e0c6c2b94192402684c80

11 years agoDoc change: Reorganize structure of Google Services nav.
Dirk Dougherty [Sat, 4 May 2013 17:40:12 +0000 (10:40 -0700)]
Doc change: Reorganize structure of Google Services nav.

Change-Id: Iad23e238fb501a700c2d7d6f736ae8c305810531

11 years agoMerge "add docs for new IDE installing guide, migration guide, tips docs, and downloa...
Scott Main [Wed, 15 May 2013 07:54:30 +0000 (07:54 +0000)]
Merge "add docs for new IDE installing guide, migration guide, tips docs, and download page" into jb-mr1.1-docs

11 years agoadd docs for new IDE
Scott Main [Sat, 20 Apr 2013 00:42:08 +0000 (17:42 -0700)]
add docs for new IDE
installing guide, migration guide, tips docs, and download page

Change-Id: Ia884c95a20de28863a80ba1e985841a44e5e453c

11 years agoMerge "Doc change: Add docs for test purchases." into jb-mr1.1-docs
Dirk Dougherty [Wed, 15 May 2013 05:25:10 +0000 (05:25 +0000)]
Merge "Doc change: Add docs for test purchases." into jb-mr1.1-docs

11 years agoDoc change: Add docs for test purchases.
Dirk Dougherty [Wed, 15 May 2013 02:14:11 +0000 (19:14 -0700)]
Doc change: Add docs for test purchases.

Change-Id: Ic686cd220a6af8676567bd87a9769fc985189cd3

11 years agoMerge "docs: Android SDK/ADT 22.0 Release Notes" into jb-mr1.1-docs
Joe Fernandez [Wed, 15 May 2013 01:27:18 +0000 (01:27 +0000)]
Merge "docs: Android SDK/ADT 22.0 Release Notes" into jb-mr1.1-docs

11 years agodocs: Android SDK/ADT 22.0 Release Notes
Joe Fernandez [Wed, 27 Mar 2013 18:30:34 +0000 (11:30 -0700)]
docs: Android SDK/ADT 22.0 Release Notes

SDK 22 Release Notes for Google I/O 2013 release

Change-Id: I56f4db97b8cc1ae178ba0ab4f2391d074a658f0b

11 years agoMerge "A/V sync and latency PCB" into jb-mr1.1-docs
Glenn Kasten [Tue, 14 May 2013 19:45:36 +0000 (19:45 +0000)]
Merge "A/V sync and latency PCB" into jb-mr1.1-docs

11 years agoMerge "Doc update: CCS and notifications" into jb-mr1.1-docs
kmccormick [Tue, 14 May 2013 18:25:41 +0000 (18:25 +0000)]
Merge "Doc update: CCS and notifications" into jb-mr1.1-docs

11 years agoMerge "Doc change: Add localization checklist." into jb-mr1.1-docs
Dirk Dougherty [Tue, 14 May 2013 16:53:32 +0000 (16:53 +0000)]
Merge "Doc change: Add localization checklist." into jb-mr1.1-docs

11 years agoMerge "Doc change: Clean refresh of gms reference to remove unused." into jb-mr1...
Dirk Dougherty [Tue, 14 May 2013 16:35:01 +0000 (16:35 +0000)]
Merge "Doc change: Clean refresh of gms reference to remove unused." into jb-mr1.1-docs

11 years agoDoc change: Add localization checklist.
Dirk Dougherty [Thu, 9 May 2013 01:37:11 +0000 (18:37 -0700)]
Doc change: Add localization checklist.

Change-Id: Ib5dbb72d99bb36a01e93256a8c4569cfba113651

11 years agoDoc change: Clean refresh of gms reference to remove unused.
Dirk Dougherty [Tue, 14 May 2013 07:18:36 +0000 (00:18 -0700)]
Doc change: Clean refresh of gms reference to remove unused.

Change-Id: Iaa64d6855397a1290153cac48c5f7d1465332f96

11 years agoDoc change: a new image for play services location landing.
Dirk Dougherty [Tue, 14 May 2013 06:59:20 +0000 (23:59 -0700)]
Doc change: a new image for play services location landing.

Change-Id: If66a0272fedebbc0191e966938d2cc50e4758bb6

11 years agoMerge "Android U: Making Apps Location-Aware" into jb-mr1.1-docs
Joe Malin [Tue, 14 May 2013 04:12:17 +0000 (04:12 +0000)]
Merge "Android U: Making Apps Location-Aware" into jb-mr1.1-docs

11 years agoAndroid U: Making Apps Location-Aware
Joe Malin [Mon, 4 Mar 2013 18:33:30 +0000 (10:33 -0800)]
Android U: Making Apps Location-Aware

Change-Id: I8f44c6ca6d797ceb8ada5b2c723a8cca0081cf0a

11 years agoDoc update: CCS and notifications
kmccormick [Thu, 18 Apr 2013 17:57:59 +0000 (10:57 -0700)]
Doc update: CCS and notifications

Change-Id: I607441a39b420ef1ebcaeb676a4f97dcd7286fe3

11 years agoA/V sync and latency PCB
Glenn Kasten [Mon, 13 May 2013 23:21:02 +0000 (16:21 -0700)]
A/V sync and latency PCB

Change-Id: If6a0babb25541386fa4391c9a88c690a1f64dace

11 years agoMerge "Doc change: Updates to gpgs landing." into jb-mr1.1-docs
Dirk Dougherty [Mon, 13 May 2013 19:00:25 +0000 (19:00 +0000)]
Merge "Doc change: Updates to gpgs landing." into jb-mr1.1-docs

11 years agoDoc change: Updates to gpgs landing.
Dirk Dougherty [Sat, 4 May 2013 19:02:17 +0000 (12:02 -0700)]
Doc change: Updates to gpgs landing.

Change-Id: Iec8aea322ec7ad7fde176171ed8a63fdbff4744b

11 years agoDoc change: update gps 3.1 reference docs.
Dirk Dougherty [Sun, 12 May 2013 06:18:35 +0000 (23:18 -0700)]
Doc change: update gps 3.1 reference docs.

Bug: 8918191
Change-Id: I3b74aad404eee7420673e04d13a2eb31b60ec833

11 years agoMerge "Doc change: refresh gms/gcm reference docs." into jb-mr1.1-docs
Dirk Dougherty [Fri, 10 May 2013 00:37:51 +0000 (00:37 +0000)]
Merge "Doc change: refresh gms/gcm reference docs." into jb-mr1.1-docs

11 years agoDoc change: refresh gms/gcm reference docs.
Dirk Dougherty [Thu, 9 May 2013 22:04:08 +0000 (15:04 -0700)]
Doc change: refresh gms/gcm reference docs.

Change-Id: Ife17b6b3dfb387bc7de6c827c0e6db19a756534f

11 years agoMerge "update homepage with IO Live banner" into jb-mr1.1-docs
Scott Main [Thu, 9 May 2013 23:30:09 +0000 (23:30 +0000)]
Merge "update homepage with IO Live banner" into jb-mr1.1-docs

11 years agoMerge "delete obsolete tips/references to cupcake" into jb-mr1.1-docs
Scott Main [Wed, 8 May 2013 19:50:52 +0000 (19:50 +0000)]
Merge "delete obsolete tips/references to cupcake" into jb-mr1.1-docs

11 years agoupdate homepage with IO Live banner
Scott Main [Tue, 7 May 2013 21:15:42 +0000 (14:15 -0700)]
update homepage with IO Live banner

Change-Id: Ifd333287a04c426df4db2c00a1f19560c304b839

11 years agosome more search tags
Scott Main [Wed, 24 Apr 2013 18:43:41 +0000 (11:43 -0700)]
some more search tags

Change-Id: Id48d3214619e5d860e39e8f1d9d814e17956feb1

11 years agoDoc change: delete legacy intl dir and update toc's for devsite-compatible lang strings.
Dirk Dougherty [Sat, 4 May 2013 17:54:52 +0000 (10:54 -0700)]
Doc change: delete legacy intl dir and update toc's for devsite-compatible lang strings.

Change-Id: Ie390d2bbd8abc0d063c1f313797e8c3d21d27490

11 years agodelete a few unused/obsolete files and add redirects
Scott Main [Mon, 6 May 2013 23:51:39 +0000 (16:51 -0700)]
delete a few unused/obsolete files and add redirects

Change-Id: Icbcb0f042ac5f05d17d42be4c5c122316e93b866

11 years agodelete obsolete tips/references to cupcake
Scott Main [Mon, 6 May 2013 23:38:42 +0000 (16:38 -0700)]
delete obsolete tips/references to cupcake

Change-Id: Ib1ddb19c42840aa830acd85a89e78c149e2f66e9

11 years agoam d3a57029: am 1b0c9c95: am 81c1d8d3: Ensure install-during-restore is like install...
Christopher Tate [Mon, 6 May 2013 22:00:53 +0000 (15:00 -0700)]
am d3a57029: am 1b0c9c95: am 81c1d8d3: Ensure install-during-restore is like install-then-restore

* commit 'd3a57029e80073aa3c7dfe1dbc8945d32968f6ae':
  Ensure install-during-restore is like install-then-restore

11 years agoam 1b0c9c95: am 81c1d8d3: Ensure install-during-restore is like install-then-restore
Christopher Tate [Mon, 6 May 2013 21:59:40 +0000 (14:59 -0700)]
am 1b0c9c95: am 81c1d8d3: Ensure install-during-restore is like install-then-restore

* commit '1b0c9c95dc72ebeb8af73bc3ff44c313ebd788f4':
  Ensure install-during-restore is like install-then-restore

11 years agoam 81c1d8d3: Ensure install-during-restore is like install-then-restore
Christopher Tate [Mon, 6 May 2013 21:53:10 +0000 (14:53 -0700)]
am 81c1d8d3: Ensure install-during-restore is like install-then-restore

* commit '81c1d8d3a5aef6a423f0bb02de1b362b2f2d12df':
  Ensure install-during-restore is like install-then-restore

11 years agoEnsure install-during-restore is like install-then-restore
Christopher Tate [Mon, 6 May 2013 20:07:05 +0000 (13:07 -0700)]
Ensure install-during-restore is like install-then-restore

When we've installed an apk from the archive, recheck whether
to apply the system-uid policy restrictions around file system
restores.

Bug 8833099

(cherry picked from commit 2baf6dcfcf7fc1705db25e64dc0cb11fa3509d39)

Change-Id: I972fe1543f2234aa76baf562d6f806175ac0248e

11 years agoDoc change: Update landing pages for Google Play Services.
Dirk Dougherty [Fri, 3 May 2013 20:11:51 +0000 (13:11 -0700)]
Doc change: Update landing pages for Google Play Services.

Change-Id: I7cfc64928e7a2b195ed52febc6f7b652d85e9c56

11 years agoMerge "docs: Added landing page for Google Play Games Platform Services. cherrypick...
quddusc [Fri, 3 May 2013 18:42:44 +0000 (18:42 +0000)]
Merge "docs: Added landing page for Google Play Games Platform Services. cherrypick from jb-mr1-dev docs:  Play Games changes Change-Id: I5117db8511907e05ddc84005bf6903251de46f71" into jb-mr1.1-docs

11 years agodocs: Added landing page for Google Play Games Platform Services.
quddusc [Mon, 4 Feb 2013 23:05:23 +0000 (15:05 -0800)]
docs: Added landing page for Google Play Games Platform Services.
cherrypick from jb-mr1-dev docs:  Play Games changes Change-Id: I5117db8511907e05ddc84005bf6903251de46f71

Change-Id: I0e5e2c69fc0d13b0637504e5fd3e76c1a91a0109

11 years agodashboard update for 5/1
Scott Main [Wed, 1 May 2013 17:32:47 +0000 (10:32 -0700)]
dashboard update for 5/1

Change-Id: I9cdcf2934a5332fee50067e0b6f8f3f159373892

11 years agoContacts Provider Training - fix minor code snippet typos.
Adam Koch [Wed, 1 May 2013 16:21:20 +0000 (12:21 -0400)]
Contacts Provider Training - fix minor code snippet typos.

Change-Id: I3edf86d276d877914a3d97e596e1bb35d1b1ce1f

11 years agoam d440ca76: am f3a5323c: am 6d8f5b75: libdrm: fix bad strncpy / snprintf calls
Nick Kralevich [Mon, 29 Apr 2013 22:42:54 +0000 (15:42 -0700)]
am d440ca76: am f3a5323c: am 6d8f5b75: libdrm: fix bad strncpy / snprintf calls

* commit 'd440ca76029ab6f0909fdd9495941e04b90e5da7':
  libdrm: fix bad strncpy / snprintf calls

11 years agoam f3a5323c: am 6d8f5b75: libdrm: fix bad strncpy / snprintf calls
Nick Kralevich [Mon, 29 Apr 2013 22:41:36 +0000 (15:41 -0700)]
am f3a5323c: am 6d8f5b75: libdrm: fix bad strncpy / snprintf calls

* commit 'f3a5323cc685fd78e7c4a7d7474b79cd34a4cf52':
  libdrm: fix bad strncpy / snprintf calls

11 years agoam 6d8f5b75: libdrm: fix bad strncpy / snprintf calls
Nick Kralevich [Mon, 29 Apr 2013 22:38:40 +0000 (15:38 -0700)]
am 6d8f5b75: libdrm: fix bad strncpy / snprintf calls

* commit '6d8f5b755b133b308204b84145d773d401cdcd52':
  libdrm: fix bad strncpy / snprintf calls