Commit 6316411
authored
Feature/ibgcore 5521 (#32)
* π₯ Remove native Android SDK deprecated APIs
* β¨ Map new Android APIs for splitting chats
* β¨ Add new string for starting chats
* π Change APIs that have been moved to the Replies module in Android
* π fix all API calls to be static in Android
* β¨ Add new iOS enums for splitting chats
* π₯ Remove deprecated methods from JS mappings
* π₯ remove deprecated methods from native iOS SDK
* β¨ Add new iOS APIs for splitting chats
* π₯ Deprecate old bug reporting APIs
* β¨ Add new JS APIs and modules for splitting chats
* π₯ Remove BugReporting.dismiss()
* π Move BugReporting.onReportSubmitHandler to Instabug.onReportSubmitHandler
* π₯ Clean up iOS native mapping class
* β¨ Add helper js event emitter
* β¨ Move chats APIs from Instabug to Replies
* π₯ Deprecate chats APIs in the module Instabug
* π Add android deprecation logs and fix some methods that were changed from native
* π Move crash APIs to new CrashReporting module
* π changes in ios mapping class to match native changes and add deprecation logger
* π change sample app to use newly added APIs instead of deprecated ones1 parent 1e1c196 commit 6316411
File tree
68 files changed
+1409
-1777
lines changed- InstabugSample
- android/app/src/main/java/com/instabugsample
- android
- src/main/java/com/instabug/reactlibrary
- utils
- ios
- Instabug.framework
- Headers
- InstabugResources.bundle
- IBGActionSheetVC-iPhone.nib
- IBGBugVC-iPhone.nib
- IBGChatVC-iPhone.nib
- ar.lproj
- cs.lproj
- da.lproj
- de.lproj
- en.lproj
- es.lproj
- fr.lproj
- hu.lproj
- it.lproj
- ja.lproj
- ko.lproj
- nb.lproj
- nl.lproj
- pl.lproj
- pt-BR.lproj
- pt-PT.lproj
- ru.lproj
- sk.lproj
- sv.lproj
- tr.lproj
- zh-Hans.lproj
- zh-Hant-TW.lproj
- zh-Hant.lproj
- _CodeSignature
- RNInstabug
- modules
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
68 files changed
+1409
-1777
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
| 39 | + | |
41 | 40 | | |
42 | 41 | | |
43 | 42 | | |
| |||
140 | 139 | | |
141 | 140 | | |
142 | 141 | | |
143 | | - | |
| 142 | + | |
144 | 143 | | |
145 | 144 | | |
146 | 145 | | |
| |||
156 | 155 | | |
157 | 156 | | |
158 | 157 | | |
159 | | - | |
| 158 | + | |
160 | 159 | | |
161 | 160 | | |
162 | 161 | | |
163 | 162 | | |
164 | 163 | | |
165 | 164 | | |
166 | | - | |
| 165 | + | |
167 | 166 | | |
168 | 167 | | |
169 | 168 | | |
170 | 169 | | |
171 | 170 | | |
172 | | - | |
| 171 | + | |
| 172 | + | |
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
| 193 | + | |
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
0 commit comments