Commit graph

479 commits

Author SHA1 Message Date
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 474db95dd4 Added p4a.local_recipes and handled its absence 2016-10-01 17:03:25 +01: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
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
Ryan Pessa 20f5171a6d fix long lines 2016-05-08 17:45:26 -05:00
Ryan Pessa 1f64fde8f8 fix changing android branch 2016-05-08 17:43:41 -05:00
Ryan Pessa 50233a5217 Merge pull request #250 from kivy/fix_android.branch
fix android.branch option
2016-05-08 17:13:58 -05:00
gabriel pettier bc58394308 add back the p4a_branch attribute for default value 2016-05-09 00:00:55 +02:00
gabriel pettier 9cd2d17a38 fix android.branch option 2016-05-08 23:54:14 +02:00
Ryan Pessa b88875021a Merge pull request #336 from kivy/akshayaurora-patch-1
use cp -a not cp -r
2016-05-08 15:49:36 -05:00
Akshay Arora dbef11b7ae Update ios.py 2016-05-09 02:17:40 +05:30
Akshay Arora 8bd0d5e145 Merge pull request #319 from kived/fix-ios-icons
fix icons for ios target
2016-05-09 01:57:11 +05:30
Ryan Pessa 61f58d7bb7 fix icons for ios target 2016-05-08 15:00:45 -05:00
Ryan Pessa f200b836a9 Merge pull request #335 from kived/build-dirs
improve build directory handling, add values to default.spec
2016-05-08 14:32:09 -05:00
Ryan Pessa 4ddd57ded2 use default values as example rather than stating defaults 2016-05-08 14:31:49 -05:00
Ryan Pessa b544f80e13 remove unnecessary join() 2016-05-08 14:26:50 -05:00
Ryan Pessa 85587db73e improve build directory handling, add values to default.spec 2016-05-08 14:23:37 -05:00
Ryan Pessa fcc0c60d48 Merge pull request #274 from jabbalaci/master
put bin/ in builddir if specified in buildozer.spec
2016-05-08 14:07:18 -05:00
Ryan Pessa 67d5d748db Merge pull request #334 from kived/android-api-values
fix incorrect api/minapi values
2016-05-08 13:59:38 -05:00
Ryan Pessa 8489b670ad fix incorrect api/minapi values 2016-05-08 13:55:55 -05:00