djvu

Results 8 issues of djvu

### Versions * Python: 3.8 * OS: Android 5, Ubuntu 20.04 * Buildozer: last version from github (01.04.2022) ### Description After: ```bash buildozer android debug ``` In my apk package...

If I try build from source: ``` requirements = python3, kivy==2.0.0, Cython, jnius, pyVoIP, git+https://github.com/kivy/python-for-android.git, sh, colorama, git+https://github.com/kivy/audiostream.git ``` I have got some problem: ```bash /usr/bin/ccache /home/djvu/.buildozer/android/platform/android-ndk-r19c/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -target aarch64-linux-android21 -fomit-frame-pointer...

My changes affect [builddozer](https://github.com/kivy/buildozer/pull/1519) and [python-for-kivy](https://github.com/kivy/python-for-android/pull/2691). I added support for add rules for autostart. Now you can use section in buildozer.spec: ``` android.extra_manifest_application = %(source.dir)s/xml/receivers.xml ``` updated **android.extra_manifest_application** to **android.extra_manifest_application_entry**...

target-android

### Versions * Python: 3.11.2 * OS: mac OS Ventura 13 * Buildozer: 1.5.0 ### Description I try to build test project, but in mac OS /bin/false in /usr/bin/false. And...

bug
target-ios

### Versions * Python: 3.8.10 * OS: Android 10 * Buildozer: 1.3.0 ### Description I found some flags for add rules in **AndroidManifest.xml**: - android.manifest.intent_filters - android.extra_manifest_xml - android.extra_manifest_application_arguments But...

Have you added support for the server STUN, if not, are you planning to do so or not?

My changes affect [builddozer](https://github.com/kivy/buildozer/pull/1519) and [python-for-kivy](https://github.com/kivy/python-for-android/pull/2691). I added support for add rules for autostart. Now you can use section in buildozer.spec: ``` android.extra_manifest_application = %(source.dir)s/xml/receivers.xml ``` 1 updated **android.extra_manifest_application** to...

core-providers

I added choice type start service **START_STICKY**, **START_NOT_STICKY** and **START_REDELIVER_INTENT**. Default use now and before START_NOT_STICKY, but when you close app, service close too. And I used this code for...

core-providers