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
dessant
97f9e293e0
Merge pull request #239 from cbenhagen/patch-2
...
install requires virtualenv
2015-10-21 12:44:06 +03:00
Ben Hagen
9dec41774b
install requires virtualenv
2015-10-21 11:17:58 +02:00
dessant
5247ad5d3b
update copyright year
2015-10-15 23:20:42 +03:00
dessant
c5f5c33e01
Delete COPYING
2015-10-15 23:20:10 +03:00
dessant
4dfc89711d
add packer scripts, credit to quanon
2015-10-15 23:09:34 +03:00
dessant
3e25b69f54
switch default versioning method
...
Fixes https://github.com/kivy/buildozer/issues/236 .
2015-10-12 22:15:29 +03:00
Mathieu Virbel
f5a3712cf8
Bump to 0.31dev
2015-10-04 13:44:24 +02:00
Mathieu Virbel
6dbc40d65f
Bump to 0.30
2015-10-04 13:44:18 +02:00
Mathieu Virbel
8e6556da73
fix default SDK version.
...
Closes #149
Closes #205
2015-10-04 13:41:30 +02:00
Mathieu Virbel
c070d7984d
add android.ant_path in default.spec. Closes #209
2015-10-04 13:30:59 +02:00
Mathieu Virbel
7ecddd5b9a
avoid recompilation everytime we do android debug if we are using requirements.source. Compile only if source string change. If the user want to recompile the underlaying source, it need to clean then debug. Closes #210
2015-10-04 13:26:52 +02:00
Mathieu Virbel
def8a7adfb
add missing lib32stdc++6 in installation instructions
2015-10-04 12:59:26 +02:00
Mathieu Virbel
62f4737136
fix encoding issue. Closes #225
2015-10-04 12:57:26 +02:00
Mathieu Virbel
42873ecee1
api 14 nor 21 exists anymore, set the default to 19 (minimum is still 9)
2015-10-04 12:53:03 +02:00
Mathieu Virbel
3fa83089bb
fix doc issue about clean. Closes #189
2015-10-04 12:45:02 +02:00
Mathieu Virbel
04e3530fdb
add check on aidl / 64 bits platform, and refer on installation instructions if it can't be runned.
...
Closes #228
2015-10-04 12:44:29 +02:00
Mathieu Virbel
3fc3c63e47
fix invalid api change
2015-10-04 12:38:50 +02:00