Daniel Gultsch
45b9c4dcc9
refactor ExportBackupService to worker
2024-05-02 19:12:39 +02:00
Daniel Gultsch
cbd8fb3488
guard unregister phone account by system feature check
2024-05-02 10:58:40 +02:00
Daniel Gultsch
60e6841578
ignore quickLog startService exception
2024-05-02 10:58:06 +02:00
Daniel Gultsch
073a445a6d
use onSurface as link color
2024-04-29 08:26:25 +02:00
Daniel Gultsch
8856c048d6
exclude all realme devices up to Android 11
2024-04-26 09:59:21 +02:00
p42ity
73897f8db3
Voice Recordings: Add privacy option, deactivate workaround for AAC sensitive devices for Android 14+ and change default sampling frequency
2024-04-23 16:57:37 +02:00
Daniel Gultsch
3892015310
introduce setting to ignore invites from strangers
2024-04-22 12:49:27 +02:00
Daniel Gultsch
d0945c35ee
add realme x50 to bad devices list
...
by now we probably have enough evidence that all realme devices
below Android 12 (or maybe 13) are broken
we just need to figure out how to properly put the entire vendor on
a list
2024-04-21 16:11:56 +02:00
Daniel Gultsch
538a714e29
fix formating for previous commit
2024-04-20 10:58:20 +02:00
Daniel Gultsch
ed2e0ab73c
getting and setting audio devices on Android 14 when not integrated should go to fallback
2024-04-20 10:51:31 +02:00
Daniel Gultsch
cfc22ba2af
stop linter from warning about feature check
2024-04-19 17:34:35 +02:00
Daniel Gultsch
027a4e139a
delay integrated audio routing on callee end until picked up
2024-04-19 10:01:23 +02:00
Daniel Gultsch
961e0bb025
use bold done all for displayed
2024-04-18 14:36:44 +02:00
Daniel Gultsch
1d4d2c6664
add vendor and android version to 'about' section
...
that way a screenshot of the settings is a one stop shop for maintaining our
broken device list
2024-04-18 10:10:21 +02:00
Daniel Gultsch
d1552c9397
add more realme devices to broken call integration list
2024-04-18 10:10:21 +02:00
Daniel Gultsch
c1193f059b
add Realme XT to list of broken devices
2024-04-17 16:05:53 +02:00
Daniel Gultsch
9cabc0262f
request READ_MEDIA_* permission when restoring backup on fdroid version
2024-04-17 14:58:44 +02:00
Daniel Gultsch
7088c1f507
delay legacy audio routing until after call has been accepted
...
fixes #249
2024-04-17 11:29:13 +02:00
Daniel Gultsch
9d01af239a
play ringtone through notification
...
in 484f633180
we switched from letting the notification play the ringtone and handle the vibration to doing it ourselves.
this had two reasons. The ringtone selector in the android notification settings was broken at times and we wanted to silence the notification when pressing volume down.
This commit essentially reverts that change. We fixed the ringtone selection by handling it internally in Conversations and simply recreating the entire channel. Silencing the notification can be achieved by re-posting it with onlyAlertOnce set to true (I guess we didn’t know that at the time)
2024-04-17 10:32:20 +02:00
Daniel Gultsch
244c29cd6f
start to maintain list of devices with broken call integration
2024-04-16 08:51:40 +02:00
Daniel Gultsch
960b20db3e
introduce 'large font' setting
2024-04-16 08:35:50 +02:00
Daniel Gultsch
f75c061627
do not show captcha dialog when activity is gone
2024-04-16 08:34:33 +02:00
Daniel Gultsch
ee57ba7fba
app: use static variables to refer to config settings
2024-04-15 18:49:27 +02:00
Daniel Gultsch
97eb7d4e48
persist 'cancelled' annotation on failed file transfer
2024-04-15 18:15:01 +02:00
Daniel Gultsch
3a489741e7
fix audio player time display + progress for long audio files
2024-04-15 18:11:22 +02:00
Daniel Gultsch
e950d431bc
use internal location viewer for in text geo uris
2024-04-15 10:14:14 +02:00
Daniel Gultsch
a3cc91dc11
replace FlowLayout with constraint layout
2024-04-15 10:14:14 +02:00
Daniel Gultsch
699b8723e0
make bubbles slightly distinct in non color mode
2024-04-15 10:14:14 +02:00
Daniel Gultsch
376374263c
do not show message status for RTP
...
we don’t track them well enough (we could though)
2024-04-15 10:14:14 +02:00
Daniel Gultsch
b0bc2c2856
omit type of encryption from message hint
2024-04-15 10:14:14 +02:00
Daniel Gultsch
d5ef06055f
refactor message status. use more icons
2024-04-15 10:14:13 +02:00
Daniel Gultsch
b62f244c63
fix default value for colorful chat bubbles
2024-04-12 09:34:52 +02:00
Daniel Gultsch
13a879841f
fix cancelled p2p ft showing up as such
2024-04-12 08:38:46 +02:00
Daniel Gultsch
11d435f327
enable MDS support
2024-04-09 17:30:07 +02:00
Daniel Gultsch
e8bdd5de7a
style dynamic tags
2024-04-09 11:09:14 +02:00
Daniel Gultsch
0ec46d1d34
trigger message deletion after toggling setting
2024-04-09 10:42:44 +02:00
Daniel Gultsch
38bff563ae
use slighter darker shades for send button in dark theme
2024-04-08 18:51:45 +02:00
Daniel Gultsch
32de58ce65
add require channel binding
2024-04-08 17:20:39 +02:00
Daniel Gultsch
359b386a6c
fix 'create backup' button
2024-04-08 16:07:37 +02:00
Daniel Gultsch
b752508adb
remove autojoin setting
2024-04-08 15:32:52 +02:00
Daniel Gultsch
ecf0e23144
remove quiet hours
2024-04-08 14:25:14 +02:00
Daniel Gultsch
b7b4a78761
Merge branch '2.14.x'
2024-04-08 14:20:20 +02:00
Daniel Gultsch
96bf407bf0
fix rare crashes in call integration
2024-04-08 14:12:30 +02:00
Daniel Gultsch
5d1362f385
fix back button in AboutActivity
2024-04-08 10:37:20 +02:00
Daniel Gultsch
03ee84bf35
fix crash when toggling setting after rotation
2024-04-08 10:05:07 +02:00
Daniel Gultsch
67e01af5ef
flip sent/received bubble colors
2024-04-08 10:04:34 +02:00
Daniel Gultsch
dbebb7feed
trigger endpoint renewal when up settings change
2024-04-08 08:20:08 +02:00
Daniel Gultsch
e84d66874c
flip 'never send crash reports' to positive
2024-04-08 08:10:13 +02:00
Daniel Gultsch
dc0a139392
collapse start chat button
2024-04-08 07:45:44 +02:00
Daniel Gultsch
b30a88e7a5
make notification tone picker work
2024-04-07 20:35:01 +02:00