History: store in database

This commit is contained in:
Gautier Pelloux-Prayer 2015-10-16 11:52:26 +02:00
parent f5c51f2718
commit 42fbfcd74a
3 changed files with 3 additions and 3 deletions

View file

@ -286,7 +286,6 @@ static UICompositeViewDescription *compositeDescription = nil;
}
- (void)fillDefaultValues {
LinphoneCore *lc = [LinphoneManager getLc];
[self resetTextFields];
LinphoneProxyConfig *current_conf = linphone_core_get_default_proxy_config([LinphoneManager getLc]);

View file

@ -1326,7 +1326,8 @@ static LinphoneCoreVTable linphonec_vtable = {.show = NULL,
[zrtpSecretsFileName cStringUsingEncoding:[NSString defaultCStringEncoding]]);
linphone_core_set_chat_database_path(theLinphoneCore,
[chatDBFileName cStringUsingEncoding:[NSString defaultCStringEncoding]]);
linphone_core_set_call_logs_database_path(theLinphoneCore,
[chatDBFileName cStringUsingEncoding:[NSString defaultCStringEncoding]]);
[self migrationLinphoneSettings];
[self setupNetworkReachabilityCallback];

@ -1 +1 @@
Subproject commit 9d403f30b38514ef4e41963c3da78af2f31052ee
Subproject commit 2021ae9f8cc3435449a34d8a1dcaeffb2bdea931