Commit Graph

2386 Commits

Author SHA1 Message Date
B. Petersen a2c2c6508b fix typo 2020-05-21 22:33:01 +02:00
B. Petersen 534bccb2f7 update translations 2020-05-21 22:28:30 +02:00
bjoern 2ce8747cac Merge pull request #1356 from deltachat/fix-mute-multiaccount
Use the mute functions of the core
2020-05-21 01:16:51 +02:00
B. Petersen 8791e8017b remove duplicated mute-icon; it is set by the caller, together with verified-icon, in ConversationListItem::bind() 2020-05-21 01:10:55 +02:00
B. Petersen 8b19b81c5b save one db-roundtrip on every chatlist-item 2020-05-21 00:26:45 +02:00
Hocuri adce890bef Continue using the core functions for muting 2020-05-20 23:51:25 +02:00
Hocuri 40e24c3a39 Start transitioning to the mute functions of the core 2020-05-20 23:51:25 +02:00
bjoern 2eca2330a9 Merge pull request #1373 from deltachat/standards-moved
standards.md has been moved to the core
2020-05-20 22:39:18 +02:00
B. Petersen f8f184401e standards.md has been moved to the core 2020-05-20 17:40:22 +02:00
bjoern f1c1d2c229 Merge pull request #1370 from deltachat/exoplayer_version
bump exoplayer version to 2.9.6 becaus of some fixes that apply to us
2020-05-19 12:21:11 +02:00
Angelo Fuchs 18f39dff81 #1161 bump exoplayer version to 2.9.6 becaus of some fixes that apply to us. 2020-05-18 17:05:53 +02:00
B. Petersen 2b37e9091e update deltachat-core-rust submodule 2020-05-18 13:13:02 +02:00
B. Petersen 88930b4fac typo 2020-05-14 13:38:19 +02:00
B. Petersen 431a902d98 changelog 2020-05-14 02:20:57 +02:00
bjoern 5646fc50bc Merge pull request #1362 from deltachat/prep-1.8.1
bump version
2020-05-14 02:13:22 +02:00
B. Petersen 2879a70189 bump version 2020-05-14 02:12:05 +02:00
bjoern ffc3abf450 Merge pull request #1361 from deltachat/fix-avatar
do not delete the group-avatar on editing group-name
2020-05-14 02:00:25 +02:00
B. Petersen 6f2a40ecb3 do not delete the group-avatar on editing group-name 2020-05-14 01:59:52 +02:00
B. Petersen bc9145317e update deltachat-core-rust submodule 2020-05-14 01:16:14 +02:00
bjoern cae84be86d Merge pull request #1360 from deltachat/revert-1277-notifyswipednotread
Revert "Fix #999 swiping a notification away should not mark things as "noticed""
2020-05-13 23:44:09 +02:00
bjoern 290b7954f7 Revert "Fix #999 swiping a notification away should not mark things as "noticed"" 2020-05-13 23:40:36 +02:00
bjoern 7d9596666b Merge pull request #1355 from deltachat/improve-workmanager
Update WorkManager.
2020-05-12 13:45:54 +02:00
bjoern 792a49db2c Merge pull request #1350 from deltachat/fix-sharing-draft-filename
Fix #1347 Draft file name "Unknown".
2020-05-12 13:45:04 +02:00
Hocuri 502b9b85a2 Update WorkManager.
Fix (maybe) #1354 because recently they "Fixed a bug where if a Worker was interrupted, it would not get rescheduled correctly.", see https://developer.android.com/jetpack/androidx/releases/work#version_233_3.
2020-05-12 13:02:12 +02:00
Hocuri f26bb5b99c Catch exception instead of checking for null 2020-05-12 11:14:44 +02:00
bjoern de2159ed75 Merge pull request #1351 from deltachat/clarify-readme
clarify that newer ndk versions will likely work
2020-05-11 16:08:20 +02:00
Hocuri a559ca9228 Prevent NPE 2020-05-11 14:07:36 +02:00
B. Petersen d8b88ac4e4 clarify that newer ndk versions will likely work 2020-05-11 14:01:36 +02:00
Hocuri da536f1ed9 Fix #1347 Draft file name "Unknown".
getManuallyCalculatedSlideInfo() in AttatchmentManager sometimes failed to get a file name. Now, in this case, it is just extracted from the uri.
2020-05-11 11:37:52 +02:00
bjoern 67d245a2a8 Merge pull request #1349 from deltachat/prep-1.8
prep 1.8
2020-05-11 01:16:01 +02:00
B. Petersen 6bf4df0440 changelog 2020-05-11 01:13:35 +02:00
B. Petersen 0de50e08c7 bump version 2020-05-11 01:11:22 +02:00
B. Petersen c0d74a0acf show changed situation to 1.6 users 2020-05-11 01:11:22 +02:00
B. Petersen d1690399cc move permantent-notification switch more prominent, let it depend on notifications-enabled 2020-05-11 01:11:22 +02:00
B. Petersen b0641a49c3 change default for 'reliable background service' to false
reason is that ppl are pretty annoyed by the
permanant notification, that might have been expected and that would be okay.
but, more worse, for whatever reasons, this drains more battery on some systems
than having just "allow consuming battery" enabled,
maybe some system do not go to doze mode because of the permantent-notification.

anyway, to avoid initial annoyances, we switch back to
- asking the user to "allow consuming battery"
- having a 15 mintues or so polling interval (as on iOS)

but, in contrast to 1.3, we now still have the _option_ to
enable a permantent-notification that user can enabled if everything else
described at https://dontkillmyapp.com does not work.

the "smart" permantent notification from 1.3,
that are only shown under some circumstances, however, are gone.
they are not realiable, eg. we did not use them when "consume battery"
was enabled - which is not sufficient on various "modern" systems.
but the main reason is that _if_ the user enables a permantent notification,
this can also be regarded as a hint that things are up and running.
2020-05-11 01:11:22 +02:00
B. Petersen b2743af10c update translations 2020-05-11 00:17:08 +02:00
B. Petersen d6cb9578ff update deltachat-core-rust submodule 2020-05-11 00:16:05 +02:00
B. Petersen b122bc6ce1 update translations 2020-05-10 00:23:17 +02:00
B. Petersen ae6f14a726 update deltachat-core-rust submodule 2020-05-10 00:21:47 +02:00
cyBerta af0c866c8d Merge pull request #1311 from deltachat/fix-drafts
Fix #1305 An object (image), "shared" to Delta Chat once, appears again forever in Chat editors until app is closed
2020-05-06 14:04:58 +02:00
cyberta 7941fb8172 remove comment 2020-05-06 14:04:14 +02:00
Hocuri 51a443a184 Fix #1305 An object (image), "shared" to Delta Chat once, appears again forever in Chat editors until app is closed
The problem was that the intent still had the share flag and data.

A draft is now initialized (and stays) so that the user can return to sending later.
2020-05-06 13:58:16 +02:00
cyBerta 4b200fab63 Merge pull request #1339 from deltachat/media-quality
use media-quality-option from core
2020-05-06 12:50:34 +02:00
cyBerta 4f7236268d Merge pull request #1277 from deltachat/notifyswipednotread
Fix #999 swiping a notification away should not mark things as "noticed"
2020-05-05 18:46:43 +02:00
B. Petersen ea0653e89a use string-constant 2020-05-04 18:08:14 +02:00
B. Petersen eee1f35b99 migrate pref_compression to media_quality 2020-05-04 17:24:19 +02:00
B. Petersen 8659a23a11 use new media_quality core-config-value 2020-05-04 17:24:19 +02:00
B. Petersen 5752e436e0 adapt to new api 2020-05-04 14:28:31 +02:00
B. Petersen c4fd5286fd bump version to unstable 2020-05-04 13:58:04 +02:00
B. Petersen 9197350c4f update deltachat-core-rust submodule 2020-05-04 13:55:45 +02:00