Commit graph

617 commits

Author SHA1 Message Date
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
Robert Niederreiter
e718520c6c Presplash color needs to be passed in single quotes 2016-12-13 15:22:49 +01:00
Robert Niederreiter
b1f34c75fd Add presplash background color support for android when using the new toolchain 2016-12-13 14:56:26 +01:00
Robert Niederreiter
90981b4e55 More ignores, use rnixx fork of python-for-android 2016-12-08 18:21:24 +01:00
Robert Niederreiter
cd93f9bfe9 ignores 2016-12-08 18:17:14 +01:00
Peter Badida
ec81eed43f Update installation.rst 2016-12-04 22:54:29 +01:00
Fermi paradox
332aa15ce9 Add logcat to file instructions (#398)
* Update quickstart.rst

Saving the logcat data to a file should be mentioned.

* Update quickstart.rst
2016-12-04 22:49:43 +01:00
Alexander Taylor
c4b03d9f4f Fix file_matches to never return None
Should fix https://github.com/kivy/buildozer/issues/431#issuecomment-264732499 , as the deleted code just makes the function return None when presumably an empty list is fine and it should just continue.

Making a PR rather than a straight change in case I'm missing something about what's intended here.
2016-12-04 21:29:08 +00:00
Mathieu Virbel
07b67d5a09 buildozer/android_new: prefer using signing from p4a than outputing unsigned release. 2016-11-16 01:54:49 +01:00
Mathieu Virbel
a52236237d android_nex: add black/whitelist file support (using android.p4a_whitelist_src/android.p4a_blacklist_src) 2016-11-16 01:54:15 +01:00
Mathieu Virbel
0192884222 android_new: add clean command 2016-11-16 01:53:50 +01:00
Mathieu Virbel
e9419c0df0 fix buildozer android logcat using filters 2016-11-16 01:53:37 +01:00
Mathieu Virbel
68a6c8e04c android_new: ensure p4a always exists 2016-11-16 01:52:51 +01:00
Mathieu Virbel
53c9bddb8c config: add new way to get raw default (for building list) 2016-11-16 01:52:21 +01:00
Alexander Taylor
0a8c644d74 Merge pull request #405 from inclement/fix_local_recipes
Added p4a.local_recipes to default.spec and handled its absence
2016-10-08 17:20:52 +01:00
Alexander Taylor
335a845c8d Fixed 64 bit detection (it failed under python3) 2016-10-08 17:18:52 +01:00
Alexander Taylor
474db95dd4 Added p4a.local_recipes and handled its absence 2016-10-01 17:03:25 +01:00
Andy Doucette
35ba75db51 Removing redundant text. 2016-09-26 14:49:08 -05:00
Andy Doucette
68245e2dd1 Making step 5 of readme a code block. 2016-09-26 14:48:19 -05:00
Andy Doucette
e209cf0d3e Adding p4a.local_recipies line. I forgot that before. 2016-09-26 14:46:50 -05:00
Andy Doucette
1d29ab17db Moving some README text to a quote instead of code section. 2016-09-25 18:51:45 -05:00
Andy Doucette
e8c7769038 Fixing some typos in Readme.rst. 2016-09-25 18:48:43 -05:00
Andy Doucette
5eb91ca156 Adding documentation of how to get buildozer to work with python3. 2016-09-25 18:43:53 -05:00
Fermi paradox
e462a9c0e8 Update installation.rst
openjdk-8-jdk instead of 7 since 7 has "no installation candidate" on Ubuntu16.04.

Other than that it's the same installation commands as Ubuntu15. If i remember correctly this was the only thing i changed from the Ubuntu15 commands, and now my app works normally on androids and is published. 

Just to be sure i made virtual environment with python2.7 and installed everything up to running `buildozer init`. If you want me to test it fully (that is build a new app and run it on my android to make sure no extra libs are needed) let me know.
2016-09-12 22:08:55 +03:00
Alexander Taylor
272e72f31b Merge pull request #385 from cidermole/features/local-recipes
Add p4a.local_recipes to buildozer.spec to specify a local recipe dir…
2016-08-13 20:29:51 +01:00
David Madl
e0de334912 realpath and expanduser the p4a.local_recipes config value so a relative path can be used 2016-08-13 16:37:55 +01:00
David Madl
92008de8d1 Add p4a.local_recipes to buildozer.spec to specify a local recipe directory for the build 2016-08-02 19:25:56 +01:00
Alexander Taylor
7f6a2fe864 Merge pull request #375 from inclement/fix_p4a_call
Always pass required args to p4a in android_new
2016-07-09 00:08:01 +01:00
Alexander Taylor
cc8aa97cb1 Changed trivial .format to just string 2016-07-07 22:35:54 +01:00