Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/kivy/python-for-android

Turn your Python application into an Android APK
https://github.com/kivy/python-for-android

Merge pull request #2740 from misl6/release-2023.01.28

Release 2023.01.28

ee9c2570dfc40fdd3afe200ea5d5fa4ea39bf5b5 authored almost 2 years ago
Bump version to 2023.01.28

5b45f40dfb2ab88cd5f873f604a0145b50eb1e43 authored almost 2 years ago
Update CHANGELOG.md

d2aaf93f27ac1080130420edcb1dbad3e5c94743 authored almost 2 years ago
Implements `--manifest-orientation` and changes how `--orientation` works so we can now pass the setting to the SDL orientation hint (#2739)

353b596b72bc428ebb60026a919bc284af3028a8 authored about 2 years ago
Merge pull request #2738 from FilipeMarch/patch-2

Update __init__.py from `scrypt` recipe

5376a9342d3b85a793857210803170ca3404cd2d authored about 2 years ago
Update __init__.py

`scrypt` recipe was not working...
Updating the version to `0.8.20` and the url to `https://git...

3c0e3afe54961680c2870fcc28c1ac66d1c3d5f6 authored about 2 years ago
Apply a patch from SDL upstream that fixes orientation settings (#2730)

d3cb478d87be172cd1f8d5a6310c528fae799498 authored about 2 years ago
Support permission properties (`maxSdkVersion` and `usesPermissionFlags`) + remove `WRITE_EXTERNAL_STORAGE` permission, which has been previously declared by default (#2725)

* Support permission properties (maxSdkVersion and usesPermissionFlags) + remove WRITE_EXTERNAL_...

a636b887c6bcf1261aba7b1205f96f8d12bc39f7 authored about 2 years ago
Merge pull request #2721 from kivy/master

Merge master in develop

7d473a9fbe647f20a441c9f5347590731faa166a authored about 2 years ago
Merge pull request #2718 from kivy/release-2022.12.20

Release 2022.12.20

cc6481b0142c54eebd40f60f2d7bb6ee29cf32a1 authored about 2 years ago
Bump version to 2022.12.20

697929b93da2899426c33a4a4b61bc3300a997f4 authored about 2 years ago
Update CHANGELOG.md

5b4e893adf1dc1c5a3115010ba84c74b013ee78e authored about 2 years ago
InputType.TYPE_TEXT_FLAG_MULTI_LINE forces InputType.TYPE_TEXT even if SDLActivity.keyboardInputType is NULL (#2716)

26d5155bb7156032dcc55f97d12c6ce523f9adae authored about 2 years ago
Merge pull request #2713 from RobertFlatt/cdec

Delete pythonforandroid/recipes/cdecimal directory

25ed4d00ad7c82683633d32a94997337fe0e812c authored about 2 years ago
Merge pull request #2714 from RobertFlatt/secp256k1

secp256k1 Update "--host="

68711da7e01f0f840341c09fb0a51482c39ef791 authored about 2 years ago
Delete pythonforandroid/recipes/cdecimal directory

Depreciated since Python 3.3

cd1c6550cfae754e109b424cd05230ae3332f5e5 authored about 2 years ago
Update "--host="

2a2677895a9830380e548d3d0905037c42712969 authored about 2 years ago
Custom Service notification (#2703)

* add_resources

* add_resource

* Update build.py

* stateless

* multiple kinds

* p...

8cb497dd89e402478011df61f4690b963a0c96da authored about 2 years ago
Bump sdl2 version to 2.26.1 (#2712)

10fa82b51ed0575c9c8393d90066655675d49a16 authored about 2 years ago
Flake8 does not support inline comments for any of the keys. (#2708)

* Flake8 does not support inline comments for any of the keys.

* Fix flake8 E741 ambiguous va...

8f8cf6a4c89d0f8a53b700c6b5d299d0080ca4ec authored about 2 years ago
Bump to a version of `SDL` with patches for the TextInput / TextEditing (SDL `2.26.0`) (#2692)

* Testing: SDL with patches for the new TextInput / TextEditing

* Bump to SDL 2.26.0

e14bdfc92f8fd369b21b4f3a8dfd601ea1a3f90d authored about 2 years ago
Gradle: Run the clean task before anything else to make sure nothing is "cached". (#2705)

* Gradle: Run the clean task before anything else to make sure nothing is cached.

* Reference...

63e6fb614ad033a9848bb1d64be7ff3885cb8966 authored about 2 years ago
Include paths for sdl2_mixer have changed. Added a method to return the correct one. (#2700)

538266d5169458f52641d618c5ca1782b4e5f295 authored about 2 years ago
Added `--add-resource` option (#2684)

* add_resources

* add_resource

* Update build.py

* stateless

* multiple kinds

* p...

5ca3a52b4a91d7b6f933e6b2f4b60fb4ed2d3c9a authored about 2 years ago
Fixes an issue regarding blacklist and bytecode compile + some cleanup (#2693)

53d77fc26c9e37eb6ce05f8899f4dae8334842b1 authored about 2 years ago
Merge pull request #2694 from RobertFlatt/WXS

WRITE_EXTERNAL_STORAGE maxSdk

ee318977d3630b9665d14478d8f3a9329e1e688a authored over 2 years ago
WRITE_EXTERNAL_STORAGE maxSdk

f6473fb37682aac3c650cc70f1bd76eee56bf1a0 authored over 2 years ago
Make CI compile aiohttp again. (#2690)

* Make CI compile aiohttp again.

References:
https://stackoverflow.com/a/64755338/20124004,...

7de5d2b8293b61e969925b7b29de09c11e3ca7dc authored over 2 years ago
Update MIN_TARGET_API and RECOMMENDED_TARGET_API (#2683)

11322742d0c9d3d2b7b4642110c911b394425ee1 authored over 2 years ago
Merge pull request #2682 from SomberNight/202210_git_shallow_clone

recipe.download_file: implement shallow git cloning

5b9b382b12f1f10dee4acf90beeecfcf1c8a05b0 authored over 2 years ago
Update SDL2, SDL2_ttf, SDL2_mixer, SDL2_image to latest releases (#2673)

5e7a1fa05484c8c264988ecacb0edfdeed30cb00 authored over 2 years ago
recipe.download_file: implement shallow git cloning

When a recipe uses a `git+...` url, and has a `version` specified, only do a shallow git clone.
...

f18dd83009d7707d06851efac1f70bcf869f383c authored over 2 years ago
requirements: relax version bound on "pep517" (#2680)

The "<0.7.0" bound was added in https://github.com/kivy/python-for-android/commit/9f6d6fcce748be...

25f3a534d861b4f55a51277590b7042920edfad8 authored over 2 years ago
Add some permissions from API 31 to API 33 (#2677)

f4a91b06e24ce9f137b996e5eff5f319b9a6ae80 authored over 2 years ago
Merge pull request #2674 from dbnicholson/webview-keyboard-resize

Resize webview when keyboard is shown

698b6c283cc52d5d1c0de62c7d5199de5d80ff3d authored over 2 years ago
Resize webview when keyboard is shown

When the adjust mode is unspecified, Android will not resize the webview
when showing the on scr...

9ca92f4c21a663050a375d186c87666c8cf10730 authored over 2 years ago
Include HOME in build environment (#2582)

Many of the tools run by p4a store intermediate files in the user's home
directory. Passing the...

6cf860495ba62038efda5e7694a0081cea68b547 authored over 2 years ago
android/activity: Add Application.ActivityLifecycleCallbacks helpers (#2669)

The `Application.ActivityLifecycleCallbacks` interface is used to
register a class that can rec...

b379a1cd72c69548fcd221ce3118a2719b75d7af authored over 2 years ago
Fixes libvpx build (#2672)

* Fixes libvpx build

* Add --disable-neon-asm for armeabi-v7a

6505cfc1283ef5082e49a39e4cbc88ca20ddc7e4 authored over 2 years ago
toml may not be available on systemwide python (#2670)

ed43cbb5554d44b99f90facecf9ef793ddf1fd59 authored over 2 years ago
Merge pull request #2668 from misl6/feat/switch-to-ndk25

Bump minimal and recommended Android NDK version to 25b

c883d8a29c918fd315e42d648902641665843658 authored over 2 years ago
Bump minimal and recommended Android NDK version to 25b

7714682320ea0959a8f4f02742abb8f835fc38ad authored over 2 years ago
Merge pull request #2667 from kivy/master

Merge master in develop

25483d6aca3d04cfe38ebccedb6bde9b675546b3 authored over 2 years ago
Merge pull request #2666 from kivy/release-2022.09.04

* Add option for copying arbitratry xml files to src/main/res/xml without touching manifest

*...

c1ec69c0a95414a5b99498844af144dfeedcba72 authored over 2 years ago
Update CHANGELOG.md & change version for release 2022.09.04

686c3851487f3816fb2c46d765a8b6d1e8d53e27 authored over 2 years ago
Use p4a_install instead of install, as a file named INSTALL is already present. (#2663)

5e2d44f8053bb8aa0442426409b8161609e4a435 authored over 2 years ago
Force --platform=linux/amd64 in Dockerfile (#2660)

cea7b2dbf53da1bf125ed024b742d340a535521c authored over 2 years ago
Remove six and enum34 dependency (#2657)

1f624523753286ab0e8854aede0e0990a98717e3 authored over 2 years ago
Update supported Python versions (#2656)

1e270c58598ab54b37a406a686feeac500efffed authored over 2 years ago
Updates matplotlib, fixes an issue related to shared libc++ (#2645)

* Updates matplotlib, fixes an issue related to shared libc++

* Cleanup

17395de925a87485e67ff418a5c97e01d7d30481 authored over 2 years ago
Add icon-bg and icon-fg to fix_args + adds a missing folder in webview dir template (#2633)

* Add icon-bg and icon-fg to fix_args

Fix the icon-bg and icon-fg arguments and also create t...

e8686e2104a553f05959cdaf7dd26867671fc8e6 authored over 2 years ago
Fixes some E275 - assert is a keyword. (#2647)

36b17aadff52b0b8d85bab5486c57e4151ffb523 authored over 2 years ago
Merge pull request #2644 from alicakici1234/rtspSupport4ffmpeg

RTSP support for ffmpeg

c77e07d4a9768c1180f49a49a852bb6f86eb40fb authored over 2 years ago
RTSP support for ffmpeg

Added UDP and TCP protocols to "--enable-procol" to supporting RTSP streams over each.

Added RT...

70c2dd31b69f002117c21f75a2a620c9ff0a97c9 authored over 2 years ago
Fixes TypeError: str.join() takes exactly one argument (2 given) in hostpython3/__init__.py", line 69 (#2642)

* Update __init__.py

.buildozer/android/platform/python-for-android/pythonforandroid/recipes/...

cdbee357d3425b53de75d60d1d1a9d21a2c4730b authored over 2 years ago
Merge pull request #2330 from advian-oss/res_xml

Add option for adding files to res/xml without touching manifest

715ee8a74e510aa53ebef48655e0da9ee42b2fc2 authored over 2 years ago
Fix webview Back button behaviour (#2636)

fd9853436f8f937562949d2dcb2980183b4df849 authored over 2 years ago
Resolve absolute path to local recipes (#2640)

This is necessary when using patches in a local recipe since
`Recipe.apply_patch` assumes the r...

b3e8c0378d65bd7f705b90fc915c4068b34d1b9a authored over 2 years ago
Merge pull request #2581 from dbnicholson/package-filename

Remove stray - in output file name

93c7bab2abf134b72be14a5964aaca69f4b68241 authored over 2 years ago
Remove stray - in output file name

The final component in the package name is just the extension, so
prefixing it with a - means th...

54575aef56b7b7fd9e42117408d4da48e17a7857 authored over 2 years ago
Merge pull request #2639 from kivy/master

Merges master into develop after release 2022.07.20

3353fbf0f3166027d53547d343ceb17108044c69 authored over 2 years ago
Merge pull request #2638 from misl6/release-2022.07.20

Release 2022.07.20

17ec678c3879cb64fa48282a0519018a889e3c7f authored over 2 years ago
Update CHANGELOG.md & change version for release 2022.07.20

31bf165f28ac7c37a7a5829d1a3a5f09285ca519 authored over 2 years ago
Use shutil.which instead of sh.which (#2637)

28151d1864df9564ee796910f38a995b54d73631 authored over 2 years ago
add service_lib and aar to the docs (#2634)

* add service_lib and aar to the docs

* Update doc/source/quickstart.rst

Co-authored-by: M...

cae8a8531c635ede47a713d4bd60daed46592085 authored over 2 years ago
Added pythonforandroid.androidndk.AndroidNDK + some changes needed in order to support build on Apple Silicon macs. (#2586)

* Added pythonforandroid.androidndk.AndroidNDK + some changes needed in order to support build o...

73539bf7a69b4119302ba5a4ea59cf835e591544 authored over 2 years ago
Fixing service_library bootstrap + .aar build. (#2612)

* fix Android 12 operation

* fix service_only aar target

* flake8 fix

* add github acti...

a169f0d124860372055785aaee103de2c4bb2044 authored over 2 years ago
Fix issue #2630 (#2631)

* Fix issue #2630

6fa6dde30392529e2e3194deb3a133402169a991 authored over 2 years ago
Merge pull request #2619 from mzakharo/scipy_r21e

lapack/scipy: support NDK r21e, x86/64 archs

1f7f89233c6df6ae2aba77a2b38630dd99289c68 authored over 2 years ago
lapack/scipy: support NDK r21e, x86/64 archs

b51c26e0341ef6e6ae79a6ba1495c7090bef24e3 authored over 2 years ago
add scipy/lapack CI tests (#2617)

* add scipy/lapack CI tests

* retrigger checks

* adding scipy test

* add kivy to scipy ...

e524c0b73573c08f87a5bec10a008dfce81558c4 authored over 2 years ago
Merge pull request #2615 from mzakharo/scipy

use LEGACY_NDK option to build lapack/scipy with a separate NDK

13177b1df44871e26bd9218e4d1ddddbfe3a60e5 authored over 2 years ago
use LEGACY_NDK option to build lapack/scipy with a separate NDK, supporting gcc/gfortran

3c55699f1e6a10f0bad7ca9e71f6ad3db5782608 authored over 2 years ago
Bump groestlcoin_hash to 1.0.3 (#2607)

61cc596be24ae35223d72def4e587ed05d60c888 authored over 2 years ago
Merge pull request #2606 from kvdroid/develop

removed `usr` and `lib` from ndk library path in `librt` recipe

9147848ed7769029353971ab1807d7ef8d027bae authored over 2 years ago
removed `usr` and `lib` from ndk library path

fix for
```sh
ld: error: unable to find library -lrt
clang-12: error: linker command failed ...

4487002f2132c1933e9b1a8aec8640d00d19b8b6 authored over 2 years ago
Merge pull request #2605 from kvdroid/develop

changed arch.ndk_platform to arch.ndk_lib_dir in `librt` recipe

26d464a877c026fca0fc6b8a244bddd3a14db720 authored over 2 years ago
changed arch.ndk_platform to arch.ndk_lib_dir

fix for
```python
AttributeError: 'ArchARMv7_a' object has no attribute 'ndk_platform'
```

6b68f426d945be8b7c3498025b1251b8d2410fb5 authored over 2 years ago
Our self-hosted Apple Silicon runner now has been migrated to actions/runner v2.292.0 which now supports arm64 natively (#2602)

b9af853bf64323c9bd558d39ea8192186687a9cd authored over 2 years ago
Support multiarch in webview bootstrap (#2596)

* Support multiarch in webview bootstrap

This is essentially exactly the same as what the sdl...

b7146e8e47bfec0ebb7d4c58434fc87f252b2eaf authored over 2 years ago
Introduces pkg_config_location in Prerequisite and use OpenSSLPrerequisite().pkg_config_location in hostpython3, so we can support ssl on hostpython3 just out of the box also on macOS (#2599)

* Introduces pkg_config_location in Prerequisite and use OpenSSLPrerequisite().pkg_config_locati...

71c237f1efc7a5d0922bc6f5097a2fc05505a75d authored over 2 years ago
Merge pull request #2598 from dbnicholson/webview-testapp-service

Add service to webview test app

fff7013fde3d53c408eb47754f211a6dd9628a25 authored over 2 years ago
Add service to webview test app

This will help ensure that services work from the webview bootstrap.

175d28221080d733381808ec0c42fea1e9a4eedd authored over 2 years ago
Merge pull request #2597 from dbnicholson/webview-testapp-jnius

Fix webview testapp jnius usage

eeea8a1f40c783df164f6de8bbf74b3457a1270e authored over 2 years ago
Don't run flask in threaded mode in webview test app

When flask is run in threaded mode, it creates a new thread to handle
each response. In that cas...

d6321c2c63c1c5406b065b27898250e07049e20e authored over 2 years ago
Return proper HTTP responses in webview testapp

Current Flask throws an exception if a view function returns `None`:

```
python : TypeError: T...

243e6b652af5de88d4f12f246cb8244a833a3ff1 authored over 2 years ago
Handle all the macOS prerequisites (except NDK/SDK) via prerequisites.py (#2594)

4d45f99c22e027f695bb05c0c2d3f692b603d207 authored over 2 years ago
Merge pull request #2593 from dbnicholson/cmdline-tools-avdmanager

Prefer avdmanager from cmdline-tools

c9c91e81734804fc2be66ad39759724e1eac6f52 authored over 2 years ago
Prefer avdmanager from cmdline-tools

The Android SDK tools are deprecated in favor of the command line tools.
Trying to use avdmanage...

d71ef6a82a5d8c43c7a5e11bb24d3aef6254a20a authored over 2 years ago
Introduces pythonforandroid/prerequisites.py (Experimental). This allows a more granular check and install process for dependencies on both CI jobs and users installation. (#2591)

* Introduces pythonforandroid/prerequisites.py (Experimental). This allows a more granular check...

4baec32a7bd90d90852156a1221d84d6d99eeb54 authored over 2 years ago
*_rebuild_updated_recipes CI jobs now test the updated recipe along all the supported Android archs (arm64-v8a, armeabi-v7a, x86_64, x86) (#2592)

f45408dcb60afbc57bdb7078b85f410382fdee97 authored over 2 years ago
Added py3dns recipe (#2590)

* Added py3dns recipe
* Update py3dns recipe

9670576b04037bc68430179e5ad5451292f0eaf1 authored over 2 years ago
Set PATH using real SDK and NDK directories (#2583)

* Correct recipe test assertion

`Arch.find_executable` uses the context environment `PATH` ra...

92cb8f455f48d7093b26225b357f5784c2482509 authored over 2 years ago
Upload artifacts produced from every build platform, not only ubuntu-latest (#2588)

846d80d75be1201989e7fc2484b870d47745a918 authored almost 3 years ago
Fixes a typo in macos_rebuild_updated_recipes (#2587)

a2fb4809fb1b53a7e6c7c1d4cf3e5adf7c56649c authored almost 3 years ago
Add missing fetch-depth: 0 on macos_rebuild_updated_recipes (#2579)

44d35917c9786235ea1b59e3eb4bd23ace9f9bb8 authored almost 3 years ago
Bumps libffi to v3.4.2 + adds -fPIC on i686 (#2578)

0e87b9956b23e5b29414e394711c6d01125ebbb8 authored almost 3 years ago
Bumps numpy version to 1.22.3, cython version to 0.29.28 and fixes numpy build on macOS (#2575)

2ca492a3be0f2ecd88031672c4b52c646e9a6c51 authored almost 3 years ago
NDK 23 + Gradle 7 support (#2550)

* Adds NDK 23 and Gradle 7 support

* Updates gradle and android gradle plugin version + avoid...

f7f8cea636714dc4843b8818c553510f99084b6a authored almost 3 years ago
macOS CI: ADD APK, AAB & Updated Recipes build (#2574)

* macOS CI: ADD APK, AAB & Updated Recipes build

* Add tools for our self-hosted m1 runner

a0f8d3e5c1af1e9a6b8fbcae3d2800e0de6938fc authored almost 3 years ago