mirror of
https://github.com/markqvist/Sideband.git
synced 2024-10-01 03:15:37 -04:00
48 lines
1.6 KiB
INI
48 lines
1.6 KiB
INI
[app]
|
|
title = Sideband
|
|
package.name = sideband
|
|
package.domain = io.unsigned
|
|
|
|
source.dir = .
|
|
source.include_exts = py,png,jpg,jpeg,webp,ttf,kv,pyi,typed,so,0,1,2,3,atlas,frag,html,css,js,whl,zip,gz,woff2,pdf,epub
|
|
source.include_patterns = assets/*,share/*
|
|
source.exclude_patterns = app_storage/*,venv/*,Makefile,./Makefil*,requirements,precompiled/*,parked/*,./setup.py,Makef*,./Makefile,Makefile
|
|
|
|
version.regex = __version__ = ['"](.*)['"]
|
|
version.filename = %(source.dir)s/main.py
|
|
android.numeric_version = 20231015
|
|
|
|
# Cryptography recipe is currently broken, using RNS-internal crypto for now
|
|
requirements = kivy==2.2.1,libbz2,pillow,qrcode==7.3.1,usb4a,usbserial4a
|
|
|
|
p4a.local_recipes = ../Others/python-for-android/pythonforandroid/recipes
|
|
|
|
icon.filename = %(source.dir)s/assets/icon.png
|
|
presplash.filename = %(source.dir)s/assets/presplash_small.png
|
|
android.presplash_color = #00000000
|
|
|
|
# TODO: Fix
|
|
orientation = portrait
|
|
fullscreen = 0
|
|
|
|
android.permissions = INTERNET,POST_NOTIFICATIONS,WAKE_LOCK,FOREGROUND_SERVICE,CHANGE_WIFI_MULTICAST_STATE,BLUETOOTH_CONNECT,ACCESS_NETWORK_STATE
|
|
android.api = 30
|
|
android.minapi = 24
|
|
android.ndk = 25b
|
|
android.skip_update = False
|
|
android.accept_sdk_license = True
|
|
android.release_artifact = apk
|
|
android.archs = arm64-v8a,armeabi-v7a
|
|
#android.logcat_filters = *:S python:D
|
|
|
|
services = sidebandservice:services/sidebandservice.py:foreground
|
|
android.whitelist = lib-dynload/termios.so
|
|
android.manifest.intent_filters = patches/intent-filter.xml
|
|
android.add_aars = patches/support-compat-28.0.0.aar
|
|
|
|
[buildozer]
|
|
log_level = 2
|
|
warn_on_root = 0
|
|
build_dir = ./.buildozer
|
|
bin_dir = ./bin
|