OSDN Git Service

android-x86/frameworks-base.git
9 years agoMerge "Add more -d dalvik details to dumpsys" into lmp-mr1-dev
Mathieu Chartier [Tue, 9 Dec 2014 01:24:49 +0000 (01:24 +0000)]
Merge "Add more -d dalvik details to dumpsys" into lmp-mr1-dev

9 years agoMerge "IMS: start and stop dtmf tones." into lmp-mr1-dev
Pavel Zhamaitsiak [Tue, 9 Dec 2014 01:24:44 +0000 (01:24 +0000)]
Merge "IMS: start and stop dtmf tones." into lmp-mr1-dev

9 years agoAdd more -d dalvik details to dumpsys
Mathieu Chartier [Tue, 9 Dec 2014 00:20:26 +0000 (16:20 -0800)]
Add more -d dalvik details to dumpsys

Added .NonMoving for the non moving space.
Added .Zygote for the zygote.
Added .IndirectRef for indirect reference tables (jobjects).

Example:
 Dalvik Details
        .Heap     2264     2264        0        0
         .LOS       80       80        0        0
          .GC      144      144        0        0
      .Zygote      331      196        0     2428
   .NonMoving      540      540        0        0
 .IndirectRef       20       20        0        0

Bug: 18672069
Change-Id: Id14e5bc92ceb15fe7a17d9fb035f18aa2925e50c

9 years agoMerge "AAPT: Dump status of required flag for uses-feature" into lmp-mr1-dev
Adam Lesinski [Tue, 9 Dec 2014 00:31:58 +0000 (00:31 +0000)]
Merge "AAPT: Dump status of required flag for uses-feature" into lmp-mr1-dev

9 years agoMerge "Fix auto-advance regression in radial time picker" into lmp-mr1-dev
Alan Viverette [Tue, 9 Dec 2014 00:08:00 +0000 (00:08 +0000)]
Merge "Fix auto-advance regression in radial time picker" into lmp-mr1-dev

9 years agoFix auto-advance regression in radial time picker
Alan Viverette [Mon, 8 Dec 2014 23:54:38 +0000 (15:54 -0800)]
Fix auto-advance regression in radial time picker

If autoAdvance is set, we need to always fire the listener. We should
create a separate callback for auto-advance, but this is a minimal fix.

BUG: 18654878
Change-Id: Ie7b8a3ff91761325a508f580b27fa3b08f7b4e16

9 years agoAAPT: Dump status of required flag for uses-feature
Adam Lesinski [Mon, 8 Dec 2014 20:53:17 +0000 (12:53 -0800)]
AAPT: Dump status of required flag for uses-feature

Outside of a feature-group, the legacy uses-feature tag
has a boolean required flag that should be emitted in
dump badging.

Bug:17790999
Change-Id: I43023af00e9c9ed4bc35795c3a983fc719bf9b7a

9 years ago(Telecom-system part 3) Adding Telecom Loader Service
Santos Cordon [Fri, 21 Nov 2014 23:20:15 +0000 (15:20 -0800)]
(Telecom-system part 3) Adding Telecom Loader Service

Bug: 18112269
Change-Id: I85ab03156bf906fdc72b459c4c68240ab3bf1894

9 years agoMerge "Direct notification of network interface changes." into lmp-mr1-dev
Jeff Sharkey [Mon, 8 Dec 2014 23:12:45 +0000 (23:12 +0000)]
Merge "Direct notification of network interface changes." into lmp-mr1-dev

9 years agoIMS: start and stop dtmf tones.
Uma Maheswari Ramalingam [Sat, 6 Dec 2014 00:39:57 +0000 (16:39 -0800)]
IMS: start and stop dtmf tones.

Support of start and stop dtmf tones in Imsphone

Bug: 18371919
Change-Id: I986f6b8e9aa1a5729d280eb8a5c60e129c3796cd
CRs-Fixed: 751797

9 years agoDirect notification of network interface changes.
Jeff Sharkey [Mon, 8 Dec 2014 22:50:12 +0000 (14:50 -0800)]
Direct notification of network interface changes.

Connectivity broadcasts recently changed and are no longer sent for
certain types of network changes.  For example, when stacked network
interfaces change for a mobile network.  To ensure that we pick up
all these details, directly wire the two services together.

Also remove some unused code for split network types.

Bug: 18666753
Change-Id: I0467bd5b330c0e0cb51af2306d821b41ad16337a

9 years agoMerge "Add focused & disabled states for spinner assets" into lmp-mr1-dev
Alan Viverette [Mon, 8 Dec 2014 22:08:05 +0000 (22:08 +0000)]
Merge "Add focused & disabled states for spinner assets" into lmp-mr1-dev

9 years agoMerge "CEC: Explictly remove and add device when updating" into lmp-mr1-dev
Jinsuk Kim [Mon, 8 Dec 2014 21:54:34 +0000 (21:54 +0000)]
Merge "CEC: Explictly remove and add device when updating" into lmp-mr1-dev

9 years agoCEC: Explictly remove and add device when updating
Jinsuk Kim [Mon, 8 Dec 2014 21:48:13 +0000 (06:48 +0900)]
CEC: Explictly remove and add device when updating

Sending UPDATE_DEVICE doesn't translate remove/add devices
when its address (physical) has changed. Send expclit removal
addition event.

Bug: 18513567
Change-Id: Ibea6accf0358994b64289c1a785de21b598453f1

9 years agoAdd focused & disabled states for spinner assets
Alan Viverette [Mon, 8 Dec 2014 21:47:21 +0000 (13:47 -0800)]
Add focused & disabled states for spinner assets

Regression from KK. Bad copy/paste from another asset. Checked should
have been changed to focused.

BUG: 18669124
Change-Id: I0b86c0437cbe14b46b6a0b7047656ec15bf2d758

9 years agoMerge "Let host view handle long-press when using drag-to-open" into lmp-mr1-dev
Alan Viverette [Mon, 8 Dec 2014 21:29:06 +0000 (21:29 +0000)]
Merge "Let host view handle long-press when using drag-to-open" into lmp-mr1-dev

9 years agoMerge "Fix regression, don't NPE if Switch doesn't have a thumb set" into lmp-mr1-dev
Alan Viverette [Mon, 8 Dec 2014 21:29:02 +0000 (21:29 +0000)]
Merge "Fix regression, don't NPE if Switch doesn't have a thumb set" into lmp-mr1-dev

9 years agoMerge "When accessibility on cannot click on a view covered by a HorizontalScrollView...
Svet Ganov [Mon, 8 Dec 2014 21:28:17 +0000 (21:28 +0000)]
Merge "When accessibility on cannot click on a view covered by a HorizontalScrollView" into lmp-mr1-dev

9 years agoMerge "Clear clicked nodes from the accessibiliy cache." into lmp-mr1-dev
Svet Ganov [Mon, 8 Dec 2014 21:08:35 +0000 (21:08 +0000)]
Merge "Clear clicked nodes from the accessibiliy cache." into lmp-mr1-dev

9 years agoFix regression, don't NPE if Switch doesn't have a thumb set
Alan Viverette [Mon, 8 Dec 2014 21:02:06 +0000 (13:02 -0800)]
Fix regression, don't NPE if Switch doesn't have a thumb set

BUG: 18670202
Change-Id: Iecb3498032c121c007ec87740ddebadb8e71c7a3

9 years agoLet host view handle long-press when using drag-to-open
Alan Viverette [Wed, 3 Dec 2014 23:24:31 +0000 (15:24 -0800)]
Let host view handle long-press when using drag-to-open

BUG: 18605860
Change-Id: I75850138614f17cf728d4411c142a07bdf15d085

9 years agoMerge "Volume: Only play the new vibrate hint once per volume-down." into lmp-mr1-dev
John Spurlock [Mon, 8 Dec 2014 19:36:11 +0000 (19:36 +0000)]
Merge "Volume: Only play the new vibrate hint once per volume-down." into lmp-mr1-dev

9 years agoVolume: Only play the new vibrate hint once per volume-down.
John Spurlock [Mon, 8 Dec 2014 19:09:35 +0000 (14:09 -0500)]
Volume: Only play the new vibrate hint once per volume-down.

Bug: 18666334
Change-Id: Idfa1d0c104bb310548fde533932bffc2b41eafff

9 years agoam d6a66d84: am 6ecc6d59: am 88b8b4a5: Merge "docs: studio revision update 1.0" into...
Joe Fernandez [Mon, 8 Dec 2014 18:59:34 +0000 (18:59 +0000)]
am d6a66d84: am 6ecc6d59: am 88b8b4a5: Merge "docs: studio revision update 1.0" into lmp-docs

* commit 'd6a66d841eef4fb983cc539c4ca050060ecf066c':
  docs: studio revision update 1.0

9 years agoam 78264a4d: am 0039a73b: am b7ef7fcd: Merge "docs: skd tools revision 24.0.0" into...
Rich Slogar [Mon, 8 Dec 2014 18:59:29 +0000 (18:59 +0000)]
am 78264a4d: am 0039a73b: am b7ef7fcd: Merge "docs: skd tools revision 24.0.0" into lmp-docs

* commit '78264a4dbc4d48ee149e5706aa8d9f25cc359b20':
  docs: skd tools revision 24.0.0

9 years agoam 6ecc6d59: am 88b8b4a5: Merge "docs: studio revision update 1.0" into lmp-docs
Joe Fernandez [Mon, 8 Dec 2014 18:51:39 +0000 (18:51 +0000)]
am 6ecc6d59: am 88b8b4a5: Merge "docs: studio revision update 1.0" into lmp-docs

* commit '6ecc6d59f37e80137069e548e5be5db30df52909':
  docs: studio revision update 1.0

9 years agoam 0039a73b: am b7ef7fcd: Merge "docs: skd tools revision 24.0.0" into lmp-docs
Rich Slogar [Mon, 8 Dec 2014 18:51:35 +0000 (18:51 +0000)]
am 0039a73b: am b7ef7fcd: Merge "docs: skd tools revision 24.0.0" into lmp-docs

* commit '0039a73bb661d1359dd72253b527990e293f956c':
  docs: skd tools revision 24.0.0

9 years agoam 88b8b4a5: Merge "docs: studio revision update 1.0" into lmp-docs
Joe Fernandez [Mon, 8 Dec 2014 18:44:09 +0000 (18:44 +0000)]
am 88b8b4a5: Merge "docs: studio revision update 1.0" into lmp-docs

* commit '88b8b4a5d07ada880698a0130e607ea65bf2c044':
  docs: studio revision update 1.0

9 years agoam b7ef7fcd: Merge "docs: skd tools revision 24.0.0" into lmp-docs
Rich Slogar [Mon, 8 Dec 2014 18:44:05 +0000 (18:44 +0000)]
am b7ef7fcd: Merge "docs: skd tools revision 24.0.0" into lmp-docs

* commit 'b7ef7fcd40a9e18fed3c0e8c63f454c44ae2453f':
  docs: skd tools revision 24.0.0

9 years agoMerge "docs: studio revision update 1.0" into lmp-docs
Joe Fernandez [Mon, 8 Dec 2014 18:41:09 +0000 (18:41 +0000)]
Merge "docs: studio revision update 1.0" into lmp-docs

9 years agoMerge "Fix hotspot coordinate propagation in ViewGroup and AbsListView" into lmp...
Alan Viverette [Mon, 8 Dec 2014 18:39:55 +0000 (18:39 +0000)]
Merge "Fix hotspot coordinate propagation in ViewGroup and AbsListView" into lmp-mr1-dev

9 years agodocs: studio revision update 1.0
Rich Slogar [Mon, 8 Dec 2014 18:12:32 +0000 (10:12 -0800)]
docs: studio revision update 1.0

Change-Id: I5d6dc9fc029e45df143fbceba846978d15a6bc4d

9 years agoFix hotspot coordinate propagation in ViewGroup and AbsListView
Alan Viverette [Mon, 8 Dec 2014 18:37:39 +0000 (10:37 -0800)]
Fix hotspot coordinate propagation in ViewGroup and AbsListView

There was a weird disconnect between setPressed() and hotspot propagation
behavior. This makes hotspot propagation work like setPressed(). Also
fixes ripple animation during drag-to-open.

BUG: 18631557
BUG: 18593243
Change-Id: Id4adf5d815e4d426b4182aac4d0c780f04472ae4

9 years agoMerge "docs: skd tools revision 24.0.0" into lmp-docs
Rich Slogar [Mon, 8 Dec 2014 18:35:40 +0000 (18:35 +0000)]
Merge "docs: skd tools revision 24.0.0" into lmp-docs

9 years agoMerge "Ensure that loading and unloading of tasks happen symmetrically with lifecycle...
Winson Chung [Mon, 8 Dec 2014 18:30:39 +0000 (18:30 +0000)]
Merge "Ensure that loading and unloading of tasks happen symmetrically with lifecycle events. (Bug 18574950)" into lmp-mr1-dev

9 years agoam 39519067: am a4924046: am d48168bd: add survey link
smain@google.com [Mon, 8 Dec 2014 18:16:01 +0000 (18:16 +0000)]
am 39519067: am a4924046: am d48168bd: add survey link

* commit '395190677efb61863de82ba6ce4eeb42311dfe7a':
  add survey link

9 years agoam a4924046: am d48168bd: add survey link
smain@google.com [Mon, 8 Dec 2014 18:10:16 +0000 (18:10 +0000)]
am a4924046: am d48168bd: add survey link

* commit 'a4924046b936a5821b90dcbd7a4bd06447430749':
  add survey link

9 years agoam d48168bd: add survey link
smain@google.com [Mon, 8 Dec 2014 18:02:12 +0000 (18:02 +0000)]
am d48168bd: add survey link

* commit 'd48168bd780f67a9c4a3714d0f551b1f60774d17':
  add survey link

9 years agoam 31a23f3b: (-s ours) Merge "Import translations. DO NOT MERGE" into lmp-sprout-dev
Geoff Mendal [Mon, 8 Dec 2014 18:02:08 +0000 (18:02 +0000)]
am 31a23f3b: (-s ours) Merge "Import translations. DO NOT MERGE" into lmp-sprout-dev

* commit '31a23f3bb81ea78e2320cc0554d3c06424c4cd7f':
  Import translations. DO NOT MERGE

9 years agoMerge "Offer to "merge" subscribers for data usage." into lmp-mr1-dev
Jeff Sharkey [Mon, 8 Dec 2014 17:57:15 +0000 (17:57 +0000)]
Merge "Offer to "merge" subscribers for data usage." into lmp-mr1-dev

9 years agoMerge "Adjust edit text layout, ripple alphas to be closer to Material spec" into...
Alan Viverette [Mon, 8 Dec 2014 17:57:15 +0000 (17:57 +0000)]
Merge "Adjust edit text layout, ripple alphas to be closer to Material spec" into lmp-mr1-dev

9 years agoMerge "Import translations. DO NOT MERGE" into lmp-sprout-dev
Geoff Mendal [Mon, 8 Dec 2014 17:56:00 +0000 (17:56 +0000)]
Merge "Import translations. DO NOT MERGE" into lmp-sprout-dev

9 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 8 Dec 2014 17:54:50 +0000 (09:54 -0800)]
Import translations. DO NOT MERGE

Change-Id: I8afbc01017e4640f25dc5d9be35362bf9273116d
Auto-generated-cl: translation import

9 years agoadd survey link
smain@google.com [Mon, 8 Dec 2014 17:31:01 +0000 (09:31 -0800)]
add survey link

Change-Id: Ic2c107ea99d803ce54d40eacf0e22c340ea03e2b

9 years agodocs: skd tools revision 24.0.0
Rich Slogar [Mon, 8 Dec 2014 17:49:00 +0000 (09:49 -0800)]
docs: skd tools revision 24.0.0

Change-Id: I92be512be8d3c6898b38b400d1777f3dba8bb206

9 years agoMerge "Zen: New behavior for built-in downtime + nextalarm conditions." into lmp...
John Spurlock [Mon, 8 Dec 2014 16:47:26 +0000 (16:47 +0000)]
Merge "Zen: New behavior for built-in downtime + nextalarm conditions." into lmp-mr1-dev

9 years agoOffer to "merge" subscribers for data usage.
Jeff Sharkey [Wed, 3 Dec 2014 02:30:14 +0000 (18:30 -0800)]
Offer to "merge" subscribers for data usage.

There are some cases where multiple subscriber identities (IMSI)
should be treated as "merged together" from a data usage
perspective.  This is done by extending the template used for
matching purposes to support multiple subscribers.

Then, when we query historical usage or set network policies, we
normalize the matching template to merge to any other identities
that should be included.  When normalizing, the "lowest" identity
is always used for equality and storage purposes, which allows
identities to come and go over time.

This change also fixes data usage recording for multi-SIM devices
by passing along the concrete subscriber identity for each network
interface.  Also correctly create default policies for multi-SIM
devices.  This change also drops setPolicyDataEnable() until it can
be wired up to the right underlying NetworkAgent.  (This means we
still bring up the network, and then rely on iptables rules to block
traffic when over the limit, instead of proactively disabling the
connection.)

Bug: 18012787
Change-Id: If6acf32009fdfea2b836f5aff8e2f3e5e0248b4a

9 years agoMerge "Import translations. DO NOT MERGE" into lmp-mr1-dev
Geoff Mendal [Mon, 8 Dec 2014 16:40:54 +0000 (16:40 +0000)]
Merge "Import translations. DO NOT MERGE" into lmp-mr1-dev

9 years agoam 9a379e73: am 341c518f: am 43838855: fix migrate instruction step
smain@google.com [Mon, 8 Dec 2014 16:31:34 +0000 (16:31 +0000)]
am 9a379e73: am 341c518f: am 43838855: fix migrate instruction step

* commit '9a379e73cb7deb3157fa20d83d848cfb9d5d87ff':
  fix migrate instruction step

9 years agoam 341c518f: am 43838855: fix migrate instruction step
smain@google.com [Mon, 8 Dec 2014 16:24:46 +0000 (16:24 +0000)]
am 341c518f: am 43838855: fix migrate instruction step

* commit '341c518f88411050a2dfa6b4283540acdc265c5e':
  fix migrate instruction step

9 years agoam 43838855: fix migrate instruction step
smain@google.com [Mon, 8 Dec 2014 16:16:35 +0000 (16:16 +0000)]
am 43838855: fix migrate instruction step

* commit '43838855754bb035c5fb06fe57ec2a089011b866':
  fix migrate instruction step

9 years agofix migrate instruction step
smain@google.com [Mon, 8 Dec 2014 16:07:14 +0000 (08:07 -0800)]
fix migrate instruction step

Change-Id: I28cf353f2b21d06ee256673590501487f8645b05

9 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 8 Dec 2014 16:07:06 +0000 (08:07 -0800)]
Import translations. DO NOT MERGE

Change-Id: Iafa118acf3037310f0b60425500b21a714103406
Auto-generated-cl: translation import

9 years agoZen: New behavior for built-in downtime + nextalarm conditions.
John Spurlock [Sun, 30 Nov 2014 21:26:19 +0000 (16:26 -0500)]
Zen: New behavior for built-in downtime + nextalarm conditions.

 - Downtime: Allow user to enter downtime early, offer as an end
   condition four hours before downtime starts.  Available in
   either none or priority, regardless of settings configuration.
 - Downtime: Always exit before next alarm if zen=none.
 - Downtime: Make more like any other condition provider, remove
   special status (mostly).
 - Downtime: New auto-triggering rules, allow triggering after a
   manual condition ends, once.
 - Decouple NextAlarm + Downtime providers, allow them to offer
   their conditions at the same time.
 - Downtime/NextAlarm: Update conditions if they change while being
   requested, even if unsubscribed.
 - Make all three built-in condition providers optional, via config.
 - New internal helper for runtime config.
 - Don't follow changes to next alarm, consider the condition false.
 - Isolate downtime calendar logic into separate class (for testing).
 - Allow a:bb -> a:bb as a valid downtime range (all day).
 - Volume dialog: configuration establishes maximum number of visible
   conditions, including built-ins.
 - Zen mode panel: avoid widget updates during layout transition.
 - Zen mode panel: move controller callers to background thread.
 - Zen mode panel: hide/show/rebind rows instead of adding/removing.
 - ZenLog: Add downtime autotrigger results.
 - Volume panel: Smarter refresh on ringer/zen changes.

Bug: 16373455

Change-Id: I4f801018ddb0beb6eb9fa03a81c79f7949888a3f

9 years agoMerge "CEC: Update CEC device info properly" into lmp-mr1-dev
Jinsuk Kim [Mon, 8 Dec 2014 15:43:33 +0000 (15:43 +0000)]
Merge "CEC: Update CEC device info properly" into lmp-mr1-dev

9 years agoCEC: Update CEC device info properly
Jinsuk Kim [Mon, 8 Dec 2014 15:11:58 +0000 (00:11 +0900)]
CEC: Update CEC device info properly

CEC device information cannot be updated/notified properly if
the device was plugged to other port. This change makes
sure the updated information is reflected by device event
callback listeners.

Bug: 18513567
Change-Id: I62bbb741d3f89e225a50f86e315da014832d8118

9 years agoMerge "Import translations. DO NOT MERGE" into lmp-mr1-dev
Geoff Mendal [Mon, 8 Dec 2014 15:02:14 +0000 (15:02 +0000)]
Merge "Import translations. DO NOT MERGE" into lmp-mr1-dev

9 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 8 Dec 2014 14:53:32 +0000 (06:53 -0800)]
Import translations. DO NOT MERGE

Change-Id: Ib0681b2f224456a803391c95f1283f41a06e58a7
Auto-generated-cl: translation import

9 years agoMerge "QS Wifi panel show icon on secure networks" into lmp-mr1-dev
Jason Monk [Mon, 8 Dec 2014 14:32:10 +0000 (14:32 +0000)]
Merge "QS Wifi panel show icon on secure networks" into lmp-mr1-dev

9 years agoQS Wifi panel show icon on secure networks
Jason Monk [Mon, 1 Dec 2014 22:50:16 +0000 (17:50 -0500)]
QS Wifi panel show icon on secure networks

Bug: 18365695
Change-Id: Ib63822643a5b033d8b73591e9b379b3539b8865e

9 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 8 Dec 2014 14:28:24 +0000 (06:28 -0800)]
Import translations. DO NOT MERGE

Change-Id: I50002c9d6b9e684be9f69dab0c8318226cbda6b9
Auto-generated-cl: translation import

9 years agoMerge "When switching to default USB function set, check restriction" into lmp-mr1-dev
Zoltan Szatmary-Ban [Mon, 8 Dec 2014 12:50:22 +0000 (12:50 +0000)]
Merge "When switching to default USB function set, check restriction" into lmp-mr1-dev

9 years agoMerge "CEC: Disable debug logging" into lmp-mr1-dev
Jinsuk Kim [Mon, 8 Dec 2014 11:02:27 +0000 (11:02 +0000)]
Merge "CEC: Disable debug logging" into lmp-mr1-dev

9 years agoCEC: Disable debug logging
Jinsuk Kim [Mon, 8 Dec 2014 10:30:23 +0000 (19:30 +0900)]
CEC: Disable debug logging

Bug: 18471978
Change-Id: I2e229c5402d3d8f687414ec10f36f1d56505cdf9

9 years agoam d9babcf0: am 5939bd03: am 35ee3018: revisions to Studio landing page
smain@google.com [Mon, 8 Dec 2014 10:26:22 +0000 (10:26 +0000)]
am d9babcf0: am 5939bd03: am 35ee3018: revisions to Studio landing page

* commit 'd9babcf03435305c59ad748a18162601c1d85761':
  revisions to Studio landing page

9 years agoam e0245cb5: am 1f5b2510: am 2cfdbf5f: Merge "fix migrate guide and other studio...
smain@google.com [Mon, 8 Dec 2014 10:26:18 +0000 (10:26 +0000)]
am e0245cb5: am 1f5b2510: am 2cfdbf5f: Merge "fix migrate guide and other studio edits cherryick from  Ic223d8fa3cd1e66ddd37b8f896fef12869be4268" into lmp-docs

* commit 'e0245cb5fea4bd5e4749fb1e48b504bbe8eb7494':
  fix migrate guide and other studio edits cherryick from  Ic223d8fa3cd1e66ddd37b8f896fef12869be4268

9 years agoam 5939bd03: am 35ee3018: revisions to Studio landing page
smain@google.com [Mon, 8 Dec 2014 10:19:53 +0000 (10:19 +0000)]
am 5939bd03: am 35ee3018: revisions to Studio landing page

* commit '5939bd037f9c6495aec24c363390284d4ea141b6':
  revisions to Studio landing page

9 years agoam 1f5b2510: am 2cfdbf5f: Merge "fix migrate guide and other studio edits cherryick...
smain@google.com [Mon, 8 Dec 2014 10:19:50 +0000 (10:19 +0000)]
am 1f5b2510: am 2cfdbf5f: Merge "fix migrate guide and other studio edits cherryick from  Ic223d8fa3cd1e66ddd37b8f896fef12869be4268" into lmp-docs

* commit '1f5b251065eddeedc9c1ed1d9368d453596c7b50':
  fix migrate guide and other studio edits cherryick from  Ic223d8fa3cd1e66ddd37b8f896fef12869be4268

9 years agoam 35ee3018: revisions to Studio landing page
smain@google.com [Mon, 8 Dec 2014 10:13:09 +0000 (10:13 +0000)]
am 35ee3018: revisions to Studio landing page

* commit '35ee301889acdc18ec154172e30401fee07138cd':
  revisions to Studio landing page

9 years agoam 2cfdbf5f: Merge "fix migrate guide and other studio edits cherryick from Ic223d8f...
smain@google.com [Mon, 8 Dec 2014 10:13:05 +0000 (10:13 +0000)]
am 2cfdbf5f: Merge "fix migrate guide and other studio edits cherryick from  Ic223d8fa3cd1e66ddd37b8f896fef12869be4268" into lmp-docs

* commit '2cfdbf5f7f087c1d214e51e6daf7193234cd19ee':
  fix migrate guide and other studio edits cherryick from  Ic223d8fa3cd1e66ddd37b8f896fef12869be4268

9 years agorevisions to Studio landing page
smain@google.com [Mon, 8 Dec 2014 08:41:17 +0000 (00:41 -0800)]
revisions to Studio landing page

Change-Id: I608b8a63b826f2f2ee2603d7426b501a4df24a38

9 years agoMerge "fix migrate guide and other studio edits cherryick from Ic223d8fa3cd1e66ddd37...
smain@google.com [Mon, 8 Dec 2014 09:21:54 +0000 (09:21 +0000)]
Merge "fix migrate guide and other studio edits cherryick from  Ic223d8fa3cd1e66ddd37b8f896fef12869be4268" into lmp-docs

9 years agofix migrate guide and other studio edits
smain@google.com [Sat, 6 Dec 2014 04:29:42 +0000 (20:29 -0800)]
fix migrate guide and other studio edits
cherryick from  Ic223d8fa3cd1e66ddd37b8f896fef12869be4268

Change-Id: Ic223d8fa3cd1e66ddd37b8f896fef12869be4268

9 years agoam d9c08bac: am 895ab42f: am 59a3dd7b: misc fixes for studio launch: update install...
smain@google.com [Mon, 8 Dec 2014 08:57:43 +0000 (08:57 +0000)]
am d9c08bac: am 895ab42f: am 59a3dd7b: misc fixes for studio launch: update install instructions, update tools nav for AVD page, update AVD instructions in first app class, other edits to first app.

* commit 'd9c08bac4bb37e8f1180e0e79a2b449568a895a9':
  misc fixes for studio launch: update install instructions, update tools nav for AVD page, update AVD instructions in first app class, other edits to first app.

9 years agoam 895ab42f: am 59a3dd7b: misc fixes for studio launch: update install instructions...
smain@google.com [Mon, 8 Dec 2014 08:51:43 +0000 (08:51 +0000)]
am 895ab42f: am 59a3dd7b: misc fixes for studio launch: update install instructions, update tools nav for AVD page, update AVD instructions in first app class, other edits to first app.

* commit '895ab42ffd3201584e0cb74d73ba10ee4fb59e13':
  misc fixes for studio launch: update install instructions, update tools nav for AVD page, update AVD instructions in first app class, other edits to first app.

9 years agoam 59a3dd7b: misc fixes for studio launch: update install instructions, update tools...
smain@google.com [Mon, 8 Dec 2014 08:44:36 +0000 (08:44 +0000)]
am 59a3dd7b: misc fixes for studio launch: update install instructions, update tools nav for AVD page, update AVD instructions in first app class, other edits to first app.

* commit '59a3dd7b0e3a2ecab08d7dac39a44e2188cb8bc1':
  misc fixes for studio launch: update install instructions, update tools nav for AVD page, update AVD instructions in first app class, other edits to first app.

9 years agomisc fixes for studio launch:
smain@google.com [Mon, 8 Dec 2014 08:21:15 +0000 (00:21 -0800)]
misc fixes for studio launch:
update install instructions, update tools nav for AVD page,
update AVD instructions in first app class, other edits to first app.

Change-Id: I086bf63dddc9f653ce06db29eec9998dfa265040

9 years agoam 44e7bcf4: am b6be2bff: am 40c4ccf4: Merge "doc: SDK install page fix and link...
Joe Fernandez [Mon, 8 Dec 2014 07:22:01 +0000 (07:22 +0000)]
am 44e7bcf4: am b6be2bff: am 40c4ccf4: Merge "doc: SDK install page fix and link fixes" into lmp-docs

* commit '44e7bcf46aa8965e94a6427aa8128cbbd876cc02':
  doc: SDK install page fix and link fixes

9 years agoam b6be2bff: am 40c4ccf4: Merge "doc: SDK install page fix and link fixes" into lmp...
Joe Fernandez [Mon, 8 Dec 2014 07:14:44 +0000 (07:14 +0000)]
am b6be2bff: am 40c4ccf4: Merge "doc: SDK install page fix and link fixes" into lmp-docs

* commit 'b6be2bff08394d0045e2bf540be1b4ba69e53354':
  doc: SDK install page fix and link fixes

9 years agoam 71319f28: am 160e7607: am dee9e37e: Merge "add studio 1.0 files and reorder featur...
smain@google.com [Mon, 8 Dec 2014 07:13:26 +0000 (07:13 +0000)]
am 71319f28: am 160e7607: am dee9e37e: Merge "add studio 1.0 files and reorder features list" into lmp-docs

* commit '71319f288a00eeac2e42c484c5abcc133440144f':
  add studio 1.0 files and reorder features list

9 years agoam 160e7607: am dee9e37e: Merge "add studio 1.0 files and reorder features list"...
smain@google.com [Mon, 8 Dec 2014 07:06:07 +0000 (07:06 +0000)]
am 160e7607: am dee9e37e: Merge "add studio 1.0 files and reorder features list" into lmp-docs

* commit '160e760737131f44bbec84815701957c3faf68cb':
  add studio 1.0 files and reorder features list

9 years agoam 40c4ccf4: Merge "doc: SDK install page fix and link fixes" into lmp-docs
Joe Fernandez [Mon, 8 Dec 2014 07:06:04 +0000 (07:06 +0000)]
am 40c4ccf4: Merge "doc: SDK install page fix and link fixes" into lmp-docs

* commit '40c4ccf462cd9ae65c001f868163502a324271d5':
  doc: SDK install page fix and link fixes

9 years agoMerge "doc: SDK install page fix and link fixes" into lmp-docs
Joe Fernandez [Mon, 8 Dec 2014 07:01:03 +0000 (07:01 +0000)]
Merge "doc: SDK install page fix and link fixes" into lmp-docs

9 years agodoc: SDK install page fix and link fixes
Joe Fernandez [Mon, 8 Dec 2014 05:48:05 +0000 (21:48 -0800)]
doc: SDK install page fix and link fixes

- remove remainain ADT install instructions
- fix tools/gradle/ links
- fix tools/basics/ links
- fix tools/workflow/ links (some)

Change-Id: I52c314724250ff3aa2a1b4b1154e1d1ef37f4b81

9 years agoam dee9e37e: Merge "add studio 1.0 files and reorder features list" into lmp-docs
smain@google.com [Mon, 8 Dec 2014 06:58:24 +0000 (06:58 +0000)]
am dee9e37e: Merge "add studio 1.0 files and reorder features list" into lmp-docs

* commit 'dee9e37ea36047717297ba0329e4368da72c995a':
  add studio 1.0 files and reorder features list

9 years agoMerge "add studio 1.0 files and reorder features list" into lmp-docs
smain@google.com [Mon, 8 Dec 2014 06:53:47 +0000 (06:53 +0000)]
Merge "add studio 1.0 files and reorder features list" into lmp-docs

9 years agoadd studio 1.0 files and reorder features list
smain@google.com [Mon, 8 Dec 2014 06:38:33 +0000 (22:38 -0800)]
add studio 1.0 files and reorder features list

Change-Id: I3bd553ec921d217a9fb72de480d8206f685b8dc4

9 years agoam dc842637: am ac3152ee: am 7b9ae53b: doc: fix for SDK installing page
Joe Fernandez [Mon, 8 Dec 2014 06:37:22 +0000 (06:37 +0000)]
am dc842637: am ac3152ee: am 7b9ae53b: doc: fix for SDK installing page

* commit 'dc842637911dda8005f991cba8933e922e716ade':
  doc: fix for SDK installing page

9 years agoam ac3152ee: am 7b9ae53b: doc: fix for SDK installing page
Joe Fernandez [Mon, 8 Dec 2014 06:30:42 +0000 (06:30 +0000)]
am ac3152ee: am 7b9ae53b: doc: fix for SDK installing page

* commit 'ac3152eecd0d446165b68cdf8a4d813f7559db98':
  doc: fix for SDK installing page

9 years agoam 7b9ae53b: doc: fix for SDK installing page
Joe Fernandez [Mon, 8 Dec 2014 06:23:25 +0000 (06:23 +0000)]
am 7b9ae53b: doc: fix for SDK installing page

* commit '7b9ae53bf22b52c627b3c0200608d3e8f1f86136':
  doc: fix for SDK installing page

9 years agodoc: fix for SDK installing page
Joe Fernandez [Mon, 8 Dec 2014 05:48:05 +0000 (21:48 -0800)]
doc: fix for SDK installing page

- remove ADT install button and instructions

Change-Id: I3aa19b99a7841a85829e78fb276ecbf4ecdeffe0

9 years agoam c10acd71: am 9a041f18: am d3c9f2b9: update studio hero image and add section about...
smain@google.com [Mon, 8 Dec 2014 05:22:49 +0000 (05:22 +0000)]
am c10acd71: am 9a041f18: am d3c9f2b9: update studio hero image and add section about code editor [CP]

* commit 'c10acd71db75dffd9473356ef485b277de0114d1':
  update studio hero image and add section about code editor [CP]

9 years agoam 9a041f18: am d3c9f2b9: update studio hero image and add section about code editor...
smain@google.com [Mon, 8 Dec 2014 05:15:26 +0000 (05:15 +0000)]
am 9a041f18: am d3c9f2b9: update studio hero image and add section about code editor [CP]

* commit '9a041f18d1f2b98538d77a2d803735be5758712f':
  update studio hero image and add section about code editor [CP]

9 years agoam 08ba05b9: am 6cc5e87d: am 4083327e: docs:build system updates [CP]
Rich Slogar [Mon, 8 Dec 2014 05:15:24 +0000 (05:15 +0000)]
am 08ba05b9: am 6cc5e87d: am 4083327e: docs:build system updates [CP]

* commit '08ba05b963693a19b915f0eed78f92acd27b0c53':
  docs:build system updates [CP]

9 years agoam 6cc5e87d: am 4083327e: docs:build system updates [CP]
Rich Slogar [Mon, 8 Dec 2014 05:07:58 +0000 (05:07 +0000)]
am 6cc5e87d: am 4083327e: docs:build system updates [CP]

* commit '6cc5e87d65b88d63082640b8e506d75f3d9244de':
  docs:build system updates [CP]

9 years agoam 67fa34e9: am 2d0cf342: am d0c79c4e: fix migrate guide and other studio edits [CP]
smain@google.com [Mon, 8 Dec 2014 05:07:54 +0000 (05:07 +0000)]
am 67fa34e9: am 2d0cf342: am d0c79c4e: fix migrate guide and other studio edits [CP]

* commit '67fa34e905bb8789adb9b5956062717d8d13f9c2':
  fix migrate guide and other studio edits [CP]

9 years agoam d3c9f2b9: update studio hero image and add section about code editor [CP]
smain@google.com [Mon, 8 Dec 2014 05:07:46 +0000 (05:07 +0000)]
am d3c9f2b9: update studio hero image and add section about code editor [CP]

* commit 'd3c9f2b970e77b910be22ff0fb33fabafe6df2a0':
  update studio hero image and add section about code editor [CP]

9 years agoupdate studio hero image and add section about code editor [CP]
smain@google.com [Sat, 6 Dec 2014 00:43:15 +0000 (16:43 -0800)]
update studio hero image and add section about code editor [CP]

Cherry-pick from Change-Id: Ifd9c5b22139b3ded42c3dab31e9946c40c4f0b38

Change-Id: I9ad74421e2501437de7f36e62e28d1aaede75847

9 years agoam 2d0cf342: am d0c79c4e: fix migrate guide and other studio edits [CP]
smain@google.com [Mon, 8 Dec 2014 05:00:27 +0000 (05:00 +0000)]
am 2d0cf342: am d0c79c4e: fix migrate guide and other studio edits [CP]

* commit '2d0cf342c5090d7fe1c1c82ad5cc83c4537cc14b':
  fix migrate guide and other studio edits [CP]

9 years agoam 4083327e: docs:build system updates [CP]
Rich Slogar [Mon, 8 Dec 2014 05:00:21 +0000 (05:00 +0000)]
am 4083327e: docs:build system updates [CP]

* commit '4083327e0eee402ebcf7b223c34a07d652db6605':
  docs:build system updates [CP]