45 Commits

Author SHA1 Message Date
Salma ElTarzi
08e28a808b setExtendedBugReportMode API for iOS 2018-02-27 17:59:33 +02:00
Salma ElTarzi
728b07647a setAutoScreenRecordingMaxDuration and setAutoScreenRecordingEnabled APIs 2018-02-13 20:45:02 +02:00
Salma ElTarzi
b91ca0a71f reproStepsMode API for iOS 2018-01-16 18:07:41 +02:00
Salma ElTarzi
6ae1d167a0 📝 Deprecated the old setAttachmentTypesEnabled api, and made it point to the new native api 2018-01-06 14:44:47 +02:00
Salma ElTarzi
d2cf3479e9 📝 Adjust setAttachmentTypesEnabled api to account for the change in the native api and removing the voice note attribute 2018-01-06 13:11:23 +02:00
Salma ElTarzi
f55cc4d582 iOS - Add new api for hasRespondedToSurveyWithToken 2018-01-04 10:45:00 +02:00
Salma ElTarzi
bc1b5bdb23 iOS - Add new api for showSurveyWithToken 2018-01-03 18:54:36 +02:00
Salma ElTarzi
e2e08bd831 📝 Remove strings that were removed from the native SDK 2017-12-28 13:14:32 +02:00
Salma ElTarzi
eee0b8323a Add feature to change the video recording floating button position 2017-12-18 18:39:54 +02:00
Jordan Becker
00895aa8ab
Add requiresMainQueueSetup method
Since RN 0.49, `requiresMainQueueSetup` needs to be defined if the module overrides `constantsToExport`.
2017-12-07 19:40:21 +01:00
Salma ElTarzi
510412eea7 Add change collecting data text enum 2017-10-25 14:44:09 +02:00
Eli Perkins
741afec07b Fix bad access to null variadic args
This removes the need to access `va_list` in a non-variadic function.

By adding a variadic logging function, we can still bridge `RCTLogFunction`, without changing the public API of `IBGNSLogWithLevel` to not require a `va_list`.

This also removes the need to call the log function on the main queue, which was applied in #76 (7cc7e90a5a49629519706942334c9e6e9957e628).

Fixes #82
2017-10-09 15:28:10 -04:00
Salma ElTarzi
7cc7e90a5a 🐛 Fix a crash for iOS that results in Bad Access 2017-09-20 12:49:30 +02:00
Salma ElTarzi
5d4c58cbdd Report console logs with log levels. 2017-09-18 15:44:39 +02:00
Salma ElTarzi
6db813a900 Merge branch 'master' of https://github.com/Instabug/instabug-reactnative into hotfix/fix_crash_for_ios_8 2017-09-10 13:23:37 +02:00
Salma ElTarzi
0f43c93b5f 🔥 Remove redundant code for iOS log levels. 2017-09-10 13:13:01 +02:00
nmartin
80279ae465 Rename ios exported method 'logout' to 'logOut'. This matches the android implementation. 2017-09-07 14:06:24 -06:00
Salma ElTarzi
b05ce5aa5a 🐛 Fix a bug where the app crashes on iOS 8 due to os_logs. 2017-09-07 19:49:10 +02:00
Salma ElTarzi
f2a5890d01 📝 Fix the import in the bridge header file to account for changes in RN 0.48 2017-09-04 22:16:12 +02:00
Salma ElTarzi
e080ee96a2 Merge branch 'master' of https://github.com/Instabug/instabug-reactnative into feature/missing_apis 2017-08-26 20:00:14 +02:00
Salma ElTarzi
ff4a0d9f76 Add feature to support JS console logs with bug reports 2017-08-26 20:00:01 +02:00
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
1e735d6d0e Add api method for setSuccessDialogEnabled 2017-08-17 13:11:34 +02:00
yousefhamza
4aba9590d0 Fix promptOptions APIs for iOS 2017-07-17 17:03:03 +02:00
yousefhamza
98141221ef add isRunningLive 2017-06-27 13:31:25 +02:00
DevHossamHassan
9d8ad92049 Revert "Revert "Merge branch 'master' of https://github.com/Instabug/instabug-reactnative""
This reverts commit 4cdeaaf2d1730535f43f56330298da215d3f7804.
2017-06-23 01:09:28 +02:00
DevHossamHassan
4cdeaaf2d1 Revert "Merge branch 'master' of https://github.com/Instabug/instabug-reactnative"
This reverts commit f761baf7f95343bd6cfd743c967928d1909078e3, reversing
changes made to 2197d300027693fc204e84b02bc3d141b2aca0a0.
2017-06-23 00:19:21 +02:00
yousefhamza
afc1e217df Remove file attachments 2017-06-22 22:58:40 +02:00
yousefhamza
b59ae35aaa Add implementation to react native methods 2017-06-21 11:46:54 +02:00
Yousef Hamza
9eb701b32b Disable crash reporting and network logging 2017-05-08 15:54:24 +02:00
Yousef Hamza
04324ea99d updates for iOS for react native 2017-02-14 09:40:21 +02:00
Yousef Hamza
185a689b8d Fix iOS react bridge 2017-02-07 16:12:05 +02:00
Yousef Hamza
4254d57f12 Update bridging file 2017-02-07 14:18:47 +02:00
Yousef Hamza
d600b559b3 Fix typo fixed in instabug 7.0 2017-02-06 16:08:40 +02:00
Yousef Hamza
44053a5fe6 Fix for Instabug 7.0 enums file change 2017-02-06 16:07:28 +02:00
Yousef Hamza
b5fa478a45 Fix .m file 2017-02-06 15:31:06 +02:00
Hossam Hassan
32e2e5b8d5 Fix setPostInvocationHandler typo 2017-01-30 18:06:34 +02:00
Hossam Hassan
e4637f2ebb fix some typos 2017-01-23 15:11:57 +02:00
Hossam Hassan
bdbe6fdae5 Fix typo in instabugReactBridge.m
invocationModeNewFeedback
2017-01-10 11:11:05 +02:00
Hossam Hassan
47bb36a915 Fix typo on iOS enums
for InstabugEnums invocationModeNewFeedback
2017-01-10 01:22:11 +02:00
Yousef Hamza
a66c3ea3f3 Release react native ios 2016-10-17 17:41:42 +02:00
Yousef Hamza
86c817d512 Updating event handlers and main thread operations 2016-10-11 16:19:50 +02:00
Yousef Hamza
1c3d1b3b4d Updating the ios bridge
- Updated bridging files
- Updated index.js
- Tested
- Documented index.js
2016-10-10 18:08:20 +02:00
Yousef Hamza
7e1fbad19f Update bridging files 2016-10-09 16:10:11 +02:00
Yousef Hamza
681d2e8db4 Adding ios to react native module 2016-10-09 14:50:04 +02:00