Skip to content

Commit 093da66

Browse files
authored
Release 9.1.6 (#104)
* Bump native SDKs to 9.1.6 * Update changelog * Bump version to 9.1.6
1 parent bed9739 commit 093da66

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+232
-159
lines changed
1 Byte
Binary file not shown.
17 Bytes
Binary file not shown.

.gradle/5.4/gc.properties

Whitespace-only changes.
1 Byte
Binary file not shown.
17 Bytes
Binary file not shown.

.gradle/6.3/gc.properties

Whitespace-only changes.

.gradle/checksums/checksums.lock

17 Bytes
Binary file not shown.

.gradle/vcs-1/gc.properties

Whitespace-only changes.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ android {
2121
}
2222

2323
dependencies {
24-
implementation 'com.instabug.library:instabug:9.1.0.0'
24+
implementation 'com.instabug.library:instabug:9.1.6.0'
2525
implementation 'com.android.support:multidex:1.0.0'
2626
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "instabug-cordova",
3-
"version": "9.1.0",
3+
"version": "9.1.6",
44
"description": "The purpose of this plugin is to simplify the process of integrating the Instabug SDK in a hybrid application, as well as to provide an interface to interfacing with the SDK through JavaScript.",
55
"main": "index.js",
66
"repository": {

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
44
xmlns:android="http://schemas.android.com/apk/res/android"
55
id="instabug-cordova"
6-
version="9.1.0">
6+
version="9.1.6">
77

88
<name>instabug-cordova</name>
99

src/ios/Instabug.framework/Headers/IBGBugReporting.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Copyright: (c) 2013-2019 by Instabug, Inc., all rights reserved.
77
8-
Version: 9.1
8+
Version: 9.1.6
99
*/
1010

1111
#import <Foundation/Foundation.h>

src/ios/Instabug.framework/Headers/IBGChats.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Copyright: (c) 2013-2019 by Instabug, Inc., all rights reserved.
77
8-
Version: 9.1
8+
Version: 9.1.6
99
*/
1010

1111
#import <Foundation/Foundation.h>

src/ios/Instabug.framework/Headers/IBGCrashReporting.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Copyright: (c) 2013-2019 by Instabug, Inc., all rights reserved.
77
8-
Version: 9.1
8+
Version: 9.1.6
99
*/
1010

1111
#import <Foundation/Foundation.h>

src/ios/Instabug.framework/Headers/IBGFeatureRequests.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Copyright: (c) 2013-2019 by Instabug, Inc., all rights reserved.
77
8-
Version: 9.1
8+
Version: 9.1.6
99
*/
1010

1111

src/ios/Instabug.framework/Headers/IBGLog.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Copyright: (c) 2013-2019 by Instabug, Inc., all rights reserved.
77
8-
Version: 9.1
8+
Version: 9.1.6
99
*/
1010

1111
#import <Foundation/Foundation.h>

src/ios/Instabug.framework/Headers/IBGNetworkLogger.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Copyright: (c) 2013-2019 by Instabug, Inc., all rights reserved.
77
8-
Version: 9.1
8+
Version: 9.1.6
99
*/
1010

1111
#import <Foundation/Foundation.h>

src/ios/Instabug.framework/Headers/IBGReplies.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Copyright: (c) 2013-2019 by Instabug, Inc., all rights reserved.
77
8-
Version: 9.1
8+
Version: 9.1.6
99
*/
1010

1111
#import <Foundation/Foundation.h>

src/ios/Instabug.framework/Headers/IBGSurvey.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Copyright: (c) 2013-2019 by Instabug, Inc., all rights reserved.
77
8-
Version: 9.1
8+
Version: 9.1.6
99
*/
1010

1111
#import <Foundation/Foundation.h>

src/ios/Instabug.framework/Headers/IBGSurveys.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Copyright: (c) 2013-2019 by Instabug, Inc., all rights reserved.
77
8-
Version: 9.1
8+
Version: 9.1.6
99
*/
1010

1111
#import <Foundation/Foundation.h>

src/ios/Instabug.framework/Headers/IBGTypes.h

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Copyright: (c) 2013-2018 by Instabug, Inc., all rights reserved.
77
8-
Version: 9.1
8+
Version: 9.1.6
99
*/
1010

1111
#import <UIKit/UIKit.h>
@@ -145,7 +145,8 @@ extern NSString * const kIBGStringFeatureRequestMyFeaturesText;
145145
extern NSString * const kIBGSurveyIntroTitleText;
146146
extern NSString * const kIBGSurveyIntroDescriptionText;
147147
extern NSString * const kIBGSurveyIntroTakeSurveyButtonText;
148-
extern NSString * const kIBDismissButtonTitleStringName;
148+
extern NSString * const kIBDismissButtonTitleStringName DEPRECATED_MSG_ATTRIBUTE("kIBDismissButtonTitleStringName is deprecated. You can use kIBGDismissButtonTitleStringName instead.");
149+
extern NSString * const kIBGDismissButtonTitleStringName;
149150
extern NSString * const kIBGSurveyThankYouTitleText DEPRECATED_MSG_ATTRIBUTE("kIBGSurveyThankYouTitleText is deprecated. You can edit this string from the dashboard, and use kIBGCustomSurveyThankYouTitleText for Custom surveys.");
150151
extern NSString * const kIBGSurveyThankYouDescriptionText DEPRECATED_MSG_ATTRIBUTE("kIBGSurveyThankYouDescriptionText is deprecated. You can edit this string from the dashboard, and use kIBGCustomSurveyThankYouDescriptionText for Custom surveys.");
151152
extern NSString * const kIBGStoreRatingThankYouTitleText;
@@ -300,7 +301,8 @@ typedef NS_ENUM(NSInteger, IBGLocale) {
300301
IBGLocaleSpanish,
301302
IBGLocaleSwedish,
302303
IBGLocaleTurkish,
303-
IBGLocaleHungarian
304+
IBGLocaleHungarian,
305+
IBGLocaleFinnish
304306
};
305307

306308
/**
@@ -401,5 +403,19 @@ typedef NS_ENUM(NSInteger, IBGPlatform) {
401403
IBGPlatformIOS,
402404
IBGPlatformReactNative,
403405
IBGPlatformCordova,
404-
IBGPlatformXamarin
406+
IBGPlatformXamarin,
407+
IBGPlatformUnity,
408+
IBGPlatformFlutter
409+
};
410+
411+
/**
412+
User's touch event types
413+
*/
414+
typedef NS_ENUM(NSInteger, IBGUIEventType) {
415+
IBGUIEventTypeTap,
416+
IBGUIEventTypeForceTouch,
417+
IBGUIEventTypeLongPress,
418+
IBGUIEventTypePinch,
419+
IBGUIEventTypeSwipe,
420+
IBGUIEventTypeScroll
405421
};

src/ios/Instabug.framework/Headers/Instabug.h

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Copyright: (c) 2013-2019 by Instabug, Inc., all rights reserved.
77
8-
Version: 9.1
8+
Version: 9.1.6
99
*/
1010

1111
#import <Foundation/Foundation.h>
@@ -309,6 +309,33 @@ NS_ASSUME_NONNULL_BEGIN
309309
*/
310310
+ (void)logUserEventWithName:(NSString *)name;
311311

312+
/**
313+
@brief Disable all method swizzling inside SDK. You need to call this API before startWithToken:
314+
315+
@discussion Disable all method swizzling inside SDK. Disable method swizzling will affect the automatic capturing of user steps and repro steps inside the SDK so you need to use manual APIs to make it work again.
316+
317+
*/
318+
+ (void)disableMethodSwizzling;
319+
320+
/**
321+
@brief Log view did appear event when you disable method swizzling
322+
323+
@discussion Log view did appear event when you disable method swizzling. This will be reflected in user steps and repro steps.
324+
325+
@param viewName Name of view controller.
326+
*/
327+
+ (void)logViewDidAppearEvent:(NSString *)viewName;
328+
329+
/**
330+
@brief Log user's touch event when you disable method swizzling
331+
332+
@discussion Log user's touch event when you disable method swizzlin. This will be reflected in user steps and repro steps.
333+
334+
@param event An enum to set user's touch event.
335+
@param viewName View that recieves this event.
336+
*/
337+
+ (void)logTouchEvent:(IBGUIEventType)event viewName:(NSString *)viewName;
338+
312339
#pragma mark - SDK Debugging
313340

314341
/// ------------------------

src/ios/Instabug.framework/Headers/InstabugCore.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Copyright: (c) 2013-2019 by Instabug, Inc., all rights reserved.
77
8-
Version: 9.1
8+
Version: 9.1.6
99
*/
1010

1111
#import <Foundation/Foundation.h>

src/ios/Instabug.framework/Headers/InstabugStatic-Swift.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,12 +210,13 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
210210

211211
SWIFT_CLASS("_TtC14InstabugStatic15IBGCrashManager")
212212
@interface IBGCrashManager : NSObject
213-
@property (nonatomic, copy) NSArray<IBGOperation *> * _Nonnull initializationOperations;
213+
@property (nonatomic, copy) NSArray<IBGOperation *> * _Nonnull pendingCrashesOperations;
214214
@property (nonatomic, readonly) BOOL hasPendingCrashReport;
215215
+ (IBGCrashManager * _Nonnull)sharedInstance SWIFT_WARN_UNUSED_RESULT;
216216
@property (nonatomic) BOOL shouldRunMigration;
217217
@property (nonatomic, strong) IBGPLCrashReporter * _Nullable crashReporter;
218218
- (nonnull instancetype)initWithDeviceState:(IBGDeviceState * _Nonnull)deviceState OBJC_DESIGNATED_INITIALIZER;
219+
- (void)startCrashReportingListeners;
219220
- (void)reportExceptionWith:(NSException * _Nonnull)exception;
220221
- (void)reportErrorWith:(NSError * _Nonnull)error;
221222
- (void)reportCrashWithStackTrace:(NSString * _Nonnull)stackTrace handled:(BOOL)handled;
@@ -446,12 +447,13 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
446447

447448
SWIFT_CLASS("_TtC14InstabugStatic15IBGCrashManager")
448449
@interface IBGCrashManager : NSObject
449-
@property (nonatomic, copy) NSArray<IBGOperation *> * _Nonnull initializationOperations;
450+
@property (nonatomic, copy) NSArray<IBGOperation *> * _Nonnull pendingCrashesOperations;
450451
@property (nonatomic, readonly) BOOL hasPendingCrashReport;
451452
+ (IBGCrashManager * _Nonnull)sharedInstance SWIFT_WARN_UNUSED_RESULT;
452453
@property (nonatomic) BOOL shouldRunMigration;
453454
@property (nonatomic, strong) IBGPLCrashReporter * _Nullable crashReporter;
454455
- (nonnull instancetype)initWithDeviceState:(IBGDeviceState * _Nonnull)deviceState OBJC_DESIGNATED_INITIALIZER;
456+
- (void)startCrashReportingListeners;
455457
- (void)reportExceptionWith:(NSException * _Nonnull)exception;
456458
- (void)reportErrorWith:(NSError * _Nonnull)error;
457459
- (void)reportCrashWithStackTrace:(NSString * _Nonnull)stackTrace handled:(BOOL)handled;

src/ios/Instabug.framework/Info.plist

2 Bytes
Binary file not shown.

src/ios/Instabug.framework/Instabug

899 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)