Commit Graph

2308 Commits

Author SHA1 Message Date
B. Petersen 0ed13f6ef7 update translations 2020-04-29 17:47:57 +02:00
B. Petersen 708515ef6a wording 2020-04-29 17:15:26 +02:00
B. Petersen e46a1660e6 update deltachat-core-rust submodule 2020-04-28 23:03:42 +02:00
cyBerta 0c3ff54b79 Merge pull request #1323 from deltachat/reliable-notifications
show permanent notification unconditionally and add a switch to override this
2020-04-28 18:23:13 +02:00
cyBerta ccbc4c26ed Merge pull request #1324 from deltachat/tweak-switch-account
fix blobdir-deletion on account-deletion
2020-04-28 18:18:32 +02:00
B. Petersen 2fa348a8ea show a warning when database deletion fails 2020-04-28 18:13:14 +02:00
B. Petersen efe6c9e4df also delete files in the blobdir 2020-04-28 17:59:34 +02:00
B. Petersen 37d05f394a rename handleSwitDeleteAccount() to showDeleteAccountMenu() 2020-04-28 17:47:32 +02:00
B. Petersen 328b368f70 rename handleSwitchAccount() to showSwitchAccountMenu() 2020-04-28 17:45:40 +02:00
B. Petersen 95cb121fe0 show disabled permantent-notification in summary 2020-04-28 15:17:39 +02:00
B. Petersen 69d05ae0c7 show permantent-notification unconditionally and add a switch to disable it 2020-04-28 15:16:50 +02:00
B. Petersen 1e345a40c4 simplify translations 2020-04-28 11:02:01 +02:00
B. Petersen ba4169fe5d update translations 2020-04-28 10:43:28 +02:00
bjoern 6bbb1469ec Merge pull request #1320 from deltachat/longer-autodel-option
add auto-delete-option 'after 1 year'
2020-04-28 10:34:50 +02:00
B. Petersen 214d33f015 add auto-delete-option 'after 1 year' 2020-04-28 00:41:19 +02:00
bjoern 65e44cc9db Merge pull request #1309 from deltachat/less-html
avoid superfluous html-parsing
2020-04-27 20:51:14 +02:00
B. Petersen a94dc4c1d9 update deltachat-core-rust submodule 2020-04-25 16:36:02 +02:00
B. Petersen c305492794 update deltachat-core-rust submodule 2020-04-24 21:17:41 +02:00
B. Petersen 0c248c3729 update translations 2020-04-24 19:00:48 +02:00
bjoern 12b2c9147e Merge pull request #1315 from deltachat/tweak-progress-dialog
add margin between progress-bar and dialog when there are not buttons
2020-04-24 18:54:01 +02:00
B. Petersen 8461c13f65 wording 2020-04-24 18:29:28 +02:00
B. Petersen d0feb55a8d tune down switch-dialog 2020-04-24 18:22:53 +02:00
B. Petersen 587123c3ae add margin between progress-bar and dialog when there are not buttons 2020-04-24 16:30:14 +02:00
bjoern 15db4b3d36 Merge pull request #1310 from deltachat/stop-threads
stop threads when switching between mupltiple accounts
2020-04-24 15:16:42 +02:00
B. Petersen 61192e90e4 use SwitchAccountAsyncTask also for aborting account-creation 2020-04-24 14:49:10 +02:00
B. Petersen 2eae56a415 do account switching in async task 2020-04-24 13:49:47 +02:00
B. Petersen 6c8d6a804d continue interrupting running threads 2020-04-24 12:34:23 +02:00
B. Petersen 36c4f7ae2b tweak deletion of not-created-accounts 2020-04-24 02:03:47 +02:00
B. Petersen 0f4bd6347f stop threads and call close() on switching account
the imap-/mvbox-/sentbox-/smtp-threads needs to be terminated
before dc_close() can be called successfully.

if this is not done, they are hanging around, and, even worse,
if an account is opened _again_, there are now two threads
working on the database which lead to duplicated messages.

note, that this issue is only related to duplicated messages
if ever an account was selected, which, however, might be the same as the current.
2020-04-24 01:56:07 +02:00
bjoern a81bfcf40d Merge pull request #1304 from deltachat/fix-selfavatar
Ask the core for the selfavatar directory, fix "backup export/import loses self-avatar"
2020-04-24 00:38:27 +02:00
B. Petersen 1c0df2eff0 avoid superfluous html-parsing 2020-04-24 00:36:02 +02:00
bjoern 76ec6bfd7d Merge pull request #1308 from deltachat/fix-npe
Fix Null-Pointer-Exception
2020-04-24 00:35:27 +02:00
bjoern 944e4bbe8c Merge pull request #1306 from deltachat/keep-default-account
tweak "switching" to already selected account
2020-04-24 00:34:16 +02:00
Hocuri faff17e1f1 Fix Null-Pointer-Exception 2020-04-23 20:55:48 +02:00
Hocuri 7f49746f53 fix compile error & name of temp file 2020-04-23 20:09:28 +02:00
Hocuri 80133f82ee Also let the core care about group avatars 2020-04-23 16:03:10 +02:00
B. Petersen b2ed3d1775 in the account switcher, do nothing if switching no new account was selected
prevent switching accounts if the currently selected account was tapped,
just close the dialog in this case.
(ux wise, it is better to show the current account - to get some overview
and also to easily see what the current account is)
2020-04-23 13:38:18 +02:00
B. Petersen 316eb47399 update translations 2020-04-23 00:23:19 +02:00
Hocuri d98a509779 Inline getInputStreamFor 2020-04-22 15:45:46 +02:00
Hocuri bf6cfc552f Write self avatar to temp file when changing it 2020-04-22 15:23:59 +02:00
Hocuri c8351d1dd2 Code style 2020-04-22 15:05:38 +02:00
Hocuri d7d5faaf64 Ask the core for the selfavatar directory, fix #1381 backup export/import loses self-avatar 2020-04-22 14:36:21 +02:00
bjoern 27c9de0df1 Merge pull request #1298 from deltachat/multi-account
multi account
2020-04-21 19:06:04 +02:00
cyBerta 1807af277a Merge pull request #1301 from deltachat/fix-autodel-cancel
discard (accidental) taps outside the autodel-confirmation dialog
2020-04-21 18:48:37 +02:00
cyBerta d511af9eab Merge pull request #1302 from deltachat/foreground-notification
permanent foreground notification
2020-04-21 18:48:07 +02:00
missytake 99a6673c67 Merge pull request #1303 from deltachat/update-docker-toolchain
updated docker toolchain
2020-04-21 14:37:12 +02:00
missytake 18c54ae18e updated docker toolchain 2020-04-21 13:10:14 +02:00
B. Petersen 9d9fbb6e98 remove now unneeded ScreenReceiver 2020-04-21 12:34:10 +02:00
B. Petersen d1d8e3def6 show foreground notification unconditionally
the foreground notification is an important element
that avoids the system from killing the app.

in the past, we added the foreground notification when the screen turns off
and removed it when the screen turns on again -
the reason was that the notification does not annoy users this way.

meanwhile, however, it seems that this approach is no longer as reliable
as in the past. might be that we are killed before the screen turns off -
or that some handlers are not executed by some systems.

also meanwhile, even the "allow to run in background" resp.
"allow battery consumption" seems to be unreliable on various systems,
there are several reports eg. on stackoverflow that apps are killed anyway -
but a foreground notification is not known to be killed yet -
also as the api contract is about to avoid exactly that.

finally, this notification is also a good methor for users
to notice if the app gets killed -
so that they can blame the system then.

therefore, the annoying of the permanent notification
is probably the smaller drawback compared to
received messages delayed.
2020-04-21 12:19:21 +02:00
B. Petersen 132a2d5d1d discard (accidental) taps outside the autodel-confirmation dialog 2020-04-20 22:19:10 +02:00