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
Mathieu Virbel
b17a0ef6c1
whitelist: always generate the whitelist even after the initial distribution build. Otherwise, any further changes are not reflected in the final app.
2015-01-27 16:36:41 +01:00
Mathieu Virbel
4b12f34d06
Bump version to 0.22dev after release
2015-01-14 09:59:50 +01:00
Mathieu Virbel
e6f04865bb
Version 0.21
2015-01-14 09:59:44 +01:00
Mathieu Virbel
7990e1cfa3
bump to 0.20
2015-01-14 09:59:36 +01:00
Mathieu Virbel
5e39fb5539
pexpect: fix python2 decoding issue
2015-01-14 09:38:56 +01:00
Mathieu Virbel
5961cef9e6
Merge pull request #168 from chozabu/diff_default_indentation
...
removed some indentation in example info, added to actual comments inste...
2014-12-29 11:58:16 +01:00
Chozabu
c2626e6c53
removed some indentation in example info, added to actual comments instead for clarity
2014-12-24 15:31:44 +00:00
Mathieu Virbel
e3252c5742
bump to 0.20-dev
2014-12-17 17:39:48 +01:00
Mathieu Virbel
be3c5f1a90
bump to 0.19
2014-12-17 17:39:17 +01:00
Mathieu Virbel
0cdf4fc0bd
upgrade ant tool, as ant < 1.9 cannot handle java 8
2014-12-17 17:32:31 +01:00
Mathieu Virbel
a327e9249b
bump to 0.19-dev
2014-12-17 17:15:31 +01:00
Mathieu Virbel
86752239cf
bump to 0.18
2014-12-17 17:12:09 +01:00
Mathieu Virbel
ff37b04a3b
avoid dpkg check on non-linux platform
2014-12-17 17:10:35 +01:00
Mathieu Virbel
c163a14417
Merge pull request #163 from olymk2/master
...
fix build error and allow redirecting build folder
2014-11-22 17:25:18 +01:00
Oliver Marks
41dae4d42f
fix build error and allow redirecting build folder
...
fixes #161 checks if build-tools exists and returns if it does not so it can be fetched
fixes #162 set builddir in you spec file so the packages are created outside your project
builddir = /tmp/buildozer/ # for example
2014-11-14 19:24:49 +00:00
Mathieu Virbel
043c7c19c7
Merge pull request #160 from attakei/master
...
Remove duplicated checkbin().
2014-11-13 22:22:49 +01:00
Mathieu Virbel
0eca4a2976
Merge pull request #156 from attakei/patches/resolve_compare_versions
...
Fixed logic to compare with “non installed” with “minor version upped"
2014-11-13 22:22:25 +01:00
attakei
df6e494b77
Remove duplicated checkbin()
2014-11-06 22:34:19 +09:00
attakei
c6b423596f
delete print for debug
2014-11-04 13:15:05 +09:00
attakei
fdc2bb59ca
Skip invalid name as version in build-tools directory.(ex: .DS_Store)
2014-10-29 01:46:12 +09:00
Akshay Arora
3a3d726bf7
Merge pull request #157 from nickyspag/master
...
added note about buildozer not having anything to do with buildozer.io
2014-10-28 02:10:37 +05:30
Nicholas Spagnoletti
2357912b15
link
2014-10-27 12:51:30 +02:00
Nicholas Spagnoletti
97f8ffdc4d
note about buildozer.io
2014-10-27 12:50:28 +02:00
Akshay Arora
89f8f92d82
Merge pull request #155 from attakei/patches/lock_java_file_encoding
...
Set "UTF-8" to java file.encoding for android update command explicitly
2014-10-26 23:37:28 +05:30
attakei
7a6034a75e
fix: logic to compare versions "not installed" with "contain minor"(ex: 20.0.1)
...
method bulldozer.targets.android.TargetAndroid._install_android_packages()
If build-tools is not installed, then variable "v_build_tools" is string = '0'.
If latest version contains minor version code ~ example 19.0.3 ~, then variable "ver" is list = [19, 0, 3].
In that case, build-tools is not enable to install, because expression([19, 0, 3] > '0') returns False.
2014-10-27 02:43:04 +09:00