annotate .p4a @ 412:7c6149c249c1

chat: attachment sending: - files to send are not sent directly anymore, but added to attachment, and linked to the message when it is sent, this is more user friendly and avoid the accidental sending of wrong file - user can remove the attachment before sending the message, using the "close" symbol - new "Chat.addAtachment" method - upload progress is shown on the AttachmentItem thanks to the "progress" property - AttachmentItem stays in the attachments layout until uploaded or an error happens. Messages can still be sent while the item is being uploaded.
author Goffi <goffi@goffi.org>
date Sun, 23 Feb 2020 15:39:03 +0100
parents 5d994be1161b
children 65958c3c98cb
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
373
5d994be1161b core: removed root menus (i.e. global menu on top of window):
Goffi <goffi@goffi.org>
parents: 364
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, pyasn1, pyasn1-modules"
292
55e194055aa5 misc: added configuration files to compile Cagou with python-for-android
Goffi <goffi@goffi.org>
parents:
diff changeset
8 --private . --package=org.salutatoi.cagou --name "Cagou"
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