Commit graph

722 commits

Author SHA1 Message Date
Peter Badida
8f3f1bc3e9 Update copyright year 2017-08-11 21:39:18 +02:00
Alexander Taylor
760ca8ee97 Changed p4a directory name for current_toolchain 2017-07-16 21:45:00 +01:00
mokhoo
e24b843bae Update android.py, changed encode --> decode
In recreate the project.properties section, changed:
line.encode('utf-8') --> line.decode('utf-8') 
so that "android_old" option can work, otherwise it exits with an exception after creating an empty "project.properties" file
2017-07-12 10:54:07 -07:00
Jamie Alexandre
7b87d80560 Fix unicode coding error in android build target
Using Python 2.7, attempting to run `encode(utf-8)` was throwing `write() argument 1 must be unicode, not str`.

As the file being written has `encoding='utf-8'`, I'm assuming the intention was to decode the lines from an `str` into a unicode string, and I believe that's what this change does.

Please let me know if I've misinterpreted something. Making this change fixed my build locally. Also not sure where I should be targeting this.
2017-06-27 13:43:44 -07:00
SecretObsession
8a4db79ecc handle 404 status code on kivy download 2017-06-04 23:54:56 -07:00
Akshay Arora
480e726011 Merge pull request #505 from shivan1b/remove-keka
Use dmg instead of 7z
2017-05-18 18:47:03 +05:30
Shivani Bhardwaj
92ef490f63 Use dmg instead of 7z 2017-05-18 18:37:16 +05:30
Mathieu Virbel
6fcbb4eb21 update changelog 2017-05-15 02:32:22 +02:00
Mathieu Virbel
ad0a8132ae Bump to 0.34dev 2017-05-15 02:31:32 +02:00
Mathieu Virbel
8f9ab2208c Bump to 0.33 2017-05-15 02:31:28 +02:00
Mathieu Virbel
127c581f5b upgrade android_new -> android + android -> android_old. Closes #497 2017-05-15 02:07:34 +02:00
Mathieu Virbel
b656922f6b prevent releasing an app that have org.test or org.kivy as domain. Closes #500 2017-05-15 01:49:51 +02:00
Mathieu Virbel
e2b46c0502 extract p4a dependencies, to be sure it works. Closes #501 2017-05-15 01:37:44 +02:00
Mathieu Virbel
a71e1ff600 Merge branch 'master' of ssh://github.com/kivy/buildozer 2017-05-15 01:11:29 +02:00
Mathieu Virbel
11f9dfaa50 use p4a stable branch by default. Closes #498 2017-05-15 01:10:03 +02:00
Mathieu Virbel
48ea268636 migrate tokens. Closes #499 2017-05-15 01:09:35 +02:00
Mathieu Virbel
9685bff223 Update README.rst 2017-05-15 00:36:56 +02:00
Mathieu Virbel
f55147e300 add note about vm download link in the readme 2017-05-13 17:40:09 +02:00
Mathieu Virbel
93cf05eb8c update README for reflecting latest image 2017-05-13 17:38:50 +02:00
Mathieu Virbel
a06707dac7 update README for packer 2017-05-13 17:37:40 +02:00
Mathieu Virbel
c704b81ccf add Makefile 2017-05-13 17:35:06 +02:00
Mathieu Virbel
49f8bf4558 fixes r13c -> 13b 2017-05-13 15:48:13 +02:00
Mathieu Virbel
855937e593 fixes changelog, and template name 2017-05-13 15:45:25 +02:00
Mathieu Virbel
de9eeefbaf downgrade sh to have a faster build 2017-05-13 15:41:58 +02:00
Mathieu Virbel
129570c0fe latest fixes, got buildozer working. woot woot 2017-05-13 15:02:30 +02:00
Mathieu Virbel
70995b1989 fix guest addition installation, fixes wallpaper that doesn't work before user creation, and add brand new buildozer.desktop 2017-05-13 02:38:27 +02:00
Mathieu Virbel
b522bf9c49 refactoring for buildozer vm 2.0 2017-05-12 20:39:22 +02:00
Mathieu Virbel
f02b1d4a73 fix keka again. Closes #427 2017-05-12 17:03:28 +02:00
Mathieu Virbel
3d4791df7e fix Keka download link. (untested). Closes #427 2017-05-12 11:36:01 +02:00
Mathieu Virbel
a9de15a905 add support for gradle dependencies and aar 2017-05-07 00:06:22 +02:00
Mathieu Virbel
bb643ce15b gradle: start supporting gradle-based build (sdl2_gradle) 2017-05-06 18:02:19 +02:00
Mathieu Virbel
7b2a2712db fixes library.references missing new line on newer project.properties 2017-05-05 18:33:07 +02:00
Mathieu Virbel
1c469abb46 fixes library.references missing new line on newer project.properties 2017-05-05 18:31:11 +02:00
Robert Niederreiter
3231c05079 Merge branch 'master' of https://github.com/kivy/buildozer 2017-05-02 11:15:48 +02:00
Mathieu Virbel
1d7fca59bf Merge pull request #489 from r-map/master
close #452 as suggested by SpotlightKid
2017-05-01 15:12:15 +02:00
Mathieu Virbel
63b3d8aebc remove distribute. Closes #200. Closes #486 2017-05-01 15:08:07 +02:00
Mathieu Virbel
d7f15a9311 fixes missing quotes to protect apk path. Closes #480 2017-05-01 15:03:44 +02:00
pat1
d323d43be9 close #452 as suggested by SpotlightKid 2017-04-28 10:15:14 +02:00
Mathieu Virbel
38f4b294c1 Merge pull request #487 from matletix/patch-1
Update README.rst
2017-04-25 17:01:29 +02:00
Robert Niederreiter
fca0848f94 Merge branch 'master' of https://github.com/kivy/buildozer 2017-04-20 20:23:15 +02:00
Mathieu Rollet
baaf8ad3fc Update README.rst
Correct the command line 'sudo pip install -e .' (the point was missing)
2017-04-17 20:35:39 +02:00
Mathieu Virbel
5c7fac3dcf Update README.rst 2017-04-17 13:01:39 +02:00
Mathieu Virbel
8bdb2fe750 Update README.rst 2017-04-17 12:36:54 +02:00
Mathieu Virbel
29965a6e08 Update README.rst 2017-04-17 12:35:55 +02:00
Mathieu Virbel
9602ea2959 Update README.rst 2017-04-17 12:35:19 +02:00
Mathieu Virbel
4cd2e17d19 Update README.rst 2017-04-17 12:31:12 +02:00
Mathieu Virbel
75d2730a4c Merge pull request #316 from derPinguin/fix_osx_kivy_install
trying to fix Kivy install for OS X builds
2017-04-17 12:13:35 +02:00
Mathieu Virbel
bbd1836b9d Update README.rst 2017-04-17 12:12:18 +02:00
Mathieu Virbel
8d177faa16 Update README.rst 2017-04-17 12:12:08 +02:00
Mathieu Virbel
517bb71508 Merge pull request #403 from andyDoucette/master
Adding README.rst entries for how to use buildozer with python3
2017-04-17 12:11:04 +02:00