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
Mathieu Virbel
31f2143359
android: fix bad templating string pushed by mistake with android_new
2016-01-25 18:21:14 +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
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
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
Mathieu Virbel
c7fca65d04
yapf
2015-10-04 11:52:20 +02:00
Mathieu Virbel
ecc5698893
kivy minimum api version is 9, not 8 as before
2015-10-04 11:52:01 +02:00
Alexander Taylor
f2fc785895
Merge pull request #233 from inclement/p4a_revamp_redirect
...
Changed p4a download to pull old_toolchain branch
2015-10-01 21:32:15 +01:00
Alexander Taylor
029d5603cd
pep8 fix for buildozer p4a target change
2015-10-01 21:27:52 +01:00
Alexander Taylor
7d8cddbbb9
Changed p4a download to pull old_toolchain branch
2015-09-22 22:29:54 +01:00
Sagar DV
917b37d393
Merge branch 'master' of github.com:kivy/buildozer into space_in_app_path
2015-09-10 09:55:55 -04:00
Sagar DV
fc6ca06278
Fixes app path issue which lead to build fails. Fixes #13
...
* The build fails when there is a space in the Application path.
* This small fix resolves that issue.
2015-09-10 09:54:10 -04:00
Akshay Arora
b6c69a68d0
Merge pull request #230 from dvenkatsagar/ndk_r10_support
...
Added support for downloading and handling android ndk r10 versions. Fixes #229 and #227
2015-09-10 12:21:48 +05:30
Sagar DV
b20ddf810d
Added support for downloading and handling android ndk r10 versions.
...
* android ndk r10 versions are only avalable in ".bin" format.
* Modified the _install_android_ndk function in /buildozer/targets/android.py.
- Checks the version of ndk given in the spec file, whether its greater than 9. If it is greater than 9, generate the link containing the .bin url.
* Modified the file_extract function in /buildozer/__init__.py
- Introduced the functionality to handle .bin files.
2015-09-10 02:14:00 -04:00
Mathieu Virbel
279dbfe69c
Merge pull request #206 from denys-duchier/install-build-tools
...
make _read_version_subdir return parse('0') instead of [0], otherwise…
2015-06-17 13:57:42 +02:00
Denys Duchier
d392c3c022
make _read_version_subdir return parse('0') instead of [0], otherwise it cannot be meaningfully compared to an actual version
2015-06-14 19:57:59 +02:00
Mathieu Virbel
4112910da0
Bump version to 0.30dev after release
2015-06-01 23:22:36 +02:00
Mathieu Virbel
cfbc4bb9c8
Version 0.29
2015-06-01 23:22:27 +02:00
Mathieu Virbel
23310f350e
remove old CHANGES.md
2015-06-01 23:22:03 +02:00