Commit graph

479 commits

Author SHA1 Message Date
Ryan Pessa aab0028ea4 Merge pull request #269 from udiboy1209/master
Implement source.include_patterns
2016-05-07 13:56:29 -05:00
Akshay Arora 9a43b20f05 Merge pull request #318 from kived/custom-kivy-ios
support using custom kivy-ios source dir
2016-05-07 22:28:34 +05:30
Akshay Arora 6c70972057 Merge pull request #317 from kived/ios-bitcode
disable bitcode for ios target
2016-05-07 21:25:09 +05:30
Ryan Pessa bbd0276a93 disable bitcode 2016-05-03 13:06:59 -05:00
Ryan Pessa cb116c4cfc Merge pull request #328 from kived/fix-p4a-dir
fix bad placement of expanduser()
2016-04-26 11:43:07 -05:00
Ryan Pessa 5c4e5f1d6c fix bad placement of expanduser() 2016-04-26 11:38:47 -05:00
Akshay Arora e58d89c7b7 Merge pull request #322 from kived/android-adb
add adb and p4a commands to android/android_new
2016-04-24 00:23:16 +05:30
Ryan Pessa 4316383884 fix p4a command 2016-04-23 13:45:43 -05:00
Akshay Arora 17ff7efe6c Merge pull request #323 from kived/p4a-storage-dir
use p4a revamp --storage-dir option
2016-04-24 00:06:55 +05:30
Akshay Arora a113e46f26 Merge pull request #288 from pastcompute/my_fixes_1
Fix issues with android.p4a_dir spec file property
2016-04-23 23:14:41 +05:30
Ryan Pessa 49d56f0961 improve adb command, add p4a command 2016-04-22 01:18:40 -05:00
Ryan Pessa 3ec383479b add adb command to android/android_new 2016-04-22 01:03:59 -05:00
Ryan Pessa dd82576da9 use p4a revamp --storage-dir option 2016-04-22 01:01:26 -05:00
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
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