1.1.0 (2020-05-18)
1.1.0 (2020-05-18)
Fixed bugs:
- [Docker image] SSLError("Can't connect to HTTPS URL because the SSL module is not available.") #1096
- NameError: name 'raw_input' is not defined #1070
- Setup coverage testing #1058
- AttributeError: 'function' object has no attribute 'glob' #1044
Closed issues:
- Pygallary #1109
- Buildozer compilation ERROR: No matching distribution found for hostpython2 (from -r requirements.txt (line 2)) #1104
- Circular errors with Java version and Android SDK #1103
- APK not running on Android 10? #1102
- Buildozer command fails: Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming the ssl certificate #1095
- Command Failed Error #1092
- APK Can't be install (package can't be install in android) #1091
- buildozer Install python 3.8.1 #1090
- i have weak reference error while using python 3.8 #1089
- buildozer is choosing odd venv, and using a different python? #1080
- Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding #1076
- Buildozer just wont compile my app #1074
- Autoreconf not found? #1072
- error while buildozer android debug deploy run #1064
- Syntax error in Kivy and KivyMD dependencies file when using Buildozer to compile KivyMD app #1051
- Adding CFFI as a Buildozer requirement breaks the Android build #1050
- Is buildozer compatible with Python 3.7 #1048
- Could not resolve org.jetbrains.kotlin:kotlin-stdlib-jre8:1.2.0 #1042
- Error while running buildozer android debug deploy #1038
- cant able to build apk on linux with python3 #1033
- Keystore was tampered with, or password was incorrect #1028
- Windows support to build Android APK #1022
- How to make third party site-packages 'requests' run on Android #1021
- Crash on buildozer android debug command. Command failed: /usr/bin/python -m pythonforandroid.toolchain #1017
- Build failed: Couldn't find executable for CC #1014
- Cloning Error of python-for-android #1008
- checking whether the C compiler works... no #1007
- Kivy :How to ask for storage permission when app starts #1004
- Buildozer :No module named 'numpy.core._multiarray_umath' #1002
- Kivy app Crashes while import openpyxl #1001
- Warning when i run "buildozer -v android debug" #982
- sdkmanager is notinstalled #927
Merged pull requests:
- Update README.md #1111 (tshirtman)
- Fixes Docker apt cache missed #1107 (AndreMiras)
- Adds libssl-dev to the install dependencies #1106 (AndreMiras)
- Automatically publish to PyPI upon tagging #1105 (AndreMiras)
- Fix punctuation and typo in README.md #1101 (hematogender)
- Build integration test #1100 (AndreMiras)
- Fixes missing libssl-dev dependency #1099 (AndreMiras)
- Drops Python 2 support #1094 (AndreMiras)
- Checks SDK, NDK and p4a get downloaded on first run #1093 (AndreMiras)
- Integration testing #1083 (AndreMiras)
- Also tests against macOS platform #1078 (AndreMiras)
- Fix NameError with Python 3 and iOS target #1071 (lerela)
- Unit tests TargetAndroid.build_package() #1069 (AndreMiras)
- Dedicated Docker build/run job #1068 (AndreMiras)
- F841: local variable is assigned to but never used #1066 (AndreMiras)
- PEP8 organisation and fixes #1065 (AndreMiras)
- Fixes coveralls.io on pull requests #1063 (AndreMiras)
- Coveralls TOKEN is only available on branch master #1062 (AndreMiras)
- Starts unit testing buildozer/targets/android.py #1061 (AndreMiras)
- Setup coverage testing #1060 (AndreMiras)
- Fix Dockerfile dependencies #1053 (Sirfanas)
- Updates default buildozer.spec NDK from 17c to 19b #1041 (AndreMiras)
- Fix config typo in default.spec #1026 (touilleMan)
- Android gradle build: fix apk name #1025 (SomberNight)