@@ -132,63 +132,63 @@ static void registerInvocationOptionsArgs(Map<String, Object> args) {
132
132
}
133
133
134
134
static void registerLocaleArgs (Map <String , Object > args ) {
135
- args .put ("Locale .chineseTraditional" , new Locale (TRADITIONAL_CHINESE .getCode (), TRADITIONAL_CHINESE .getCountry ()));
136
- args .put ("Locale .portuguesePortugal" , new Locale (PORTUGUESE_PORTUGAL .getCode (), PORTUGUESE_PORTUGAL .getCountry ()));
137
- args .put ("Locale .chineseSimplified" , new Locale (SIMPLIFIED_CHINESE .getCode (), SIMPLIFIED_CHINESE .getCountry ()));
138
- args .put ("Locale .portugueseBrazil" , new Locale (PORTUGUESE_BRAZIL .getCode (), PORTUGUESE_BRAZIL .getCountry ()));
139
- args .put ("Locale .indonesian" , new Locale (INDONESIAN .getCode (), INDONESIAN .getCountry ()));
140
- args .put ("Locale .dutch" , new Locale (NETHERLANDS .getCode (), NETHERLANDS .getCountry ()));
141
- args .put ("Locale .norwegian" , new Locale (NORWEGIAN .getCode (), NORWEGIAN .getCountry ()));
142
- args .put ("Locale .japanese" , new Locale (JAPANESE .getCode (), JAPANESE .getCountry ()));
143
- args .put ("Locale .english" , new Locale (ENGLISH .getCode (), ENGLISH .getCountry ()));
144
- args .put ("Locale .italian" , new Locale (ITALIAN .getCode (), ITALIAN .getCountry ()));
145
- args .put ("Locale .russian" , new Locale (RUSSIAN .getCode (), RUSSIAN .getCountry ()));
146
- args .put ("Locale .spanish" , new Locale (SPANISH .getCode (), SPANISH .getCountry ()));
147
- args .put ("Locale .swedish" , new Locale (SWEDISH .getCode (), SWEDISH .getCountry ()));
148
- args .put ("Locale .turkish" , new Locale (TURKISH .getCode (), TURKISH .getCountry ()));
149
- args .put ("Locale .arabic" , new Locale (ARABIC .getCode (), ARABIC .getCountry ()));
150
- args .put ("Locale .danish" , new Locale (DANISH .getCode (), DANISH .getCountry ()));
151
- args .put ("Locale .french" , new Locale (FRENCH .getCode (), FRENCH .getCountry ()));
152
- args .put ("Locale .german" , new Locale (GERMAN .getCode (), GERMAN .getCountry ()));
153
- args .put ("Locale .korean" , new Locale (KOREAN .getCode (), KOREAN .getCountry ()));
154
- args .put ("Locale .polish" , new Locale (POLISH .getCode (), POLISH .getCountry ()));
155
- args .put ("Locale .slovak" , new Locale (SLOVAK .getCode (), SLOVAK .getCountry ()));
156
- args .put ("Locale .czech" , new Locale (CZECH .getCode (), CZECH .getCountry ()));
135
+ args .put ("IBGLocale .chineseTraditional" , new Locale (TRADITIONAL_CHINESE .getCode (), TRADITIONAL_CHINESE .getCountry ()));
136
+ args .put ("IBGLocale .portuguesePortugal" , new Locale (PORTUGUESE_PORTUGAL .getCode (), PORTUGUESE_PORTUGAL .getCountry ()));
137
+ args .put ("IBGLocale .chineseSimplified" , new Locale (SIMPLIFIED_CHINESE .getCode (), SIMPLIFIED_CHINESE .getCountry ()));
138
+ args .put ("IBGLocale .portugueseBrazil" , new Locale (PORTUGUESE_BRAZIL .getCode (), PORTUGUESE_BRAZIL .getCountry ()));
139
+ args .put ("IBGLocale .indonesian" , new Locale (INDONESIAN .getCode (), INDONESIAN .getCountry ()));
140
+ args .put ("IBGLocale .dutch" , new Locale (NETHERLANDS .getCode (), NETHERLANDS .getCountry ()));
141
+ args .put ("IBGLocale .norwegian" , new Locale (NORWEGIAN .getCode (), NORWEGIAN .getCountry ()));
142
+ args .put ("IBGLocale .japanese" , new Locale (JAPANESE .getCode (), JAPANESE .getCountry ()));
143
+ args .put ("IBGLocale .english" , new Locale (ENGLISH .getCode (), ENGLISH .getCountry ()));
144
+ args .put ("IBGLocale .italian" , new Locale (ITALIAN .getCode (), ITALIAN .getCountry ()));
145
+ args .put ("IBGLocale .russian" , new Locale (RUSSIAN .getCode (), RUSSIAN .getCountry ()));
146
+ args .put ("IBGLocale .spanish" , new Locale (SPANISH .getCode (), SPANISH .getCountry ()));
147
+ args .put ("IBGLocale .swedish" , new Locale (SWEDISH .getCode (), SWEDISH .getCountry ()));
148
+ args .put ("IBGLocale .turkish" , new Locale (TURKISH .getCode (), TURKISH .getCountry ()));
149
+ args .put ("IBGLocale .arabic" , new Locale (ARABIC .getCode (), ARABIC .getCountry ()));
150
+ args .put ("IBGLocale .danish" , new Locale (DANISH .getCode (), DANISH .getCountry ()));
151
+ args .put ("IBGLocale .french" , new Locale (FRENCH .getCode (), FRENCH .getCountry ()));
152
+ args .put ("IBGLocale .german" , new Locale (GERMAN .getCode (), GERMAN .getCountry ()));
153
+ args .put ("IBGLocale .korean" , new Locale (KOREAN .getCode (), KOREAN .getCountry ()));
154
+ args .put ("IBGLocale .polish" , new Locale (POLISH .getCode (), POLISH .getCountry ()));
155
+ args .put ("IBGLocale .slovak" , new Locale (SLOVAK .getCode (), SLOVAK .getCountry ()));
156
+ args .put ("IBGLocale .czech" , new Locale (CZECH .getCode (), CZECH .getCountry ()));
157
157
}
158
158
159
159
static void registerCustomTextPlaceHolderKeysArgs (Map <String , Object > args ) {
160
- args .put ("IBGCustomTextPlaceHolderKey .shakeHint" , InstabugCustomTextPlaceHolder .Key .SHAKE_HINT );
161
- args .put ("IBGCustomTextPlaceHolderKey .swipeHint" , InstabugCustomTextPlaceHolder .Key .SWIPE_HINT );
162
- args .put ("IBGCustomTextPlaceHolderKey .invalidEmailMessage" , InstabugCustomTextPlaceHolder .Key .INVALID_EMAIL_MESSAGE );
163
- args .put ("IBGCustomTextPlaceHolderKey .invalidCommentMessage" , InstabugCustomTextPlaceHolder .Key .INVALID_COMMENT_MESSAGE );
164
- args .put ("IBGCustomTextPlaceHolderKey .invocationHeader" , InstabugCustomTextPlaceHolder .Key .INVOCATION_HEADER );
165
- args .put ("IBGCustomTextPlaceHolderKey .startChats" , InstabugCustomTextPlaceHolder .Key .START_CHATS );
166
- args .put ("IBGCustomTextPlaceHolderKey .reportBug" , InstabugCustomTextPlaceHolder .Key .REPORT_BUG );
167
- args .put ("IBGCustomTextPlaceHolderKey .reportFeedback" , InstabugCustomTextPlaceHolder .Key .REPORT_FEEDBACK );
168
- args .put ("IBGCustomTextPlaceHolderKey .emailFieldHint" , InstabugCustomTextPlaceHolder .Key .EMAIL_FIELD_HINT );
169
- args .put ("IBGCustomTextPlaceHolderKey .commentFieldHintForBugReport" , InstabugCustomTextPlaceHolder .Key .COMMENT_FIELD_HINT_FOR_BUG_REPORT );
170
- args .put ("IBGCustomTextPlaceHolderKey .commentFieldHintForFeedback" , InstabugCustomTextPlaceHolder .Key .COMMENT_FIELD_HINT_FOR_FEEDBACK );
171
- args .put ("IBGCustomTextPlaceHolderKey .addVoiceMessage" , InstabugCustomTextPlaceHolder .Key .ADD_VOICE_MESSAGE );
172
- args .put ("IBGCustomTextPlaceHolderKey .addImageFromGallery" , InstabugCustomTextPlaceHolder .Key .ADD_IMAGE_FROM_GALLERY );
173
- args .put ("IBGCustomTextPlaceHolderKey .addExtraScreenshot" , InstabugCustomTextPlaceHolder .Key .ADD_EXTRA_SCREENSHOT );
174
- args .put ("IBGCustomTextPlaceHolderKey .conversationsListTitle" , InstabugCustomTextPlaceHolder .Key .CONVERSATIONS_LIST_TITLE );
175
- args .put ("IBGCustomTextPlaceHolderKey .audioRecordingPermissionDenied" , InstabugCustomTextPlaceHolder .Key .AUDIO_RECORDING_PERMISSION_DENIED );
176
- args .put ("IBGCustomTextPlaceHolderKey .conversationTextFieldHint" , InstabugCustomTextPlaceHolder .Key .CONVERSATION_TEXT_FIELD_HINT );
177
- args .put ("IBGCustomTextPlaceHolderKey .bugReportHeader" , InstabugCustomTextPlaceHolder .Key .BUG_REPORT_HEADER );
178
- args .put ("IBGCustomTextPlaceHolderKey .feedbackReportHeader" , InstabugCustomTextPlaceHolder .Key .FEEDBACK_REPORT_HEADER );
179
- args .put ("IBGCustomTextPlaceHolderKey .voiceMessagePressAndHoldToRecord" , InstabugCustomTextPlaceHolder .Key .VOICE_MESSAGE_PRESS_AND_HOLD_TO_RECORD );
180
- args .put ("IBGCustomTextPlaceHolderKey .voiceMessageReleaseToAttach" , InstabugCustomTextPlaceHolder .Key .VOICE_MESSAGE_RELEASE_TO_ATTACH );
181
- args .put ("IBGCustomTextPlaceHolderKey .reportSuccessfullySent" , InstabugCustomTextPlaceHolder .Key .REPORT_SUCCESSFULLY_SENT );
182
- args .put ("IBGCustomTextPlaceHolderKey .successDialogHeader" , InstabugCustomTextPlaceHolder .Key .SUCCESS_DIALOG_HEADER );
183
- args .put ("IBGCustomTextPlaceHolderKey .addVideo" , InstabugCustomTextPlaceHolder .Key .ADD_VIDEO );
184
- args .put ("IBGCustomTextPlaceHolderKey .betaWelcomeMessageWelcomeStepTitle" , InstabugCustomTextPlaceHolder .Key .BETA_WELCOME_MESSAGE_WELCOME_STEP_TITLE );
185
- args .put ("IBGCustomTextPlaceHolderKey .betaWelcomeMessageWelcomeStepContent" , InstabugCustomTextPlaceHolder .Key .BETA_WELCOME_MESSAGE_WELCOME_STEP_CONTENT );
186
- args .put ("IBGCustomTextPlaceHolderKey .betaWelcomeMessageHowToReportStepTitle" , InstabugCustomTextPlaceHolder .Key .BETA_WELCOME_MESSAGE_HOW_TO_REPORT_STEP_TITLE );
187
- args .put ("IBGCustomTextPlaceHolderKey .betaWelcomeMessageHowToReportStepContent" , InstabugCustomTextPlaceHolder .Key .BETA_WELCOME_MESSAGE_HOW_TO_REPORT_STEP_CONTENT );
188
- args .put ("IBGCustomTextPlaceHolderKey .betaWelcomeMessageFinishStepTitle" , InstabugCustomTextPlaceHolder .Key .BETA_WELCOME_MESSAGE_FINISH_STEP_TITLE );
189
- args .put ("IBGCustomTextPlaceHolderKey .betaWelcomeMessageFinishStepContent" , InstabugCustomTextPlaceHolder .Key .BETA_WELCOME_MESSAGE_FINISH_STEP_CONTENT );
190
- args .put ("IBGCustomTextPlaceHolderKey .liveWelcomeMessageTitle" , InstabugCustomTextPlaceHolder .Key .LIVE_WELCOME_MESSAGE_TITLE );
191
- args .put ("IBGCustomTextPlaceHolderKey .liveWelcomeMessageContent" , InstabugCustomTextPlaceHolder .Key .LIVE_WELCOME_MESSAGE_CONTENT );
160
+ args .put ("CustomTextPlaceHolderKey .shakeHint" , InstabugCustomTextPlaceHolder .Key .SHAKE_HINT );
161
+ args .put ("CustomTextPlaceHolderKey .swipeHint" , InstabugCustomTextPlaceHolder .Key .SWIPE_HINT );
162
+ args .put ("CustomTextPlaceHolderKey .invalidEmailMessage" , InstabugCustomTextPlaceHolder .Key .INVALID_EMAIL_MESSAGE );
163
+ args .put ("CustomTextPlaceHolderKey .invalidCommentMessage" , InstabugCustomTextPlaceHolder .Key .INVALID_COMMENT_MESSAGE );
164
+ args .put ("CustomTextPlaceHolderKey .invocationHeader" , InstabugCustomTextPlaceHolder .Key .INVOCATION_HEADER );
165
+ args .put ("CustomTextPlaceHolderKey .startChats" , InstabugCustomTextPlaceHolder .Key .START_CHATS );
166
+ args .put ("CustomTextPlaceHolderKey .reportBug" , InstabugCustomTextPlaceHolder .Key .REPORT_BUG );
167
+ args .put ("CustomTextPlaceHolderKey .reportFeedback" , InstabugCustomTextPlaceHolder .Key .REPORT_FEEDBACK );
168
+ args .put ("CustomTextPlaceHolderKey .emailFieldHint" , InstabugCustomTextPlaceHolder .Key .EMAIL_FIELD_HINT );
169
+ args .put ("CustomTextPlaceHolderKey .commentFieldHintForBugReport" , InstabugCustomTextPlaceHolder .Key .COMMENT_FIELD_HINT_FOR_BUG_REPORT );
170
+ args .put ("CustomTextPlaceHolderKey .commentFieldHintForFeedback" , InstabugCustomTextPlaceHolder .Key .COMMENT_FIELD_HINT_FOR_FEEDBACK );
171
+ args .put ("CustomTextPlaceHolderKey .addVoiceMessage" , InstabugCustomTextPlaceHolder .Key .ADD_VOICE_MESSAGE );
172
+ args .put ("CustomTextPlaceHolderKey .addImageFromGallery" , InstabugCustomTextPlaceHolder .Key .ADD_IMAGE_FROM_GALLERY );
173
+ args .put ("CustomTextPlaceHolderKey .addExtraScreenshot" , InstabugCustomTextPlaceHolder .Key .ADD_EXTRA_SCREENSHOT );
174
+ args .put ("CustomTextPlaceHolderKey .conversationsListTitle" , InstabugCustomTextPlaceHolder .Key .CONVERSATIONS_LIST_TITLE );
175
+ args .put ("CustomTextPlaceHolderKey .audioRecordingPermissionDenied" , InstabugCustomTextPlaceHolder .Key .AUDIO_RECORDING_PERMISSION_DENIED );
176
+ args .put ("CustomTextPlaceHolderKey .conversationTextFieldHint" , InstabugCustomTextPlaceHolder .Key .CONVERSATION_TEXT_FIELD_HINT );
177
+ args .put ("CustomTextPlaceHolderKey .bugReportHeader" , InstabugCustomTextPlaceHolder .Key .BUG_REPORT_HEADER );
178
+ args .put ("CustomTextPlaceHolderKey .feedbackReportHeader" , InstabugCustomTextPlaceHolder .Key .FEEDBACK_REPORT_HEADER );
179
+ args .put ("CustomTextPlaceHolderKey .voiceMessagePressAndHoldToRecord" , InstabugCustomTextPlaceHolder .Key .VOICE_MESSAGE_PRESS_AND_HOLD_TO_RECORD );
180
+ args .put ("CustomTextPlaceHolderKey .voiceMessageReleaseToAttach" , InstabugCustomTextPlaceHolder .Key .VOICE_MESSAGE_RELEASE_TO_ATTACH );
181
+ args .put ("CustomTextPlaceHolderKey .reportSuccessfullySent" , InstabugCustomTextPlaceHolder .Key .REPORT_SUCCESSFULLY_SENT );
182
+ args .put ("CustomTextPlaceHolderKey .successDialogHeader" , InstabugCustomTextPlaceHolder .Key .SUCCESS_DIALOG_HEADER );
183
+ args .put ("CustomTextPlaceHolderKey .addVideo" , InstabugCustomTextPlaceHolder .Key .ADD_VIDEO );
184
+ args .put ("CustomTextPlaceHolderKey .betaWelcomeMessageWelcomeStepTitle" , InstabugCustomTextPlaceHolder .Key .BETA_WELCOME_MESSAGE_WELCOME_STEP_TITLE );
185
+ args .put ("CustomTextPlaceHolderKey .betaWelcomeMessageWelcomeStepContent" , InstabugCustomTextPlaceHolder .Key .BETA_WELCOME_MESSAGE_WELCOME_STEP_CONTENT );
186
+ args .put ("CustomTextPlaceHolderKey .betaWelcomeMessageHowToReportStepTitle" , InstabugCustomTextPlaceHolder .Key .BETA_WELCOME_MESSAGE_HOW_TO_REPORT_STEP_TITLE );
187
+ args .put ("CustomTextPlaceHolderKey .betaWelcomeMessageHowToReportStepContent" , InstabugCustomTextPlaceHolder .Key .BETA_WELCOME_MESSAGE_HOW_TO_REPORT_STEP_CONTENT );
188
+ args .put ("CustomTextPlaceHolderKey .betaWelcomeMessageFinishStepTitle" , InstabugCustomTextPlaceHolder .Key .BETA_WELCOME_MESSAGE_FINISH_STEP_TITLE );
189
+ args .put ("CustomTextPlaceHolderKey .betaWelcomeMessageFinishStepContent" , InstabugCustomTextPlaceHolder .Key .BETA_WELCOME_MESSAGE_FINISH_STEP_CONTENT );
190
+ args .put ("CustomTextPlaceHolderKey .liveWelcomeMessageTitle" , InstabugCustomTextPlaceHolder .Key .LIVE_WELCOME_MESSAGE_TITLE );
191
+ args .put ("CustomTextPlaceHolderKey .liveWelcomeMessageContent" , InstabugCustomTextPlaceHolder .Key .LIVE_WELCOME_MESSAGE_CONTENT );
192
192
}
193
193
194
194
static void registerInstabugReportTypesArgs (Map <String , Object > args ) {
0 commit comments