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
Mathieu Virbel
5538431f33
Merge pull request #409 from inclement/fix_64_bit_detection
...
Fixed 64 bit detection (it failed under python3)
2017-04-17 12:09:53 +02:00
Mathieu Virbel
13e3c2266b
Merge pull request #432 from kivy/inclement-patch-1
...
Fix file_matches to never return None
2017-04-17 12:08:44 +02:00
Mathieu Virbel
5e4cd5a947
Merge pull request #436 from rnixx/add_android_presplash_color
...
Add presplash background color support for android_new toolchain
2017-04-17 12:08:05 +02:00
Mathieu Virbel
31e8a5ace0
Merge pull request #446 from rafalo1333/patch-1
...
spec file: use portrait orientation by default
2017-04-17 12:07:38 +02:00
Mathieu Virbel
925ef6c49f
Merge pull request #447 from rafalo1333/patch-2
...
spec file: dont use fullscreen by default
2017-04-17 12:07:16 +02:00
Mathieu Virbel
2ec50fd84f
Merge pull request #465 from ZingBallyhoo/skip_update_fix
...
android_new: change skip_update to skip all updates
2017-04-17 12:04:30 +02:00
Mathieu Virbel
7ee7150a73
Merge pull request #483 from kived/pkgapp-deprecated
...
ios: refactor deprecated PackageApplication command
2017-04-17 11:58:37 +02:00
Mathieu Virbel
959bdb3d7f
Merge pull request #484 from inclement/fix_android_new_executable
...
Made buildozer run p4a using the current sys.executable
2017-04-17 11:58:10 +02:00
Alexander Taylor
61009a2e3d
Made android_new run p4a using the current sys.executable
2017-03-28 01:01:00 +01:00
Ryan Pessa
904c9c70d7
ios: refactor deprecated PackageApplication command
2017-03-25 17:29:30 -07:00
Robert Niederreiter
c6061bdfc0
resolve conflicts
2017-03-21 17:32:23 +01:00
ZenCODE
a6b4c6be20
Fix fil extension for ndk (bin i.s.o. zip)
2017-02-22 21:09:38 +02:00
ZenCODE
a4994afb0f
Fix sdk path
2017-02-22 20:36:52 +02:00
ZenCODE
d1c0560a67
Update NDK path. closes #5013
2017-02-22 19:32:37 +02:00
Mathieu Virbel
81b1a498dd
android: fix ndk download link, and use unzip from system directly (zipfile from python have issue with permission, it doesn't give executable bit to executable.)
2017-02-06 02:29:12 +00:00
Mathieu Virbel
3e931fc706
Show python for android debug and append --sign for p4a when asking for a release.
2017-02-06 02:28:13 +00:00
zingballyhoo
d7e5e98bec
android_new: skip_update: now skips all updates
2017-02-04 15:47:32 +00:00
Alexander Taylor
f3baa64f63
Merge pull request #458 from ZingBallyhoo/config_arch
...
android_new: add "android.arch" config option
2017-01-14 23:17:17 +00:00
zingballyhoo
da461e4906
android_new: x86_64 is not a valid option for android.arch
2017-01-14 22:59:12 +00:00
zingballyhoo
afa0c78857
android_new: add "android.arch" config option
2017-01-14 22:54:28 +00:00
matham
aa3745842f
Fix pep8.
2017-01-12 16:59:28 -05:00
FeralBytes
8ddabd405e
Fix Py3 Incompatable str + bytes issue. ( #456 )
...
Fix Py3 Incompatable str + bytes issue.
2017-01-12 16:56:31 -05:00
Rafał Kaczor
99431ee74c
spec file: dont use fullscreen by default
...
Most of the Android apps are not fullscreen, statusbar is visible. Default should follow that rule. Only games/navigations are fullscreen by default. This setting makes new users think Kivy is meant only for games, or p4a cant produce app with normal, statusbar visible UI.
2017-01-05 13:28:18 +01:00
Rafał Kaczor
0dd1c5df9c
spec file: use portrait orientation by default
...
99% of apps are portrait oriented, only advanced games are using landscape by default, p4a should follow
2017-01-05 13:25:49 +01:00
Mathieu Virbel
9848996e07
fixes android reference for android_new + support for p4a hook
2017-01-04 11:20:59 +01:00
Peter Badida
11bac03791
Merge pull request #399 from user5061/patch-2
...
Update installation.rst (Ubuntu16.04)
2016-12-17 22:38:51 +01:00
Robert Niederreiter
03ba127b66
Add presplash background color support for android_new toolchain
2016-12-13 15:31:42 +01:00