Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 13bc25bf authored by Robert Ly's avatar Robert Ly Committed by Android (Google) Code Review
Browse files

Merge "docs: misc l-prev fixes" into klp-modular-dev

parents a730881d d82b45c1
Loading
Loading
Loading
Loading
+10 −24
Original line number Diff line number Diff line
@@ -3,7 +3,8 @@ page.viewport_width=970
fullpage=true
no_footer_links=true
page.type=about

page.metaDescription=Test and build your apps against the next version of Android to ensure they're ready when the platform officially launches.
page.image={@docRoot}preview/images/hero.jpg
@jd:body

<style>
@@ -22,19 +23,6 @@ page.type=about
}
</style>

<div id="video-container">
  <div id="video-frame">
    <div class="video-close">
      <span id="icon-video-close">&nbsp;</span>
    </div>
    <script src="//ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script>
    <div id="ytapiplayer">
      <a href="http://www.youtube.com/watch?v=0xQ3y902DEQ"><img width=940
      src="https://i1.ytimg.com/vi/0xQ3y902DEQ/maxresdefault.jpg"></a><!--You need Flash player 8+ and JavaScript enabled to view this video. -->
    </div>
  </div>
</div>

<div class="landing-body-content">
  <div class="landing-hero-container">
    <div class="landing-section preview-hero">
@@ -93,7 +81,7 @@ page.type=about
                <p>A New UI Design</p>
                <p class="landing-small">
                  Create a consistent experience across mobile and the web with
                   <b>Material</b>, the new Google design standard.
                   material design, the new Google-wide standard.
                </p>
                <p class="landing-small">
                  <a href="/preview/quantum/index.html">Learn about</a>
@@ -174,13 +162,13 @@ page.type=about
                    <img class="landing-social-image" src="{@docRoot}preview/images/bugs.png" alt="">
                  </a>
                <div class="landing-social-copy">
                  <p>Submit Bugs</p>
                  <p>Issue Tracker</p>
                  <p class="landing-small">
                  Let us know when you encounter problems, so we can fix them and make
                  the platform better for you and your users.
                    </p><p class="landing-small">
                      <a target="_blank" href="http://submit-bugs!">
                      Submit Bugs</a>
                      Report Issues</a>
                    </p>
                  <p></p>
                </div>
@@ -190,13 +178,13 @@ page.type=about
                  <img class="landing-social-image" src="//www.google.com/images/icons/product/gplus-128.png" alt="">
                </a>
                <div class="landing-social-copy">
                  <p>Discuss on Google+ </p>
                  <p>Google+ </p>
                  <p class="landing-small">
                    Join the community of Android developers testing out the L Developer Preview and
                    share your thoughts and experiences.
                  </p><p class="landing-small">
                    <a target="_blank" href="http://plus.google.com">
                    Socialize on Google+</a>
                    Discuss on Google+</a>
                    </p>
                </div>
              </div>
@@ -205,14 +193,14 @@ page.type=about
                  <img class="landing-social-image" src="{@docRoot}preview/images/updates.png" alt="">
                </a>
                <div class="landing-social-copy">
                  <p>Get Updates</p>
                  <p>Support and Updates</p>
                  <p class="landing-small">
                  Updates to the L Developer Preview are delivered
                  in the Android SDK Manager. Check back here
                  in the Android SDK Manager. Check back periodically
                  for news about the changes.
                  </p>
                  <p class="landing-small">
                    <a target="_blank" href="{@docRoot}preview/release-notes.html">See Release Notes</a>
                    <a target="_blank" href="{@docRoot}preview/support.html">Get Support</a>
                  </p>
                </div>
              </div>
@@ -236,8 +224,6 @@ page.type=about
        License</a>.
      </div>
    </div>


  </div> <!-- end landing-body-content -->

  <script>
+6 −1
Original line number Diff line number Diff line
@@ -75,7 +75,12 @@
  </li>
    <li class="nav-section">
    <div class="nav-section-header empty">
      <a href="<?cs var:toroot ?>preview/feedback-support.html">Feedback and Support</a>
      <a href="<?cs var:toroot ?>preview/support.html">Support</a>
      </div>
  </li>
  <li class="nav-section">
    <div class="nav-section-header empty">
      <a href="<?cs var:toroot ?>preview/tos.html">Terms of Service</a>
      </div>
  </li>
</ul>
 No newline at end of file
+16 −0
Original line number Diff line number Diff line
page.title=Samples

@jd:body

<p>The code samples for the L Developer Preview are available in the Android SDK Manager under the
L Preview section. Here is a summary of everything that is available:</p>

<ul>
  <li></li>
  <li></li>
  <li></li>
  <li></li>
  <li></li>
  <li></li>
  <li></li>
 </ul>
+0 −6
Original line number Diff line number Diff line
@@ -26,12 +26,6 @@ Android system image is not subject to the same testing as the factory OS and
can cause your phone and installed services and applications to stop working.
</p>

<p><!-- Will this link change before we publish (to a clean version of the doc)?
  Or will we scrub the doc's comments & revision history? -->
<a href="https://docs.google.com/a/google.com/document/d/1OixnM1Q890ExOzDB3Z-FDD6Sb2kF4uZQiMxsYVII8F0/edit?usp=sharing">L
Preview Terms of Service</a>
</p>


<ol>
  <li>Download and extract the Android Developer Preview package to a directory
+22 −0
Original line number Diff line number Diff line
page.title=Support

@jd:body

<p>If you've encountered bugs or have feedback about the L Developer Preview, create
an issue on our bug tracker</p>

<p>Go to the Bug Tracker</p>

<h2>Release Notes</h2>

<p>June 25, 2014 - Initial Release of the L Developer Preview</p>

<ul>
  <li></li>
  <li></li>
  <li></li>
  <li></li>
  <li></li>
  <li></li>
  <li></li>
 </ul>
Loading