forked from misl6/python-for-android
-
Notifications
You must be signed in to change notification settings - Fork 0
Qt5 wip ok #2
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
Open
bleach86
wants to merge
19
commits into
bleach86:ghost
Choose a base branch
from
SomberNight:qt5-wip
base: ghost
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
Qt5 wip ok #2
Conversation
This file contains hidden or 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
see kivy#1843 (arch int codes decreased to reduce burn of 32bit address space)
when software keyboard disappears, main view would not have focus see method (1) in spesmilo/electrum#6276 (comment)
see methods (2) and (3) in spesmilo/electrum#6276 (comment)
see https://developer.android.com/guide/practices/ui_guidelines/icon_design_adaptive This adds a `--icon-fg` and a `--icon-bg` build option to the sdl2 bootstrap, that can be used to specify two PNG files to be used as the foreground and background of an adaptive icon. These will get used if API 26+ is available at runtime. The existing `--icon` option to specify an icon as a single PNG file is kept, as - this provides backwards compatibility, - and even if the new options are used, it might be a good idea to set all three options: when running on API <26, the PNG specified via `--icon` gets used.
* ndk >= r22 no longer supports - {ndk_dir}/platform - {ndk_dir}/sysroot * add & use - ctx.ndk_standalone - ctx.ndk_sysroot - ctx.ndk_lib_dir - ctx.ndk_include_dir * patch openssl * add FIXMEs to some recipes - nothing should have changed for ndk < r22 - modifications and/or testing may be needed for ndk >= r22 * CI: mark some packages as broken
Otherwise it seems that both android-qt5 and android-genericndkbuild packages are built
these should be available through the material style plugin, but these aren't picked up correctly currently
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.
No description provided.