Commit graph

7505 commits

Author SHA1 Message Date
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
Christian Schneppe
6c445cc68a
use current time on resend message 2019-12-08 13:59:41 +01:00
Christian Schneppe
ad32a6889b
permission compatibility for Android 10 2019-12-08 13:45:44 +01:00
Christian Schneppe
5d5b7010b1
version 2.3.3 2019-12-08 10:28:48 +01:00
Christian Schneppe
6084fd91d4
try to fix missing sendbutton 2019-12-08 10:25:36 +01:00
Christian Schneppe
074e7311bf
version 2.3.2 2019-12-08 09:49:17 +01:00
Christian Schneppe
2cdc394d52
fix shareWithActivity 2019-12-08 09:48:44 +01:00
Christian Schneppe
b5c5625e78
don't use versionNameSuffix for git/fdroid version 2019-12-07 21:51:06 +01:00
Christian Schneppe
d828d5b4a9
version 2.3.1 + changes 2019-12-07 21:31:10 +01:00
Christian Schneppe
e66ffc6280
Merge branch 'master' of https://github.com/kriztan/Pix-Art-Messenger 2019-12-07 21:30:46 +01:00
Christian Schneppe
cd1d3cebee
New Crowdin translations (#409)
* New translations strings.xml (Ukrainian)

* New translations strings.xml (Ukrainian)

* New translations strings.xml (Italian)

* New translations strings.xml (Chinese Simplified)

* New translations strings.xml (Chinese Simplified)

* New translations strings.xml (Chinese Simplified)

* New translations strings.xml (Chinese Simplified)

* New translations strings.xml (Chinese Simplified)

* New translations strings.xml (Chinese Simplified)

* New translations strings.xml (Chinese Simplified)
2019-12-07 21:30:35 +01:00
Christian Schneppe
d8d37876b0
fix crash on android < 24 2019-12-07 21:18:57 +01:00
Christian Schneppe
8358a40792
fix rare crash 2019-12-07 21:15:07 +01:00
Christian Schneppe
7ee4de1a27
add missing permission requests for Android P
possibly fixes #410
2019-12-07 21:11:56 +01:00
Christian Schneppe
a80432f671
fix updater 2019-12-07 20:14:45 +01:00
Christian Schneppe
348498b875
fix crash on Android 4 devices 2019-12-07 20:09:47 +01:00
Christian Schneppe
539302ee36
don't show real username in quotes
fixes #415
2019-12-07 20:05:52 +01:00
FH
587a719e85 Disable NewLines in Base64 values (#416)
Smack gets confused and throws NullPointerException
when Base64 contains newlines. Therefor disable newlines
in Base64. I assume newlines in Base64 are also not
expected by other implementations.
2019-12-03 08:04:38 +01:00