Skip to content

Release v1.0.6

Compare
Choose a tag to compare
@DevHossamHassan DevHossamHassan released this 30 Jan 20:12
· 1641 commits to master since this release

Enable Instabug constants in Android Instabug.invocationEvent , Instabug.invocationMode , Instabug.locale
ex: Now you can use this for setting the invocation event to InstabugSdk in IOS and Android at the same time.
Instabug.setInvocationEvent(Instabug.invocationEvent.shake);

InstabugInvocationEvents

Instabug.invocationEvent.none
Instabug.invocationEvent.shake
Instabug.invocationEvent.screenshot
Instabug.invocationEvent.floatingButton
Instabug.invocationEvent.twoFingersSwipe

InstabugInvocationMode

Instabug.invocationMode.NA
Instabug.invocationMode.newBug
Instabug.invocationMode.newFeedback
Instabug.invocationMode.newChat
Instabug.invocationMode.chatsList

InstabugInvocationLocale

Instabug.locale.arabic
Instabug.locale.chineseSimplified
Instabug.locale.chineseTraditional
Instabug.locale.czech
Instabug.locale.danish
Instabug.locale.english
Instabug.locale.french
Instabug.locale.german
Instabug.locale.italian
Instabug.locale.japanese
Instabug.locale.polish
Instabug.locale.portugueseBrazil
Instabug.locale.russian
Instabug.locale.spanish
Instabug.locale.swedish
Instabug.locale.turkish

Use IBGLog instead of log API in Android
Use setInvocationEvent instead of 'changeInvocationEvent' in Android
Fix typos �in IOS bridge and index.js

adjust code formatting js, java �
update the readme �