Skip to content

Commit 2fb61de

Browse files
authored
Merge pull request #31 from Instabug/release/8.0.20
Release/8.0.20
2 parents dd85dad + 66f5d6a commit 2fb61de

Some content is hidden

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

49 files changed

+178
-139
lines changed

android/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

22
apply plugin: 'com.android.library'
33

4-
def DEFAULT_COMPILE_SDK_VERSION = 26
5-
def DEFAULT_BUILD_TOOLS_VERSION = "26.0.2"
6-
def DEFAULT_TARGET_SDK_VERSION = 26
4+
def DEFAULT_COMPILE_SDK_VERSION = 28
5+
def DEFAULT_BUILD_TOOLS_VERSION = "28.0.0"
6+
def DEFAULT_TARGET_SDK_VERSION = 28
77

88
android {
99
compileSdkVersion rootProject.hasProperty('compileSdkVersion') ? rootProject.compileSdkVersion : DEFAULT_COMPILE_SDK_VERSION
@@ -24,8 +24,8 @@ android {
2424
}
2525

2626
dependencies {
27-
compile 'com.facebook.react:react-native:0.20.+'
28-
compile ('com.instabug.library:instabug:8.0.10'){
27+
implementation 'com.facebook.react:react-native:0.20.+'
28+
implementation ('com.instabug.library:instabug:8.0.12'){
2929
exclude group: 'com.android.support:appcompat-v7'
3030
}
3131
}

ios/Instabug.framework/Headers/IBGTypes.h

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@ extern NSString * const kIBGInvocationTitleStringName;
3939
extern NSString * const kIBGTalkToUsStringName;
4040
extern NSString * const kIBGReportBugStringName;
4141
extern NSString * const kIBGReportFeedbackStringName;
42+
extern NSString * const kIBGPhotoPickerTitle;
43+
extern NSString * const kIBGProgressViewTitle;
44+
extern NSString * const kIBGGalleryPermissionDeniedAlertTitle;
45+
extern NSString * const kIBGGalleryPermissionDeniedAlertMessage;
46+
extern NSString * const kIBGMaximumSizeExceededAlertTitle;
47+
extern NSString * const kIBGMaximumSizeExceededAlertMessage;
48+
extern NSString * const kIBGiCloudImportErrorAlertTitle;
49+
extern NSString * const kIBGiCloudImportErrorAlertMessage;
4250
extern NSString * const kIBGEmailFieldPlaceholderStringName;
4351
extern NSString * const kIBGCommentFieldPlaceholderForBugReportStringName;
4452
extern NSString * const kIBGCommentFieldPlaceholderForFeedbackStringName;
@@ -145,6 +153,10 @@ extern NSString * const kIBGDiscardAlertTitle;
145153
extern NSString * const kIBGDiscardAlertMessage;
146154
extern NSString * const kIBGDiscardAlertAction;
147155
extern NSString * const kIBGDiscardAlertCancel;
156+
extern NSString * const kIBGVideoGalleryErrorMessageStringName;
157+
extern NSString * const kIBGVideoDurationErrorTitle;
158+
extern NSString * const kIBGVideoDurationErrorMessage;
159+
148160

149161
/// -----------
150162
/// @name Enums
@@ -265,7 +277,8 @@ typedef NS_ENUM(NSInteger, IBGLocale) {
265277
IBGLocaleSlovak,
266278
IBGLocaleSpanish,
267279
IBGLocaleSwedish,
268-
IBGLocaleTurkish
280+
IBGLocaleTurkish,
281+
IBGLocaleHungarian
269282
};
270283

271284
/**
@@ -310,6 +323,16 @@ typedef NS_ENUM(NSInteger, IBGString) {
310323
IBGStringTalkToUs,
311324
IBGStringReportBug,
312325
IBGStringReportFeedback,
326+
IBGStringPhotoPickerTitle,
327+
IBGStringProgressViewTitle,
328+
IBGStringGalleryPermissionDeniedAlertTitle,
329+
IBGStringGalleryPermissionDeniedAlertMessage,
330+
IBGStringMaximumSizeExceededAlertTitle,
331+
IBGStringMaximumSizeExceededAlertMessage,
332+
IBGVideoDurationErrorTitle,
333+
IBGVideoDurationErrorMessage,
334+
IBGStringiCloudImportErrorAlertTitle,
335+
IBGStringiCloudImportErrorAlertMessage,
313336
IBGStringEmailFieldHint,
314337
IBGStringCommentFieldHintForBugReport,
315338
IBGStringCommentFieldHintForFeedback,
@@ -401,7 +424,8 @@ typedef NS_ENUM(NSInteger, IBGString) {
401424
IBGDiscardAlertTitleStringName,
402425
IBGDiscardAlertMessageStringName,
403426
IBGDiscardAlertActionStringName,
404-
IBGDiscardAlertCancelStringName
427+
IBGDiscardAlertCancelStringName,
428+
IBGVideoGalleryErrorMessageStringName
405429
};
406430

407431
/**

ios/Instabug.framework/Info.plist

0 Bytes
Binary file not shown.

ios/Instabug.framework/Instabug

1.29 MB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)