Commit graph

5342 commits

Author SHA1 Message Date
Asiel Díaz Benítez
307e4575b5
Merge pull request #3143 from deltachat/adb/issue-3126
allow to enable/disable notifications per-account
2024-07-13 17:26:11 +02:00
B. Petersen
79aa5ad587 fix crash on some mailto: links
if the value part is missing,
it otherwise crashes when calling MailtoUtil.getText()
and the exception is not handled there (it is not in at least one case).

therefore, just catch the exception in this cornercase (same for bad encoding)
and return an empty string.
2024-07-13 15:54:38 +02:00
B. Petersen
af20e73e80 create QrShowFragment in time
QrShowFragment is used by some menu entries
available also when the fragment is not displayed;
therefore, creation on displaying is too late.

(the crash is present only on some android versions,
as many android versions seem to create "neighboured tabs" anyways -
so there should also not be much performance loss)
2024-07-13 15:31:31 +02:00
adbenitez
4e404511a4 update notification key in dependencies 2024-07-10 15:05:07 +02:00
adbenitez
5eafe6ad49 update notifications preference key 2024-07-10 14:35:40 +02:00
adbenitez
dc31b3c5ef rename pref_key_enable_notifications to avoid conflict with legacy 2024-07-10 14:03:32 +02:00
Asiel Díaz Benítez
4f3a41bd99
Update src/main/java/org/thoughtcrime/securesms/LogViewFragment.java
Co-authored-by: bjoern <r10s@b44t.com>
2024-07-10 07:59:08 -04:00
B. Petersen
f18e84760d update deltachat-core-rust to 'chore(release): prepare for 1.141.2' of 'v1.141.2' 2024-07-10 13:55:56 +02:00
Asiel Díaz Benítez
c7057f50d0
Merge branch 'main' into adb/issue-3126 2024-07-10 13:16:05 +02:00
adbenitez
93a8e3bc0e use is_muted config, migrate old preference value 2024-07-10 13:12:59 +02:00
B. Petersen
9116c002d3 update RELEASE checklist to gplay changes 2024-07-08 15:21:32 +02:00
B. Petersen
2ca0e1012f bump version to 1.46.7 2024-07-08 12:02:39 +02:00
B. Petersen
48a7fe6d81 update translations 2024-07-08 12:02:39 +02:00
B. Petersen
b7d7ee3003 bump version to 1.46.6 2024-07-08 11:16:25 +02:00
B. Petersen
cbaf6918d7 update CHANGELOG for 1.46.6 2024-07-08 11:16:25 +02:00
B. Petersen
dd9d198c6f fix typo in string key 2024-07-06 23:55:49 +02:00
B. Petersen
cd9b03cf5c assumeSingleDevice() and assumeMultiDevice() check for chatmail 2024-07-06 23:53:48 +02:00
B. Petersen
7257a3180d be more explicit on at-once deletion 2024-07-06 23:53:48 +02:00
B. Petersen
067677ecbf be unexcited about 'delete old messages' setting, showing that in the 'chats and media' summary is enough, too complicated otherwise 2024-07-06 23:53:48 +02:00
B. Petersen
1420a4b7d9 allow only automatic/atOnce for chatmail 2024-07-06 23:53:48 +02:00
B. Petersen
d1552e389e do not repeat 'after Download' to not clutter the dialog; things should be clearer already without and for chatmail we do not want the other options 2024-07-06 23:53:48 +02:00
B. Petersen
89a4eb9538 set single-device on profile-creation, assume multi-device when we go a hint 2024-07-06 23:53:48 +02:00
B. Petersen
29b1c1e493 warn when chosing autodel-settings that may break multi-device 2024-07-06 23:53:48 +02:00
B. Petersen
d7babe8694 tweak autodelete-from-sever UI
- say in the timespans explicitly that it is _latest after fetch_;
  this matches better to server-side settings on chatmail -
  but also when you have different (non-dc)-clients with different settings.

- do not show the alarming confirmation dialog for chatmail -
  other, non-dc clients is usually not fitting,
  and also there is anyways an auto-deletion

- the default for chatmail becomes 'automatic',
  'never' is just wrong for chatmail
2024-07-06 23:53:48 +02:00
B. Petersen
364ec0e88d prefer new 'Profile' over old 'Login' wording 2024-07-06 12:49:32 +02:00
B. Petersen
76888c540d update translations and local help 2024-07-05 14:20:17 +02:00
adbenitez
2f590871fe allow to enable/disable notifications per-account 2024-07-03 18:52:15 +02:00
B. Petersen
7e7257bf41 refine huawei instructions 2024-06-24 12:19:47 +02:00
B. Petersen
221595cb12 remove deprecated hint 'chat with any email'
the string is deprecated and also no longer used on desktop/iOS.

the 'empty state view' where the string could appear
is anyways not shown often
(usually, there is 'saved messages' and 'device messages'),
so it also does not make sense to think over a replacement.
2024-06-20 17:52:55 +02:00
Asiel Díaz Benítez
0a8425d540
Merge pull request #3135 from deltachat/adb/issue-3119
don't go back to welcome screen when pressing back after instant onboarding
2024-06-19 13:44:07 +02:00
B. Petersen
c22b20171d update translations 2024-06-19 12:43:17 +02:00
B. Petersen
796bcec8e1 consolidate wording for "Message Info"
before, "Info" and "Message Details" were used for the same things synonymously,

this is an issue mostly in the context menus,
where eg. iOS had "Info" but desktop did not -
and android had an "i"-icon ...

but also, tapping 'Info' and then getting a different title
(not only a longer version) is not super-nice.

with this change, everything is "Info", making also the "i"-icon fit.
this is also consistent with WhatsApp.
Signal has the same mess as we before, at least on iOS.
2024-06-19 12:27:20 +02:00
gerryfrancis
bcdeff2870
Merge pull request #3136 from deltachat/f-droid-md-updates
Various corrections/updates to f-droid.md
2024-06-17 17:49:07 +02:00
gerryfrancis
dc3f03c48e
Update f-droid.md 2024-06-17 17:07:04 +02:00
gerryfrancis
9313e8e37a
Further corrections/updates 2024-06-17 17:03:40 +02:00
gerryfrancis
af46f8979a
Various corrections/updates to f-droid.md 2024-06-17 16:22:42 +02:00
adbenitez
cef9729ead don't go back to welcome screen when pressing back after instant onboarding 2024-06-16 00:52:12 +02:00
Asiel Díaz Benítez
80e2620aa3
Merge pull request #3130 from deltachat/adb/issue-3128
allow to mark as read selected chats
2024-06-15 20:35:09 +02:00
adbenitez
6a843f51ce use "mark as read" 2024-06-15 20:04:32 +02:00
B. Petersen
b302786dab bump version to 1.46.5 2024-06-15 11:43:54 +02:00
B. Petersen
96d0a81ccf update changelog for 1.46.5 (1.46.4 was never released) 2024-06-15 11:43:54 +02:00
B. Petersen
75538c61a4 bump version to 1.46.4 2024-06-15 11:22:08 +02:00
B. Petersen
dc28d188f2 update CHANGELOG for 1.46.4 2024-06-15 11:22:08 +02:00
Asiel Díaz Benítez
b2c420c8bb
Merge pull request #3131 from deltachat/adb/issue-3106
only show debug entries if developer mode is enabled
2024-06-15 10:19:09 +02:00
B. Petersen
8b18731e86 call setConfigFromQR() from background thread
setConfigFromQR() involves network and should not block the UI.
2024-06-14 21:33:55 +02:00
Asiel Díaz Benítez
fb14a8ed66
Merge pull request #3101 from deltachat/weblate
Translations update from Hosted Weblate
2024-06-14 19:47:13 +02:00
Hosted Weblate
919b300246
Merge remote-tracking branch 'origin/main' 2024-06-14 18:29:58 +02:00
Asiel Díaz Benítez
d1f7f4c31f
Merge pull request #3132 from deltachat/adb/use-foss-flavor
rename fat flavor to foss
2024-06-14 18:29:55 +02:00
adbenitez
d4048efb52 rename fat flavor to foss 2024-06-14 17:58:53 +02:00
adbenitez
5897711af5 only show debug entries if developer mode is enabled 2024-06-14 15:58:26 +02:00