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
Ryan Pessa
aab0028ea4
Merge pull request #269 from udiboy1209/master
...
Implement source.include_patterns
2016-05-07 13:56:29 -05:00
Akshay Arora
9a43b20f05
Merge pull request #318 from kived/custom-kivy-ios
...
support using custom kivy-ios source dir
2016-05-07 22:28:34 +05:30
Akshay Arora
6c70972057
Merge pull request #317 from kived/ios-bitcode
...
disable bitcode for ios target
2016-05-07 21:25:09 +05:30
Ryan Pessa
bbd0276a93
disable bitcode
2016-05-03 13:06:59 -05:00
Ryan Pessa
cb116c4cfc
Merge pull request #328 from kived/fix-p4a-dir
...
fix bad placement of expanduser()
2016-04-26 11:43:07 -05:00
Ryan Pessa
5c4e5f1d6c
fix bad placement of expanduser()
2016-04-26 11:38:47 -05:00
Akshay Arora
e58d89c7b7
Merge pull request #322 from kived/android-adb
...
add adb and p4a commands to android/android_new
2016-04-24 00:23:16 +05:30
Ryan Pessa
4316383884
fix p4a command
2016-04-23 13:45:43 -05:00
Akshay Arora
17ff7efe6c
Merge pull request #323 from kived/p4a-storage-dir
...
use p4a revamp --storage-dir option
2016-04-24 00:06:55 +05:30
Akshay Arora
a113e46f26
Merge pull request #288 from pastcompute/my_fixes_1
...
Fix issues with android.p4a_dir spec file property
2016-04-23 23:14:41 +05:30
Ryan Pessa
49d56f0961
improve adb command, add p4a command
2016-04-22 01:18:40 -05:00
Ryan Pessa
3ec383479b
add adb command to android/android_new
2016-04-22 01:03:59 -05:00
Ryan Pessa
dd82576da9
use p4a revamp --storage-dir option
2016-04-22 01:01:26 -05:00
Ryan Pessa
680b2dc9ea
Merge pull request #324 from kived/android_new-source-dirs
...
use custom source dirs for android_new
2016-04-22 01:00:55 -05:00
Ryan Pessa
0740cef5b8
use custom source dirs for android_new
2016-04-22 00:59:25 -05:00
Ryan Pessa
fed06506a3
Merge pull request #321 from kived/py3-str-decode
...
fix py3 str has no decode issue
2016-04-20 22:49:56 -05:00
Ryan Pessa
9030a4c03f
fix py3 str has no decode issue
2016-04-20 22:35:02 -05:00
Ryan Pessa
2a99a64940
fix custom kivy-ios dir if not named kivy-ios
2016-04-16 20:55:16 -05:00
Ryan Pessa
874dbe3fa5
add support for using custom kivy-ios source
2016-04-16 19:21:13 -05:00
Akshay Arora
442fda7a73
Merge pull request #315 from pythonic64/window_option
...
Add window option for target android_new
2016-04-11 23:44:40 +05:30
Ulthane Frostborn
4c59f1b849
Added window option for target android_new.
2016-04-11 15:52:38 +02:00
derPinguin
dfe8c567e2
trying to fix Kivy install for OS X builds
2016-04-11 09:13:12 +02:00
Ryan Pessa
ef2357d0dd
Merge pull request #311 from kived/fix-usage
...
fix usage exception
2016-03-26 17:18:28 -05:00
Ryan Pessa
fba03a8d3b
fix usage exception
2016-03-26 17:17:10 -05:00
Alexander Taylor
f9cc07dfe1
Merge pull request #303 from pohmelie/fix-verbose-python3
...
add python3 compatibility to verbose output for android build (#221 )
2016-03-14 00:25:45 +00:00
pohmelie
10333efcaf
add python3 compatibility to verbose output for android build ( #221 )
...
This cause, that stdout is text file, but codecs.StreamWriter encodes string to bytes.
2016-03-14 02:49:54 +03:00
Mathieu Virbel
768bb5c8f6
Merge pull request #293 from udiboy1209/unicode_title
...
Allow app title to contain Unicode characters
2016-02-29 17:01:09 +01:00
dessant
37f4dac9e7
Update README.md
2016-02-27 15:44:54 +02:00
dessant
a222101896
Merge pull request #266 from CodeMaxx/HNY
...
Updated Licence Year
2016-02-26 21:29:11 +02:00
dessant
09b085465d
add python 3.4 and 3.5 classifiers
2016-02-26 20:05:59 +02:00
Zen-CODE
493644673b
doc: grammar tweaks to contribute.rst
2016-02-25 21:09:40 +02:00
Meet Udeshi
0f36e6394d
Allow app title to contain Unicode characters
...
Fix #284
This commit only fixes target android
2016-02-25 22:02:17 +05:30
Alexander Taylor
7f9fe9fe51
Merge pull request #291 from cbenhagen/patch-4
...
use ios-deploy version 1.7.0
2016-02-25 01:19:21 +00:00
Alexander Taylor
26f3830039
Merge pull request #290 from pastcompute/my_fixes_2
...
Add spec option to skip automated update of installed android package
2016-02-24 21:29:45 +00:00
Ben Hagen
72b2039d76
use ios-deploy version 1.7.0
...
buildozer fails with
````
Command failed: make ios-deploy
````
This happens because ios-deploy changed their project structure after version 1.7.0. This issue shows again that we should always use releases of other projects instead of the master branch.
2016-02-23 09:57:58 +01:00