annotate .p4a @ 514:d78728d7fd6a default tip

plugin wid calls, core: implements WebRTC DataChannel file transfer: - Add a new "file" icon in call UI to send a file via WebRTC. - Handle new preflight mechanism, and WebRTC file transfer. - Native file chooser handling has been moved to new `core.file_chooser` module, and now supports "save" and "dir" modes (based on `plyer`). rel 442
author Goffi <goffi@goffi.org>
date Sat, 06 Apr 2024 13:37:27 +0200
parents 83c67b093350
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
292
55e194055aa5 misc: added configuration files to compile Cagou with python-for-android
Goffi <goffi@goffi.org>
parents:
diff changeset
1 --sdk-dir /home/goffi/dev/android/sdk_26.1.1
319
0a92958eea80 android (p4a): ndk update
Goffi <goffi@goffi.org>
parents: 316
diff changeset
2 --ndk-dir /home/goffi/dev/android/android-ndk-r19b
292
55e194055aa5 misc: added configuration files to compile Cagou with python-for-android
Goffi <goffi@goffi.org>
parents:
diff changeset
3 --android-api 28
55e194055aa5 misc: added configuration files to compile Cagou with python-for-android
Goffi <goffi@goffi.org>
parents:
diff changeset
4 --dist-name cagou_dev_build
55e194055aa5 misc: added configuration files to compile Cagou with python-for-android
Goffi <goffi@goffi.org>
parents:
diff changeset
5 --debug
55e194055aa5 misc: added configuration files to compile Cagou with python-for-android
Goffi <goffi@goffi.org>
parents:
diff changeset
6 --bootstrap=sdl2
454
65958c3c98cb p4a: added `certifi` dependency, as it is used in backend for SSL validation
Goffi <goffi@goffi.org>
parents: 373
diff changeset
7 --requirements "hostpython3, kivy, kivy_garden.modernmenu, sqlite3, omemo, omemo-backend-signal, service_identity, automat, attrs, hyperlink, requests, treq, twisted, wokkel, hg+https://repos.goffi.org/sat, hg+https://repos.goffi.org/sat_tmp, pillow, pyxdg, markdown, html2text, python-dateutil, pycrypto, git+https://github.com/kivy/plyer.git, android, python-potr, shortuuid, babel, lxml, pudb, urwid, cryptography, openssl, pyopenssl, certifi, pyasn1, pyasn1-modules"
462
83c67b093350 android: renamed package from org.salutatoi.cagou to org.libervia.cagou
Goffi <goffi@goffi.org>
parents: 454
diff changeset
8 --private . --package=org.libervia.cagou --name "Cagou"
292
55e194055aa5 misc: added configuration files to compile Cagou with python-for-android
Goffi <goffi@goffi.org>
parents:
diff changeset
9 --version 0.1
55e194055aa5 misc: added configuration files to compile Cagou with python-for-android
Goffi <goffi@goffi.org>
parents:
diff changeset
10 --whitelist .p4a_whitelist
55e194055aa5 misc: added configuration files to compile Cagou with python-for-android
Goffi <goffi@goffi.org>
parents:
diff changeset
11 --blacklist .p4a_blacklist
55e194055aa5 misc: added configuration files to compile Cagou with python-for-android
Goffi <goffi@goffi.org>
parents:
diff changeset
12 --icon media/icons/muchoslava/png/cagou_profil_bleu_96.png
55e194055aa5 misc: added configuration files to compile Cagou with python-for-android
Goffi <goffi@goffi.org>
parents:
diff changeset
13 --presplash media/icons/muchoslava/png/cagou_profil_bleu_512.png
55e194055aa5 misc: added configuration files to compile Cagou with python-for-android
Goffi <goffi@goffi.org>
parents:
diff changeset
14 --orientation fullUser
321
a6eb154ba266 android (p4a): Cagou is now windowed
Goffi <goffi@goffi.org>
parents: 320
diff changeset
15 --window
292
55e194055aa5 misc: added configuration files to compile Cagou with python-for-android
Goffi <goffi@goffi.org>
parents:
diff changeset
16 --arch armeabi-v7a
55e194055aa5 misc: added configuration files to compile Cagou with python-for-android
Goffi <goffi@goffi.org>
parents:
diff changeset
17 --service backend:service/main.py
55e194055aa5 misc: added configuration files to compile Cagou with python-for-android
Goffi <goffi@goffi.org>
parents:
diff changeset
18 --permission INTERNET
55e194055aa5 misc: added configuration files to compile Cagou with python-for-android
Goffi <goffi@goffi.org>
parents:
diff changeset
19 --permission ACCESS_NETWORK_STATE
55e194055aa5 misc: added configuration files to compile Cagou with python-for-android
Goffi <goffi@goffi.org>
parents:
diff changeset
20 --permission VIBRATE
55e194055aa5 misc: added configuration files to compile Cagou with python-for-android
Goffi <goffi@goffi.org>
parents:
diff changeset
21 --permission RECORD_AUDIO
55e194055aa5 misc: added configuration files to compile Cagou with python-for-android
Goffi <goffi@goffi.org>
parents:
diff changeset
22 --permission READ_EXTERNAL_STORAGE
55e194055aa5 misc: added configuration files to compile Cagou with python-for-android
Goffi <goffi@goffi.org>
parents:
diff changeset
23 --permission WRITE_EXTERNAL_STORAGE
322
e2b51663d8b8 core, android: new share widget + added Cagou to "share" menu:
Goffi <goffi@goffi.org>
parents: 321
diff changeset
24 --intent-filters /home/goffi/dev/cagou/android_intents/share.xml
316
86566968837a android (p4a): updated P4A option to use Python 3:
Goffi <goffi@goffi.org>
parents: 295
diff changeset
25 --ignore-setup-py