bjoern
|
7db20d5e65
Merge pull request #1138 from deltachat/fix-chatlist-anr
|
4 years ago |
B. Petersen
|
588850ff21
fix other observers, make removeObserver more resilient by using NSObjectProtocol (see docs/ for details)
|
4 years ago |
B. Petersen
|
93642b7ad5
observer 'self' shall be removed in deinit only (NotificationCenter.default.removeObserver triggers a warning where nc.removeObserver does not)
|
4 years ago |
B. Petersen
|
60206c2cb5
call the correct removeObserver functions
|
4 years ago |
B. Petersen
|
2bc920f7be
add debug lines to stop getChatlist timing
|
4 years ago |
B. Petersen
|
dad15cca4b
update deltachat-core-rust submodule
|
4 years ago |
bjoern
|
cfd07c2aed
Merge pull request #1139 from deltachat/tweak-bg-io
|
4 years ago |
B. Petersen
|
bdac73f81f
set bgIoTimestamp also on init
|
4 years ago |
B. Petersen
|
3e2649648f
update deltachat-core-rust submodule
|
4 years ago |
bjoern
|
3f0bafc47a
Merge pull request #1135 from deltachat/avoid-double-fetch
|
4 years ago |
B. Petersen
|
e2fc6f661f
avoid simultaneous background fetches, resulting in startIo/maybeNetwork/stopIo being double-called
|
4 years ago |
B. Petersen
|
b0e719df66
fix appIsInForeground
|
4 years ago |
B. Petersen
|
ca1cccb40d
factor out performFetch()
|
4 years ago |
bjoern
|
c2b983fd16
Merge pull request #1132 from deltachat/shift-things-around
|
4 years ago |
B. Petersen
|
bb6e0ef5f3
shift things around
|
4 years ago |
bjoern
|
ccaa844a1e
Merge pull request #1127 from deltachat/target-anr
|
4 years ago |
B. Petersen
|
2cf558d997
fix background task
|
4 years ago |
B. Petersen
|
f6b4737d4e
remove filename/linenumber from log; this does not help currently and adds noise only
|
4 years ago |
B. Petersen
|
9ec7ead86b
tweak logging, mark startup as ➡️ and shutdown as ⬅️
|
4 years ago |
B. Petersen
|
d8b2c8c4af
call maybeNetwork() from non-ui thread
|
4 years ago |
B. Petersen
|
6fd82a012c
update deltachat-core-rust submodule
|
4 years ago |
B. Petersen
|
6e8120cf24
update deltachat-core-rust submodule
|
4 years ago |
cyBerta
|
382874e1ec
Merge pull request #1124 from deltachat/multiple_notifications
|
4 years ago |
cyberta
|
aeb4932001
add explanation why we don't show foreground notifications anymore
|
4 years ago |
cyberta
|
830144c186
Do not show foreground messages in the message center. iOS puts foreground notifications above grouped background notifications as a list of single notifications (thus the foreground notification option .list). There's no API to force those notifications being grouped even though they got a threadIdentifier. After all, grouped background notifications seem to be more valuable than foreground notifications, so we remove the latter feature in favor of getting the former right."
|
4 years ago |
cyberta
|
f95a74de82
streamline method naming
|
4 years ago |
cyberta
|
af72328503
don't use DcContext.shared in NotificationManger
|
4 years ago |
cyberta
|
16a769a45b
multiple notifications, remove notifications if corresponding chat was opened
|
4 years ago |
cyBerta
|
e2d10ff484
Merge pull request #1125 from deltachat/build_on_big_sur
|
4 years ago |
cyberta
|
f535c06ce9
update LIBRARY_PATH for Mac Big Sur. Credits to sandeesaripalli.
|
4 years ago |