Alexander Taylor
0efcf452d6
Updated README for python 3
2019-02-03 16:36:30 +00:00
Alexander Taylor
5db8187fd4
Merge pull request #808 from kivy/opencollective-ad
...
Update README.md to add opencollective
2019-02-03 16:31:23 +00:00
Mathieu Virbel
e24e571ba6
remove .rst and add .md in MANIFEST (trying to fix travis here)
2019-02-03 17:22:05 +01:00
Mathieu Virbel
7c9239dd59
update README.md to add opencollective
2019-02-03 13:50:21 +01:00
Alexander Taylor
115e6ca4e2
Merge pull request #757 from AndreMiras/feature/cython_requirement_documentation
...
Update cython version from the docs
2019-02-02 15:35:40 +00:00
Andre Miras
63926eb981
Merge pull request #807 from inclement/respect_user_sdk_dir
...
Made buildozer respect user sdk dir when accessing sdkmanager
2019-02-02 15:41:46 +01:00
Alexander Taylor
a780cc470a
Made buildozer respect user sdk dir when accessing sdkmanager
2019-02-02 14:18:45 +00:00
Alexander Taylor
f815965159
Merge pull request #806 from inclement/remove_android_old
...
Removed android_old and updated SDK management to work with current SDK
2019-02-01 18:12:01 +00:00
Alexander Taylor
100bf932e7
Removed android_old references
2019-02-01 18:08:10 +00:00
Alexander Taylor
6d1d5e9b0d
Removed debug print statements
2019-02-01 18:06:10 +00:00
Alexander Taylor
965204910c
Improved doc around sdk download url
2019-02-01 17:29:35 +00:00
Alexander Taylor
632731cc98
Completely removed android_sdk_version token
2019-02-01 17:07:19 +00:00
Alexander Taylor
31b1eaeb43
Removed references to android SDK version token
2019-02-01 16:56:55 +00:00
Alexander Taylor
07c8b9ec8e
Added auto_accept_license option
2019-02-01 15:30:23 +00:00
Alexander Taylor
165dde84b1
Added license message parsing
2019-02-01 15:16:49 +00:00
Alexander Taylor
4936d31828
Removed android_old target and began update to sdk install
2019-02-01 13:04:06 +00:00
Mathieu Virbel
74e26fe6f2
Merge pull request #795 from hackalog/use_ios_frameworks
...
Support the --add-frameworks flag in kivy-ios
2019-01-31 15:05:03 +01:00
Mathieu Virbel
f304ada796
Merge pull request #787 from hackalog/specify_github_branches
...
Specify GitHub branches in buildozer.spec
2019-01-31 13:17:01 +01:00
Andre Miras
07b910c62b
Merge pull request #805 from inclement/remove_duplicated_ndk_api
...
Removed redundant --ndk-api argument and fixed default value
2019-01-30 16:14:17 +01:00
Alexander Taylor
9bc08dc731
Removed redundant --ndk-api argument and fixed default value
2019-01-30 15:00:55 +00:00
Alexander Taylor
b520c00c82
Merge pull request #803 from inclement/update_for_p4a_master
...
Update for p4a master
2019-01-30 13:05:44 +00:00
Alexander Taylor
c8e888dbbf
Changed default python-for-android branch to master
2019-01-30 12:50:48 +00:00
Alexander Taylor
ee833cfe98
Updated buildozer defaults to use, and work with, p4a master
2019-01-30 12:45:02 +00:00
Gabriel Pettier
f3256cf847
Merge pull request #786 from AndreMiras/feature/minor_commet_typo_ndk_api
...
Fixes minor comment typo introduced in #759
2019-01-30 11:17:32 +01:00
Kjell Wooding
823018eb07
Add examples of new url/branch logic to default.spec
2019-01-25 20:26:11 -05:00
Mathieu Virbel
5a912a7949
Merge pull request #799 from AndreMiras/feature/ticket793_fixes_read_python2
...
Unit tests read spec file, refs #793
2019-01-21 19:11:42 +01:00
Andre Miras
27d8880411
Unit tests read spec file, refs #793
2019-01-21 18:55:48 +01:00
Mathieu Virbel
d354782dc2
Merge pull request #791 from kivy/JonasT-patch-1
...
Fix python 2 crash when reading config file
2019-01-21 18:53:18 +01:00
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