Commit graph

893 commits

Author SHA1 Message Date
Mathieu Virbel
122252f9f7 android: dont lookup to android sdk/ndk if we didnt change the buildozer.spec options related to it, and if everything was working in the first time. 2015-01-27 16:46:17 +01:00
Mathieu Virbel
b17a0ef6c1 whitelist: always generate the whitelist even after the initial distribution build. Otherwise, any further changes are not reflected in the final app. 2015-01-27 16:36:41 +01:00
Mathieu Virbel
4b12f34d06 Bump version to 0.22dev after release 2015-01-14 09:59:50 +01:00
Mathieu Virbel
e6f04865bb Version 0.21 2015-01-14 09:59:44 +01:00
Mathieu Virbel
7990e1cfa3 bump to 0.20 2015-01-14 09:59:36 +01:00
Mathieu Virbel
5e39fb5539 pexpect: fix python2 decoding issue 2015-01-14 09:38:56 +01:00
Mathieu Virbel
5961cef9e6 Merge pull request #168 from chozabu/diff_default_indentation
removed some indentation in example info, added to actual comments inste...
2014-12-29 11:58:16 +01:00
Chozabu
c2626e6c53 removed some indentation in example info, added to actual comments instead for clarity 2014-12-24 15:31:44 +00:00
Mathieu Virbel
e3252c5742 bump to 0.20-dev 2014-12-17 17:39:48 +01:00
Mathieu Virbel
be3c5f1a90 bump to 0.19 2014-12-17 17:39:17 +01:00
Mathieu Virbel
0cdf4fc0bd upgrade ant tool, as ant < 1.9 cannot handle java 8 2014-12-17 17:32:31 +01:00
Mathieu Virbel
a327e9249b bump to 0.19-dev 2014-12-17 17:15:31 +01:00
Mathieu Virbel
86752239cf bump to 0.18 2014-12-17 17:12:09 +01:00
Mathieu Virbel
ff37b04a3b avoid dpkg check on non-linux platform 2014-12-17 17:10:35 +01:00
Mathieu Virbel
c163a14417 Merge pull request #163 from olymk2/master
fix build error and allow redirecting build folder
2014-11-22 17:25:18 +01:00
Oliver Marks
41dae4d42f fix build error and allow redirecting build folder
fixes #161 checks if build-tools exists and returns if it does not so it can be fetched
fixes #162 set builddir in you spec file so the packages are created outside your project
builddir = /tmp/buildozer/  # for example
2014-11-14 19:24:49 +00:00
Mathieu Virbel
043c7c19c7 Merge pull request #160 from attakei/master
Remove duplicated checkbin().
2014-11-13 22:22:49 +01:00
Mathieu Virbel
0eca4a2976 Merge pull request #156 from attakei/patches/resolve_compare_versions
Fixed logic to compare with “non installed” with “minor version upped"
2014-11-13 22:22:25 +01:00
attakei
df6e494b77 Remove duplicated checkbin() 2014-11-06 22:34:19 +09:00
attakei
c6b423596f delete print for debug 2014-11-04 13:15:05 +09:00
attakei
fdc2bb59ca Skip invalid name as version in build-tools directory.(ex: .DS_Store) 2014-10-29 01:46:12 +09:00
Akshay Arora
3a3d726bf7 Merge pull request #157 from nickyspag/master
added note about buildozer not having anything to do with buildozer.io
2014-10-28 02:10:37 +05:30
Nicholas Spagnoletti
2357912b15 link 2014-10-27 12:51:30 +02:00
Nicholas Spagnoletti
97f8ffdc4d note about buildozer.io 2014-10-27 12:50:28 +02:00
Akshay Arora
89f8f92d82 Merge pull request #155 from attakei/patches/lock_java_file_encoding
Set "UTF-8" to java file.encoding for android update command explicitly
2014-10-26 23:37:28 +05:30
attakei
7a6034a75e fix: logic to compare versions "not installed" with "contain minor"(ex: 20.0.1)
method bulldozer.targets.android.TargetAndroid._install_android_packages()
If build-tools is not installed, then variable "v_build_tools" is string = '0'.
If latest version contains minor version code ~ example 19.0.3 ~, then variable "ver" is list = [19, 0, 3].

In that case, build-tools is not enable to install, because expression([19, 0, 3] > '0') returns False.
2014-10-27 02:43:04 +09:00
attakei
dbd6be6e4b set UTF-8 for android update command explicitly
Fix for fail in to update android package. It is happened to meet under the following conditions both.

* User environment is not used UTF-8 in default file.encoding in java
* Android-sdk license text is included not-ASCII code characters.

If user define JAVA_TOOL_OPTIONS in env, inherit it.
2014-10-27 02:03:08 +09:00
Mathieu Virbel
312fb67be4 Merge pull request #148 from chozabu/clarify_reqs_example
added example to default.spec requirements showing comma seperation
2014-09-30 14:57:19 +02:00
Chozabu
ca2f69da74 added example to requirements 2014-09-26 10:09:07 +01:00
Mathieu Virbel
d69559fdcb bump to 0.17-dev 2014-09-22 22:45:18 +02:00
Mathieu Virbel
1fc20d6b56 bump to 0.17 2014-09-22 22:42:22 +02:00
Mathieu Virbel
e375b93a2e Merge branch 'master' of ssh://github.com/kivy/buildozer 2014-09-22 22:41:36 +02:00
Mathieu Virbel
a124e15741 bump to 0.17-dev 2014-09-22 22:41:22 +02:00
Mathieu Virbel
5e26af1d08 bump to 0.16 2014-09-22 22:39:40 +02:00
Mathieu Virbel
142ca87ed5 Merge pull request #133 from FeralBytes/master
Make pexpect.py Python 3 Compatable
2014-09-22 20:47:44 +02:00
Mathieu Virbel
efe4542cea Merge pull request #134 from dessant/patch-1
Specs doc revision
2014-09-22 20:47:04 +02:00
Mathieu Virbel
a7c5ccc683 Merge pull request #139 from excessivedemon/master
Fix for android.library_references path issue
2014-09-22 20:45:58 +02:00
Mathieu Virbel
1364e6f1c0 Merge pull request #144 from droundy/master
Test in file_rename if target directory exists.
2014-09-22 20:43:59 +02:00
Mathieu Virbel
d3948ab0a4 backport android version check fixes from @monkut. Closes #137. Closes #143 2014-09-22 20:42:21 +02:00
David Roundy
d36b9650f4 Test in file_rename if target directory exists.
This is an attempt to give a reasonable error message in cases where
we are about to crash.  In particular, when android.sdk_path has a
path that does not exist, buildozer should provide a hint as to what
might have gone wrong.
2014-09-19 14:41:08 -07:00
John Mark Diaz
7ffd0f3ed9 fix for pathing issue when android.p4a_dir is defined (not using the default one downloaded by buildozer) and entries in android.library_references use relative paths from source.dir 2014-08-25 17:35:45 +08:00
dessant
1c0d4b960d Specs doc revision 2014-07-19 22:22:02 +03:00
FeralBytes
0c177d9116 Make pexpect.py Python 3 Compatable
Warning changes have been not tested against Python 2!
If the code works in Python2 then this patch resolves Buildozer Issue #131.
https://github.com/kivy/buildozer/issues/131
2014-07-16 20:54:12 -04:00
Alexander Taylor
fcf0b0aaf2 Fixed warn_on_root default value 2014-07-06 14:53:54 +01:00
Akshay Arora
0323f6cb18 Merge pull request #128 from inclement/root_check
Added check for buildozer running as root
2014-07-06 19:21:30 +05:30
Alexander Taylor
170738bc80 Fixed warn_on_root config check 2014-07-06 13:22:05 +01:00
Alexander Taylor
b19a6fa22a Added root warning and settings token toggle 2014-07-06 13:14:05 +01:00
Mathieu Virbel
3a523e053c android: manually check the installed version for the build-tools, in order to install the latest one. without -a in android list sdk, we cannot known if a new build-tools is available or not. 2014-07-01 11:49:15 +02:00
tshirtman
03bb25be06 fix version regex 2014-06-08 12:03:18 +02:00
Mathieu Virbel
373f8e2245 fix download of Android SDK in linux with python 3.3. Closes #110 2014-06-02 11:47:19 +02:00