455 Commits

Author SHA1 Message Date
Salma ElTarzi
b28b9caa56 🐛 Fix a bug where the setUserAttribute API in iOS mixed the key attribute with the value and vice versa. 2017-08-17 21:14:36 +02:00
Salma ElTarzi
0fbe741d6b 💎 Pump version. 2017-08-17 19:42:29 +02:00
Salma ElTarzi
1e735d6d0e Add api method for setSuccessDialogEnabled 2017-08-17 13:11:34 +02:00
Salma ElTarzi
19cac949eb 💎 Pump version. 2017-08-10 12:20:25 +02:00
Hossam Hassan
65ae5a977e 🤝 Merge pull request #56 from Instabug/hotfix/add_send_event_method
🐛 Fix a bug where the sendEvent method was not added
2017-08-10 12:30:35 +03: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
DevHossamHassan
b47e21fb54 💎 Pump version 2017-08-08 18:27:25 +02:00
Hossam Hassan
bdad0e9475 🤝 Merge pull request #54 from Instabug/fix/fix_callback_invocations
Fix/fix callback invocations
2017-08-08 19:20:18 +03: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
ce3266e3da 🎨 Refactor auto generate build method alignment. 2017-08-08 17:36:25 +02:00
Salma ElTarzi
669f94e936 🎨 Refactor auto generated build method alignment. 2017-08-08 15:21:44 +02:00
Salma ElTarzi
5f6aa905c0 🔥 Remove setPrimaryColor() from android 2017-08-08 15:17:38 +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
Hossam Hassan
1fc518dac2 Merge pull request #53 from ikhattab/patch-1
add yarn installation note to README.md
2017-08-03 10:27:03 +02:00
Ihab Khattab
f79224ef18 📚 add yarn installation note to README.md 2017-08-03 02:12:24 +02:00
Salma ElTarzi
eb72c58bd4 📚 Update the README.md file 2017-07-24 21:04:01 +02:00
Salma ElTarzi
bb420b9287 💎 Pump version 2017-07-24 20:38:57 +02:00
Hossam Hassan
fb4cedbcd5 Merge pull request #50 from Instabug/SALMAT/testRelease
Salmat/test release
2017-07-24 20:34:48 +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
bd0bfa1175 add text input in sample app for testing purposes 2017-07-19 15:06:22 +02:00
DevHossamHassan
8dd1ccc985 Pump version 2017-07-18 20:24:32 +02:00
Hossam Hassan
35aed6e454 Merge pull request #49 from Instabug/SALMAT/testRelease
🐛 Fix the bug where the sdk gets invoked automatically at app lau…
2017-07-18 18:05: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
eac7935b1b Pump version 2017-07-17 17:54:17 +02:00
yousefhamza
4aba9590d0 Fix promptOptions APIs for iOS 2017-07-17 17:03:03 +02:00
Hossam Hassan
125b786813 Merge pull request #48 from Instabug/dev
Dev
2017-07-11 15:23:01 +02:00
DevHossamHassan
8d9db727b0 Update Readme.md 2017-07-11 15:22:06 +02:00
Hossam Hassan
0d70d7f851 Merge pull request #47 from Instabug/master
Merge Master into dev
2017-07-11 15:15:35 +02:00
DevHossamHassan
6fe39ee304 Pump version 2017-07-09 17:30:06 +02:00
Hossam Hassan
8f2a2d2583 Merge pull request #38 from sebirdman/master
Update build tools version
2017-07-09 17:25:51 +02:00
Hossam Hassan
678c9da4a7 Merge pull request #46 from Instabug/fix/Move-Instabug-Instantiation-to-Android-Application-class
Fix/move instabug instantiation to android application class
2017-07-09 17:24:32 +02:00
DevHossamHassan
41c9af6727 Remove react-native-dialogs plugin from the sample app 2017-07-09 17:05:09 +02:00
DevHossamHassan
ac12541a7f Clean up the sampleApp 2017-07-09 15:50:52 +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
fe71e475d7 Pump version 2017-06-27 16:20:38 +02:00