commit | 4ced3a4f025d52d7af3dbe0e8183d19292fa8fd3 | [log] [tgz] |
---|---|---|
author | Dake Gu <dake@google.com> | Wed Jan 31 17:03:54 2018 -0800 |
committer | Dake Gu <dake@google.com> | Thu Feb 01 18:25:46 2018 +0000 |
tree | 960d26b1982202efd1521c5fb878d40d709df1c3 | |
parent | 4365a4d97dda753f95dec5c9ab22880e05f0a2fd [diff] |
leanback: fix testSelectCardOnARow This bugs happens when scroll to a new position, we need stop existing smoothScroller whose targetPosition is still holding obsolete value. If we dont stop it properly, when SmoothScroller stops later, it will override the desired selected position with wrong value. This failure test can be reproduced by reducing lb_browse_headers_out transition duration. Bug: 72570704 Test: testSelectCardOnARow and testScrollInSmoothScrolling Change-Id: I93127b3af97565f0cfb9e0b6ce81a9e99265a609
We are not currently accepting new modules, features, or behavior changes.
NOTE: You will need to use Linux or Mac OS. Building under Windows is not currently supported.
Follow the “Downloading the Source” guide to install and set up repo
tool, but instead of running the listed repo
commands to initialize the repository, run the folowing:
repo init -u https://android.googlesource.com/platform/manifest -b ub-supportlib-master
Now your repository is set to pull only what you need for building and running support library. Download the code (and grab a coffee while we pull down 7GB):
repo sync -j8 -c
You will use this command to sync your checkout in the future - it’s similar to git fetch
Open path/to/checkout/frameworks/support/
in Android Studio. Now you're ready edit, run, and test!
If you get “Unregistered VCS root detected” click “Add root” to enable git integration for Android Studio.
If you see any warnings (red underlines) run Build > Clean Project
.
You can do most of your work from Android Studio, however you can also build the full support library from command line:
cd path/to/checkout/frameworks/support/ ./gradlew createArchive
Run FooBarTest
Run android.support.foobar
Support library has a set of Android applications that exercise support library code. These applications can be useful when you want to debug a real running application, or reproduce a problem interactively, before writing test code.
These applications are named support-*-demos (e.g. support-4v-demos or support-leanback-demos. You can run them by clicking Run > Run ...
and choosing the desired application.
cd path/to/checkout/frameworks/support/ repo start my_branch_name . (make needed modifications) git commit -a repo upload --current-branch .
If you see the following prompt, choose always
:
Run hook scripts from https://android.googlesource.com/platform/manifest (yes/always/NO)?