Olivier
1d2b675729
Removed reference to Kivy VM
...
Removed reference to Kivy VM as it doesn't actually exist
2019-03-06 09:33:37 -08:00
Andre Miras
61182d6b8b
Removes extra log_env() call
...
Don't print all environment variables for every single cmd() call, refs:
https://github.com/kivy/buildozer/pull/802/files#r261844323
Leaves only one `log_env()` call on command failed.
2019-03-03 00:23:28 +01:00
Andre Miras
cf880a390c
Merge pull request #839 from OptimusGREEN/master
...
add missing android arch to spec file
2019-02-26 21:49:31 +00:00
OptimusGREEN
cf62bf8a89
add missing arch choice to spec
2019-02-26 20:01:44 +00:00
OptimusGREEN
3e4e2266c8
Merge remote-tracking branch 'kivy-buildozer/master'
2019-02-26 19:59:59 +00:00
Maciej Krüger
6142acfa40
fix: drop release-unsigned from release output path
...
Guessing based on this logoutput
```
[INFO]: # Copying APK to current directory
[INFO]: # APK filename not found in build output. Guessing...
[INFO]: # Found APK file: /home/data/.buildozer/android/platform/build/dists/zeronet/build/outputs/apk/release/zeronet-release-unsigned.apk
[INFO]: # Add version number to APK
[INFO]: # APK renamed to zeronet-0.6.5.1-release-unsigned.apk
[DEBUG]: -> running cp /home/data/.buildozer/android/platform/build/dists/zeronet/build/outputs/apk/release/zeronet-release-unsigned.apk zeronet-0.6.5.1-release-unsigned.apk
...
IOError: [Errno 2] No such file or directory: u'/home/data/.buildozer/android/platform/build/dists/zeronet/build/outputs/apk/release-unsigned/zeronet-release-unsigned.apk'
```
2019-02-26 16:09:35 +01:00
Andre Miras
93af45c46d
Merge pull request #836 from mkg20001/feat/unzip-quiet
...
feat: make unzip quiet
2019-02-25 19:36:53 +00:00
Maciej Krüger
17e8e81bca
feat: make unzip quiet
...
I don't think the list of all files that unzip has extracted is really of any use.
At least for the NDK the amount of stuff it logs is huge.
2019-02-25 20:21:07 +01:00
Andre Miras
46bcf9575c
Merge pull request #833 from mkg20001/feat-ci-mode
...
Add ci_mode to toggle download progress, fixes #823
2019-02-25 14:08:25 +00:00
mkg20001
956d7b94ae
feat: add ci_mode to toggle download progress
2019-02-25 13:06:44 +01:00
Andre Miras
3b023a2d49
Merge pull request #802 from mahomahomaho/show-envs-when-run2
...
* - show environment to debug before run
* - dump env also when cmd failed
* - log_level symbolic/enumso
2019-02-17 18:49:11 +01:00
Andre Miras
07a6a41f04
Merge pull request #831 from AndreMiras/feature/unit_testing_log
...
Unit test logger
2019-02-17 18:34:29 +01:00
Andre Miras
9c137b06a7
Unit test logger
...
- adds test utils methods
- checks default log level
- sets log level via spec file
- checks messages printing depending on level
2019-02-17 18:10:18 +01:00
maho
8fcbd21eef
- log_level symbolic/enumso
2019-02-11 18:06:08 +01:00
Alexander Taylor
afebba5f3c
Merge pull request #822 from AndreMiras/feature/refactor_auto_accept_license
...
refactor auto accept license
2019-02-10 13:23:39 +00:00
Andre Miras
4fb7f6e88b
refactor auto accept license
...
Uses `yes` command and `sdkmanager --licenses` flag to automatically
accept licenses.
This is a more robust, straight forward and more conventional way of
accepting licenses automatically.
2019-02-10 00:06:19 +01:00
Alexander Taylor
197be74037
Merge pull request #821 from AndreMiras/feature/ticket813_buildozer_help_crashes
...
Unit tests buildozer --help command, refs #813
2019-02-08 19:56:32 +00:00
Andre Miras
fbf4a1fe2f
Sets buildozer.targetname, fixes #813
...
Regression most likely introduced during recent refactoring, refs:
https://github.com/kivy/buildozer/pull/806
2019-02-08 18:57:23 +01:00
Andre Miras
0d22e60e2e
Unit tests buildozer --help command, refs #813
...
This test should fail due to #813 . Next commit will fix it.
2019-02-08 18:53:34 +01:00
Alexander Taylor
c88f048739
Merge pull request #817 from AndreMiras/feature/ticket806_getbooldefault_fix
...
Use getbooldefault() for boolean, fixes #806
2019-02-05 22:06:42 +00:00
Andre Miras
4ff4bac945
Use getbooldefault() for boolean, fixes #806
2019-02-05 22:47:53 +01:00
Alexander Taylor
205f1f62ed
Merge pull request #814 from AndreMiras/feature/issue_template_update
...
Update the issue template
2019-02-04 09:26:24 +00:00
Andre Miras
4983e8f08d
Update the issue template
...
Removed Kivy and Cython version info as not really relevant for a
buildozer bug report. Added buildozer version information.
Updated support question description.
2019-02-04 10:12:09 +01:00
Mathieu Virbel
e0d29f993b
update changelog
2019-02-04 01:09:25 +01:00
Mathieu Virbel
91ba12d437
Bump to 0.40.dev0
2019-02-04 01:08:35 +01:00
Mathieu Virbel
3263983d6b
Bump to 0.39
2019-02-04 01:08:32 +01:00
Mathieu Virbel
742491d9d0
update changelog
2019-02-04 00:54:54 +01:00
Mathieu Virbel
c0849ba2b2
Bump to 0.39.dev0
2019-02-04 00:54:05 +01:00
Mathieu Virbel
756d6e6243
Bump to 0.38
2019-02-04 00:54:02 +01:00
Alexander Taylor
88e4a4b0c7
Merge pull request #809 from inclement/fix_readme_python2
...
Updated README for Python 3
2019-02-03 17:14:40 +00:00
Alexander Taylor
0efcf452d6
Updated README for python 3
2019-02-03 16:36:30 +00:00
Alexander Taylor
5db8187fd4
Merge pull request #808 from kivy/opencollective-ad
...
Update README.md to add opencollective
2019-02-03 16:31:23 +00:00
Mathieu Virbel
e24e571ba6
remove .rst and add .md in MANIFEST (trying to fix travis here)
2019-02-03 17:22:05 +01:00
Mathieu Virbel
7c9239dd59
update README.md to add opencollective
2019-02-03 13:50:21 +01:00
Alexander Taylor
115e6ca4e2
Merge pull request #757 from AndreMiras/feature/cython_requirement_documentation
...
Update cython version from the docs
2019-02-02 15:35:40 +00:00
Andre Miras
63926eb981
Merge pull request #807 from inclement/respect_user_sdk_dir
...
Made buildozer respect user sdk dir when accessing sdkmanager
2019-02-02 15:41:46 +01:00
Alexander Taylor
a780cc470a
Made buildozer respect user sdk dir when accessing sdkmanager
2019-02-02 14:18:45 +00:00
Alexander Taylor
f815965159
Merge pull request #806 from inclement/remove_android_old
...
Removed android_old and updated SDK management to work with current SDK
2019-02-01 18:12:01 +00:00
Alexander Taylor
100bf932e7
Removed android_old references
2019-02-01 18:08:10 +00:00
Alexander Taylor
6d1d5e9b0d
Removed debug print statements
2019-02-01 18:06:10 +00:00
Alexander Taylor
965204910c
Improved doc around sdk download url
2019-02-01 17:29:35 +00:00
Alexander Taylor
632731cc98
Completely removed android_sdk_version token
2019-02-01 17:07:19 +00:00
Alexander Taylor
31b1eaeb43
Removed references to android SDK version token
2019-02-01 16:56:55 +00:00
Alexander Taylor
07c8b9ec8e
Added auto_accept_license option
2019-02-01 15:30:23 +00:00
Alexander Taylor
165dde84b1
Added license message parsing
2019-02-01 15:16:49 +00:00
Alexander Taylor
4936d31828
Removed android_old target and began update to sdk install
2019-02-01 13:04:06 +00:00
Mathieu Virbel
74e26fe6f2
Merge pull request #795 from hackalog/use_ios_frameworks
...
Support the --add-frameworks flag in kivy-ios
2019-01-31 15:05:03 +01:00
Mathieu Virbel
f304ada796
Merge pull request #787 from hackalog/specify_github_branches
...
Specify GitHub branches in buildozer.spec
2019-01-31 13:17:01 +01:00
Andre Miras
07b910c62b
Merge pull request #805 from inclement/remove_duplicated_ndk_api
...
Removed redundant --ndk-api argument and fixed default value
2019-01-30 16:14:17 +01:00
Alexander Taylor
9bc08dc731
Removed redundant --ndk-api argument and fixed default value
2019-01-30 15:00:55 +00:00