B. Petersen
|
70f6bb36d8
prefer 'guard let self ...' over 'self?' if self is used multiple times. this avoids thinking over what would happen if self disappears between the calls ... don't make me think :)
|
5 years ago |
B. Petersen
|
96c668ea04
use 'guard let self ...' (which is possible since Swift 4.2) instead of 'guard let strongSelf ...', thanks @cyberta
|
5 years ago |
B. Petersen
|
79597ce2f3
replace potentially harmful 'unowned' by 'weak'
|
5 years ago |
cyBerta
|
28b661c6aa
Merge pull request #696 from deltachat/simplify-more
|
5 years ago |
B. Petersen
|
95895e7f94
to avoid cyclic references, make callbacks given to child objects getting an unowned reference
|
5 years ago |
B. Petersen
|
05fdf17470
no need to save PreviewController as a member in ContactDetailViewController
|
5 years ago |
B. Petersen
|
cbe35425da
MediaPicker now holds a weak reference to its parent navigationController
|
5 years ago |
B. Petersen
|
9ee81243aa
direct calling of popViewController, target comment of @nayooti
|
5 years ago |
B. Petersen
|
533cc7d6e5
remove unneded ChatListController.deleteChatObserver
|
5 years ago |
B. Petersen
|
76f3884877
open lastActiveTab unanimated
|
5 years ago |
B. Petersen
|
2579f85a7d
allow gallery access via group->member->profile, fixes #698
|
5 years ago |
B. Petersen
|
becfef637e
simplify adding-members to new-group
|
5 years ago |
B. Petersen
|
0609223791
do not use 'navigationController?' after popping self - the weak pointer will be nil
|
5 years ago |
B. Petersen
|
2337c3429e
refactor and simplify chat deletion from profile
|
5 years ago |
B. Petersen
|
4113cacbee
limit access to 'private' where sufficient
|
5 years ago |
B. Petersen
|
13ecc4eb84
fix opening shared chats
|
5 years ago |
B. Petersen
|
b3e2e23cd1
cleanup
|
5 years ago |
B. Petersen
|
bd3a0b71cc
use 'self.navigationController?' instead of 'self.parent as? UINavigationController
|
5 years ago |
B. Petersen
|
533fa3e4a4
add qrCodeReader to the normal UINavigationController flow
|
5 years ago |
B. Petersen
|
644eec1c21
streamline login
|
5 years ago |
B. Petersen
|
4c0bbcce50
name things as they are
|
5 years ago |
B. Petersen
|
072a70400c
streamline AccountSetupController
|
5 years ago |
B. Petersen
|
6d324a1f74
cleanup
|
5 years ago |
B. Petersen
|
dded3f8dd0
cleanup
|
5 years ago |
B. Petersen
|
e3b8d43182
fix opening profile
|
5 years ago |
B. Petersen
|
bfce0fcdec
cleanup, remove empty didReceiveMemoryWarning
|
5 years ago |
B. Petersen
|
34806b808a
remove WelcomeCoordinator
|
5 years ago |
B. Petersen
|
03e6ad9210
remove EditSettingsCoordinator
|
5 years ago |
B. Petersen
|
6485469ba4
remove ChatViewCoordinator and MailboxCoordinator
|
5 years ago |
B. Petersen
|
4eef999ec4
remove AccountSetupCoordinator
|
5 years ago |