Commit graph

901 commits

Author SHA1 Message Date
Kjell Wooding
bf6b88de3d support the --add-frameworks flag in kivy-ios 2019-01-17 10:54:03 -05:00
Andre Miras
0407331084
Merge pull request #794 from AndreMiras/feature/ticket679_travis_ci_and_tox
Introduces CI and tox testing, fixes #679
2019-01-17 16:10:16 +01:00
Andre Miras
58faefa243 Introduces CI and tox testing, fixes #679
- run setup.py on both Python2 and Python3
- runs simple test case for both Python2 and Python3
- checks the PEP8 style
- updates README.md adds Travis badge
2019-01-16 23:16:29 +01:00
JonasT
be52c21467
Fix python 2 crash when reading config file 2019-01-16 21:55:15 +01:00
Andre Miras
c66af5dc0b
Merge pull request #789 from guysoft/encoding
Handle buildozer.spec with unicode chars
2019-01-14 09:44:59 +01:00
Guy Sheffer
46cc8f715b Handle buildozer.spec with unicode chars 2019-01-13 11:56:33 +02:00
Andre Miras
152d5417b0 Fixes minor comment typo introduced in #759 2019-01-12 16:59:05 +01:00
Kjell Wooding
44bbd13b47 Whoops. Missed some references 2019-01-09 14:51:16 -05:00
Kjell Wooding
532077e2a3 Add a mechanism to specify and override which git branch will be used for build dependencies 2019-01-09 14:45:04 -05:00
Mathieu Virbel
6b004f9778 enforce p4a --ndk-api to respect minimum api set in buildozer.spec. Fixes #772 2019-01-07 19:55:28 +01:00
Mathieu Virbel
ebfc90eecc Merge branch 'zworkb-master' 2019-01-07 19:45:20 +01:00
Mathieu Virbel
7fb6535c08 Merge branch 'master' of https://github.com/zworkb/buildozer into zworkb-master 2019-01-07 19:44:57 +01:00
Andre Miras
05cdd90e20
Merge pull request #775 from mahomahomaho/docker-from-current-git
Docker from current git
2018-12-28 13:56:10 +01:00
maho
2be2d77ffa PR#775 - docker from current git 2018-12-28 12:30:39 +01:00
Andre Miras
98a7395ebf
Merge pull request #766 from wo01/outputs_dir
Fix output directory for gradle
2018-12-13 09:52:43 +01:00
WO
4296edc472 Fix output directory for gradle 2018-12-12 09:05:33 +09:00
Peter Badida
9fd345951c
Merge pull request #763 from autosportlabs/master
support sensorLandscape mode. resolves #762
2018-12-08 20:57:11 +01:00
Brent Picasso
c4c632f7da support sensorLandscape mode. resolves #762 2018-12-08 09:27:18 -08:00
Alexander Taylor
635f0ddc0d
Merge pull request #759 from autosportlabs/master
allow specifying of Android NDK API. Resolves #758
2018-12-01 20:17:40 +00:00
Brent Picasso
d77d9714ff switch config key to use underscore 2018-12-01 12:16:34 -08:00
Brent Picasso
9bb9dd590c fix typo 2018-12-01 12:06:27 -08:00
Brent Picasso
98c2f36a11 update docs per PR review 2018-12-01 12:01:01 -08:00
Brent Picasso
96bbbebf0b allow specifying of Android NDK API. Resolves #758 2018-11-30 17:07:02 -08:00
Andre Miras
92291353a5 Update cython version from the docs
`cython==0.28.6` seems to be doing just fine on p4a until now.
https://github.com/kivy/python-for-android/blob/df60061/Dockerfile#L120
2018-11-30 23:25:25 +01:00
Gabriel Pettier
50cc61681e bump to 0.38.dev0 2018-11-30 00:11:01 +01:00
Gabriel Pettier
70440b0d92 bump to 0.37 2018-11-30 00:09:11 +01:00
Gabriel Pettier
ece71cdac6
Merge pull request #755 from avere001/patch-1
fix android sdk/ndk information link
2018-11-26 22:38:38 +01:00
Adam
e14207e3ed
fix android sdk/ndk information link 2018-11-26 13:32:50 -08:00
Gabriel Pettier
6d447817aa
Merge pull request #754 from kivy/fix_download_ndk
this allows to build with ndk 17c (and other recent-ish ones)
2018-11-26 15:48:49 +01:00
Gabriel Pettier
d2550ee5c3 this allows to build with ndk 17c (and other recent-ish ones) 2018-11-25 23:58:46 +01:00
Gabriel Pettier
88eaa7f332 fix WSL compatibility change breaking normal build 2018-11-25 21:59:22 +01:00
Philipp Auersperg
ecc499c23a follow links 2018-11-23 09:41:44 +01:00
Peter Badida
c05c7d437c
Bump to 0.37.dev0 2018-11-21 20:55:49 +01:00
Peter Badida
0c9fbb9783
Bump to 0.36 2018-11-21 20:42:02 +01:00
Philipp Auersperg
761727a9b2 fix ndk URLs 2018-11-17 14:50:21 +01:00
Mathieu Virbel
a6cd679c5c
Update README.rst 2018-11-17 00:32:57 +01:00
Mathieu Virbel
6447933ed3
Update default.spec 2018-11-17 00:31:13 +01:00
Mathieu Virbel
c8093da21e
Update README.rst 2018-11-17 00:30:46 +01:00
Mathieu Virbel
8bfb6331e9
Merge pull request #740 from kivy/wsl
workaround for working in WSL
2018-11-17 00:28:03 +01:00
Mathieu Virbel
d60abf0ff9
Merge pull request #743 from dbrnz/decode_python3_stdout
Correctly write out a sub-process's `stdout` when using Python 3.
2018-11-17 00:27:43 +01:00
David Brooks
6e6a889479 Fixes hardcoded pip version
Uses default Python executable so correct version of pip gets picked up dynamically
2018-11-10 13:07:57 +01:00
David Brooks
58bec60ecd Correctly write out a sub-process's stdout when using Python 3. 2018-11-10 17:40:42 +13:00
Gabriel Pettier
4f4d8eb4e5 workaround for working in WSL 2018-11-06 23:40:20 +01:00
Andre Miras
4e87eaa795
Merge pull request #736 from dbrnz/android_install_reqs
Allow for `install_reqs` line having whitespace at start, fixes #731 and #733
2018-10-30 09:12:23 +01:00
David Brooks
8abcf26fbb Fix typo... 2018-10-30 12:41:23 +13:00
David Brooks
0e1c1263fd Allow for install_reqs line starting with whitespace. 2018-10-30 12:34:37 +13:00
Mathieu Virbel
e4182fea1c update changelog 2018-10-24 10:49:04 +02:00
Mathieu Virbel
b922dee09b Merge branch 'master' of ssh://github.com/kivy/buildozer 2018-10-24 10:40:17 +02:00
Mathieu Virbel
eb9007dc78
Merge pull request #730 from kivy/dessant-patch-2
Fix Support config file name
2018-10-24 10:38:37 +02:00
Armin Sebastian
01a4d92ea5
Fix Support config file name 2018-10-24 11:37:51 +03:00