Commit graph

380 commits

Author SHA1 Message Date
qua-non
105e0eeaf2 Merge pull request #46 from brousch/patch-2
Fixed missing 'r' on ANDROIDNDKVER environment export
2013-10-11 08:19:35 -07:00
Ben Rousch
b7e0bb0a90 Fixed missing 'r' on ANDROIDNDKVER environment export 2013-10-11 11:18:05 -04:00
Mathieu Virbel
a5f1cf4e8a Merge pull request #44 from kivy/android_branch
make sure android.branch works with fresh clone
2013-10-11 02:40:48 -07:00
qua-non
cb4690e564 make sure android.branch works with fresh clone 2013-10-11 06:09:03 +05:30
Ian Foote
81619b0486 Specify version of garden to use. 2013-09-28 16:12:15 +01:00
Ian Foote
22c0ee1673 Use kivy-garden's version of garden.
Tweak garden_requirements.
2013-09-28 15:26:56 +01:00
Mathieu Virbel
3dcae5a311 Merge pull request #26 from kivy/fix_service_path
add applibs in path for service too
2013-09-26 15:02:06 -07:00
Mathieu Virbel
4871d948cd Merge pull request #25 from kivy/autofix_distribute
fix distribute install before installing every dependencies, fix a few i...
2013-09-26 15:01:31 -07:00
Ian Foote
f7783a09de Remove garden script from tools. 2013-09-26 20:30:31 +01:00
Ian Foote
f05587e77a Merge remote-tracking branch 'origin/garden_requirements' into garden_requirements
Conflicts:
	buildozer/__init__.py
2013-09-26 20:30:11 +01:00
Ian Foote
61e5349faf Ensure garden script is available. 2013-09-26 20:24:52 +01:00
Ian Foote
dd7a2fd914 Install garden packages listed in buildozer.spec.
Requires local copy of garden script.
2013-09-23 15:10:31 +01:00
Gabriel Pettier
4be4b56a89 Merge pull request #40 from nithinbose87/master
Fixed a typo in setdefault description
2013-09-23 03:22:30 -07:00
Nithin Bose
72339b22b9 Fixed a typo in setdefault description 2013-09-23 15:47:47 +05:30
Ian Foote
0bec4893a6 Specify cwd for garden cmd. Use --app arg. 2013-09-17 22:36:36 +01:00
Ian Foote
097073827f Allow specifying garden packages in buildozer.spec 2013-09-17 21:35:48 +01:00
Mathieu Virbel
549fbff80b Merge pull request #38 from Ian-Foote/package_paths
Package paths
2013-09-16 14:25:42 -07:00
Ian Foote
96f7e8cc22 Add sitecustomize.py, copy into app_dir on build. 2013-09-16 22:18:21 +01:00
Mathieu Virbel
c78b2eda93 Merge branch 'master' of ssh://github.com/kivy/buildozer 2013-09-11 15:09:48 +02:00
Mathieu Virbel
a9804dea66 bump to 0.7 2013-09-11 15:09:38 +02:00
Mathieu Virbel
a83dfd4cbd fix android.add_jars to be a "list" type, and be consistent with others token. Multiple .jar are now separated with "," and not ";". Also, it can be configured as a specific section (as all the others list types.) 2013-09-11 15:09:28 +02:00
Mathieu Virbel
4d8cf3ecc7 new android.add_libs_armeabi to add custom .so in the libs/armeabi directory. 2013-09-11 15:08:28 +02:00
Ian Foote
5659a93dc6 Fix typo 'versionning' -> 'versioning'. 2013-09-10 21:55:38 +01:00
tshirtman
374be2404f fix distribute install before installing every dependencies, fix a few issues
maybe not the cleanest way, though
2013-09-03 16:13:34 +02:00
Gabriel Pettier
134001f4ca Merge pull request #23 from brousch/master
Fixed hard-coded Android API 14
2013-08-30 17:06:38 -07:00
Ben Rousch
a43bb98a97 Fixed hard-coded Android API 14 2013-08-30 19:33:18 -04:00
Mathieu Virbel
efc5c7b3e4 implement profiles. bump to 0.6 2013-08-26 09:19:39 +02:00
Mathieu Virbel
70bec9fb0c bump to 0.5 2013-08-25 23:22:53 +02:00
Mathieu Virbel
5c540b0413 add the possilibity to use the content of a section as a list. Ie, instead of doing "source.exclude_dirs = dir1,dir2", just create a section [app:source.exclude_dirs], and put one directory per line. 2013-08-24 01:21:27 +02:00
Mathieu Virbel
103aa72f8c add source.exclude_dirs and source.exclude_patterns options in [app]. Check the default.spec for informations. 2013-08-24 01:20:11 +02:00
Mathieu Virbel
5610036037 Simulate a chrome for downloading. It seem that some download (ndk/sdk) are faster using it. 2013-08-24 01:19:13 +02:00
Mathieu Virbel
64d197fe7e add possibility to use public key/identity instead of password. 2013-08-10 12:24:16 +02:00
Mathieu Virbel
778cd31ca2 Buildozer is now under MIT license 2013-08-01 16:34:01 +02:00
tshirtman
35d6b372c4 add applibs in path for service too 2013-07-28 19:06:00 +02:00
Mathieu Virbel
3ec35fe40a add help for getting a list of identities for ios platform 2013-07-23 12:33:33 +02:00
Mathieu Virbel
420989928a add ability for not checking the configuration for some commands. 2013-07-23 12:31:42 +02:00
Mathieu Virbel
9711f15fe8 Merge pull request #20 from roskakori/master
Fixed #18: Builds fail on Ubuntu 13.04 with zlib.h missing.
2013-07-06 08:44:50 -07:00
Thomas Aglassinger
bc396e2aa5 Merge branch 'master' of https://github.com/kivy/buildozer
Conflicts:
	buildozer/targets/android.py
2013-07-06 17:39:34 +02:00
Mathieu Virbel
8290aed23b avoid empty lines when checking adb serials 2013-07-06 17:30:34 +02:00
Thomas Aglassinger
97c4e411a4 * Fixed #18: Builds fail on Ubuntu 13.04 with zlib.h missing.
* Fixed missing rebuild of build.py when the previous build failed.
2013-07-06 17:30:02 +02:00
Mathieu Virbel
4fe9296947 avoid start message of adb 2013-07-06 17:29:19 +02:00
Mathieu Virbel
a4ea97ac03 avoid start message of adb 2013-07-06 17:28:00 +02:00
Mathieu Virbel
4141254120 fix adb devices by using the self.adb_cmd 2013-07-06 17:24:02 +02:00
Mathieu Virbel
50b3dd8a71 Merge pull request #19 from fabiankreutz/master
Europython sprint updates
2013-07-06 08:11:36 -07:00
Fabian Kreutz
21a99cc0fa Merge branch 'master' of https://github.com/kivy/buildozer 2013-07-06 17:50:46 +03:00
Fabian Kreutz
9a625e4ceb Europython sprint: Fix for prior ndk-url fix: uname()[4] for 32bit is not x86 2013-07-06 17:43:01 +03:00
Fabian Kreutz
6a698c6596 Europython sprint: put internally provided ant into os-path 2013-07-06 17:13:00 +03:00
Fabian Kreutz
fb7950bef8 Europython sprint: Typo and better error message for missing version definition 2013-07-06 17:12:57 +03:00
Fabian Kreutz
14fb039b99 Europython sprint outcome: enable download of 64bit NDK version 2013-07-06 17:12:25 +03:00
Mathieu Virbel
2642497d3a enhance error message when version capture failed. Credits goes to Dabian Snovna 2013-07-06 16:03:15 +02:00