OSDN Git Service

android-x86/frameworks-base.git
10 years agoam 8e0c7768: DO NOT MERGE: Clear cached locations when location providers disabled...
David Christie [Fri, 10 Jan 2014 20:53:41 +0000 (12:53 -0800)]
am 8e0c7768: DO NOT MERGE: Clear cached locations when location providers disabled Bug: 12118307

* commit '8e0c7768c87014fef277df84c737dd6c37fb8866':
  DO NOT MERGE: Clear cached locations when location providers disabled Bug: 12118307

10 years agoDO NOT MERGE: Clear cached locations when location providers disabled
David Christie [Tue, 7 Jan 2014 01:57:30 +0000 (17:57 -0800)]
DO NOT MERGE: Clear cached locations when location providers disabled
Bug: 12118307

Change-Id: Iae668409be5c5bd715681624b2a54a4daa690932

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 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 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 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 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

11 years agolibdrm: fix bad strncpy / snprintf calls
Nick Kralevich [Mon, 29 Apr 2013 17:49:47 +0000 (10:49 -0700)]
libdrm: fix bad strncpy / snprintf calls

Fix the following bugs reported by IOActive:
* GOOGLE-AN01 - Android libdrm drm_parseDM.c Boundary-CRLF Buffer Overflow
* GOOGLE-AN02 - Android libdrm 'drm_parseDM.c' contentType-CRLF Buffer Overflow
* GOOGLE-AN03 - Android libdrm drm_parseDM.c contentID-CRLF Buffer Overflow
* GOOGLE-AN04 - Android libdrm 'parser_dcf.c' Multiple Headers Buffer Overflow
* GOOGLE-AN05 - Android libdrm 'parser_dcf.c' ContentType Buffer Overflow

Bug: 8727221

(cherry picked from commit 25619b2c6b3fd584affe20f34bfbf164a5ddbe7d)

Change-Id: I9a99c9b8a63c8b9efb3b2b650c735467b77120f2

11 years agoam 93c39d5d: DO NOT MERGE Fix issues during backport
Selim Gurun [Fri, 5 Apr 2013 19:05:52 +0000 (12:05 -0700)]
am 93c39d5d: DO NOT MERGE Fix issues during backport

* commit '93c39d5d4fe8a31da35f8d1d522acb7b676946af':
  DO NOT MERGE Fix issues during backport

11 years agoDO NOT MERGE Fix issues during backport
Selim Gurun [Thu, 4 Apr 2013 23:20:29 +0000 (16:20 -0700)]
DO NOT MERGE Fix issues during backport

Fix issues related to I219accd5db0c8a0e64b8aab3b049a8cee7dc168f.

Change-Id: Iacf72a9c618d59601c373de948a3f7cbfcbd7038

11 years agoam 7918cf4e: DO NOT MERGE Add a delimiter between scheme and host
Selim Gurun [Thu, 4 Apr 2013 18:08:35 +0000 (11:08 -0700)]
am 7918cf4e: DO NOT MERGE Add a delimiter between scheme and host

* commit '7918cf4e6b18ab1aa4dce1cb791bb88ec1f383d6':
  DO NOT MERGE Add a delimiter between scheme and host

11 years agoam 38915fd4: Revert "Add a delimiter between scheme and host"
Selim Gurun [Thu, 4 Apr 2013 18:00:46 +0000 (11:00 -0700)]
am 38915fd4: Revert "Add a delimiter between scheme and host"

* commit '38915fd4d466cc233189bf5b5c11d7f03a416d35':
  Revert "Add a delimiter between scheme and host"

11 years agoDO NOT MERGE Add a delimiter between scheme and host
Selim Gurun [Fri, 8 Mar 2013 22:23:00 +0000 (14:23 -0800)]
DO NOT MERGE Add a delimiter between scheme and host

Bug: 6923539
Change-Id: I219accd5db0c8a0e64b8aab3b049a8cee7dc168f

11 years agoRevert "Add a delimiter between scheme and host"
Selim Gurun [Thu, 4 Apr 2013 17:14:29 +0000 (17:14 +0000)]
Revert "Add a delimiter between scheme and host"

This reverts commit aa2163dd2a7b59b284cfe8a2ff3966a1a1b0ebb8

Change-Id: I19e98182e97b8e81cabe3ff09897b82d50ce968e

11 years agoam aa2163dd: Add a delimiter between scheme and host
Selim Gurun [Thu, 4 Apr 2013 04:05:40 +0000 (21:05 -0700)]
am aa2163dd: Add a delimiter between scheme and host

* commit 'aa2163dd2a7b59b284cfe8a2ff3966a1a1b0ebb8':
  Add a delimiter between scheme and host

11 years agoAdd a delimiter between scheme and host
Selim Gurun [Fri, 8 Mar 2013 22:23:00 +0000 (14:23 -0800)]
Add a delimiter between scheme and host

Bug: 6923539
Change-Id: I49aac145e8e80a5af7475cfe93ef4a353d2d3fe6

11 years agoam 0cb27e28: Validate restored file paths against their nominal domain
Christopher Tate [Mon, 25 Mar 2013 21:05:47 +0000 (14:05 -0700)]
am 0cb27e28: Validate restored file paths against their nominal domain

* commit '0cb27e28071af59000198c8588c588a2e63cc0a3':
  Validate restored file paths against their nominal domain

11 years agoValidate restored file paths against their nominal domain
Christopher Tate [Mon, 25 Mar 2013 17:06:34 +0000 (10:06 -0700)]
Validate restored file paths against their nominal domain

Bug 8460775

(cherry picked from commit 7323765bbf13d9638cf2cc1e06113bffcdac46c4)

Change-Id: I6710503799a6df2de142a827513d5b4c107b6ec9

11 years agoam a2e929e1: Tighten enforcement of file modes.
Jeff Sharkey [Sat, 2 Mar 2013 01:20:51 +0000 (17:20 -0800)]
am a2e929e1: Tighten enforcement of file modes.

* commit 'a2e929e1df62947b7967258f21fd05b27a571878':
  Tighten enforcement of file modes.

11 years agoTighten enforcement of file modes.
Jeff Sharkey [Thu, 28 Feb 2013 23:57:36 +0000 (15:57 -0800)]
Tighten enforcement of file modes.

Bug: 8275867
Change-Id: I4da14f2dd0049aca69636999696c1f3c02b3b792

11 years agoam c84b3603: am 8dd6275e: Android Training: Multiple Threads
Joe Malin [Wed, 19 Dec 2012 18:33:14 +0000 (10:33 -0800)]
am c84b3603: am 8dd6275e: Android Training: Multiple Threads

* commit 'c84b3603fa27db68516187cea19de1e6a021152d':
  Android Training: Multiple Threads

11 years agoam 8dd6275e: Android Training: Multiple Threads
Joe Malin [Wed, 19 Dec 2012 18:31:39 +0000 (10:31 -0800)]
am 8dd6275e: Android Training: Multiple Threads

* commit '8dd6275e2871bea1acb20cbdd98ea0451b3d5be0':
  Android Training: Multiple Threads

11 years agoAndroid Training: Multiple Threads
Joe Malin [Mon, 26 Nov 2012 22:06:35 +0000 (14:06 -0800)]
Android Training: Multiple Threads

Change-Id: I58c472aa5ed82f6b4fb50d9bbb4e66841b9e99c3

11 years agoam 7eef172e: am ba34f097: Android Training: Loading Data in the Background
Joe Malin [Fri, 14 Dec 2012 02:03:38 +0000 (18:03 -0800)]
am 7eef172e: am ba34f097: Android Training: Loading Data in the Background

* commit '7eef172e9b1c4ffc97cb7b9ea4216c718a832926':
  Android Training: Loading Data in the Background

11 years agoam ba34f097: Android Training: Loading Data in the Background
Joe Malin [Fri, 14 Dec 2012 01:58:19 +0000 (17:58 -0800)]
am ba34f097: Android Training: Loading Data in the Background

* commit 'ba34f097df278ce1861ebfecdaf634f519ba1f36':
  Android Training: Loading Data in the Background

11 years agoAndroid Training: Loading Data in the Background
Joe Malin [Tue, 6 Nov 2012 01:22:24 +0000 (17:22 -0800)]
Android Training: Loading Data in the Background

Change-Id: Ibb469cd068068b37ea95371afb7e4dca4535ba94

11 years agoam 718c7484: am f0f5efbe: Android Training: Run in a Background Service
Joe Malin [Fri, 14 Dec 2012 00:16:54 +0000 (16:16 -0800)]
am 718c7484: am f0f5efbe: Android Training: Run in a Background Service

* commit '718c7484cf008d45f8501ae7d0cd57b31f935934':
  Android Training: Run in a Background Service

11 years agoam f0f5efbe: Android Training: Run in a Background Service
Joe Malin [Fri, 14 Dec 2012 00:15:36 +0000 (16:15 -0800)]
am f0f5efbe: Android Training: Run in a Background Service

* commit 'f0f5efbea206fd0fbac655519f3f535620ed74cc':
  Android Training: Run in a Background Service

11 years agoAndroid Training: Run in a Background Service
Joe Malin [Sat, 27 Oct 2012 18:16:19 +0000 (11:16 -0700)]
Android Training: Run in a Background Service

Change-Id: I002af57c65eccd0a624e00ef4b1607469199ce6b

11 years agoam b8da0376: Secure a handful of framework broadcasts
Robert Greenwalt [Fri, 30 Nov 2012 18:05:33 +0000 (10:05 -0800)]
am b8da0376: Secure a handful of framework broadcasts

* commit 'b8da0376f2d50fdb2ee58deacc6d2041689e36d1':
  Secure a handful of framework broadcasts

11 years agoSecure a handful of framework broadcasts
Robert Greenwalt [Thu, 29 Nov 2012 00:42:32 +0000 (16:42 -0800)]
Secure a handful of framework broadcasts

At least one of these was getting spoofed in the wild.
We don't want to go too far this late in the game, but this is a good start.

bug:7622253
(cherry picked from commit 47918ae3b4e7ebb54711884e9ff9d0300591ab8b)

Conflicts:

core/res/AndroidManifest.xml

Change-Id: I118b31489fe7add5b8d69289cab9f4e8ab269495

11 years agoam a880436f: am b7863a3c: Merge "Doc update: new Notify User AU class" into jb-dev...
kmccormick@google.com [Wed, 28 Nov 2012 00:54:01 +0000 (16:54 -0800)]
am a880436f: am b7863a3c: Merge "Doc update: new Notify User AU class" into jb-dev-docs

* commit 'a880436f4416168d256822a23bd23f936136706d':
  Doc update: new Notify User AU class

11 years agoam b7863a3c: Merge "Doc update: new Notify User AU class" into jb-dev-docs
kmccormick@google.com [Wed, 28 Nov 2012 00:52:00 +0000 (16:52 -0800)]
am b7863a3c: Merge "Doc update: new Notify User AU class" into jb-dev-docs

* commit 'b7863a3ce4db964322783ff7e84acc5713e04d1d':
  Doc update: new Notify User AU class

11 years agoMerge "Doc update: new Notify User AU class" into jb-dev-docs
&& repo sync -j8 [Wed, 28 Nov 2012 00:49:36 +0000 (16:49 -0800)]
Merge "Doc update: new Notify User AU class" into jb-dev-docs

11 years agoDoc update: new Notify User AU class
&& repo sync -j8 [Thu, 4 Oct 2012 23:34:23 +0000 (16:34 -0700)]
Doc update: new Notify User AU class

Change-Id: Idcda9535c5aa2602cf4f0aecb3ab4b1518ab966b

11 years agoam 2f9947e9: am ddf10d44: Merge "Doc Update: Removed "no guaranteed delivery" line...
kmccormick@google.com [Tue, 20 Nov 2012 00:54:48 +0000 (16:54 -0800)]
am 2f9947e9: am ddf10d44: Merge "Doc Update: Removed "no guaranteed delivery" line." into jb-dev-docs

* commit '2f9947e9aa2b795dbc7db282a99a09410f1fadf2':
  Doc Update: Removed "no guaranteed delivery" line.

11 years agoam ddf10d44: Merge "Doc Update: Removed "no guaranteed delivery" line." into jb-dev...
kmccormick@google.com [Tue, 20 Nov 2012 00:53:11 +0000 (16:53 -0800)]
am ddf10d44: Merge "Doc Update: Removed "no guaranteed delivery" line." into jb-dev-docs

* commit 'ddf10d44c12fbd8ffb115c847913296b455f412d':
  Doc Update: Removed "no guaranteed delivery" line.

11 years agoMerge "Doc Update: Removed "no guaranteed delivery" line." into jb-dev-docs
&& repo sync -j8 [Tue, 20 Nov 2012 00:51:08 +0000 (16:51 -0800)]
Merge "Doc Update: Removed "no guaranteed delivery" line." into jb-dev-docs

11 years agoam f53c5f36: am d1ae2721: Merge "Doc Update: Fixing images" into jb-dev-docs
kmccormick@google.com [Thu, 15 Nov 2012 17:49:21 +0000 (09:49 -0800)]
am f53c5f36: am d1ae2721: Merge "Doc Update: Fixing images" into jb-dev-docs

* commit 'f53c5f3683b71d232a78e04ea06649dd5e4bfee1':
  Doc Update: Fixing images

11 years agoam d1ae2721: Merge "Doc Update: Fixing images" into jb-dev-docs
kmccormick@google.com [Thu, 15 Nov 2012 17:45:46 +0000 (09:45 -0800)]
am d1ae2721: Merge "Doc Update: Fixing images" into jb-dev-docs

* commit 'd1ae2721fa7b350b979e75319812636ea31bb56b':
  Doc Update: Fixing images

11 years agoMerge "Doc Update: Fixing images" into jb-dev-docs
&& repo sync -j8 [Thu, 15 Nov 2012 17:43:17 +0000 (09:43 -0800)]
Merge "Doc Update: Fixing images" into jb-dev-docs

11 years agoresolved conflicts for merge of e907a390 to jb-dev-plus-aosp
Scott Main [Thu, 15 Nov 2012 03:04:05 +0000 (19:04 -0800)]
resolved conflicts for merge of e907a390 to jb-dev-plus-aosp

Change-Id: I4e216b81f33b4b7c238f74f1c475bc84df3f79ef

11 years agoDoc Update: Fixing images
&& repo sync -j8 [Thu, 15 Nov 2012 02:26:07 +0000 (18:26 -0800)]
Doc Update: Fixing images

Bug: 7542170
Change-Id: I18e5d360e21af9d30864456ae429b804314e1edb

11 years agoDoc Update: Removed "no guaranteed delivery" line.
&& repo sync -j8 [Thu, 15 Nov 2012 02:15:53 +0000 (18:15 -0800)]
Doc Update: Removed "no guaranteed delivery" line.

Change-Id: I6f5b80d263069752b7d47b5825ff024b1858e41e

11 years agoam 22cc2764: implement new organization for Training classes This also moves a few...
Scott Main [Thu, 15 Nov 2012 01:38:15 +0000 (17:38 -0800)]
am 22cc2764: implement new organization for Training classes This also moves a few of the documents from API Guides > Best Practices into the new courses for best practices. This is also dependent on CL Ieac8a97a8d6fda41a3682241901150cfe16afc4d which generates the lis

* commit '22cc2764cc74e52888b043e0c6371594305bb5e9':
  implement new organization for Training classes This also moves a few of the documents from API Guides > Best Practices into the new courses for best practices. This is also dependent on CL Ieac8a97a8d6fda41a3682241901150cfe16afc4d which generates the list of classes/lessons on each course landing page.

11 years agoimplement new organization for Training classes
Scott Main [Thu, 8 Nov 2012 00:35:16 +0000 (16:35 -0800)]
implement new organization for Training classes
This also moves a few of the documents from API Guides > Best Practices
into the new courses for best practices.
This is also dependent on CL Ieac8a97a8d6fda41a3682241901150cfe16afc4d
which generates the list of classes/lessons on each course landing page.

Change-Id: I8132f72f78d844c3b035c7aa269ad3b88a25d02a

11 years agoam 4979a0b5: am 5f32d337: Merge "Notification.java javadoc: addAction" into jb-dev...
Joe Malin [Tue, 13 Nov 2012 22:22:58 +0000 (14:22 -0800)]
am 4979a0b5: am 5f32d337: Merge "Notification.java javadoc: addAction" into jb-dev-docs

* commit '4979a0b59486d737a4d9267af9b38f237705e26f':
  Notification.java javadoc: addAction

11 years agoam 5f32d337: Merge "Notification.java javadoc: addAction" into jb-dev-docs
Joe Malin [Tue, 13 Nov 2012 22:20:54 +0000 (14:20 -0800)]
am 5f32d337: Merge "Notification.java javadoc: addAction" into jb-dev-docs

* commit '5f32d3375b13e581d3101ed8e928fd6a463f3809':
  Notification.java javadoc: addAction

11 years agoMerge "Notification.java javadoc: addAction" into jb-dev-docs
Joe Malin [Tue, 13 Nov 2012 22:14:23 +0000 (14:14 -0800)]
Merge "Notification.java javadoc: addAction" into jb-dev-docs

11 years agoam ddf5efdf: am 52bfaaf7: docs: Android SDK Tools r21 Release Notes
Scott Main [Tue, 13 Nov 2012 03:46:11 +0000 (19:46 -0800)]
am ddf5efdf: am 52bfaaf7: docs: Android SDK Tools r21 Release Notes

* commit 'ddf5efdf45e32fab02bff6f9cd001098dcf5a444':
  docs: Android SDK Tools r21 Release Notes

11 years agoam 52bfaaf7: docs: Android SDK Tools r21 Release Notes
Scott Main [Tue, 13 Nov 2012 03:43:28 +0000 (19:43 -0800)]
am 52bfaaf7: docs: Android SDK Tools r21 Release Notes

* commit '52bfaaf7444c8b4d571d0c81fadbb1609411d6e1':
  docs: Android SDK Tools r21 Release Notes

11 years agodocs: Android SDK Tools r21 Release Notes
Scott Main [Tue, 13 Nov 2012 03:39:58 +0000 (19:39 -0800)]
docs: Android SDK Tools r21 Release Notes

Change-Id: I7496c2af7592d8080ca4d0618466a9ccc578d0dd

11 years agoam b590b0b3: am 6453dfb7: update Download and installation guides for ADT Bundle
Scott Main [Tue, 13 Nov 2012 02:07:57 +0000 (18:07 -0800)]
am b590b0b3: am 6453dfb7: update Download and installation guides for ADT Bundle

* commit 'b590b0b37ad2a255f8923ed7037514333a3d8ff5':
  update Download and installation guides for ADT Bundle

11 years agoam 6453dfb7: update Download and installation guides for ADT Bundle
Scott Main [Tue, 13 Nov 2012 02:05:04 +0000 (18:05 -0800)]
am 6453dfb7: update Download and installation guides for ADT Bundle

* commit '6453dfb79712c288bdf825a2a4c43e583e5c8aa4':
  update Download and installation guides for ADT Bundle

11 years agoupdate Download and installation guides for ADT Bundle
Scott Main [Tue, 23 Oct 2012 21:14:18 +0000 (14:14 -0700)]
update Download and installation guides for ADT Bundle

Change-Id: I59d3113d4caf937b13e10c50618a37ae86d4ae55

11 years agoam 39cc8f80: am 4233c939: Merge "Doc Update: param name change" into jb-dev-docs
kmccormick@google.com [Mon, 12 Nov 2012 23:02:55 +0000 (15:02 -0800)]
am 39cc8f80: am 4233c939: Merge "Doc Update: param name change" into jb-dev-docs

* commit '39cc8f8079412f721c5003cd2d0cb07366b77da4':
  Doc Update: param name change

11 years agoam 4233c939: Merge "Doc Update: param name change" into jb-dev-docs
kmccormick@google.com [Mon, 12 Nov 2012 23:00:12 +0000 (15:00 -0800)]
am 4233c939: Merge "Doc Update: param name change" into jb-dev-docs

* commit '4233c939014c39ce9d95556db1b654e906f8ce5b':
  Doc Update: param name change

11 years agoMerge "Doc Update: param name change" into jb-dev-docs
&& repo sync -j8 [Mon, 12 Nov 2012 22:56:58 +0000 (14:56 -0800)]
Merge "Doc Update: param name change" into jb-dev-docs

11 years agoDoc Update: param name change
&& repo sync -j8 [Mon, 12 Nov 2012 22:45:08 +0000 (14:45 -0800)]
Doc Update: param name change

Change-Id: I320374f8d40ba090a561fe173bb08837abaa263a

11 years agoam 180200c2: am aac29f12: Merge "docs: NDK r8c Release Notes" into jb-dev-docs
Joe Fernandez [Mon, 12 Nov 2012 22:35:27 +0000 (14:35 -0800)]
am 180200c2: am aac29f12: Merge "docs: NDK r8c Release Notes" into jb-dev-docs

* commit '180200c2c126fc7db1a86ac49a235f40d1905731':
  docs: NDK r8c Release Notes

11 years agoam 1c350fa4: am cee5dab6: Merge "docs: JOBB tool help page" into jb-dev-docs
Joe Fernandez [Mon, 12 Nov 2012 22:33:44 +0000 (14:33 -0800)]
am 1c350fa4: am cee5dab6: Merge "docs: JOBB tool help page" into jb-dev-docs

* commit '1c350fa458a6894abb7d4213d65c1c2833faaa7a':
  docs: JOBB tool help page

11 years agoam aac29f12: Merge "docs: NDK r8c Release Notes" into jb-dev-docs
Joe Fernandez [Mon, 12 Nov 2012 22:30:31 +0000 (14:30 -0800)]
am aac29f12: Merge "docs: NDK r8c Release Notes" into jb-dev-docs

* commit 'aac29f126ea8c42313a5481b4871828bbd40b4a6':
  docs: NDK r8c Release Notes

11 years agoam cee5dab6: Merge "docs: JOBB tool help page" into jb-dev-docs
Joe Fernandez [Mon, 12 Nov 2012 22:29:08 +0000 (14:29 -0800)]
am cee5dab6: Merge "docs: JOBB tool help page" into jb-dev-docs

* commit 'cee5dab6752a9e793f620981014f3b7cc4f8c137':
  docs: JOBB tool help page

11 years agoMerge "docs: NDK r8c Release Notes" into jb-dev-docs
Joe Fernandez [Mon, 12 Nov 2012 22:28:05 +0000 (14:28 -0800)]
Merge "docs: NDK r8c Release Notes" into jb-dev-docs

11 years agoMerge "docs: JOBB tool help page" into jb-dev-docs
Joe Fernandez [Mon, 12 Nov 2012 22:25:54 +0000 (14:25 -0800)]
Merge "docs: JOBB tool help page" into jb-dev-docs

11 years agoam 2b4bc305: Merge "DO NOT MERGE Control access to tts objects" into jb-dev
Geremy Condra [Thu, 8 Nov 2012 22:26:39 +0000 (14:26 -0800)]
am 2b4bc305: Merge "DO NOT MERGE Control access to tts objects" into jb-dev

* commit '2b4bc305a2305d1dda66e054d228b4708575ff8d':
  DO NOT MERGE Control access to tts objects

11 years agoMerge "DO NOT MERGE Control access to tts objects" into jb-dev
Geremy Condra [Thu, 8 Nov 2012 22:22:47 +0000 (14:22 -0800)]
Merge "DO NOT MERGE Control access to tts objects" into jb-dev

11 years agoam 1af587b3: am 4623c0d8: docs: Add basic tool help pages for SDK and AVD Manager...
Scott Main [Thu, 8 Nov 2012 01:33:09 +0000 (17:33 -0800)]
am 1af587b3: am 4623c0d8: docs: Add basic tool help pages for SDK and AVD Manager. The SDK Manager page is needed particularly as a reference by some pages rather than pointing to the installation guide.

* commit '1af587b346035320363a08c190f8b61a69cf0e7c':
  docs: Add basic tool help pages for SDK and AVD Manager. The SDK Manager page is needed particularly as a reference by some pages rather than pointing to the installation guide.

11 years agoam 4623c0d8: docs: Add basic tool help pages for SDK and AVD Manager. The SDK Manager...
Scott Main [Thu, 8 Nov 2012 01:30:22 +0000 (17:30 -0800)]
am 4623c0d8: docs: Add basic tool help pages for SDK and AVD Manager. The SDK Manager page is needed particularly as a reference by some pages rather than pointing to the installation guide.

* commit '4623c0d842403bf2ae4b622590325c3635aaf563':
  docs: Add basic tool help pages for SDK and AVD Manager. The SDK Manager page is needed particularly as a reference by some pages rather than pointing to the installation guide.

11 years agodocs: Add basic tool help pages for SDK and AVD Manager.
Scott Main [Wed, 7 Nov 2012 19:08:01 +0000 (11:08 -0800)]
docs: Add basic tool help pages for SDK and AVD Manager.
The SDK Manager page is needed particularly as a reference by
some pages rather than pointing to the installation guide.

Change-Id: Ie835e310f62cdc88bd6318e82f48e36bdd8e117a

11 years agoNotification.java javadoc: addAction
Joe Malin [Mon, 5 Nov 2012 19:36:40 +0000 (11:36 -0800)]
Notification.java javadoc: addAction

Change-Id: I86fe116f50d8462494cfc9f138e1c885ae5a41ea

11 years agoam 856e24d8: am fa2dbd69: Merge "Doc change: GCM category & dry_run params" into...
kmccormick@google.com [Tue, 6 Nov 2012 23:59:33 +0000 (15:59 -0800)]
am 856e24d8: am fa2dbd69: Merge "Doc change: GCM category & dry_run params" into jb-dev-docs

* commit '856e24d82a5009db69058b6c37cbbe1af3b292f7':
  Doc change: GCM category & dry_run params

11 years agoam fa2dbd69: Merge "Doc change: GCM category & dry_run params" into jb-dev-docs
kmccormick@google.com [Tue, 6 Nov 2012 23:56:25 +0000 (15:56 -0800)]
am fa2dbd69: Merge "Doc change: GCM category & dry_run params" into jb-dev-docs

* commit 'fa2dbd693c3ffebd806cbbb4f708f754d58423ed':
  Doc change: GCM category & dry_run params

11 years agoMerge "Doc change: GCM category & dry_run params" into jb-dev-docs
&& repo sync -j8 [Tue, 6 Nov 2012 18:38:45 +0000 (10:38 -0800)]
Merge "Doc change: GCM category & dry_run params" into jb-dev-docs

11 years agoam fbcfb5d0: am 50c2275c: Android Training: CursorLoader
Joe Malin [Mon, 5 Nov 2012 22:01:46 +0000 (14:01 -0800)]
am fbcfb5d0: am 50c2275c: Android Training: CursorLoader

* commit 'fbcfb5d0f899e0b3c89334d43b45907337cf7f36':
  Android Training: CursorLoader

11 years agoam 50c2275c: Android Training: CursorLoader
Joe Malin [Mon, 5 Nov 2012 21:59:48 +0000 (13:59 -0800)]
am 50c2275c: Android Training: CursorLoader

* commit '50c2275cff28c4a216f6924584e43cd64b90a3bf':
  Android Training: CursorLoader

11 years agoAndroid Training: CursorLoader
Joe Malin [Sat, 20 Oct 2012 19:41:40 +0000 (12:41 -0700)]
Android Training: CursorLoader

Change-Id: Ia8d723b5ce32002597b9444b8c7eff07b1ab29c8

11 years agoam a295ba44: Merge "Change android.permission.SERIAL_PORT to signature|system." into...
Geremy Condra [Fri, 2 Nov 2012 21:22:31 +0000 (14:22 -0700)]
am a295ba44: Merge "Change android.permission.SERIAL_PORT to signature|system." into jb-dev

* commit 'a295ba44793e5601c8574bdcb07313420aa6500c':
  Change android.permission.SERIAL_PORT to signature|system.

11 years agoMerge "Change android.permission.SERIAL_PORT to signature|system." into jb-dev
Geremy Condra [Fri, 2 Nov 2012 21:19:45 +0000 (14:19 -0700)]
Merge "Change android.permission.SERIAL_PORT to signature|system." into jb-dev

11 years agoam 2cff3eea: am f19804b5: Merge "new dashboard stats for 11/1, platform version only...
Scott Main [Thu, 1 Nov 2012 22:34:42 +0000 (15:34 -0700)]
am 2cff3eea: am f19804b5: Merge "new dashboard stats for 11/1, platform version only" into jb-dev-docs

* commit '2cff3eeaeb419fcdfc7307c2c52a653483c76ddb':
  new dashboard stats for 11/1, platform version only

11 years agoam f19804b5: Merge "new dashboard stats for 11/1, platform version only" into jb...
Scott Main [Thu, 1 Nov 2012 22:31:53 +0000 (15:31 -0700)]
am f19804b5: Merge "new dashboard stats for 11/1, platform version only" into jb-dev-docs

* commit 'f19804b5e994d183e6f6eeb512f74f2380ffd533':
  new dashboard stats for 11/1, platform version only

11 years agoMerge "new dashboard stats for 11/1, platform version only" into jb-dev-docs
Scott Main [Thu, 1 Nov 2012 22:28:33 +0000 (15:28 -0700)]
Merge "new dashboard stats for 11/1, platform version only" into jb-dev-docs

11 years agonew dashboard stats for 11/1, platform version only
Scott Main [Thu, 1 Nov 2012 20:15:26 +0000 (13:15 -0700)]
new dashboard stats for 11/1, platform version only

Change-Id: If6e9633170793e45abfdc94ef215f45edd64e547

11 years agoam 0fc15da0: am 677c1e14: Merge "docs: google market -> google play" into jb-dev...
Robert Ly [Thu, 1 Nov 2012 21:19:18 +0000 (14:19 -0700)]
am 0fc15da0: am 677c1e14: Merge "docs: google market -> google play" into jb-dev-docs

* commit '0fc15da00597c5a017c1d8eed8f34064c702e4c2':
  docs: google market -> google play

11 years agoDO NOT MERGE Control access to tts objects
Selim Gurun [Thu, 1 Nov 2012 18:55:14 +0000 (11:55 -0700)]
DO NOT MERGE Control access to tts objects

Bug: 7073422

Control access to inherited methods of texttospeech JS objects.

Change-Id: Ieae0efaf1267108abd97cdac9e8604f6246cefb9

11 years agoam 677c1e14: Merge "docs: google market -> google play" into jb-dev-docs
Robert Ly [Thu, 1 Nov 2012 21:16:47 +0000 (14:16 -0700)]
am 677c1e14: Merge "docs: google market -> google play" into jb-dev-docs

* commit '677c1e14fbd991a46b5496d0873b7ca155fd71fb':
  docs: google market -> google play

11 years agoMerge "docs: google market -> google play" into jb-dev-docs
Robert Ly [Thu, 1 Nov 2012 21:14:26 +0000 (14:14 -0700)]
Merge "docs: google market -> google play" into jb-dev-docs

11 years agoChange android.permission.SERIAL_PORT to signature|system.
Geremy Condra [Wed, 17 Oct 2012 21:06:31 +0000 (14:06 -0700)]
Change android.permission.SERIAL_PORT to signature|system.

Bug: 7367956
Change-Id: I0bc65936ba59c43c18d9a6ba52affff4c921f2fb

11 years agoam d2e16346: am ac294abb: Revision to Notifications API guide
Joe Malin [Thu, 1 Nov 2012 20:58:02 +0000 (13:58 -0700)]
am d2e16346: am ac294abb: Revision to Notifications API guide

* commit 'd2e163461ee8aa79d4560f38e924a7edc44ad4dd':
  Revision to Notifications API guide

11 years agoam ac294abb: Revision to Notifications API guide
Joe Malin [Thu, 1 Nov 2012 20:55:08 +0000 (13:55 -0700)]
am ac294abb: Revision to Notifications API guide

* commit 'ac294abb40483fc734e22833371d95cbb161ec87':
  Revision to Notifications API guide

11 years agoRevision to Notifications API guide
Joe Malin [Tue, 16 Oct 2012 17:32:15 +0000 (10:32 -0700)]
Revision to Notifications API guide

Change-Id: I52229dfdff3649e03a1fbce91234c8b2a544502a

11 years agoam a76f1dfc: am c7255569: Merge "Doc change: fix broken link in publishing steps...
Dirk Dougherty [Wed, 31 Oct 2012 00:04:48 +0000 (17:04 -0700)]
am a76f1dfc: am c7255569: Merge "Doc change: fix broken link in publishing steps TOC." into jb-dev-docs

* commit 'a76f1dfc7740fa506c8ba4058e2ad8b90b476fe8':
  Doc change: fix broken link in publishing steps TOC.

11 years agoam c7255569: Merge "Doc change: fix broken link in publishing steps TOC." into jb...
Dirk Dougherty [Wed, 31 Oct 2012 00:01:53 +0000 (17:01 -0700)]
am c7255569: Merge "Doc change: fix broken link in publishing steps TOC." into jb-dev-docs

* commit 'c7255569bba20d94200dc05ffd5ce7b61bdc569c':
  Doc change: fix broken link in publishing steps TOC.

11 years agoMerge "Doc change: fix broken link in publishing steps TOC." into jb-dev-docs
Dirk Dougherty [Tue, 30 Oct 2012 23:56:57 +0000 (16:56 -0700)]
Merge "Doc change: fix broken link in publishing steps TOC." into jb-dev-docs

11 years agoDoc change: fix broken link in publishing steps TOC.
Dirk Dougherty [Tue, 30 Oct 2012 23:51:54 +0000 (16:51 -0700)]
Doc change: fix broken link in publishing steps TOC.

Change-Id: I1b7453dfe276be40a23f1bd59a463e6d4f9b0412

11 years agodocs: NDK r8c Release Notes
Joe Fernandez [Wed, 10 Oct 2012 17:25:17 +0000 (10:25 -0700)]
docs: NDK r8c Release Notes

Change-Id: I873460d3ad1d4259f602138b566195edc5e24c4a