Skip to content

Commit 91380da

Browse files
authored
🤝 Merge pull request #6 from Instabug/feature/1.12_release
Feature/1.12 release
2 parents 79c36f0 + 1256ba5 commit 91380da

27 files changed

+68
-72
lines changed

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-
compile 'com.instabug.library:instabug:4.13.1'
24+
compile 'com.instabug.library:instabug:4.13.3'
2525
compile 'com.android.support:multidex:1.0.0'
2626
}

plugin.xml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,22 +45,17 @@
4545
android:launchMode="singleInstance"
4646
android:theme="@android:style/Theme.NoDisplay"
4747
android:configChanges="keyboardHidden|orientation|screenSize"/>
48-
<activity android:name="com.instabug.library.InstabugFeedbackActivity"/>
4948

5049
<service android:name="com.instabug.library.network.worker.uploader.InstabugSessionUploaderService" />
51-
<service android:name="com.instabug.library.bugreporting.network.InstabugBugsUploaderService" />
50+
<service android:name="com.instabug.bug.network.InstabugBugsUploaderService" />
5251
<service android:name="com.instabug.crash.network.InstabugCrashesUploaderService" />
5352
<service android:name="com.instabug.library.network.worker.fetcher.InstabugFeaturesFetcherService" />
5453
<service android:name="com.instabug.survey.network.service.InstabugSurveysSubmitterService" />
5554
<service android:name="com.instabug.library.internal.video.VideoProcessingService"/>
5655
<service android:name="com.instabug.library.analytics.network.InstabugAnalyticsUploaderService"/>
5756
<service android:name="com.instabug.chat.network.InstabugMessageUploaderService"/>
5857

59-
<receiver android:name="com.instabug.library.network.InstabugNetworkReceiver">
60-
<intent-filter>
61-
<action android:name="android.net.conn.CONNECTIVITY_CHANGE"/>
62-
</intent-filter>
63-
</receiver>
58+
6459

6560
</config-file>
6661

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

Lines changed: 4 additions & 3 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: 7.12.2
8+
Version: 7.12.5
99
*/
1010

1111
#import <Foundation/Foundation.h>
@@ -378,7 +378,7 @@ typedef void (^NetworkObfuscationCompletionBlock)(NSData *data, NSURLResponse *r
378378
/**
379379
@brief Shows/Hides email field.
380380
381-
@discussion Defaults to show email field.
381+
@discussion Defaults to show email field. If set to NO the email field will not be required regardless of previous or future calls to setEmailFieldRequired:.
382382
383383
@param isShowingEmailField YES to show the email field, NO to hide it.
384384
*/
@@ -463,7 +463,8 @@ typedef void (^NetworkObfuscationCompletionBlock)(NSData *data, NSURLResponse *r
463463
464464
@deprecated Use setEmailFieldRequired:forAction: instead.
465465
466-
@discussion Defaults to YES.
466+
@discussion Defaults to YES. If email field is set to be hidden using + [Instabug setShowEmailField:NO], email field
467+
will always be optional regardless of the whether this method was called or not.
467468
468469
@param isEmailFieldRequired A boolean to indicate whether email field is required or not.
469470
*/

src/ios/Instabug.framework/Info.plist

1 Byte
Binary file not shown.

src/ios/Instabug.framework/Instabug

6.39 MB
Binary file not shown.

src/ios/Instabug.framework/_CodeSignature/CodeResources

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<dict>
77
<key>Headers/Instabug.h</key>
88
<data>
9-
XDnWikGFRQ5xwAV0kCorplk1cM4=
9+
wwOLwWc4iG8u5RCEgnEbViLJru4=
1010
</data>
1111
<key>Info.plist</key>
1212
<data>
13-
PpETNUvcYiBew0OfmP2j/Ibj//Q=
13+
HPAveR0c+whbq5mPNp5qMyz1TnU=
1414
</data>
1515
<key>Modules/module.modulemap</key>
1616
<data>
@@ -23,11 +23,11 @@
2323
<dict>
2424
<key>hash</key>
2525
<data>
26-
XDnWikGFRQ5xwAV0kCorplk1cM4=
26+
wwOLwWc4iG8u5RCEgnEbViLJru4=
2727
</data>
2828
<key>hash2</key>
2929
<data>
30-
TKuVjgAmDsMC3GkVsXYlJZabb1cCne+zgcEdz+tgm7M=
30+
S/NXH4SJqkK91PzzkM9R0MiqjfoJgQeFjfAb7YuTmps=
3131
</data>
3232
</dict>
3333
<key>Modules/module.modulemap</key>

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

Lines changed: 1 addition & 1 deletion
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: 7.12.2
8+
Version: 7.12.5
99
*/
1010

1111
#import <UIKit/UIKit.h>

src/ios/InstabugCore.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-2018 by Instabug, Inc., all rights reserved.
77
8-
Version: 7.12.2
8+
Version: 7.12.5
99
*/
1010

1111
#import <Foundation/Foundation.h>
Binary file not shown.
Binary file not shown.
-24 Bytes
Binary file not shown.
8 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-7 Bytes
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.
1 Byte
Binary file not shown.
5.39 MB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)