cyBerta
27e58cc3e4
Merge pull request #1612 from deltachat/disappearing-not-experimental
...
make 'disappearing messages' a standard-feature
2020-09-09 15:42:40 +02:00
cyBerta
4153e34a00
Merge pull request #1616 from deltachat/battery-rationale
...
add rationale to ignore-battery-optimization request
2020-09-09 15:42:01 +02:00
B. Petersen
5ab682f2ab
use same rationale in device message (the device message is only added when the direct-ask was cancelled)
2020-09-08 12:41:02 +02:00
B. Petersen
fa214e0163
reword, use 'continue' instead of 'ok'
2020-09-07 15:50:46 +02:00
B. Petersen
34c217576e
reword rationale dialog, remove 'cancel' button
2020-09-07 13:56:37 +02:00
B. Petersen
14dc59d78c
add rationale to ignore-battery-optimization request
...
while it is more straight-forward to let the system ask the user directly -
as we do for most other permissions -
this is probably not favorable for requesting ignore-battery-optimization:
- other permissions requests are preceded by a clear user intention -
tap on the camera, record voice etc.
so it is clear to the user why a permission is needed.
this is not true at the moment after installation
(maybe the moment can be improved, btw)
- different systems have completely different text,
partly focusing on "battery drain" - it is not clear to the user
what would be the advantage of that
- some guidelines say, user interaction is needed before querying permission.
there is room for interpretation, of couse,
however, adding a rational with a "continue" button
seems to fit better to these guidelines.
2020-09-06 23:44:34 +02:00
bjoern
742ce78c9c
Merge pull request #1505 from deltachat/betterdoze
...
Already ask the user to disable doze on the first start.
2020-09-06 22:36:29 +02:00
B. Petersen
537ea4a195
move maybeAskDirectly() to the updateReminders()-AsyncTask, this avoids the keyboard not being closed during the permission-quesions
2020-09-06 21:20:13 +02:00
B. Petersen
1caaac58b9
move always-executed doze-checks to a try/catch block
2020-09-06 17:31:56 +02:00
B. Petersen
94cda3f81f
move pref-string 'DOZE_ASKED_DIRECTLY' to the other pref-strings
2020-09-06 17:31:56 +02:00
Hocuri
954ca9b2d1
Already ask the user to disable doze on the first start
2020-09-06 17:31:56 +02:00
B. Petersen
7d0ac9f501
update translations
2020-09-06 17:31:27 +02:00
B. Petersen
71609692fe
update translations
2020-09-06 13:51:49 +02:00
B. Petersen
615f1b5e7a
fix string
2020-09-06 13:50:49 +02:00
bjoern
ded8d0b181
Merge pull request #1608 from deltachat/notify-bg-switch
...
add switch to enable/disable battery optimizations
2020-09-06 13:44:10 +02:00
B. Petersen
fe25b81d4f
reword, sort android strings to corresponding section
2020-09-06 13:43:26 +02:00
bjoern
31a4c3deec
Merge pull request #1614 from deltachat/fix-generic-fgservice
...
close generic foreground-service when hitting 'cancel' button
2020-09-05 12:41:48 +02:00
B. Petersen
877a49e0ef
close generic foreground-service when hitting 'cancel' button
2020-09-05 00:49:21 +02:00
B. Petersen
33cd22552f
make 'disappearing messages' a standard-feature
2020-09-04 14:28:52 +02:00
B. Petersen
6fa07b99fa
move generic-notification-id to NotificationCenter to keep the overview
2020-09-03 18:50:09 +02:00
bjoern
390ccc4923
Merge pull request #1504 from deltachat/imex_foregroundservice
...
generic foregroundservice
2020-09-03 18:30:27 +02:00
cyberta
42837ad56d
no content intent for generic forground service - don't open the ConversationListActivity on notification click
2020-09-03 17:30:52 +02:00
cyberta
7a4e6a2982
close notification on export error
2020-09-03 17:30:52 +02:00
cyberta
653db39f6c
tweak import export notification messages
2020-09-03 17:30:52 +02:00
cyberta
7a22513c7a
use ContextCompat to start foreground services
2020-09-03 17:30:52 +02:00
cyberta
ce8f4a58d2
reuse signals generic foreground service for import export
2020-09-03 17:30:52 +02:00
B. Petersen
58b4d62984
update deltachat-core-rust submodule
2020-09-03 17:30:32 +02:00
bjoern
868d4f46ee
Merge pull request #1589 from deltachat/add_poi_improvements
...
Add POI improvements
2020-09-03 12:45:00 +02:00
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