forked from ChatSecure/ChatSecure-iOS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed CoreData → Yap account migration
- Loading branch information
1 parent
b57fc0e
commit 17231a8
Showing
80 changed files
with
861 additions
and
2,233 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
101 changes: 0 additions & 101 deletions
101
ChatSecure/Classes/Model/Core Data/ChatSecure.xcdatamodeld/ChatSecure 4.xcdatamodel/contents
This file was deleted.
Oops, something went wrong.
28 changes: 2 additions & 26 deletions
28
ChatSecure/Classes/Model/Core Data/Human/OTRManagedBuddy.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,5 @@ | ||
// | ||
// OTRManagedBuddy.h | ||
// Off the Record | ||
// | ||
// Created by Christopher Ballinger on 1/10/13. | ||
// Copyright (c) 2013 Chris Ballinger. All rights reserved. | ||
// | ||
// This file is part of ChatSecure. | ||
// | ||
// ChatSecure is free software: you can redistribute it and/or modify | ||
// it under the terms of the GNU General Public License as published by | ||
// the Free Software Foundation, either version 3 of the License, or | ||
// (at your option) any later version. | ||
// | ||
// ChatSecure is distributed in the hope that it will be useful, | ||
// but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
// GNU General Public License for more details. | ||
// | ||
// You should have received a copy of the GNU General Public License | ||
// along with ChatSecure. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
#import <Foundation/Foundation.h> | ||
#import <CoreData/CoreData.h> | ||
#import "_OTRManagedBuddy.h" | ||
|
||
@interface OTRManagedBuddy : _OTRManagedBuddy | ||
|
||
@interface OTRManagedBuddy : _OTRManagedBuddy {} | ||
// Custom logic goes here. | ||
@end |
29 changes: 7 additions & 22 deletions
29
ChatSecure/Classes/Model/Core Data/Human/OTRManagedBuddy.m
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,13 @@ | ||
// | ||
// OTRManagedBuddy.m | ||
// Off the Record | ||
// | ||
// Created by Christopher Ballinger on 1/10/13. | ||
// Copyright (c) 2013 Chris Ballinger. All rights reserved. | ||
// | ||
// This file is part of ChatSecure. | ||
// | ||
// ChatSecure is free software: you can redistribute it and/or modify | ||
// it under the terms of the GNU General Public License as published by | ||
// the Free Software Foundation, either version 3 of the License, or | ||
// (at your option) any later version. | ||
// | ||
// ChatSecure is distributed in the hope that it will be useful, | ||
// but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
// GNU General Public License for more details. | ||
// | ||
// You should have received a copy of the GNU General Public License | ||
// along with ChatSecure. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
#import "OTRManagedBuddy.h" | ||
|
||
@interface OTRManagedBuddy () | ||
|
||
// Private interface goes here. | ||
|
||
@end | ||
|
||
@implementation OTRManagedBuddy | ||
|
||
// Custom logic goes here. | ||
|
||
@end |
5 changes: 0 additions & 5 deletions
5
ChatSecure/Classes/Model/Core Data/Human/OTRManagedChatMessage.h
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
ChatSecure/Classes/Model/Core Data/Human/OTRManagedChatMessage.m
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
ChatSecure/Classes/Model/Core Data/Human/OTRManagedEncryptionMessage.h
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
ChatSecure/Classes/Model/Core Data/Human/OTRManagedEncryptionMessage.m
This file was deleted.
Oops, something went wrong.
5 changes: 5 additions & 0 deletions
5
ChatSecure/Classes/Model/Core Data/Human/OTRManagedEncryptionStatusMessage.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#import "_OTRManagedEncryptionStatusMessage.h" | ||
|
||
@interface OTRManagedEncryptionStatusMessage : _OTRManagedEncryptionStatusMessage {} | ||
// Custom logic goes here. | ||
@end |
13 changes: 13 additions & 0 deletions
13
ChatSecure/Classes/Model/Core Data/Human/OTRManagedEncryptionStatusMessage.m
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#import "OTRManagedEncryptionStatusMessage.h" | ||
|
||
@interface OTRManagedEncryptionStatusMessage () | ||
|
||
// Private interface goes here. | ||
|
||
@end | ||
|
||
@implementation OTRManagedEncryptionStatusMessage | ||
|
||
// Custom logic goes here. | ||
|
||
@end |
4 changes: 2 additions & 2 deletions
4
ChatSecure/Classes/Model/Core Data/Human/OTRManagedFacebookAccount.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#import "_OTRmanagedFacebookAccount.h" | ||
#import "_OTRManagedFacebookAccount.h" | ||
|
||
@interface OTRManagedFacebookAccount : _OTRManagedFacebookAccount | ||
@interface OTRManagedFacebookAccount : _OTRManagedFacebookAccount {} | ||
// Custom logic goes here. | ||
@end |
5 changes: 2 additions & 3 deletions
5
ChatSecure/Classes/Model/Core Data/Human/OTRManagedFacebookAccount.m
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,13 @@ | ||
#import "OTRmanagedFacebookAccount.h" | ||
|
||
#import "OTRManagedFacebookAccount.h" | ||
|
||
@interface OTRManagedFacebookAccount () | ||
|
||
// Private interface goes here. | ||
|
||
@end | ||
|
||
|
||
@implementation OTRManagedFacebookAccount | ||
|
||
// Custom logic goes here. | ||
|
||
@end |
2 changes: 1 addition & 1 deletion
2
ChatSecure/Classes/Model/Core Data/Human/OTRManagedGoogleAccount.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#import "_OTRManagedGoogleAccount.h" | ||
|
||
@interface OTRManagedGoogleAccount : _OTRManagedGoogleAccount | ||
@interface OTRManagedGoogleAccount : _OTRManagedGoogleAccount {} | ||
// Custom logic goes here. | ||
@end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
#import "_OTRManagedGroup.h" | ||
|
||
@interface OTRManagedGroup : _OTRManagedGroup {} | ||
|
||
|
||
// Custom logic goes here. | ||
@end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
#import "OTRManagedGroup.h" | ||
#import "OTRLog.h" | ||
|
||
@interface OTRManagedGroup () | ||
|
||
@end | ||
// Private interface goes here. | ||
|
||
@end | ||
|
||
@implementation OTRManagedGroup | ||
|
||
// Custom logic goes here. | ||
|
||
@end |
28 changes: 2 additions & 26 deletions
28
ChatSecure/Classes/Model/Core Data/Human/OTRManagedMessage.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,5 @@ | ||
// | ||
// OTRManagedMessage.h | ||
// Off the Record | ||
// | ||
// Created by Christopher Ballinger on 1/10/13. | ||
// Copyright (c) 2013 Chris Ballinger. All rights reserved. | ||
// | ||
// This file is part of ChatSecure. | ||
// | ||
// ChatSecure is free software: you can redistribute it and/or modify | ||
// it under the terms of the GNU General Public License as published by | ||
// the Free Software Foundation, either version 3 of the License, or | ||
// (at your option) any later version. | ||
// | ||
// ChatSecure is distributed in the hope that it will be useful, | ||
// but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
// GNU General Public License for more details. | ||
// | ||
// You should have received a copy of the GNU General Public License | ||
// along with ChatSecure. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
#import <Foundation/Foundation.h> | ||
#import <CoreData/CoreData.h> | ||
#import "_OTRManagedMessage.h" | ||
|
||
@interface OTRManagedMessage : _OTRManagedMessage | ||
|
||
@interface OTRManagedMessage : _OTRManagedMessage {} | ||
// Custom logic goes here. | ||
@end |
Oops, something went wrong.