Brent Picasso
9bb9dd590c
fix typo
2018-12-01 12:06:27 -08:00
Brent Picasso
98c2f36a11
update docs per PR review
2018-12-01 12:01:01 -08:00
Brent Picasso
96bbbebf0b
allow specifying of Android NDK API. Resolves #758
2018-11-30 17:07:02 -08:00
Gabriel Pettier
50cc61681e
bump to 0.38.dev0
2018-11-30 00:11:01 +01:00
Gabriel Pettier
70440b0d92
bump to 0.37
2018-11-30 00:09:11 +01:00
Gabriel Pettier
ece71cdac6
Merge pull request #755 from avere001/patch-1
...
fix android sdk/ndk information link
2018-11-26 22:38:38 +01:00
Adam
e14207e3ed
fix android sdk/ndk information link
2018-11-26 13:32:50 -08:00
Gabriel Pettier
6d447817aa
Merge pull request #754 from kivy/fix_download_ndk
...
this allows to build with ndk 17c (and other recent-ish ones)
2018-11-26 15:48:49 +01:00
Gabriel Pettier
d2550ee5c3
this allows to build with ndk 17c (and other recent-ish ones)
2018-11-25 23:58:46 +01:00
Gabriel Pettier
88eaa7f332
fix WSL compatibility change breaking normal build
2018-11-25 21:59:22 +01:00
Peter Badida
c05c7d437c
Bump to 0.37.dev0
2018-11-21 20:55:49 +01:00
Peter Badida
0c9fbb9783
Bump to 0.36
2018-11-21 20:42:02 +01:00
Mathieu Virbel
a6cd679c5c
Update README.rst
2018-11-17 00:32:57 +01:00
Mathieu Virbel
6447933ed3
Update default.spec
2018-11-17 00:31:13 +01:00
Mathieu Virbel
c8093da21e
Update README.rst
2018-11-17 00:30:46 +01:00
Mathieu Virbel
8bfb6331e9
Merge pull request #740 from kivy/wsl
...
workaround for working in WSL
2018-11-17 00:28:03 +01:00
Mathieu Virbel
d60abf0ff9
Merge pull request #743 from dbrnz/decode_python3_stdout
...
Correctly write out a sub-process's `stdout` when using Python 3.
2018-11-17 00:27:43 +01:00
David Brooks
6e6a889479
Fixes hardcoded pip version
...
Uses default Python executable so correct version of pip gets picked up dynamically
2018-11-10 13:07:57 +01:00
David Brooks
58bec60ecd
Correctly write out a sub-process's stdout
when using Python 3.
2018-11-10 17:40:42 +13:00
Gabriel Pettier
4f4d8eb4e5
workaround for working in WSL
2018-11-06 23:40:20 +01:00
Andre Miras
4e87eaa795
Merge pull request #736 from dbrnz/android_install_reqs
...
Allow for `install_reqs` line having whitespace at start, fixes #731 and #733
2018-10-30 09:12:23 +01:00
David Brooks
8abcf26fbb
Fix typo...
2018-10-30 12:41:23 +13:00
David Brooks
0e1c1263fd
Allow for install_reqs
line starting with whitespace.
2018-10-30 12:34:37 +13:00
Mathieu Virbel
e4182fea1c
update changelog
2018-10-24 10:49:04 +02:00
Mathieu Virbel
b922dee09b
Merge branch 'master' of ssh://github.com/kivy/buildozer
2018-10-24 10:40:17 +02:00
Mathieu Virbel
eb9007dc78
Merge pull request #730 from kivy/dessant-patch-2
...
Fix Support config file name
2018-10-24 10:38:37 +02:00
Armin Sebastian
01a4d92ea5
Fix Support config file name
2018-10-24 11:37:51 +03:00
Mathieu Virbel
52ece9ba0f
Bump to 0.36.dev0
2018-10-24 10:37:11 +02:00
Mathieu Virbel
862f7f4377
Bump to 0.35
2018-10-24 10:37:07 +02:00
Mathieu Virbel
94ee397117
Merge pull request #728 from kivy/dessant-patch-1
...
Enable Support app
2018-10-24 10:29:39 +02:00
Mathieu Virbel
9ea40e6c48
Merge branch 'robertpro-rename_between_partitions'
2018-10-24 10:28:22 +02:00
Mathieu Virbel
502dcd3aa7
Merge branch 'rename_between_partitions' of https://github.com/robertpro/buildozer into robertpro-rename_between_partitions
2018-10-24 10:27:59 +02:00
Armin Sebastian
fec6610fbd
Enable Support app
2018-10-24 11:27:03 +03:00
Mathieu Virbel
0abbee5661
Merge pull request #721 from inclement/fix_file_read
...
Improved error handling if p4a setup.py can't be read
2018-10-24 10:21:46 +02:00
Peter Badida
618faa076d
Merge pull request #724 from AndreMiras/feature/install_reqs_fixes
...
Updates p4a deps parsing
2018-10-20 12:19:18 +02:00
Andre Miras
10a3915c67
Updates p4a deps parsing
...
Now deals with conditional statements introduced in:
https://github.com/kivy/python-for-android/pull/1418
2018-10-20 11:53:50 +02:00
Alexander Taylor
a63979279f
Improved error handling if p4a setup.py can't be read
2018-10-18 20:41:32 +01:00
Richard Larkin
5af135fca4
Merge pull request #718 from kivy/spelling_fixes
...
Various spelling corrections
2018-10-08 10:21:04 +02:00
Richard Larkin
f2e6c19e81
Various spelling corrections
2018-10-08 09:52:51 +02:00
matham
79a713273b
Merge pull request #711 from AndreMiras/feature/ticket710_update_readme_python3_instructions
...
Updates Python 3 install instructions, fixes #710
2018-09-03 12:43:34 -04:00
Andre Miras
6df7acd675
Updates Python 3 install instructions, fixes #710
...
Refactors Python 2/3 install instructions.
Makes explicit difference between host and target Python.
Both host Python versions are supported seamlessly while target Python
requires different actions depending on the version.
2018-09-03 00:16:38 +02:00
Mathieu Virbel
48f9b74691
Merge pull request #630 from bionoid/patch-1
...
Quote --storage-dir value
2018-08-21 12:10:28 +02:00
Mathieu Virbel
a3d4e07465
Merge pull request #653 from marceloneil/fix/prerelease-version
...
fix prerelease version
2018-08-21 12:08:36 +02:00
Mathieu Virbel
71dbc6673c
Merge pull request #680 from AndreMiras/feature/unused_variables
...
Removes few unused variables
2018-08-21 12:07:27 +02:00
Mathieu Virbel
6b4a3331e3
Merge pull request #688 from AndreMiras/feature/issue_template
...
Adds issue template with basic required info
2018-08-21 12:05:11 +02:00
Mathieu Virbel
b1ec6e8703
Merge pull request #689 from AndreMiras/feature/clean_installation_doc
...
Cleans installation docs
2018-08-21 12:04:42 +02:00
Mathieu Virbel
36ea4ba265
Merge pull request #700 from rammie/fix-662
...
Changes how is_gradle_build is detected.
2018-08-21 12:03:56 +02:00
Mathieu Virbel
7b3a4c760f
Merge pull request #705 from Cheaterman/patch-1
...
Remove obsolete sh package dependency
2018-08-21 12:02:58 +02:00
Cheaterman
c502370af6
Remove obsolete sh package dependency
...
The reason for forcing such an old version isn't valid any longer anyway.
2018-08-21 11:33:45 +02:00
Ram Mehta
c997016d98
Fixes #312 , #597 , #599 , #603 , #606 , #613 , #632 , #636 , #647 , #649 , #662
2018-08-05 02:50:51 -04:00