Commit graph

696 commits

Author SHA1 Message Date
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
Alexander Taylor
45967285ad Always pass required args to p4a in android_new 2016-07-07 22:32:23 +01:00
Akshay Arora
c78acee103 fix syntax for color args 2016-07-06 12:22:00 +05:30
Akshay Arora
0fe5b934a5 Merge pull request #374 from inclement/p4a_command_order
Changed p4a command order to work with argparse
2016-07-06 12:17:10 +05:30
Alexander Taylor
22317365f4 Changed p4a command order to work with argparse 2016-07-06 00:17:35 +01:00
derPinguin
a1eb0d8c95 fixing Keka dir and adding buildozer.spec var for python version 2016-06-17 09:40:04 +02:00
Mathieu Virbel
5e3e1ec0f5 Merge pull request #256 from kiok46/update_installation_info
update installation info
2016-05-20 01:23:32 +02:00
Ryan Pessa
be33b7595c Merge pull request #346 from kived/venv-error
throw error early if running in venv
2016-05-18 12:06:50 -07:00
Alexander Taylor
395999306b Merge pull request #351 from nilutz/master
buildozer has no attribute builddir
2016-05-16 11:20:49 +01:00
Nico Lutz
e07728f7f0 buildozer has no attribute build_dir
Before builddir resulted in an Errormessage. Now it works
2016-05-16 10:11:06 +02:00
Ryan Pessa
5a1d002bb8 throw error early if running in venv 2016-05-12 12:02:45 -05:00
Ryan Pessa
2a3fe470d2 Merge pull request #342 from kived/android-bootstrap
allow selection of bootstrap for android_new
2016-05-11 10:24:36 -05:00
Ryan Pessa
15fd1cf591 allow selection of bootstrap for android_new 2016-05-11 10:22:27 -05:00
Ryan Pessa
0e852dce46 Merge pull request #340 from kived/dev-v0.33
bump version to 0.33dev
2016-05-08 19:29:02 -05:00
Ryan Pessa
e90de63195 bump version to 0.33dev 2016-05-08 19:28:50 -05:00
Ryan Pessa
2403147c41 Merge pull request #339 from kived/release-0.32
prepare for release 0.32
2016-05-08 19:24:15 -05:00
Ryan Pessa
48cd8f206e prepare for release 0.32 2016-05-08 19:23:03 -05:00
Ryan Pessa
77fc345015 Merge pull request #338 from kived/android_new-color
use p4a --color argument
2016-05-08 18:44:07 -05:00
Ryan Pessa
c0aae22d54 use p4a --color argument 2016-05-08 18:42:38 -05:00
Ryan Pessa
0af7976a64 Merge pull request #320 from kived/android_new-pip
let p4a revamp handle pure python requirements
2016-05-08 18:41:11 -05:00
Ryan Pessa
818e0b2825 let p4a revamp handle pure python requirements 2016-05-08 17:46:41 -05:00
Ryan Pessa
d560bef7d3 Merge pull request #337 from kived/fix-android-branch
fix changing android branch
2016-05-08 17:45:24 -05:00