-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #486 from BlueBubblesApp/development
v1.5.3
- Loading branch information
Showing
48 changed files
with
962 additions
and
187 deletions.
There are no files selected for viewing
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
Binary file not shown.
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 +1 @@ | ||
98f78f5ce6b7c5d51e7351e8280b78d6 | ||
09aeb674587258c1e2cd4e00ab5f0b66 |
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
Binary file modified
BIN
+18.2 KB
(100%)
...ppResources/private-api/macos10/BlueBubblesHelper.bundle/Contents/MacOS/BlueBubblesHelper
Binary file not shown.
19 changes: 19 additions & 0 deletions
19
...s10/BlueBubblesHelper.bundle/Contents/Resources/SocialAppsCore/IMAccount-AliasAdditions.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,19 @@ | ||
// | ||
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Jun 9 2015 22:53:21). | ||
// | ||
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2014 by Steve Nygard. | ||
// | ||
|
||
#import "IMAccount.h" | ||
|
||
@interface IMAccount (AliasAdditions) | ||
- (id)loginName; | ||
- (id)phoneNumberAlias; | ||
- (id)allAliases; | ||
- (long long)numberOfActiveAliases; | ||
- (BOOL)isAliasActivated:(id)arg1; | ||
- (double)timeIntervalSinceEmailWasSentForAlias:(id)arg1; | ||
- (void)removeCreationMarker:(id)arg1; | ||
- (void)setCreationMarker:(id)arg1; | ||
@end | ||
|
40 changes: 40 additions & 0 deletions
40
...e-api/macos10/BlueBubblesHelper.bundle/Contents/Resources/SocialAppsCore/SOAccountAlias.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,40 @@ | ||
// | ||
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Jun 9 2015 22:53:21). | ||
// | ||
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2014 by Steve Nygard. | ||
// | ||
|
||
|
||
@class NSDictionary, NSString, SOAccountAliasController; | ||
|
||
@interface SOAccountAlias : NSObject <NSCopying> | ||
{ | ||
BOOL _active; | ||
BOOL _initialized; | ||
int _verificationState; | ||
NSString *_name; | ||
long long _type; | ||
NSDictionary *_failureInfo; | ||
SOAccountAliasController *_controller; | ||
} | ||
|
||
@property(nonatomic) __weak SOAccountAliasController *controller; // @synthesize controller=_controller; | ||
@property(nonatomic) BOOL initialized; // @synthesize initialized=_initialized; | ||
@property(copy, nonatomic) NSDictionary *failureInfo; // @synthesize failureInfo=_failureInfo; | ||
@property(nonatomic) BOOL active; // @synthesize active=_active; | ||
@property(nonatomic) int verificationState; // @synthesize verificationState=_verificationState; | ||
@property(readonly, nonatomic) long long type; // @synthesize type=_type; | ||
@property(readonly, nonatomic) NSString *name; // @synthesize name=_name; | ||
|
||
- (long long)validationErrorReason; | ||
- (id)localizedValidationFalure; | ||
- (void)deactivate; | ||
- (void)activate; | ||
- (id)description; | ||
- (id)copyWithZone:(struct _NSZone *)arg1; | ||
- (BOOL)isEqual:(id)arg1; | ||
- (id)initWithName:(id)arg1 type:(long long)arg2 controller:(id)arg3; | ||
- (id)initWithName:(id)arg1 type:(long long)arg2; | ||
|
||
@end | ||
|
60 changes: 60 additions & 0 deletions
60
...s10/BlueBubblesHelper.bundle/Contents/Resources/SocialAppsCore/SOAccountAliasController.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,60 @@ | ||
// | ||
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Jun 9 2015 22:53:21). | ||
// | ||
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2014 by Steve Nygard. | ||
// | ||
|
||
#import <objc/NSObject.h> | ||
#import "IMAccount-AliasAdditions.h" | ||
@class IMAccount, NSMutableArray, NSMutableDictionary, NSMutableOrderedSet; | ||
|
||
@interface SOAccountAliasController : NSObject | ||
{ | ||
IMAccount *_account; | ||
NSMutableOrderedSet *_aliasSet; | ||
NSMutableArray *_aliasTimers; | ||
NSMutableDictionary *_aliasLookup; | ||
} | ||
|
||
+ (id)stringForAliasValidationFailure:(long long)arg1 aliasName:(id)arg2; | ||
@property(retain) NSMutableDictionary *aliasLookup; // @synthesize aliasLookup=_aliasLookup; | ||
@property(retain) NSMutableArray *aliasTimers; // @synthesize aliasTimers=_aliasTimers; | ||
@property(retain) NSMutableOrderedSet *aliasSet; // @synthesize aliasSet=_aliasSet; | ||
@property(readonly) __weak IMAccount *account; // @synthesize account=_account; | ||
- (void)_validationTimerEnded:(id)arg1; | ||
- (void)_removeTimerForAliasName:(id)arg1; | ||
- (void)_addAliasTimer:(id)arg1 length:(double)arg2; | ||
- (void)confirmNewAlias:(id)arg1; | ||
- (void)_clearTimers; | ||
- (void)configureAliasState:(id)arg1; | ||
- (void)_removeAliasesFromSet:(id)arg1; | ||
- (void)_removeAliasFromSet:(id)arg1; | ||
- (void)_addAliasesToSet:(id)arg1; | ||
- (void)_addAliasToSet:(id)arg1; | ||
- (void)_initializeAliases; | ||
- (void)_stopListeningToNotifications; | ||
- (void)_listenToNotifications; | ||
- (void)_vettedAliasesChanged:(id)arg1; | ||
- (void)_aliasValidationChanged:(id)arg1; | ||
- (void)_aliasesChanged:(id)arg1; | ||
- (void)deleteAlias:(id)arg1; | ||
- (void)deactivateAliases:(id)arg1; | ||
- (void)addAliases:(id)arg1; | ||
- (void)addAliasesWithNames:(id)arg1; | ||
- (BOOL)addAliasWithName:(id)arg1; | ||
- (void)removeAliases:(id)arg1; | ||
- (void)removeAliasesWithNames:(id)arg1; | ||
- (void)removeAliasWithName:(id)arg1; | ||
- (void)setAccount:(id)arg1; | ||
- (id)aliasForName:(id)arg1; | ||
- (long long)activeAliasCount; | ||
- (id)activeAliases; | ||
- (long long)vettedAliasCount; | ||
- (id)vettedAliases; | ||
- (id)aliases; | ||
- (long long)validationErrorReasonForAlias:(id)arg1; | ||
- (void)dealloc; | ||
- (id)initWithAccount:(id)arg1; | ||
|
||
@end | ||
|
73 changes: 73 additions & 0 deletions
73
...eBubblesHelper.bundle/Contents/Resources/SocialAppsCore/SOAccountRegistrationController.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,73 @@ | ||
// | ||
// Generated by class-dump 3.5 (64 bit) (Debug version compiled May 21 2020 17:01:39). | ||
// | ||
// Copyright (C) 1997-2019 Steve Nygard. | ||
// | ||
|
||
|
||
|
||
|
||
|
||
@class IMAccount, IMServiceImpl, NSTimer, SOAccountAliasController; | ||
|
||
@interface SOAccountRegistrationController : NSObject | ||
{ | ||
BOOL _isSigningOut; | ||
BOOL _isSignedIn; | ||
long long _registrationState; | ||
long long _enabledState; | ||
IMAccount *_account; | ||
SOAccountAliasController *_aliasController; | ||
IMServiceImpl *_serviceType; | ||
NSTimer *_authenticationTimer; | ||
} | ||
|
||
+ (id)stringForAccountRegistrationFailure:(long long)arg1; | ||
+ (id)errorWithCode:(long long)arg1; | ||
+ (id)registrationControllerForAccount:(id)arg1; | ||
+ (id)faceTimeRegistrationController; | ||
+ (id)registrationController; | ||
+ (void)resetSharedInstance; | ||
@property(retain) NSTimer *authenticationTimer; // @synthesize authenticationTimer=_authenticationTimer; | ||
@property(nonatomic) BOOL isSignedIn; // @synthesize isSignedIn=_isSignedIn; | ||
@property(nonatomic) BOOL isSigningOut; // @synthesize isSigningOut=_isSigningOut; | ||
@property(retain, nonatomic) IMServiceImpl *serviceType; // @synthesize serviceType=_serviceType; | ||
@property(retain, nonatomic) SOAccountAliasController *aliasController; // @synthesize aliasController=_aliasController; | ||
@property(retain, nonatomic) IMAccount *account; // @synthesize account=_account; | ||
@property(nonatomic) long long enabledState; // @synthesize enabledState=_enabledState; | ||
@property(nonatomic) long long registrationState; // @synthesize registrationState=_registrationState; | ||
- (BOOL)cloudKitEventNotificationManagerAccountHasiMessageEnabled:(id)arg1; | ||
- (void)_clearAliasController; | ||
- (void)_setupAliasController; | ||
- (void)_authenticationTimerTimedOut:(id)arg1; | ||
- (void)_clearAuthenticationTimeout; | ||
- (void)accountLoggedOut:(id)arg1; | ||
- (void)activationStatusChanged:(id)arg1; | ||
- (void)registrationStatusChanged:(id)arg1; | ||
- (void)_accountAliasActivationStateChanged:(id)arg1; | ||
- (void)_SOAccountAliasVerificationStateChanged:(id)arg1; | ||
- (void)_accountAliasCountChanged:(id)arg1; | ||
- (BOOL)accountOnlineAndRegistered; | ||
- (BOOL)accountIsSignedIn; | ||
- (id)loginName; | ||
- (id)localizedRegistrationErrorMessage; | ||
- (BOOL)readReceiptsEnabled; | ||
- (void)enableReadReceipts:(BOOL)arg1; | ||
- (void)confirmNewAlias:(id)arg1; | ||
- (BOOL)addAndConfirmNewAlias:(id)arg1; | ||
- (void)enableAccount:(BOOL)arg1; | ||
- (BOOL)deleteAccount; | ||
- (void)signOutAndUpdateDaemon:(BOOL)arg1; | ||
- (void)signOut; | ||
- (void)_registerAccountIfNecessary; | ||
- (void)registerAccount; | ||
- (void)authenticateWithUsername:(id)arg1 password:(id)arg2 authID:(id)arg3 authToken:(id)arg4; | ||
- (void)authenticateWithUsername:(id)arg1 authID:(id)arg2 authToken:(id)arg3; | ||
- (void)authenticateWithUsername:(id)arg1 password:(id)arg2; | ||
- (void)updateStateForAccountStatusAndPostNotification:(BOOL)arg1; | ||
- (void)setEnabledState:(long long)arg1 andPostNotification:(BOOL)arg2; | ||
- (void)setRegistrationState:(long long)arg1 andPostNotification:(BOOL)arg2; | ||
- (void)dealloc; | ||
|
||
@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 +1 @@ | ||
175343768ea164dc7ff92d37b4cd8cfc | ||
40fdae0ec7bfbf605f1df380b65002c3 |
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
Binary file modified
BIN
+51.5 KB
(100%)
...ppResources/private-api/macos11/BlueBubblesHelper.bundle/Contents/MacOS/BlueBubblesHelper
Binary file not shown.
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 +1 @@ | ||
393f7cf77c6a53cc9ef4a2782503a5b8 | ||
592098c9bb73d8556df04fa32aba6f50 |
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 +1 @@ | ||
0.0.9 | ||
0.0.11 |
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
Oops, something went wrong.