SomberNight
3d9798757d
android: update app icon; use "adaptive icons" on API 26+
...
see https://developer.android.com/guide/practices/ui_guidelines/icon_design_adaptive
p4a and buildozer had to be patched for this; I will try to upstream the patches, see:
https://github.com/kivy/python-for-android/pull/2446
https://github.com/kivy/buildozer/pull/1312
5 years ago
SomberNight
c68d73715a
android build: only build one apk for debug builds
5 years ago
ThomasV
f7a8166b9c
new icons for android
5 years ago
SomberNight
f87727c195
android build: update kivy
...
fixes #7155
using older kivy master due to #7156
5 years ago
SomberNight
7698ab4ccb
android build: update kivy, and python
5 years ago
SomberNight
c3ae1c0965
android build: (trivial) build arm64 apk first
...
Build the apk I use to test with first :P
This is also the one mentioned in the README copy-paste code snippets.
5 years ago
SomberNight
6f105ae43b
android build: bump targetSdkVersion to 29 (follow-up)
...
follow-up: 59e9337be0
For some reason, without this change, the first build works but subsequent builds fail.
Not sure what the cause is. This is why Travis builds work.
5 years ago
SomberNight
59e9337be0
android build: bump targetSdkVersion to 29
...
as Google Play now mandates that as minimum
5 years ago
ghost43
da4f11dbd3
android build: update list of apt deps for buildozer ( #6645 )
...
compare https://github.com/kivy/buildozer/blob/0.39/docs/source/installation.rst
and https://github.com/kivy/buildozer/blob/1.2.0/docs/source/installation.rst
5 years ago
SomberNight
4f46741c52
binaries: bump python version (3.7.7->3.7.9)
5 years ago
akshauaurora
66fea5de20
exclude qdarkstyle for android build
6 years ago
SomberNight
da4edc8f74
android: fix back button not working (main surface loses focus)
...
fixes #6276
6 years ago
SomberNight
528c8c674c
android build: update p4a, buildozer, base ubuntu
...
also, pull in upstream p4a dockerfile changes
https://github.com/kivy/python-for-android/pull/2231
https://github.com/kivy/python-for-android/pull/2218
6 years ago
relativistic electron
735169bc89
Fix Readme to be consistent with commit 485422b072
6 years ago
SomberNight
f5f3394552
git sanity: enforce "git checkout commithash" actually pulls commit
...
If there is a collision between a branch name and a commit hash, git
will choose the branch, even if the full 40-hex-long commit hash is
given. GitHub disallows branches/tags with such a name but git itself
does not. By adding the `^{commit}` syntax sugar after a ref name,
we can tell git that we want the commit hash to be preferred,
and hence we don't need to trust GitHub (only git).
see https://security.stackexchange.com/questions/225411/
6 years ago
ThomasV
485422b072
move android stuff to contrib/android
6 years ago