Commit graph

392 commits

Author SHA1 Message Date
Sagar DV b20ddf810d Added support for downloading and handling android ndk r10 versions.
* android ndk r10 versions are only avalable in ".bin" format.
* Modified the _install_android_ndk function in /buildozer/targets/android.py.
  - Checks the version of ndk given in the spec file, whether its greater than 9. If it is greater than 9, generate the link containing the .bin url.
* Modified the file_extract function in /buildozer/__init__.py
  - Introduced the functionality to handle .bin files.
2015-09-10 02:14:00 -04:00
Mathieu Virbel 279dbfe69c Merge pull request #206 from denys-duchier/install-build-tools
make _read_version_subdir return parse('0') instead of [0], otherwise…
2015-06-17 13:57:42 +02:00
Denys Duchier d392c3c022 make _read_version_subdir return parse('0') instead of [0], otherwise it cannot be meaningfully compared to an actual version 2015-06-14 19:57:59 +02:00
Mathieu Virbel 4112910da0 Bump version to 0.30dev after release 2015-06-01 23:22:36 +02:00
Mathieu Virbel cfbc4bb9c8 Version 0.29 2015-06-01 23:22:27 +02:00
Mathieu Virbel 23310f350e remove old CHANGES.md 2015-06-01 23:22:03 +02:00
Mathieu Virbel 1804bfcb92 update changelog 2015-06-01 23:21:35 +02:00
Mathieu Virbel d5bdf07032 add missing files for libs 2015-06-01 23:13:51 +02:00
Mathieu Virbel 4377649964 Merge pull request #176 from kivy/use_pip_pexpect
use upstream pexpect instead of shipping it
2015-06-01 23:02:27 +02:00
Mathieu Virbel 7f946a7f16 Merge pull request #191 from pohmelie/master
some python 3 compatibility
2015-06-01 23:01:53 +02:00
Mathieu Virbel 100d84a883 Merge pull request #192 from jaynakus/master
Windows fix
2015-06-01 23:01:37 +02:00
Mathieu Virbel d97e70c44d Merge pull request #194 from cbenhagen/patch-1
fix ios targets xcode command
2015-06-01 23:00:46 +02:00
Mathieu Virbel 732a9fac0a Merge pull request #197 from kived/android-dist-failure
check for complete dist instead of dist dir
2015-06-01 23:00:20 +02:00
gabriel pettier 12964f488f use max() instead of sort() + [-1] 2015-05-30 12:45:25 +02:00
gabriel pettier e4a4d2ad1b stop messing with version completly, don't split or join 2015-05-30 12:45:25 +02:00
gabriel pettier c19575a7d5 completly remove self._process_version_string, since parse() is simpler 2015-05-30 12:34:30 +02:00
gabriel pettier 284a69ca55 needs testing, should fix #201 using pypa implementation of PEP440
https://github.com/pypa/packaging/blob/master/packaging/version.py
2015-05-30 12:24:27 +02:00
Ryan Pessa eaa5daf801 check for complete dist instead of dist dir 2015-05-23 15:51:38 -05:00
Ben Hagen 4b5ff9f67d fix ios targets xcode command 2015-04-22 16:35:59 +02:00
jaynakus ca71804897 Master
Root detection os.geteuid() does not work on win32 environment and
throws AttributeError. Fixed
2015-04-08 10:09:00 +06:00
pohmelie c4c74050bf some python 3 compatibility 2015-04-06 16:41:39 +03:00
Mathieu Virbel 6f842d01ce Merge pull request #185 from kived/custom-source-dirs
allow custom source folders in buildozer.spec
2015-03-17 17:36:38 +01:00
Ryan Pessa d20dd4676c use uppercase name for ios source dirs 2015-03-17 11:26:26 -05:00
Ryan Pessa c99b1190fe allow custom source folders in buildozer.spec 2015-03-09 10:12:14 -05:00
Mathieu Virbel 3dda7f2d8e Bump version to 0.28dev after release 2015-03-08 22:15:51 +01:00
Mathieu Virbel 3a24529fc3 Version 0.27 2015-03-08 22:15:42 +01:00
Mathieu Virbel dd64f96ebd add a note when a command failed to execute. This will give user few step to do before reporting an issue we cant help with it. Closes #177. 2015-03-08 11:08:39 +01:00
Mathieu Virbel 0c9d9ab17c try to not break with python3. Closes #174 2015-03-08 10:59:22 +01:00
Mathieu Virbel 93d35a951e replace git:// with https://. Closes #178 2015-03-08 10:43:02 +01:00
Mathieu Virbel 501dcb9161 Merge branch 'master' of ssh://github.com/kivy/buildozer 2015-03-07 22:15:23 +01:00
Mathieu Virbel 64c9a47d72 ios: fix ios target for the new kivy-ios toolchain, plus use ios-deploy from phonegaps instead of the old/non-working fruitstrap 2015-03-07 22:15:12 +01:00
Ryan Pessa 23ecb9709c Merge pull request #184 from kived/log-color-fix
fix black text in log
2015-03-07 12:07:01 -06:00
Ryan Pessa 2436562570 fix black text in log 2015-03-07 12:06:11 -06:00
gabriel pettier ac5c557cd2 use upstream pexpect instead of shipping it
this version allows unicode parsing, with spawnu
wrap stdout with codecs.getwriter('utf8') to avoid another unicode error
2015-02-01 23:07:40 +01:00
Mathieu Virbel 1bd6579582 Bump to 0.27dev 2015-01-28 13:05:10 +01:00
Mathieu Virbel 1e9f3d994b Bump to 0.26 2015-01-28 13:05:06 +01:00
Ryan Pessa ce640fc1d7 Merge pull request #172 from kived/fix-whitelist
ensure whitelist always has a list
2015-01-27 14:54:19 -06:00
Ryan Pessa 72e660ede5 ensure whitelist always has a list 2015-01-27 14:30:42 -06:00
Mathieu Virbel 328bd0fe84 Bump to 0.26dev 2015-01-27 17:33:24 +01:00
Mathieu Virbel b02f074c24 Bump to 0.25 2015-01-27 17:33:20 +01:00
Mathieu Virbel b6d8eb9d13 setup.py: add changelog in the long description 2015-01-27 17:33:17 +01:00
Mathieu Virbel 4d76f5f0e6 Bump to 0.24 2015-01-27 17:21:53 +01:00
Mathieu Virbel 5c9eb51c66 Bump to 0.24 2015-01-27 17:21:49 +01:00
Mathieu Virbel a49a9abab9 Bump to 0.23 2015-01-27 17:16:40 +01:00
Mathieu Virbel 0c48a4aa47 Bump to 0.23 2015-01-27 17:16:36 +01:00
Mathieu Virbel aae2b6f2d8 reference the changelog.md in the manifest.in 2015-01-27 17:16:30 +01:00
Mathieu Virbel d5610d544d auto generate changelog when releasing now 2015-01-27 17:15:11 +01:00
Mathieu Virbel 64c5328ac7 bump to 0.23dev 2015-01-27 17:12:06 +01:00
Mathieu Virbel 2ab30b6df3 Bump to 0.22 2015-01-27 17:11:45 +01:00
Mathieu Virbel 122252f9f7 android: dont lookup to android sdk/ndk if we didnt change the buildozer.spec options related to it, and if everything was working in the first time. 2015-01-27 16:46:17 +01:00