Commit graph

617 commits

Author SHA1 Message Date
Ryan Pessa
680b2dc9ea Merge pull request #324 from kived/android_new-source-dirs
use custom source dirs for android_new
2016-04-22 01:00:55 -05:00
Ryan Pessa
0740cef5b8 use custom source dirs for android_new 2016-04-22 00:59:25 -05:00
Ryan Pessa
fed06506a3 Merge pull request #321 from kived/py3-str-decode
fix py3 str has no decode issue
2016-04-20 22:49:56 -05:00
Ryan Pessa
9030a4c03f fix py3 str has no decode issue 2016-04-20 22:35:02 -05:00
Ryan Pessa
2a99a64940 fix custom kivy-ios dir if not named kivy-ios 2016-04-16 20:55:16 -05:00
Ryan Pessa
874dbe3fa5 add support for using custom kivy-ios source 2016-04-16 19:21:13 -05:00
Akshay Arora
442fda7a73 Merge pull request #315 from pythonic64/window_option
Add window option for target android_new
2016-04-11 23:44:40 +05:30
Ulthane Frostborn
4c59f1b849 Added window option for target android_new. 2016-04-11 15:52:38 +02:00
derPinguin
dfe8c567e2 trying to fix Kivy install for OS X builds 2016-04-11 09:13:12 +02:00
Ryan Pessa
ef2357d0dd Merge pull request #311 from kived/fix-usage
fix usage exception
2016-03-26 17:18:28 -05:00
Ryan Pessa
fba03a8d3b fix usage exception 2016-03-26 17:17:10 -05:00
Alexander Taylor
f9cc07dfe1 Merge pull request #303 from pohmelie/fix-verbose-python3
add python3 compatibility to verbose output for android build (#221)
2016-03-14 00:25:45 +00:00
pohmelie
10333efcaf add python3 compatibility to verbose output for android build (#221)
This cause, that stdout is text file, but codecs.StreamWriter encodes string to bytes.
2016-03-14 02:49:54 +03:00
Mathieu Virbel
768bb5c8f6 Merge pull request #293 from udiboy1209/unicode_title
Allow app title to contain Unicode characters
2016-02-29 17:01:09 +01:00
dessant
37f4dac9e7 Update README.md 2016-02-27 15:44:54 +02:00
dessant
a222101896 Merge pull request #266 from CodeMaxx/HNY
Updated Licence Year
2016-02-26 21:29:11 +02:00
dessant
09b085465d add python 3.4 and 3.5 classifiers 2016-02-26 20:05:59 +02:00
Zen-CODE
493644673b doc: grammar tweaks to contribute.rst 2016-02-25 21:09:40 +02:00
Meet Udeshi
0f36e6394d Allow app title to contain Unicode characters
Fix #284
This commit only fixes target android
2016-02-25 22:02:17 +05:30
Alexander Taylor
7f9fe9fe51 Merge pull request #291 from cbenhagen/patch-4
use ios-deploy version 1.7.0
2016-02-25 01:19:21 +00:00
Alexander Taylor
26f3830039 Merge pull request #290 from pastcompute/my_fixes_2
Add spec option to skip automated update of installed android package
2016-02-24 21:29:45 +00:00
Ben Hagen
72b2039d76 use ios-deploy version 1.7.0
buildozer fails with
````
Command failed: make ios-deploy
````
This happens because ios-deploy changed their project structure after version 1.7.0. This issue shows again that we should always use releases of other projects instead of the master branch.
2016-02-23 09:57:58 +01:00
Andrew McDonnell
53cc7f1bea Add spec option to skip automated update of installed android package 2016-02-20 21:33:59 +10:30
Andrew McDonnell
0f29a24b18 Handle tilde for user home in android p4a_dir path 2016-02-20 20:02:28 +10:30
Andrew McDonnell
d80814f850 Fail with useful error rather than crashing with backtrace when p4a_dir is invalid 2016-02-20 18:58:46 +10:30
Akshay Arora
b4f21f7f54 Merge pull request #282 from cbenhagen/patch-3
Remove pip --download-cache flag (fixes #279)
2016-02-04 00:23:33 +05:30
Ben Hagen
c335f42f4c Remove pip --download-cache flag (fixes #279)
pip install --download-cache and pip wheel --download-cache command line flags have been deprecated and the functionality removed. Since pip now automatically configures and uses it's internal HTTP cache which supplants the --download-cache the existing options have been made non functional but will still be accepted until their removal in pip v8.0. For more information please see https://pip.pypa.io/en/stable/reference/pip_install.html#caching
2016-02-03 15:03:35 +01:00
Ryan Pessa
31eb8b42a2 remove print statement from android_new 2016-01-31 15:37:34 -06:00
Jabba Laci
f29450bc5c bin_dir is treated as is, nothing is appended to it 2016-01-25 22:40:31 +01:00
Mathieu Virbel
31f2143359 android: fix bad templating string pushed by mistake with android_new 2016-01-25 18:21:14 +01:00
Jabba Laci
38f80ab5e4 bin_dir option is added to the spec file 2016-01-24 19:45:55 +01:00
Jabba Laci
83a44887b5 put bin/ in builddir if specified in buildozer.spec 2016-01-24 17:52:10 +01:00
Mathieu Virbel
7091cf098c introduce new android_new target using the latest python-for-android toolchain (and not the old_toolchain) version. It's not fully customizable, but support all the basic options plus a couple of new one (copy_libs, service)
+ improve logcat command
2016-01-24 13:58:21 +01:00
Mathieu Virbel
77c5e7c08e update changelog.md 2016-01-07 18:46:10 +01:00
Mathieu Virbel
69bf2823c6 Bump version to 0.32dev after release 2016-01-07 18:38:29 +01:00
Mathieu Virbel
4a10184d1f Version 0.31 2016-01-07 18:38:02 +01:00
Meet Udeshi
0362a494fa Implement source.include_patterns
Matches files and folders with a list of include patterns
similar to exlude_patterns functioning
Does not exclude if they match a pattern in include_patterns
else excludes if they match exclude_patterns or exclude_dirs
2016-01-07 17:13:43 +05:30
Akash Trehan
6986919d68 Updated Licence Year 2016-01-06 03:11:29 +05:30
Akshay Arora
865928f95f OS X: Include copyright info. 2015-12-31 18:47:22 +05:30
Akshay Arora
bcefc5395c Merge pull request #262 from kivy/osx
OS X Target for Bulldozer
2015-12-31 02:25:41 +05:30
akshayaurora
8b2d2a47b0 osx: Use buildozers inbuilt method for copying app, this now supports
include/exclude patterns, extensions, dirs.
2015-12-31 01:54:56 +05:30
akshayaurora
4cc8bebb46 osx: fix downloading code for kivy 2015-12-28 20:15:19 +05:30
akshayaurora
54e4577e78 osx: Start honoring requirements from .spec 2015-12-27 00:40:29 +05:30
akshayaurora
45b3e10949 First stab at buildozer osx 2015-12-26 15:31:42 +05:30
kiok46
f247c2c2e8 update installation info 2015-12-05 18:02:41 +05:30
dessant
658a485e09 fix rst link 2015-11-03 17:00:22 +02:00
dessant
7954647566 add support, contribute and license sections 2015-11-03 16:42:00 +02:00
dessant
a1f8f4e066 Merge pull request #244 from techtonik/patch-1
kill easy_install
2015-11-03 16:18:40 +02:00
dessant
60ec904f60 Merge pull request #231 from dvenkatsagar/space_in_app_path
Fixed Space in app path issue. Fixes #13
2015-11-03 16:17:39 +02:00
anatoly techtonik
42387f8b1b kill easy_install 2015-11-03 16:58:22 +03:00