Commit graph

619 commits

Author SHA1 Message Date
Christian Schneppe
44e75fb111
migrate to blabber.im 2020-10-29 19:19:03 +01:00
Christian Schneppe
0ee834862f
migrate to blabber.im
* fixes https://github.com/kriztan/Pix-Art-Messenger/issues/117
* fixes https://codeberg.org/kriztan/Pix-Art-Messenger/issues/117

* switch all urls to blabber.im
* changed icons
* changed app name
* changed color (orange) to match blabber.im color
* set orange as default color
* added new bug account
2020-10-25 11:33:43 +01:00
Christian Schneppe
22d4efdd5f
upgrade libwebrtc to m85
* fetched from 23ed0ce2ad
2020-09-26 14:45:24 +02:00
Christian Schneppe
ed7a0bdd83
version 2.5.2 + changes 2020-07-17 16:06:27 +02:00
Christian Schneppe
700b7d14cc
revert firebase lib version and catch all exceptions in PushManagementService 2020-07-17 16:04:54 +02:00
Christian Schneppe
253eed1e06
version 2.5.1 + changes 2020-07-16 20:01:59 +02:00
Christian Schneppe
63e22686ed
upgrade libwebrtc 2020-07-15 19:06:49 +02:00
Christian Schneppe
3f6bce56a7
update libs 2020-07-10 10:11:48 +02:00
Christian Schneppe
0b49e6d56c
version 2.5.0 + changes 2020-06-30 22:24:57 +02:00
Daniel Gultsch
7adc6f3b3c
upgrade libwebrtc to m83. fixes #3767
(cherry picked from commit f39daf565a)
2020-06-30 20:45:23 +02:00
Christian Schneppe
6b85ae6df5
remove OTR 2020-06-10 21:52:59 +02:00
Christian Schneppe
1bcbdd12cf
update build.gradle 2020-06-07 10:26:58 +02:00
Daniel Gultsch
658918e56d
switch xmpp-addr to jxmpp-jid
(cherry picked from commit b6703dbe38)
2020-05-25 20:46:42 +02:00
Christian Schneppe
3b6a93b24f
version 2.4.0 + changes 2020-05-08 20:29:09 +02:00
Christian Schneppe
249e91cc34
fix version name suffix 2020-05-07 21:23:13 +02:00
Christian Schneppe
b919d062ea
version 2.4.0 beta + changes 2020-05-07 21:17:42 +02:00
Christian Schneppe
65e2618ab2
fix beta version name 2020-05-07 21:17:42 +02:00
Christian Schneppe
d4aa5d96cf
start new beta 2020-05-07 21:17:41 +02:00
Christian Schneppe
ace3b117b7
fix changes and make OTR working again 2020-05-07 21:17:37 +02:00
Christian Schneppe
325487f82f
merge changes from PixArtMessenger 2020-05-07 21:12:51 +02:00
Daniel Gultsch
42563e6c29 version bump to 2.8.2 + changelog 2020-05-06 16:03:09 +02:00
Daniel Gultsch
f106cbccf5 bump version code to 381 (2.8.1) 2020-04-29 16:28:31 +02:00
Daniel Gultsch
52d416c6e6 version bump to 2.8.1 + changelog 2020-04-29 14:53:52 +02:00
Daniel Gultsch
45bb86c0f6 version bump for release 2020-04-24 22:01:48 +02:00
Daniel Gultsch
02a74b10a1 use better version code for universal to allow people to upgrade from abi to univerals as long is the base version is higher 2020-04-23 20:32:52 +02:00
Daniel Gultsch
adad683b20 version bump to 2.8.0-rc.3 2020-04-23 14:07:05 +02:00
Daniel Gultsch
fc7ecca1b3 build universal apk (easier to give to people manually) 2020-04-22 18:42:42 +02:00
Daniel Gultsch
1fc98c0c11 version bump to 2.8.0-rc.2 2020-04-22 14:52:14 +02:00
Daniel Gultsch
f858412d72 version bump to 2.8.0-rc.1 + changelog 2020-04-20 16:19:31 +02:00
Daniel Gultsch
c64779329b upgrade libwebrtc to m81 2020-04-20 15:57:31 +02:00
Daniel Gultsch
7f45f3ab54 build abi-split apk; use stable libwebrtc 2020-04-20 15:57:31 +02:00
Daniel Gultsch
72c551d128 bump to 2.8.0-beta.2 2020-04-20 15:57:31 +02:00
Daniel Gultsch
ebda472c22 version bump 2020-04-20 15:57:30 +02:00
Daniel Gultsch
e545e95d39 getMedia() would throw null pointer when called after going from proposed to some error state 2020-04-20 15:57:30 +02:00
Daniel Gultsch
172d2c693f depulicate 'propose's when doing mam catchup 2020-04-20 15:57:30 +02:00
Daniel Gultsch
5eea961155 improved strategy for ignoring self addressed jingle messages 2020-04-20 15:57:30 +02:00
Daniel Gultsch
75f753e957 increase version name for easier debugging with multiple devices 2020-04-20 15:57:29 +02:00
Daniel Gultsch
e964bb78ef added libwebrtc 2020-04-20 15:57:29 +02:00
Daniel Gultsch
3cf469a43b update some dependencies 2020-03-20 12:59:30 +01:00
Daniel Gultsch
36de53cdec version bump to 2.7.1 + changelog 2020-03-10 11:54:11 +01:00
Daniel Gultsch
00191e2b60 explicitly use BouncyCastle for file crypto 2020-03-09 19:12:30 +01:00
Daniel Gultsch
aecb771ab5 use 16 byte IVs for http upload files larger than 768KiB
Ever since Android 9+ switched to Conscrypt we can no longer efficiently
encrypt (and decrypt) large files with AES-GCM. We did’t notice this before
because when using 16 byte IVs even modern Androids will fall back to bouncy
castle. However the 'bug'/'feature' in Conscrypt surfaced when we switched over
to 12 byte IVs (which uses Conscrypt on Android 9+)
Switching back entirely to 16 byte IVs is undesirable as this would break
compatibility with Monal. So we end up with a weird compromise where we use
12 byte for normale plain text OMEMO messages and 'small' files where the
inefficiencies aren’t a problem.

The result of this commit is that Monal won’t be able to receive our files
larger than 768KiB. However the alternative is that Conversations would always
OOM when attempting to send larger files (where large depends on the available
RAM.)

fixes #3653
2020-03-08 13:13:19 +01:00
Daniel Gultsch
12907a52e3 version bump to 2.7.0 + changelog 2020-02-19 19:55:36 +01:00
Daniel Gultsch
d73cb08ec6 version bump to 2.7.0-beta 2020-02-17 11:14:11 +01:00
Daniel Gultsch
4189ed7419 version bump to 2.6.4 + changelog 2020-01-20 21:37:03 +01:00
Daniel Gultsch
581eb5556f make theme depend on dark/night mode on android 10+
closes #3611
2020-01-18 14:14:43 +01:00
Daniel Gultsch
e0c034c2c9 version bump to 2.6.3 + changelog 2020-01-15 14:47:50 +01:00
Daniel Gultsch
8e0c02f3cc use installreferrer libray instead of broadcast listener 2020-01-11 11:08:09 +01:00
Daniel Gultsch
7803a073ec bump version code 2020-01-09 10:10:22 +01:00
Daniel Gultsch
05c3e047f6 fix retrofit to 2.6.x 2020-01-08 19:02:29 +01:00