Commit Graph
99 Commits
Author SHA1 Message Date
salmatarzi 2f54ef5710 Merge pull request #59 from fcmatteo/master
0.47 backward compatibile Android support
2017-08-31 12:43:40 +02:00
Salma ElTarzi c49510c406 Add missing api setEnableInAppNotificationSound 2017-08-26 20:26:01 +02:00
Facundo Matteo b219adaf21 0.47 backward compatibile Android support 2017-08-22 18:29:43 -03:00
Salma ElTarzi 1e735d6d0e Add api method for setSuccessDialogEnabled 2017-08-17 13:11:34 +02:00
Salma ElTarzi 5c05f53f5d 🎨 Improve structure of the code, by adding the send event method to the end of the file. 2017-08-10 11:23:17 +02:00
Salma ElTarzi a455a93802 📝 Add missing imports in the module class. 2017-08-10 11:08:56 +02:00
Salma ElTarzi ea9dde9859 📝 Add import for the Arguments class. 2017-08-10 10:54:55 +02:00
Salma ElTarzi 5e4195b745 🐛 Fix a bug where the sendEvent method was not added 2017-08-10 04:14:29 +02:00
Salma ElTarzi 718dfec51e 🎨 Add proper indentation to the method 2017-08-08 17:40:12 +02:00
Salma ElTarzi 7e3d97af27 🎨 Convert directly from an readable array to an array of strings 2017-08-08 17:39:20 +02:00
Salma ElTarzi 43a466229e 🐛 Fix bug where appendTags() accepted a string, and not an array of tags 2017-08-08 15:15:13 +02:00
Salma ElTarzi e8997dadc5 🐛 Fix bug where callbacks could only get invoked once 2017-08-08 15:14:10 +02:00
Salma ElTarzi d1c1daa9f7 📝 Change the default value of floating button edge in the deprecated constructor to be left 2017-07-24 20:33:25 +02:00
Salma ElTarzi 48854677c1 📝 Removed the setFloatingButtonEdge mapping method from the module class 2017-07-24 19:26:36 +02:00
Salma ElTarzi 84870020c8 📝 Change the format of the package instance by adding all the default values to the builder 2017-07-24 19:15:34 +02:00
Salma ElTarzi 057c5b1ec8 Add api method for setIntroMessageEnabled for android 2017-07-24 18:01:57 +02:00
Salma ElTarzi acfd914cfe Add new feature for setting the floating button edge and offset on Android. 2017-07-20 13:48:02 +02:00
Salma ElTarzi f4fc9d53e1 Make sure that set debug enabled is for the android platform to avoid crashes in iOS 2017-07-18 18:03:24 +02:00
Salma ElTarzi b8ec3be49a 🐛 Fix the bug where the sdk gets invoked automatically at app launch, and need to press twice on a button to manually invoke the sdk, fix a bug where changing the value of the strings did not work correctly 2017-07-18 17:05:33 +02:00
DevHossamHassan e0639feaa0 Fix manual invocation 2017-07-08 07:48:11 +02:00
DevHossamHassan 973d5fcb59 Fix Sample app 2017-07-06 20:08:53 +02:00
DevHossamHassan a9cee98847 Fix invoke issue 2017-07-06 17:12:32 +02:00
DevHossamHassan b5015fd959 Fix RNInstabugReactNativePackage 2017-07-05 14:55:19 +02:00
DevHossamHassan 30bd01e227 Enable switching between InstabugInvocationEvents
Enable setting Primary color to Instabug
2017-07-05 14:21:13 +02:00
DevHossamHassan 9b871dff58 Move Instabug instantiation to Android Application class 2017-07-05 06:22:24 +02:00
DevHossamHassan 15bca21d05 Fix setShakingThreshold parameter api 2017-06-27 16:19:51 +02:00
DevHossamHassan c0c09bfc95 Expose setShakeThresholdForAndroid API to JS 2017-06-26 23:19:46 +02:00
DevHossamHassan 8fc4186d36 Fix some typos in docs 2017-06-22 23:35:53 +02:00
DevHossamHassan 93e98a88a9 Enable setNewMessageHandler API for android 2017-06-22 14:01:18 +02:00
DevHossamHassan 8c5258eebe Enable clearFileAttachment API for android 2017-06-22 13:53:35 +02:00
DevHossamHassan 646041064b Enable setPromptOptionsEnabled API 2017-06-22 13:43:38 +02:00
DevHossamHassan 7ca40c4db4 Fix Surveys import package 2017-06-22 12:46:39 +02:00
DevHossamHassan c56f5fb87a Enable InstabugSurvey APIs for android 2017-06-22 09:21:07 +02:00
DevHossamHassan 2545f7f8a4 Enable setPostInvocationHandler API for android 2017-06-22 06:27:45 +02:00
DevHossamHassan bb6d1ac318 Enable setPreSendingHandler API for android 2017-06-22 06:18:06 +02:00
DevHossamHassan 6e19ace4ff Enable SetPreInvocationHandler API for android
and add missing imports
2017-06-22 06:10:38 +02:00
DevHossamHassan 402eb20429 Add Arrayutil and MapUtil classes and fix some expected bugs 2017-06-22 06:08:45 +02:00
DevHossamHassan 1aee742c93 Enable logUserEventWithNameAndParams API for android 2017-06-22 01:45:46 +02:00
DevHossamHassan b009e16315 Enable logUserEventWithName API for android 2017-06-22 00:30:12 +02:00
DevHossamHassan 81e595598b Enable setWillSkipScreenshotAnnotation API for android 2017-06-22 00:12:05 +02:00
DevHossamHassan 486089980d Enable LogOut API for android 2017-06-22 00:06:31 +02:00
DevHossamHassan 3365be2ef9 Use Callbacks in getAllUserAttribute API 2017-06-21 05:42:50 +02:00
DevHossamHassan 4471d3b402 Use Callbacks in getUserAttribute API 2017-06-21 05:23:05 +02:00
DevHossamHassan cae5a8910f Use Callbacks in getTags API 2017-06-21 05:18:16 +02:00
DevHossamHassan 1365d040ca Use Callbacks in getUnReadMessageAPI 2017-06-21 03:53:28 +02:00
DevHossamHassan 3148a9b529 Fix InstabugReactnativepackage error 2017-06-21 01:20:30 +02:00
DevHossamHassan f162689a80 Expose StringToKey Strings 2017-06-21 01:04:59 +02:00
DevHossamHassan a53e226415 Fix stringToKey type error 2017-06-21 00:45:09 +02:00
DevHossamHassan 0ee7b45c2d Cleanup the code 2017-06-20 04:06:40 +02:00
DevHossamHassan a059f5c6e3 Enable CustomStrings APIs in android 2017-06-20 03:51:55 +02:00