Commit graph

7522 commits

Author SHA1 Message Date
Christian Schneppe
c172f1ade7
try to heal Huawei's energy saving methods 2020-01-24 16:00:15 +01:00
Christian Schneppe
cc78954daa
Merge branch 'master' of https://github.com/kriztan/Pix-Art-Messenger 2020-01-14 18:54:20 +01:00
Christian Schneppe
9e752e637f
show toast message on PN if user is not in room/channel 2020-01-14 18:54:06 +01:00
Christian Schneppe
5bf46f8e85
show avatar correctly 2020-01-14 18:53:13 +01:00
Christian Schneppe
93e97be6db
switch volume control between earpiece and speaker while listening audio 2020-01-14 18:52:34 +01:00
Christian Schneppe
7d8f3720e8
Merge pull request #426 from licaon-kter/patch-8
Fix typo
2020-01-03 23:28:47 +01:00
Licaon_Kter
09a7aa6301
Fix typo
...be more specific
2020-01-03 22:14:48 +00:00
Christian Schneppe
e03da284fe
Merge pull request #425 from licaon-kter/patch-7
Fix typos
2020-01-03 19:40:53 +01:00
Licaon_Kter
bb6c72706d
Fix typos 2020-01-03 17:33:07 +00:00
Christian Schneppe
648fe344ae
Merge branch 'master' of https://github.com/kriztan/Pix-Art-Messenger 2020-01-02 15:14:59 +01:00
Christian Schneppe
ccdb122afb
rework map view and update leaflet to 1.6.0 2020-01-02 15:14:19 +01:00
Christian Schneppe
8cbc7b2a07
don’t crash when long pressing invalid geo-uris 2020-01-02 11:52:14 +01:00
Christian Schneppe
dd5f790b21
reset XmppConnection to parent 2020-01-02 11:50:43 +01:00
Christian Schneppe
d80c5fd971
don't create conversation while watching ContactDetails 2020-01-02 11:43:53 +01:00
Christian Schneppe
93519d7309
startup performance improvements 2020-01-02 11:43:01 +01:00
Christian Schneppe
5aa52b0824
reset file to normal message when attempting re-download after delete 2020-01-02 10:22:40 +01:00
Christian Schneppe
8ca04b46e6
persist file size across aborts 2020-01-02 09:43:51 +01:00
Christian Schneppe
a5f52ef599
make parts in Message.java final 2020-01-02 09:05:49 +01:00
Christian Schneppe
1657e678ac
automatically set year in about message 2020-01-02 09:04:00 +01:00
Christian Schneppe
0f92f4a57c
Add explanations of encryption methods 2019-12-29 14:37:11 +01:00
Christian Schneppe
3fde191f63
Add files via upload 2019-12-29 14:35:22 +01:00
Christian Schneppe
b4f8f47540
display '#' in generated channel avatars 2019-12-24 14:07:15 +01:00
Christian Schneppe
15d27e2cbb
Implement download resumption for OMEMO encrypted files 2019-12-24 14:05:40 +01:00
Christian Schneppe
80c0e7d575
createOutputStream(): allow to disable decryption 2019-12-24 13:49:54 +01:00
Christian Schneppe
23cfd788b1
small contact details UI fixes 2019-12-24 13:30:54 +01:00
Christian Schneppe
99cfae2e33
rework conference and contact details
* reduce avatar size
* show big avatar on long click
* reorder elements
* show contact/muc JID in advanced mode

fixes #423
2019-12-23 14:06:52 +01:00
Christian Schneppe
07b4ea61b2
small UI refresh changes 2019-12-23 10:01:42 +01:00
Christian Schneppe
5abd54f943
show nick for /me in 1:1 chats
fixes #421
2019-12-17 11:26:59 +01:00
Christian Schneppe
b8602852b7
first step to remove OTR encryption
* make OTR available via expert settings and disable it as default
2019-12-13 21:17:01 +01:00
Christian Schneppe
dc44c346ca
rework adhocinvite 2019-12-13 21:01:00 +01:00
Christian Schneppe
65bfbafa17
use setFlags instead of addFlags to grant uri permissions 2019-12-13 17:55:24 +01:00
Christian Schneppe
51f52022cb
catch rare NPE while deleting bookmark 2019-12-13 17:20:32 +01:00
Christian Schneppe
cffb75e456
version 2.3.4 + CHANGELOG 2019-12-12 20:23:45 +01:00
Christian Schneppe
cbffac53d5
New translations strings.xml (Italian) (#419) 2019-12-12 20:18:27 +01:00
Christian Schneppe
887b14dae0
small ui fixes for private messages 2019-12-12 20:15:33 +01:00
Christian Schneppe
3a6c10bbe3
increase mam messages catchup and don't abort on MAM_MAX_MESSAGES 2019-12-12 19:44:54 +01:00
Christian Schneppe
fe080ef77a
add .heic to list of known mime types 2019-12-12 19:43:08 +01:00
Christian Schneppe
b9247bc3a7
don’t use secure delete when migrating edit column 2019-12-12 19:40:56 +01:00
Christian Schneppe
6c3565392a
small quotes fixes 2019-12-12 19:37:04 +01:00
Christian Schneppe
0c9d000689
jingle ibb: wait to receive ibb
previously we signalled succesfull file reception after receiving enough bytes on ibb;
however that causes us to race with the session-info file hash. now the recipient will wait for
<close/> and the sender will make sure to send the session-info before sending close.
2019-12-09 20:09:09 +01:00
Christian Schneppe
20b0c52e35
properly restore LMC edits. switch to LMC v1.1 2019-12-09 19:57:17 +01:00
Christian Schneppe
c1b0151474
reduce cursor size back to 4m; now that the cause is fixed 2019-12-08 15:54:43 +01:00
Christian Schneppe
6368dedc63
use Base64.NO_WRAP instead of trim() 2019-12-08 15:53:03 +01:00
Christian Schneppe
fe6724887d
show jabber accounts from local address in Quicksy flavor 2019-12-08 15:49:33 +01:00
Christian Schneppe
960460e7fe
prevent crash when deleting account on servers that don't support omemo 2019-12-08 15:43:55 +01:00
Christian Schneppe
e0e158e5fc
increase cursor window size on Android P when restoring messages 2019-12-08 15:43:21 +01:00
Christian Schneppe
31c16b0f8f
delete cached posh file after not being able to verify 2019-12-08 15:40:58 +01:00
Christian Schneppe
32b1ab2b3b
only show message deleted if LMC is activated 2019-12-08 15:37:29 +01:00
Christian Schneppe
d6652c571d
add direct answer button in private muc messages 2019-12-08 15:12:37 +01:00
Christian Schneppe
4f0ac410eb
color optimizations in orange theme 2019-12-08 14:15:01 +01:00