Commit graph

6807 commits

Author SHA1 Message Date
Daniel Gultsch
b2be5c4fd6 do not use empty display name for /me command
(cherry picked from commit 582aee4718)
2021-02-01 16:52:24 +01:00
Daniel Gultsch
c0d523b7b4 do not offer share button when file hasnt been downloaded. fixes #3971
(cherry picked from commit 3b43cb0bda)
2021-02-01 16:51:07 +01:00
Daniel Gultsch
7ddc71ef2c remember last rtp capability
(cherry picked from commit e711b3d294)
2021-02-01 16:50:41 +01:00
Molly Miller
bcbd0cfcc7 Use the account's display name (if set) when rendering /me messages in one-to-one chats.
(cherry picked from commit ebbf1ff6b1)
2021-02-01 16:48:00 +01:00
Daniel Gultsch
81a7d0c33f show self contact with display name
(cherry picked from commit 9db0808306)
2021-02-01 16:46:35 +01:00
Daniel Gultsch
31d98ddb40 fix tab height in StartConversation screen
(cherry picked from commit 49d0558da1)
2021-02-01 16:45:22 +01:00
Daniel Gultsch
73623ed92a fix in call notification being shown twice
(cherry picked from commit bfccfba00e)
2021-02-01 16:39:39 +01:00
Daniel Gultsch
183a3a7ced code clean up
(cherry picked from commit 5b48b4027e)
2021-02-01 16:39:26 +01:00
Christian Schneppe
6194293bba show total unread count in fab 2021-02-01 16:36:09 +01:00
Christian Schneppe
f320761a1b small color changes 2021-02-01 16:35:39 +01:00
Christian Schneppe
8696acf414 fix wrong server info 2021-01-22 15:33:54 +01:00
Christian Schneppe
816fb7d94d complete customTabs for links
https://developers.google.com/web/android/custom-tabs
2021-01-22 15:32:13 +01:00
Christian Schneppe
b4361f0c8d integrate customTabs for links
https://developers.google.com/web/android/custom-tabs
2021-01-19 21:30:23 +01:00
Christian Schneppe
1bcaf21db0 make chooser between gallery or file manager for sending images/videos 2021-01-19 21:26:08 +01:00
Christian Schneppe
8287e3e39e make map preview host configurable
run script from https://codeberg.org/kriztan/staticmap on your own server
2021-01-08 16:41:27 +01:00
Christian Schneppe
ee24656463 add https/http check to custom invidious host 2021-01-08 16:31:53 +01:00
Christian Schneppe
40b783a470 move chats of disabled accounts to bottom
and show them with a light transparency and grey background
2021-01-08 16:29:01 +01:00
Christian Schneppe
9b4f38b4d6 fix merge conflict 2021-01-06 20:54:41 +01:00
Daniel Gultsch
1f9b0538ab properly null check ufrag and pwd before whitespace checking. fixes #3956
(cherry picked from commit 2bec5459c5)
2021-01-06 20:26:08 +01:00
Daniel Gultsch
100d101151 minor code clean up in XmppConnection class
(cherry picked from commit 0569febf67)
2021-01-06 20:24:41 +01:00
Christian Schneppe
56bd3cda59 fix merge conflict 2021-01-06 20:23:27 +01:00
Daniel Gultsch
40077c96df implement SCRAM-SHA512
(cherry picked from commit 0e54d8a2cf)
2021-01-06 20:18:24 +01:00
Daniel Gultsch
a142a6bcb0 rewrote scram cache implementation
(cherry picked from commit 2a57c92f63)
2021-01-06 20:16:59 +01:00
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