-
Notifications
You must be signed in to change notification settings - Fork 624
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
怎么下载 #222
Open
xhj0529
wants to merge
44
commits into
openstf:master
Choose a base branch
from
DeviceFarmer:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
怎么下载 #222
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
start from API level 29 implementation to easely highlight the diff. Signed-off-by: Crepieux Pierre <[email protected]>
Display informations are now split accross DisplayInfo, DisplayState, DisplayConfig It also introduced a ui::Rotation type replacing DISPLAY_ORIENTATION_* Signed-off-by: Crepieux Pierre <[email protected]>
- provides minicap.so - updates versionning information - and package metadata Signed-off-by: Crepieux Pierre <[email protected]>
Android 11 support
Add publish configuration
This is an attempt to write a minicap version in kotlin and use higher level api that should hopefully make it easier to support many os version (and the future ones). It also is likely to prevent the reccurent "Vector<> have different types" errors. The implementation is not complete and a few changes will have to be done on stf. Signed-off-by: Crepieux Pierre <[email protected]>
Signed-off-by: Crepieux Pierre <[email protected]>
- remove currently unused test deps and code - remove Jcenter repository - reduce scope of target and device size in MinicapClientOutput - rename CLASS to clazz Signed-off-by: Crepieux Pierre <[email protected]>
Kotlin implemtentation of minicap
Upgrade to GitHub-native Dependabot
The image reader was inadvertently initialized with the screen size rather than the targeted size Signed-off-by: Crepieux Pierre <[email protected]>
Signed-off-by: Crepieux Pierre <[email protected]>
Fix screen size of kotlin minicap
Rotation was not properly managed, assuming a portait mode. This commit take care of reporting the orientation in the minicap protocol and also the width x height switching when needed. On the command line, a projection like "1080x2220@645x954/90" leads to a target images of size 954x645. Signed-off-by: Crepieux Pierre <[email protected]>
Fix rotation issue
Signed-off-by: 余苏楠 <[email protected]>
Support Android 12 (preview),and resolve black screen problem
Signed-off-by: Jesse <[email protected]>
Signed-off-by: Jesse <[email protected]>
support Android 12 for the minicap.so building.
Signed-off-by: 余苏楠 <[email protected]> Signed-off-by: varundtsfi <[email protected]>
…-v7a arch Signed-off-by: varundtsfi <[email protected]>
Signed-off-by: varundtsfi <[email protected]>
PreCompiled shared libraries for Android 12 arm64-v8a and armeabi…
user can select a secondary display using "-d int_value" Signed-off-by: Pierre Crépieux <[email protected]>
Add secondary display selection (apk only)
npm install also builds an apk so ANDROID_SDK_ROOT has to be defined Signed-off-by: Pierre Crépieux <[email protected]>
Update os image in semaphore.yml to ubuntu2004
Signed-off-by: varundtsfi <[email protected]>
vnc support for sdk 32, 33, 34 devicefarmer/minicap
Changes for Android 15 beta support in kotlin
Supported ndk prebuilt libs also pushed for android 15 beta support
Signed-off-by: varundtsfi <[email protected]>
Signed-off-by: varundtsfi <[email protected]>
…pport Minicap issue# 54 android15 support
Update version number to 2.7.2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
给力 下载试试能不能用