Commit graph

7396 commits

Author SHA1 Message Date
Christian Schneppe
2f9d181822
remove FullscreenVideoViewer 2020-01-31 14:31:52 +01:00
Christian Schneppe
b0d0f904a2
fix sending uncompressed files 2020-01-31 14:29:55 +01:00
Christian Schneppe
83c976f2d7
use ExoPlayer for video playback 2020-01-31 14:28:27 +01:00
Christian Schneppe
6bb9db3686
evict cached previews when file gets deleted 2020-01-31 07:09:03 +01:00
Christian Schneppe
f5721e6c96
temporarily go back to 16 byte iv for imminent bug fix release 2020-01-31 07:04:11 +01:00
Christian Schneppe
0a2d4589fd
pass omemo decrypt up to higher layers to count as download error. decrypt all encrypted files
* added failure logging to http download
* fixed download of previously deleted omemo files
2020-01-31 07:03:26 +01:00
Christian Schneppe
cc5e65879d
correct appid which was accidently commited 2020-01-26 20:19:57 +01:00
Christian Schneppe
2f27378f16
use more material style 2020-01-26 20:18:13 +01:00
Christian Schneppe
0b857a81db
fix some bugs 2020-01-26 16:04:16 +01:00
Christian Schneppe
954cf63162
use default values for some preferences instead of hardcoded ones 2020-01-26 15:36:47 +01:00
Christian Schneppe
42c2dd48f0
rework lastseen a bit and don't show offline 2020-01-26 15:35:29 +01:00
Christian Schneppe
ac88ed360b
fix fingerprint for otr 2020-01-24 20:53:47 +01:00
Christian Schneppe
b9962f7b50
omemo changes: use 12 byte IV, no longer accept auth tag appended to payload 2020-01-24 20:36:29 +01:00
Christian Schneppe
a917c5403f
support xmpp uris with single 'omemo' parameter for fingerprint (w/o sid) 2020-01-24 20:29:53 +01:00
Christian Schneppe
6ff2ae4e02
fixed adding omemo encrypted images to gallery 2020-01-24 20:20:37 +01:00
Christian Schneppe
67f244555c
add scan qr button to welcome screen 2020-01-24 20:19:40 +01:00
Christian Schneppe
a6dd8e45fa
use installreferrer libray instead of broadcast listener 2020-01-24 19:55:58 +01:00
Christian Schneppe
04595db099
parse install referrer from gplay 2020-01-24 19:43:49 +01:00
Christian Schneppe
504e4f21a2
make registration uris work with fixed usernames 2020-01-24 19:28:14 +01:00
Christian Schneppe
99e21438c0
preselect proper account in create contact dialog after following invite 2020-01-24 17:21:33 +01:00
Christian Schneppe
e71bfaa48d
support ?roster;ibr=y xmpp uris 2020-01-24 17:13:40 +01:00
Christian Schneppe
6d74698aec
support registration via pars tokens 2020-01-24 17:08:30 +01:00
Christian Schneppe
f4a207e859
refactored xmpp uri parsing to expose all params 2020-01-24 16:10:56 +01:00
Christian Schneppe
a508f95c3f
show number of participants in a MUC 2020-01-24 16:02:46 +01:00
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