Commit graph

  • f700d80f79
    Merge pull request #1107 from AndreMiras/feature/fix_docker_apt_caching Andre Miras 2020-05-17 13:54:14 +0200
  • 008f494e11 🐳 Fixes Docker apt cache missed Andre Miras 2020-05-17 13:09:59 +0200
  • 0ddf6e0909
    Merge pull request #1105 from AndreMiras/feature/automate_pypi_release Andre Miras 2020-05-17 07:28:01 +0200
  • cf89c32042 📚 Adds libssl-dev to the install dependencies Andre Miras 2020-05-17 00:11:01 +0200
  • 3d7f47e70b 💚 Automatically publish to PyPI upon tagging Andre Miras 2020-05-16 20:27:48 +0200
  • 1d707d9471
    Merge pull request #1100 from AndreMiras/feature/full_integration_test Andre Miras 2020-05-16 15:31:09 +0200
  • 446492f440
    Merge pull request #1101 from hematogender/master Andre Miras 2020-05-11 20:23:44 +0200
  • 0eb99dd9f1
    Fix punctuation and typo in README.md hematogender 2020-05-11 21:20:42 +0300
  • 4141a20f99 🚨 Build integration test Andre Miras 2020-05-11 18:25:17 +0200
  • d8c4e917bd
    Merge pull request #1082 from AndreMiras/feature/update_unreleased_changelog Andre Miras 2020-05-11 18:28:15 +0200
  • 49a3491220
    Merge pull request #1099 from AndreMiras/feature/libssl_dependency Andre Miras 2020-05-11 18:22:07 +0200
  • 5517322766
    Merge pull request #1093 from AndreMiras/feature/integration_test_sdk_ndk_download Andre Miras 2020-05-11 18:18:52 +0200
  • f2d31ccd32 🐛 Fixes missing libssl-dev dependency Andre Miras 2020-05-11 18:14:36 +0200
  • 8d2a9df928 Checks SDK, NDK and p4a get downloaded on first run Andre Miras 2020-05-08 16:32:26 +0200
  • f564e1b688
    Merge pull request #1094 from AndreMiras/feature/python2_setup_message Andre Miras 2020-05-09 09:31:28 +0200
  • 5f099a8650
    Update CHANGELOG.md Andre Miras 2020-05-09 09:22:49 +0200
  • 20bfa24005 Drops Python 2 support Andre Miras 2020-05-09 00:18:28 +0200
  • d0323c165d
    Merge pull request #1083 from AndreMiras/feature/integration_test Andre Miras 2020-05-02 20:49:39 +0200
  • d74aef3dcd Integration testing Andre Miras 2020-05-02 19:14:17 +0200
  • 5f80316cb0 Updates CHANGELOG.md with unreleased section Andre Miras 2020-05-01 14:50:16 +0200
  • 1f8c88fe7b
    Merge pull request #1078 from AndreMiras/feature/test_on_macos Andre Miras 2020-04-25 21:31:22 +0200
  • 891e24b6f2 Also tests against macOS platform Andre Miras 2020-04-24 19:54:55 +0200
  • 504efcc243
    Merge pull request #1071 from lerela/1070_fix_python3_raw_input Andre Miras 2020-04-24 19:34:47 +0200
  • cd11167067 Encode password before it is saved to file as Python 3 input returns a string, not bytes lerela 2020-04-16 19:11:13 +0200
  • d3fd1ad9e3 Support for both input and raw_input in iOS target to avoid NameError with Python 3 (fixes #1070) lerela 2020-04-16 17:24:35 +0200
  • b566125f71
    Merge pull request #1069 from AndreMiras/feature/test_android_build_package Andre Miras 2020-04-13 21:30:19 +0200
  • 757941aabb Unit tests TargetAndroid.build_package() Andre Miras 2020-04-13 19:12:38 +0200
  • 35cce59e63
    Merge pull request #1068 from AndreMiras/feature/dedicated_docker_job Andre Miras 2020-04-13 19:44:35 +0200
  • d3361bbcfb
    Merge pull request #1066 from AndreMiras/feature/linter_F841 Andre Miras 2020-04-13 19:21:44 +0200
  • ee34d7e95b Dedicated Docker build/run job Andre Miras 2020-04-11 02:32:19 +0200
  • 5f35e8b409 F841: local variable is assigned to but never used Andre Miras 2020-04-13 17:26:17 +0200
  • 422f951931
    Merge pull request #1063 from AndreMiras/feature/coveralls_from_pull_requests Andre Miras 2020-04-13 17:09:32 +0200
  • 58774d8aac
    Merge pull request #1065 from AndreMiras/feature/linting_organisation_and_fixes Andre Miras 2020-04-13 17:03:09 +0200
  • 6b03c54832 PEP8 fixes Andre Miras 2020-04-13 14:23:03 +0200
  • ef63f13111 Organises linter errors and check tests/ directory Andre Miras 2020-04-13 13:54:55 +0200
  • 3f1b44de6f Fixes coveralls.io on pull requests Andre Miras 2020-04-10 21:41:32 +0200
  • 556724f62d
    Merge pull request #1061 from AndreMiras/feature/test_android_module Andre Miras 2020-04-10 22:55:03 +0200
  • 0c4116c469 Starts unit testing buildozer/targets/android.py Andre Miras 2020-04-10 18:40:16 +0200
  • 7daf3d028c
    Merge pull request #1062 from AndreMiras/feature/coveralls_on_push_to_master Andre Miras 2020-04-10 21:12:19 +0200
  • 090cb5b36e Coveralls TOKEN is only available on branch master Andre Miras 2020-04-10 20:59:52 +0200
  • 21d4157573
    Merge pull request #1060 from kivy/feature/coverage_testing Andre Miras 2020-04-10 16:31:18 +0200
  • a155929bdc Setup coverage testing, closes #1058 Andre Miras 2020-04-10 14:15:06 +0200
  • 916dc6ba2a
    Merge pull request #1053 from Sirfanas/fix-venv-python3 Andre Miras 2020-04-08 21:15:13 +0200
  • 05f0024b26
    Put change in a single line Romain Fauquet 2020-04-08 20:58:00 +0200
  • c7d0a5a7c3
    Change "python3 -m pip" to "pip3" Romain Fauquet 2020-04-08 20:40:38 +0200
  • c9004f1d77 Fix virtual env for python 3 Sirfanas 2020-04-08 17:59:29 +0200
  • cceab3c2ce
    Merge pull request #1041 from AndreMiras/feature/default_ndk_to_19b Andre Miras 2020-03-28 17:26:13 +0100
  • 439a3619e4 Updates default buildozer.spec NDK from 17c to 19b Andre Miras 2020-03-28 16:58:29 +0100
  • 1ff55c4fca add support for package.type and AAR library builds Akinwale Ariwodola 2020-02-20 11:59:38 +0100
  • a294071a60
    Merge pull request #1026 from touilleMan/fix-default.spec-typo Andre Miras 2020-02-18 15:54:53 +0100
  • 4165a38897
    Fix config typo in default.spec Emmanuel Leblond 2020-02-18 15:33:08 +0100
  • d97d60f67c
    Merge pull request #1025 from SomberNight/20200213_gradle_fix_apk_name Andre Miras 2020-02-13 16:38:16 +0100
  • 7578fea609
    android gradle build: fix apk name SomberNight 2020-02-13 01:36:04 +0100
  • e5cc1855da fix syntax error due to the versionning script Mathieu Virbel 2019-12-22 20:12:37 +0100
  • b40bd68d6e Merge branch 'master' of ssh://github.com/kivy/buildozer Mathieu Virbel 2019-12-22 19:38:38 +0100
  • 384cea43a1 bump to better version for dev: 1.0.1-dev0 Mathieu Virbel 2019-12-22 19:38:05 +0100
  • 1b2e981892
    Update README.md Mathieu Virbel 2019-12-22 19:36:00 +0100
  • 664faa7583 remove README.rst Mathieu Virbel 2019-12-22 19:33:01 +0100
  • 636bc2fe15 Merge branch 'master' of ssh://github.com/kivy/buildozer Mathieu Virbel 2019-12-22 19:29:20 +0100
  • 8c88e3cc7d remove crystax from documentation Mathieu Virbel 2019-12-22 19:29:12 +0100
  • 5351e7d041 update CHANGELOG Mathieu Virbel 2019-12-22 19:28:27 +0100
  • 8fa06fe3d9 Bump to 1.1.dev0 Mathieu Virbel 2019-12-22 19:25:24 +0100
  • 5f67c04b69 Bump to 1.0 Mathieu Virbel 2019-12-22 19:25:16 +0100
  • 69d418491f remove 2.7 support Mathieu Virbel 2019-12-22 19:21:08 +0100
  • 526607e17d fix docker build Mathieu Virbel 2019-12-22 19:13:27 +0100
  • b4fd5d933b Remove travis.yml Mathieu Virbel 2019-12-22 19:11:45 +0100
  • a3ae25fa00 Introduce github actions Mathieu Virbel 2019-12-22 19:11:32 +0100
  • 4799f7d931 Merge branch 'master' of ssh://github.com/kivy/buildozer Mathieu Virbel 2019-12-22 19:01:51 +0100
  • c70fb74366 Merge branch 'autosportlabs-master' Mathieu Virbel 2019-12-22 19:01:38 +0100
  • 345168cbb7 Merge branch 'master' of https://github.com/autosportlabs/buildozer into autosportlabs-master Mathieu Virbel 2019-12-22 19:01:29 +0100
  • c3617ff0ab customizability options Philipp Auersperg-Castell 2019-08-25 23:00:54 +0200
  • 2fb4399767
    add libffi-dev to android requirements Gabriel Pettier 2019-12-10 17:03:34 +0100
  • b6981f8c57 spec file: cast paths in source.exclude_dirs to lowercase SomberNight 2019-08-29 18:15:17 +0200
  • bc11bd6066
    Merge pull request #969 from misl6/fix-add-libs-only-current-arch Alexander Taylor 2019-10-23 18:50:01 +0100
  • 81c31c4d1e
    Merge pull request #983 from AndreMiras/feature/minor_tests_improvements Alexander Taylor 2019-10-05 17:40:29 +0100
  • 8e56f880ce Fixes test_p4a_recommended_android_ndk_found() mocking Andre Miras 2019-10-05 14:46:10 +0200
  • 9fcf28ba44 Code improvements around NDK download (#961) Alexander Taylor 2019-10-05 12:34:50 +0100
  • d483847bb5
    Merge pull request #978 from misl6/fix-dist-dir Andre Miras 2019-10-01 10:44:11 +0200
  • 99ad83a2b9 Fixes packaging for current p4a develop branch Mirko Galimberti 2019-09-30 17:26:37 +0200
  • f01d09cdaf
    Merge pull request #976 from AndreMiras/feature/update_installation_documentation Andre Miras 2019-09-27 19:02:49 +0200
  • 569c012676 Updates install instructions and troubleshooting Andre Miras 2019-09-27 11:10:54 +0200
  • e58ad280bd
    Merge pull request #970 from kivy/fix/display_license Gabriel Pettier 2019-09-17 10:56:25 +0200
  • fa117686c8 fix: show output of sdk update if auto_accept_license is false Gabriel Pettier 2019-09-15 20:13:04 +0200
  • 31d35e5785 Add libs only for current arch Mirko Galimberti 2019-09-14 12:19:52 +0200
  • 2af534652d refactor packagename to prevent code duplication Mathieu Virbel 2019-09-11 19:58:16 +0200
  • c92b3ef925 Refactor apk_dest code to prevent code duplication. Mathieu Virbel 2019-09-11 18:38:06 +0200
  • 581a1ba2da rename final apk with arch in the name Mathieu Virbel 2019-09-08 23:44:56 +0200
  • e95844e1b3 added cmake to requirements kojo mcroni 2019-08-07 09:43:32 -0700
  • 8d4ad8b60f separate build per android.arch Mathieu Virbel 2019-08-30 18:05:12 +0200
  • 182d13f102
    Merge pull request #947 from opacam/feature-use-p4a-ndk Pol Canelles 2019-08-24 14:03:36 +0200
  • 8dd22bd4d4 [p4a] Add ability to get p4a's recommended android's NDK version opacam 2019-08-01 09:36:33 +0200
  • 7a0ef4f10c
    Merge pull request #940 from opacam/feature-allow-p4a-forks Pol Canelles 2019-07-26 15:20:18 +0200
  • 3583bb2ad7 [p4a] Check if p4a.fork/p4a.branch changed... opacam 2019-07-24 21:42:27 +0200
  • cfdcad4857 [pep8] Fix pep8: expected 2 blank lines opacam 2019-07-24 19:25:10 +0200
  • c782e65556 [p4a] Add ability to use a p4a fork opacam 2019-07-24 19:24:06 +0200
  • e2c3e6656c [spec] Move the key p4a.branch to p4a section opacam 2019-07-24 19:22:08 +0200
  • 1d1b0b7c80
    Merge pull request #937 from AndreMiras/feature/linter_fix Andre Miras 2019-07-22 09:57:57 +0200
  • 1fac86dbff Minor linter fix Andre Miras 2019-07-17 11:44:38 +0200
  • 1e7cc7f9c4
    Merge pull request #936 from yairlempert/patch-1 Andre Miras 2019-07-17 11:43:44 +0200
  • dbe02e3106
    Update installation.rst Yair Lempert 2019-07-16 11:17:26 +0300