Commit graph

17 commits

Author SHA1 Message Date
Felix C. Stegerman 56d047875c
use HTTPS urls 2021-04-22 17:25:31 +02:00
Artem Bulgakov 513ad560b7 Add link to GitHub action 2020-10-03 18:20:20 +02:00
Mathieu Virbel c9345fa06a
Update README.md 2020-10-02 10:06:34 +02:00
Andre Miras 020a5504f3 🍏 Improves iOS support
Updates & fixes support for iOS target, covers the following:
- Build integration test
- Updates to new kivy-ios structure
- Bumps to ios-deploy 1.10.0 (`make` replaced by `xcodebuild`)
- Makes it possible to toggle code signing (now disabled by default)

Note this is the first iteration of a longer serie.
Subsequent pull requests will try to improve the following:
- code signing process (toggle not fully integrated)
- actual deployment (not yet tested)
- unit tests (mainly `buildozer/targets/ios.py`)
- other forms of technical debt
2020-06-20 19:11:14 +02:00
Andre Miras afab91caf8 👷 Moves Android build to dedicated workflow file
This is in preparation for the soon to come ios build integration test.
2020-06-19 21:04:56 +02:00
Andre Miras c0ccfda405 🗑️ Linter fixes and README.md update
Linter fixes:
- E123 closing bracket does not match indentation of opening bracket's line
- E125 continuation line with same indent as next logical line
- E231 missing whitespace after ','
- E265 block comment should start with '# '
- E302 expected 2 blank lines, found 1
- E305 expected 2 blank lines after class or function definition, found 1
- E731 do not assign a lambda expression, use a def
- F401 imported but unused
- F821 undefined name
- W605 invalid escape sequence

Also removes a Python 2 reference from the README.md
2020-05-20 22:37:37 +02:00
Andre Miras 10a2fb9848 🗑️ Removes Python 2 constructions
- Drops Python 2 imports
- Drops `if IS_PY3` constructions
- Drops `object` inheritance
- Drops `__future__` imports
- Drops `mocks` dependency
- Uses Python 3 `super()`
2020-05-18 23:09:51 +02:00
Gabriel Pettier a69346af0a
Update README.md 2020-05-17 23:33:29 +02:00
hematogender 0eb99dd9f1
Fix punctuation and typo in README.md 2020-05-11 21:20:42 +03:00
Andre Miras a155929bdc Setup coverage testing, closes #1058
Also enables report to coveralls.io via GitHub Action.
Note the `COVERALLS_REPO_TOKEN` was setup via:
https://github.com/kivy/buildozer/settings/secrets
And is accessible for repos admin via:
https://coveralls.io/github/kivy/buildozer
2020-04-10 15:10:40 +02:00
Mathieu Virbel 1b2e981892
Update README.md 2019-12-22 19:36:00 +01:00
Mathieu Virbel 8c88e3cc7d remove crystax from documentation 2019-12-22 19:29:12 +01:00
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
Alexander Taylor 0efcf452d6 Updated README for python 3 2019-02-03 16:36:30 +00:00
Mathieu Virbel 7c9239dd59 update README.md to add opencollective 2019-02-03 13:50:21 +01:00
Mathieu Virbel d797d3df78 remove bad readme 2013-02-26 23:44:32 +01:00
Mathieu Virbel 9e5a4fd777 Initial commit 2012-07-16 09:34:33 -07:00