Daniel Gultsch
9a58813160
SCRAM remove cache. made digest and hmac non static
...
DIGEST and HMAC were static variables. Those are initialized by
what ever concrete implementation gets executed first.
(Perform SCRAM-SHA1 first and those variables got initialized with
SHA1 variants)
For subsequent SHA256 executions those variables contained wrong
values.
(cherry picked from commit 692ee6c9fb
)
2021-01-06 20:16:10 +01:00
Daniel Gultsch
b6798ef574
offline presences aborts session proposals. fixes #3943
...
(cherry picked from commit f23016c967
)
2021-01-06 20:14:59 +01:00
Christian Schneppe
9deadd3121
update gitignore
2021-01-06 19:59:55 +01:00
Christian Schneppe
df3c188278
cancel touch event after opening context menu in search view
...
cherry picked from 39229c34f6
Co-Authored-By: Daniel Gultsch <iNPUTmice@users.noreply.github.com>
2021-01-06 19:59:21 +01:00
Christian Schneppe
703e8b5a5a
remove tracking antifeature, because webserver-logging is disabled
2020-12-28 11:17:57 +01:00
Christian Schneppe
68f28063fa
Merge branch 'master' of https://codeberg.org/kriztan/blabber.im
2020-12-22 21:47:35 +01:00
Christian Schneppe
d1840a725b
catch exception while destroying rooms
2020-12-22 21:47:24 +01:00
Daniel Gultsch
2836ac669c
catch exception while destroying rooms
2020-12-22 21:25:01 +01:00
Christian Schneppe
43208fa088
show easy onboarding in profile details
2020-12-22 21:13:10 +01:00
Christian Schneppe
eac00aeffd
remove orphaned permissions
2020-12-22 20:56:51 +01:00
Christian Schneppe
c245861410
integrate EasyOnboardingInvite in existing integrations and show QR code
2020-12-11 21:25:06 +01:00
Daniel Gultsch
db79200d7f
don’t check for inRoster when doing jingle with oneself. fixes #3947
...
(cherry picked from commit 090b3b18d0
)
2020-12-11 16:32:20 +01:00
Daniel Gultsch
69c0909fbc
work around race condition after opening easy invite dialog
...
(cherry picked from commit d1490673bb
)
2020-12-11 16:22:46 +01:00
Daniel Gultsch
f421152932
minor code clean up
...
(cherry picked from commit e38aa30a84
)
2020-12-11 16:21:07 +01:00
Daniel Gultsch
947e1fa541
store avatars in cache folder
...
(cherry picked from commit f584179f2f
)
2020-12-11 16:13:46 +01:00
Christian Schneppe
bee59f1bef
fix readmarkers for group chats
2020-12-11 16:04:16 +01:00
Christian Schneppe
cd9e71700e
fix black theme for medium and large fonts
2020-12-11 16:03:57 +01:00
Christian Schneppe
b9def66409
don't show icons in settings
2020-12-11 16:03:35 +01:00
Christian Schneppe
3d96292c41
fix updater for PlayStore version
2020-12-11 16:02:26 +01:00
Christian Schneppe
70a1493050
correct appids for market intents
2020-12-10 18:51:20 +01:00
Christian Schneppe
6d72622768
fix padding in sent messages
2020-12-10 18:50:50 +01:00
Christian Schneppe
581a94232f
improve UpdateHelper
2020-12-10 18:50:11 +01:00
Daniel Gultsch
d3aa0bf824
fix long pressing on a textview with link
...
(cherry picked from commit 9c67e8fec2
)
2020-12-09 19:23:16 +01:00
Daniel Gultsch
b3f0644a64
remove unused CopyTextView
...
after removing the ability to select and copy text the transformation methods
provided by CopyTextView are no longer necessary.
(cherry picked from commit 849968107e
)
2020-12-09 19:22:54 +01:00
Daniel Gultsch
8d253dbeef
ignore whitespace when trying to detect provisioning json
...
fixes #3940
(cherry picked from commit 261207a4c0
)
2020-12-09 19:16:28 +01:00
Daniel Gultsch
b7cec2a60a
if file extension doesn’t exist. try to guess from content type. fixes #3939
...
(cherry picked from commit 303e205276
)
2020-12-09 19:15:57 +01:00
Daniel Gultsch
e04506b916
share xmpp uri if landing url is not available
...
(cherry picked from commit 99cb23fe14
)
2020-12-08 21:49:21 +01:00
Daniel Gultsch
bd1c533b5a
stop parsing random strings as xmpp addresses when scanning uris
...
(cherry picked from commit 528f192f76
)
2020-12-08 21:49:06 +01:00
Daniel Gultsch
0db4216f9b
fixed typo in easy invites request code
...
(cherry picked from commit 00e1a93014
)
2020-12-08 21:47:55 +01:00
Daniel Gultsch
e6cd5021e1
initial (untested) support for easy onboarding invites
...
(cherry picked from commit 1f392a688d
)
2020-12-08 21:47:06 +01:00
Christian Schneppe
a1e6a7d945
make ?register links working correctly
...
fixes #517
2020-12-08 21:29:49 +01:00
Christian Schneppe
9123710d61
version 3.0.2 + changes
2020-11-28 17:58:39 +01:00
Christian Schneppe
b9f3cf6dd0
New Crowdin updates ( #514 )
...
* New translations strings.xml (Russian)
* New translations strings.xml (Russian)
* New translations strings.xml (Russian)
* New translations strings.xml (Russian)
* New translations strings.xml (Russian)
2020-11-28 17:23:32 +01:00
Christian Schneppe
87a76b683e
fix typo
2020-11-28 17:22:30 +01:00
Christian Schneppe
135bf4fbcc
let's play ogg files in audio player
2020-11-28 17:21:34 +01:00
Christian Schneppe
a97e1493e6
decrease sensor delay for AudioPlayer
2020-11-25 18:29:13 +01:00
Christian Schneppe
bc434d7148
increase startup performance
...
(cherry picked from commit 24eb4b769b842ffb103d3acd238326b67c938b5e)
2020-11-24 19:43:59 +01:00
Christian Schneppe
5c009d38d1
reduce actionbar logo
...
(cherry picked from commit 0a4c7374216ce73a69c5b073683b8de333c76d05)
2020-11-24 19:43:15 +01:00
Christian Schneppe
0db69e8324
small webpreview improvements
...
(cherry picked from commit e3e7b0924457b61f09aaae49333f84cb78a2e8a5)
2020-11-24 19:43:08 +01:00
Christian Schneppe
40bbb6ef88
Merge branch 'master' of https://codeberg.org/kriztan/Pix-Art-Messenger
2020-11-22 08:44:40 +01:00
Christian Schneppe
45ccd4b3fd
small color modifications for pink
2020-11-22 08:41:34 +01:00
Christian Schneppe
c7c101464b
rework black theme (chosen theme color = accent)
2020-11-22 08:40:23 +01:00
Christian Schneppe
f8f1d309b9
update issue template
2020-11-22 06:41:33 +01:00
Christian Schneppe
b636336cf0
version 3.0.1
2020-11-21 10:17:45 +01:00
Christian Schneppe
f248939001
show search for update in landscape mode on tablets
2020-11-21 10:15:01 +01:00
Christian Schneppe
853a6aac8a
fix quote text color for black theme
...
fixes #512
2020-11-21 09:56:18 +01:00
Christian Schneppe
7ad168db52
fix call notifications
2020-11-21 09:49:39 +01:00
Christian Schneppe
48f546d26c
version 3.0.0 + changes
2020-11-21 08:24:57 +01:00
Christian Schneppe
44f8f801a3
change resource detection method
2020-11-21 08:22:48 +01:00
Christian Schneppe
892c5b2f9a
Update README.md
2020-11-21 08:12:04 +01:00