Commit graph

237 commits

Author SHA1 Message Date
Mathieu Virbel
d2129b2a19 bump to 0.16-dev 2014-06-02 11:41:03 +02:00
Mathieu Virbel
7ac11c261e bump to 0.15 2014-06-02 11:38:13 +02:00
Mathieu Virbel
aba13fd265 Merge pull request #112 from cbenhagen/patch-2
Ignore UTF-8 decoding errors. Closes #108
2014-05-01 22:58:34 +02:00
Akshay Arora
965a1c21b8 Merge pull request #111 from cbenhagen/patch-1
chmod ug+x android_cmd
2014-04-25 23:54:15 +05:30
Ben Hagen
a59748574f Ignore UTF-8 decoding errors. Closes #108 2014-04-25 20:10:31 +02:00
Ben Hagen
54bf4b687c chmod ug+x android_cmd
android_cmd needs to be made executable before its first use.
2014-04-25 19:44:04 +02:00
qua-non
187ebdf999 missing use buildozer.debug 2014-04-24 13:59:03 +05:30
Mathieu Virbel
32f77a248c Merge branch 'master' of ssh://github.com/kivy/buildozer 2014-04-21 14:17:24 +02:00
Mathieu Virbel
fbab0f2163 add support for copying libraries for armeabi, armeabi-v7a, x86, mips. closes #63 2014-04-21 14:17:13 +02:00
Ben Rousch
35c9a93d6e More detailed Android instructions 2014-04-21 08:11:35 -04:00
Mathieu Virbel
4ad75994d7 change the regex to capture the version with " too. closes #67 2014-04-21 14:06:20 +02:00
Mathieu Virbel
7c699033a7 ensure libz is installed too. closes #72 2014-04-21 13:55:39 +02:00
Mathieu Virbel
abfddecbe7 Add instructions for using custom recipe + contributing back. closes #76 2014-04-21 13:52:20 +02:00
Mathieu Virbel
2a9f4aa4d8 avoid showing the exception, print and exit when checkbin() fail. closes #80 2014-04-21 13:37:50 +02:00
Mathieu Virbel
fc2f00b8b4 Merge branch 'master' of ssh://github.com/kivy/buildozer 2014-04-21 13:37:22 +02:00
Mathieu Virbel
e249dac59f correctly pass android.minapi/api to build.py. closes #93 2014-04-21 13:28:21 +02:00
Mathieu Virbel
3a895d1b6f Merge pull request #98 from b3ni/master
p4a whitelist
2014-04-21 13:23:30 +02:00
Mathieu Virbel
2e8a63c201 bump to 0.15-dev 2014-04-21 01:26:20 +02:00
Mathieu Virbel
7b4efe3c0e fixes python2 console write (as before) 2014-04-21 01:19:21 +02:00
Mathieu Virbel
e6495349b8 bump to 0.13 2014-04-21 01:09:45 +02:00
Mathieu Virbel
584bb0ed36 fixes windows color 2014-04-21 01:09:00 +02:00
Mathieu Virbel
e8483f8c46 fixes for Python 2 + color 2014-04-21 01:04:58 +02:00
Mathieu Virbel
0669808f19 bump to 0.12 2014-04-21 00:48:09 +02:00
Mathieu Virbel
ec63e68161 fix open() for python2 in buildozer 2014-04-21 00:46:58 +02:00
Mathieu Virbel
9bafe058c4 bump to 0.12-dev 2014-04-20 21:21:33 +02:00
Mathieu Virbel
18c72e2ff2 bump to 0.11 2014-04-20 21:19:28 +02:00
Mathieu Virbel
673685bb62 update changes 2014-04-20 21:07:18 +02:00
Mathieu Virbel
bb550a953c fixes buildozer for Windows. closes #90 2014-04-20 21:04:10 +02:00
Mathieu Virbel
8191cf4dcd add missing documentation configuration 2014-04-20 18:27:22 +02:00
Mathieu Virbel
a001bb484f add documentation 2014-04-20 18:09:07 +02:00
Mathieu Virbel
6286519d20 add changes file 2014-04-20 16:54:30 +02:00
Mathieu Virbel
d053ef7831 move scripts into buildozer.scripts.*, and use console_scripts for setup() 2014-04-20 16:45:40 +02:00
Mathieu Virbel
c9bd12e0ce first pass to make buildozer compatible with python3 2014-04-20 14:03:50 +02:00
Mathieu Virbel
8c3e4b557f bump to 0.11-dev 2014-04-09 16:46:42 +02:00
Mathieu Virbel
3c87c38f1e bump to 0.10 2014-04-09 16:46:07 +02:00
Mathieu Virbel
7c19679cdd use timeout=None to prevent TIMEOUT during child.expect 2014-04-09 09:50:47 +02:00
Mathieu Virbel
9b4db49f02 Merge branch 'master' of ssh://github.com/kivy/buildozer 2014-04-08 22:03:28 +02:00
Mathieu Virbel
3231a57447 install libs as well 2014-04-08 22:01:10 +02:00
Mathieu Virbel
8b15dcf1fa Merge pull request #79 from kivy/buildozer_clean
implement the `clean` command.
2014-04-08 17:59:56 +02:00
Mathieu Virbel
b8902d1b1d Merge pull request #81 from inclement/master
Delete dist dir if running distribute.sh
2014-04-08 17:59:37 +02:00
Mathieu Virbel
84605db006 Merge branch 'relpath' of https://github.com/inclement/buildozer into inclement-relpath
Conflicts:
	buildozer/targets/android.py
2014-04-08 17:59:24 +02:00
Mathieu Virbel
d923c501d6 correctly update and download Android SDK with tools/platform-tools/build-tools if available. And install the API if necessary. closes #101, #21, #89. 2014-04-08 17:56:51 +02:00
Mathieu Virbel
6e03d04987 dont try to copy garden if the directory doesnt exists 2014-04-07 15:08:52 +02:00
Mathieu Virbel
ea7561413f dont try to install garden if the user doesnt use anything from garden 2014-04-07 15:05:20 +02:00
Akshay Arora
0abd313259 Merge pull request #100 from kivy/garden_venv_fix
Fixed garden install for newer virtualenvs
2014-04-03 19:58:46 +05:30
Ben Rousch
0a4081851e Fixed garden install for newer virtualenvs 2014-04-03 10:19:54 -04:00
benito
2fb20b4fc9 p4a whitelist 2014-04-01 18:38:14 +02:00
Akshay Arora
3dfb640ff7 Merge pull request #96 from pengjia/master
fix ln if soft link existed
2014-03-30 13:25:55 +05:30
Akshay Arora
744c03b696 Merge pull request #41 from Ian-Foote/garden_requirements
Garden requirements
2014-03-30 13:20:11 +05:30
Peter Peng
0d328bfbd8 fix ln if soft link existed 2014-03-29 23:11:37 +08:00