|
5 | 5 |
|
6 | 6 | Copyright: (c) 2013-2018 by Instabug, Inc., all rights reserved.
|
7 | 7 |
|
8 |
| - Version: 7.11.1 |
| 8 | + Version: 7.12 |
9 | 9 | */
|
10 | 10 |
|
11 | 11 | #import <UIKit/UIKit.h>
|
@@ -70,6 +70,50 @@ extern NSString * const kIBGLowDiskStorageMessage;
|
70 | 70 | extern NSString * const kIBGInboundByLineMessage;
|
71 | 71 | extern NSString * const kIBGExtraFieldIsRequiredText;
|
72 | 72 | extern NSString * const kIBGExtraFieldMissingDataText;
|
| 73 | +extern NSString * const kIBGFeatureRequestsTitle; |
| 74 | +extern NSString * const kIBGFeatureDetailsTitle; |
| 75 | +extern NSString * const kIBGStringFeatureRequestsRefreshText; |
| 76 | +extern NSString * const kIBGFeatureRequestErrorStateTitleLabel; |
| 77 | +extern NSString * const kIBGFeatureRequestErrorStateDescriptionLabel; |
| 78 | +extern NSString * const kIBGFeatureRequestSortingByRecentlyUpdatedText; |
| 79 | +extern NSString * const kIBGFeatureRequestSortingByTopVotesText; |
| 80 | +extern NSString * const kIBGStringFeatureRequestAllFeaturesText; |
| 81 | +extern NSString * const kIBGAddNewFeatureRequestText; |
| 82 | +extern NSString * const kIBGAddNewFeatureRequestToastText; |
| 83 | +extern NSString * const kIBGAddNewFeatureRequestErrorToastText; |
| 84 | +extern NSString * const kIBGAddNewFeatureRequestLoadingHUDTitle; |
| 85 | +extern NSString * const kIBGAddNewFeatureRequestSuccessHUDTitle; |
| 86 | +extern NSString * const kIBGAddNewFeatureRequestSuccessHUDMessage; |
| 87 | +extern NSString * const kIBGAddNewFeatureRequestTryAgainText; |
| 88 | +extern NSString * const kIBGAddNewFeatureRequestCancelPromptTitle; |
| 89 | +extern NSString * const kIBGAddNewFeatureRequestCancelPromptYesAction; |
| 90 | +extern NSString * const kIBGFeatureRequestInvalidEmailText; |
| 91 | +extern NSString * const kIBGFeatureRequestTimelineEmptyText; |
| 92 | +extern NSString * const kIBGFeatureRequestTimelineErrorDescriptionLabel; |
| 93 | +extern NSString * const kIBGFeatureRequestStatusChangeText; |
| 94 | +extern NSString * const kIBGFeatureRequestAddButtonText; |
| 95 | +extern NSString * const kIBGFeatureRequestVoteWithCountText; |
| 96 | +extern NSString * const kIBGFeatureRequestVoteText; |
| 97 | +extern NSString * const kIBGFeatureRequestPostButtonText; |
| 98 | +extern NSString * const kIBGFeatureRequestCommentsText; |
| 99 | +extern NSString * const kIBGFeatureRequestAuthorText; |
| 100 | +extern NSString * const kIBGFeatureRequestEmptyViewTitle; |
| 101 | +extern NSString * const kIBGFeatureRequestAddYourIdeaText; |
| 102 | +extern NSString * const kIBGFeatureRequestAnonymousText; |
| 103 | +extern NSString * const kIBGFeatureRequestStatusPosted; |
| 104 | +extern NSString * const kIBGFeatureRequestStatusPlanned; |
| 105 | +extern NSString * const kIBGFeatureRequestStatusStarted; |
| 106 | +extern NSString * const kIBGFeatureRequestStatusCompleted; |
| 107 | +extern NSString * const kIBGFeatureRequestStatusMaybeLater; |
| 108 | +extern NSString * const kIBGFeatureRequestStatusMoreText; |
| 109 | +extern NSString * const kIBGFeatureRequestStatusLessText; |
| 110 | +extern NSString * const kIBGFeatureRequestAddYourThoughtsText; |
| 111 | +extern NSString * const kIBGEmailRequiredText; |
| 112 | +extern NSString * const kIBGNameText; |
| 113 | +extern NSString * const kIBGEmailText; |
| 114 | +extern NSString * const kIBGTitleText; |
| 115 | +extern NSString * const kIBGDescriptionText; |
| 116 | +extern NSString * const kIBGStringFeatureRequestMyFeaturesText; |
73 | 117 | extern NSString * const kIBGSurveyIntroTitleText;
|
74 | 118 | extern NSString * const kIBGSurveyIntroDescriptionText;
|
75 | 119 | extern NSString * const kIBGSurveyIntroTakeSurveyButtonText;
|
@@ -265,6 +309,50 @@ typedef NS_ENUM(NSInteger, IBGString) {
|
265 | 309 | IBGStringLowDiskStorageMessage,
|
266 | 310 | IBGStringExtraFieldIsRequiredText,
|
267 | 311 | IBGStringExtraFieldMissingDataText,
|
| 312 | + IBGStringFeatureRequestsTitle, |
| 313 | + IBGStringFeatureDetailsTitle, |
| 314 | + IBGStringFeatureRequestsRefreshText, |
| 315 | + IBGStringFeatureRequestSortingByRecentlyUpdatedText, |
| 316 | + IBGStringFeatureRequestSortingByTopVotesText, |
| 317 | + IBGStringFeatureRequestErrorStateTitleText, |
| 318 | + IBGStringFeatureRequestErrorStateDescriptionText, |
| 319 | + IBGStringFeatureRequestAllFeaturesText, |
| 320 | + IBGStringFeatureRequestMyFeaturesText, |
| 321 | + IBGStringAddNewFeatureRequestText, |
| 322 | + IBGStringAddNewFeatureRequestToastText, |
| 323 | + IBGStringAddNewFeatureRequestErrorToastText, |
| 324 | + IBGStringAddNewFeatureRequestLoadingHUDTitle, |
| 325 | + IBGStringAddNewFeatureRequestSuccessHUDTitle, |
| 326 | + IBGStringAddNewFeatureRequestSuccessHUDMessage, |
| 327 | + IBGStringAddNewFeatureRequestTryAgainText, |
| 328 | + IBGStringAddNewFeatureRequestCancelPromptTitle, |
| 329 | + IBGStringAddNewFeatureRequestCancelPromptYesAction, |
| 330 | + IBGStringFeatureRequestInvalidEmailText, |
| 331 | + IBGStringFeatureRequestStatusChangeText, |
| 332 | + IBGStringFeatureRequestAddButtonText, |
| 333 | + IBGStringFeatureRequestVoteWithCountText, |
| 334 | + IBGStringFeatureRequestVoteText, |
| 335 | + IBGStringFeatureRequestPostButtonText, |
| 336 | + IBGStringFeatureRequestCommentsText, |
| 337 | + IBGStringFeatureRequestAuthorText, |
| 338 | + IBGStringFeatureRequestEmptyViewTitle, |
| 339 | + IBGStringFeatureRequestAddYourIdeaText, |
| 340 | + IBGStringFeatureRequestAnonymousText, |
| 341 | + IBGStringFeatureRequestStatusPosted, |
| 342 | + IBGStringFeatureRequestStatusPlanned, |
| 343 | + IBGStringFeatureRequestStatusStarted, |
| 344 | + IBGStringFeatureRequestStatusCompleted, |
| 345 | + IBGStringFeatureRequestStatusMaybeLater, |
| 346 | + IBGFeatureRequestTimelineEmptyCommentText, |
| 347 | + IBGFeatureRequestTimelineErrorDescriptionText, |
| 348 | + IBGStringFeatureRequestStatusMoreText, |
| 349 | + IBGStringFeatureRequestStatusLessText, |
| 350 | + IBGStringFeatureRequestAddYourThoughtsText, |
| 351 | + IBGStringEmailRequiredText, |
| 352 | + IBGStringNameText, |
| 353 | + IBGStringEmailText, |
| 354 | + IBGStringTitleText, |
| 355 | + IBGStringDescriptionText, |
268 | 356 | IBGStringSurveyIntroTitleText,
|
269 | 357 | IBGStringSurveyIntroDescriptionText,
|
270 | 358 | IBGStringSurveyIntroTakeSurveyButtonText,
|
@@ -336,6 +424,13 @@ typedef NS_ENUM(NSInteger, IBGExtendedBugReportMode) {
|
336 | 424 | IBGExtendedBugReportModeDisabled
|
337 | 425 | };
|
338 | 426 |
|
| 427 | +typedef enum : NSUInteger { |
| 428 | + IBGActionAllActions = 1 << 0, |
| 429 | + IBGActionReportBug = 1 << 1, |
| 430 | + IBGActionRequestNewFeature = 1 << 2, |
| 431 | + IBGActionAddCommentToFeature = 1 << 3, |
| 432 | +} IBGActionType; |
| 433 | + |
339 | 434 | @interface UIView (Instabug)
|
340 | 435 |
|
341 | 436 | /**
|
|
0 commit comments