Commit Graph

2865 Commits

Author SHA1 Message Date
B. Petersen 34755f05ff add a switch to 'settings / notifications' to disable battery optimisations 2020-09-01 01:44:43 +02:00
B. Petersen 94944ec096 bump version to 1.13 (a series of betas) 2020-08-30 18:30:04 +02:00
B. Petersen b74e79f936 update deltachat-core-rust submodule 2020-08-30 18:28:31 +02:00
bjoern f45c59cef8 Merge pull request #1603 from deltachat/split-server-flags
split server flags
2020-08-30 18:20:09 +02:00
B. Petersen 87b46a037f adapt to new server_flags/mail_security/send_security api 2020-08-26 18:35:14 +02:00
B. Petersen 52b201a1fc update deltachat-core-rust submodule 2020-08-26 16:29:39 +02:00
bjoern a535cd3f4e Merge pull request #1597 from deltachat/prep-1.12.4
prepare 1.12.5
2020-08-26 14:33:33 +02:00
B. Petersen 093a0aa283 bump version to 1.12.5 2020-08-26 14:32:20 +02:00
B. Petersen 1e41e8ba68 update changelog for 1.12.5 2020-08-26 14:30:34 +02:00
bjoern 59ddaee923 Merge pull request #1601 from deltachat/tweak-linkify
use auto-linkify together with custom-linkify
2020-08-26 14:24:12 +02:00
B. Petersen 7f96c065e4 compile command-pattern only once on startup 2020-08-26 11:31:17 +02:00
B. Petersen 2e8aa15df5 use auto-linkify together with custom-linkify
unfortunately, auto-linking such as Linkify.addLinks(WEB_URLS...)
replaces custom-links set before by Linkify.addLinks(custom-pattern).

calling custom-linking after auto-linking may be too inaccurate
as in case of bot-commands such as /xkcd_123456
are treated partly as a phone number.

skipping auto-linking is hard as there are lots of things to do to get a
similar experience, see #1600.

finally, we solve the problem by replacing URLSpan by some other span after.
in fact, we do that anyway to get a different long-click behaviour.

the only important thing is that the span-replacement
must not be derived from URLSpan.
2020-08-26 01:18:06 +02:00
bjoern 375f9ac847 Merge pull request #1599 from deltachat/fix-burner
connect immediately after burner account scan
2020-08-25 18:22:32 +02:00
bjoern 300c3063ed Merge pull request #1592 from deltachat/fix_app_crash_emoji_shown_on_map
fix regression caused by diversied emoji update.
2020-08-25 17:29:32 +02:00
B. Petersen 9f98494a17 remove double call to Util.assertMainThread() as in original pr #802 2020-08-25 17:16:39 +02:00
cyberta 89b26fa590 fix regression caused by diversied emoji update. reintroduce 4707efb26a in order to fix app crash on map #793 2020-08-25 17:15:18 +02:00
B. Petersen 5656062728 connect immediately after burner account scan
the startIo() call after scanning a burner account was just missing,
putting the app for a second to background fixes the issue,
so it was maybe not that visible.
the issue was probably introduced on the switch to async,
before, startIo() was not existant.
2020-08-25 15:30:02 +02:00
B. Petersen bfa8f4d5e5 update translations 2020-08-25 13:24:57 +02:00
cyBerta 9df76f829b Merge pull request #1593 from deltachat/tweak-permissions
tweak and fix permissions
2020-08-24 11:21:14 +02:00
B. Petersen 69bdc544db removed unused resources 2020-08-22 01:02:43 +02:00
B. Petersen 0778fee77b show PermanentDenialDialog also on share, avoid users getting lost 2020-08-22 00:55:35 +02:00
B. Petersen 83e9860aa9 fix PermanentDenialDialog for save-attachment (query by activity, not by fragment), remove toasts that do not contain useful information that are not shown before 2020-08-22 00:52:24 +02:00
B. Petersen 4a2f6a32da request mic/cam permission more directly, a toast is not needed as all important information are already shown and it would appear on 'cancel' only 2020-08-22 00:52:24 +02:00
B. Petersen 430e42c3ea request import/export permission more properly and directly, on permentent denial, show appropriate information about how to fix the issue 2020-08-22 00:52:24 +02:00
bjoern 9e0c4535d3 Merge pull request #1590 from deltachat/faster-camera-permission
Fix #1585 User asked for camera permission twice
2020-08-21 16:48:39 +02:00
Hocuri 81effe2350 Fix #1585 User asked for camera permission twice
The R.string.perm_explain_need_for_camera_access string is also used elsewhere, so we can't delete it.
2020-08-20 09:20:41 +02:00
link2xt 37e99b659f Linkify commands (#1567)
This makes bot commands similar to /echo clickable.

Patch from @adbenitez
2020-08-20 09:04:19 +02:00
bjoern 03e6dc449a Merge pull request #1584 from deltachat/fix_notifications_on_API16
set notification group only for Android API 24+
2020-08-19 23:43:44 +02:00
cyBerta a7ff66a28e Merge pull request #1587 from deltachat/improve_keyboard_layouts
Improve keyboard layouts
2020-08-19 22:42:27 +02:00
cyberta 5f96854b37 adapt keyboard layouts for registration activity 2020-08-19 16:32:38 +02:00
bjoern d75af7eb8e Merge pull request #1586 from deltachat/map_update_on_marker_deletion
remove pois from map
2020-08-19 16:20:00 +02:00
cyberta dba11cd907 use inputType TYPE_TEXT_VARIATION_URI for webrtc EditText view 2020-08-19 16:06:41 +02:00
cyberta e37d341c29 remove pois from map, fixes #1577 2020-08-19 15:08:28 +02:00
cyberta 9c28d7280b set notification group only for Android API 24+, fixes #1525 2020-08-19 11:41:46 +02:00
bjoern 369a0d8064 Merge pull request #1583 from deltachat/prep-1.12.3
prepare 1.12.3
2020-08-19 11:34:36 +02:00
B. Petersen 2af8fbcaaf bump version to 1.12.3 2020-08-19 00:50:21 +02:00
B. Petersen e5c97134f1 update changelog to 1.12.3 2020-08-19 00:36:40 +02:00
B. Petersen c7ec4a523f update translations 2020-08-18 22:07:19 +02:00
B. Petersen 7a3cb6ea15 update deltachat-core-rust submodule 2020-08-18 22:05:42 +02:00
cyBerta 02479174a7 Merge pull request #1578 from deltachat/cleanup-strings
remove unused strings
2020-08-18 17:19:14 +02:00
bjoern a29c9498cf Merge pull request #1568 from deltachat/improve_mailto_link_parsing
Improve mailto link parsing
2020-08-18 17:00:47 +02:00
bjoern 5dbc344fed Merge pull request #1575 from deltachat/fix_camera_initialization
reinitialize camera on orientation change
2020-08-18 16:55:12 +02:00
bjoern 8315390e86 Merge pull request #1581 from deltachat/unarchive_update
update archive menu option, rely on core for chat visibility
2020-08-18 16:52:58 +02:00
bjoern d96c3008e1 Merge pull request #1582 from deltachat/time_values_refresh
update list every minute so that time labels are updated correctly
2020-08-18 16:43:21 +02:00
cyberta d9c3731276 update list every minute so that time labels are updated correctly 2020-08-18 14:50:23 +02:00
cyberta 72411429cc update archive menu option, rely on core for chat visibility 2020-08-18 12:56:46 +02:00
Angelo Fuchs 7963b91bdb Merge pull request #1562 from deltachat/fiximagerotationcrash
#1544 image rotation not working sometimes, situation improved (crash averted)
2020-08-18 12:53:07 +02:00
Hocuri e11252ab28 oops, wrong operator 2020-08-18 12:37:57 +02:00
Hocuri 84c492192a angelo-fuchs' requests 2020-08-18 09:48:32 +02:00
B. Petersen 6c5d17c8da update translations 2020-08-17 23:16:18 +02:00