dessant
c5f5c33e01
Delete COPYING
2015-10-15 23:20:10 +03:00
dessant
4dfc89711d
add packer scripts, credit to quanon
2015-10-15 23:09:34 +03:00
dessant
3e25b69f54
switch default versioning method
...
Fixes https://github.com/kivy/buildozer/issues/236 .
2015-10-12 22:15:29 +03:00
Mathieu Virbel
f5a3712cf8
Bump to 0.31dev
2015-10-04 13:44:24 +02:00
Mathieu Virbel
6dbc40d65f
Bump to 0.30
2015-10-04 13:44:18 +02:00
Mathieu Virbel
8e6556da73
fix default SDK version.
...
Closes #149
Closes #205
2015-10-04 13:41:30 +02:00
Mathieu Virbel
c070d7984d
add android.ant_path in default.spec. Closes #209
2015-10-04 13:30:59 +02:00
Mathieu Virbel
7ecddd5b9a
avoid recompilation everytime we do android debug if we are using requirements.source. Compile only if source string change. If the user want to recompile the underlaying source, it need to clean then debug. Closes #210
2015-10-04 13:26:52 +02:00
Mathieu Virbel
def8a7adfb
add missing lib32stdc++6 in installation instructions
2015-10-04 12:59:26 +02:00
Mathieu Virbel
62f4737136
fix encoding issue. Closes #225
2015-10-04 12:57:26 +02:00
Mathieu Virbel
42873ecee1
api 14 nor 21 exists anymore, set the default to 19 (minimum is still 9)
2015-10-04 12:53:03 +02:00
Mathieu Virbel
3fa83089bb
fix doc issue about clean. Closes #189
2015-10-04 12:45:02 +02:00
Mathieu Virbel
04e3530fdb
add check on aidl / 64 bits platform, and refer on installation instructions if it can't be runned.
...
Closes #228
2015-10-04 12:44:29 +02:00
Mathieu Virbel
3fc3c63e47
fix invalid api change
2015-10-04 12:38:50 +02:00
Mathieu Virbel
c7fca65d04
yapf
2015-10-04 11:52:20 +02:00
Mathieu Virbel
ecc5698893
kivy minimum api version is 9, not 8 as before
2015-10-04 11:52:01 +02:00
Alexander Taylor
f2fc785895
Merge pull request #233 from inclement/p4a_revamp_redirect
...
Changed p4a download to pull old_toolchain branch
2015-10-01 21:32:15 +01:00
Alexander Taylor
029d5603cd
pep8 fix for buildozer p4a target change
2015-10-01 21:27:52 +01:00
Alexander Taylor
7d8cddbbb9
Changed p4a download to pull old_toolchain branch
2015-09-22 22:29:54 +01:00
Sagar DV
917b37d393
Merge branch 'master' of github.com:kivy/buildozer into space_in_app_path
2015-09-10 09:55:55 -04:00
Sagar DV
fc6ca06278
Fixes app path issue which lead to build fails. Fixes #13
...
* The build fails when there is a space in the Application path.
* This small fix resolves that issue.
2015-09-10 09:54:10 -04:00
Akshay Arora
b6c69a68d0
Merge pull request #230 from dvenkatsagar/ndk_r10_support
...
Added support for downloading and handling android ndk r10 versions. Fixes #229 and #227
2015-09-10 12:21:48 +05:30
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