78 Commits

Author SHA1 Message Date
Salma ElTarzi
991a843d8b ⬆️ Upgrade native iOS SDK dependency to account for version 7.11.0 2018-03-15 12:58:45 +02:00
Salma ElTarzi
a62dd4c3a3 📝 Change the title of the visual user steps enum to enabledWithNoScreenshots 2018-03-05 20:23:06 +02:00
Salma ElTarzi
68f4ec41cc setReproStepsMode API for Android and iOS 2018-03-05 15:54:48 +02:00
Salma ElTarzi
82ed1f5b46 ⬆️ Upgrade native iOS SDK dependency for v7.10.1 2018-03-05 12:20:49 +02:00
Salma ElTarzi
08e28a808b setExtendedBugReportMode API for iOS 2018-02-27 17:59:33 +02:00
Salma ElTarzi
ce3469d76a ⬆️ Upgrade native iOS SDK dependency 2018-02-27 16:30:04 +02:00
Salma ElTarzi
f1d0ea368c ⬆️ Upgrade native iOS SDK dependency 2018-02-18 14:58:34 +02:00
Salma ElTarzi
728b07647a setAutoScreenRecordingMaxDuration and setAutoScreenRecordingEnabled APIs 2018-02-13 20:45:02 +02:00
Salma ElTarzi
98945cd49a ⬆️ Upgrade native iOS SDK dependency 2018-02-13 17:41:57 +02:00
Salma ElTarzi
3d7568e7c4 ⬆️ Upgrade native iOS SDK dependency 2018-02-04 20:46:24 +02:00
Salma ElTarzi
c33afd57ce ⬆️ Upgrade native Android and iOS SDK dependency 2018-02-03 11:52:22 +02:00
Salma ElTarzi
7eca4ed96e ⬆️ Upgrade native iOS dependency 2018-01-22 21:24:43 +02:00
Salma ElTarzi
b91ca0a71f reproStepsMode API for iOS 2018-01-16 18:07:41 +02:00
Salma ElTarzi
e73a28d6c7 ⬆️ Upgrade native iOS SDK dependency 2018-01-16 16:19:12 +02:00
Salma ElTarzi
d665501866 ⬆️ Upgrade native iOS SDK dependency 2018-01-10 13:39:29 +02:00
Salma ElTarzi
86caf32113 ⬆️ Upgrade native iOS SDK dependency 2018-01-08 12:02:01 +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
0d6e4ae960 ⬆️ Upgrade native iOS SDK dependency 2018-01-04 21:31:24 +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
1333c4c265 ⬆️ Upgrade native Android and iOS SDK dependency 2018-01-03 18:34:34 +02:00
Salma ElTarzi
e2e08bd831 📝 Remove strings that were removed from the native SDK 2017-12-28 13:14:32 +02:00
Salma ElTarzi
460e3381e4 ⬆️ Upgrade native iOS dependency 2017-12-25 16:24:36 +02:00
Salma ElTarzi
ff3648c68c ⬆️ Upgrade native iOS dependency 2017-12-23 11:52:38 +02:00
Salma ElTarzi
eee0b8323a Add feature to change the video recording floating button position 2017-12-18 18:39:54 +02:00
Salma ElTarzi
6cfbe9d4d6 ⬆️ Upgrade native iOS dependency and update the linking and unlinking scripts to account for the change in the native iOS SDK 2017-12-18 15:49:14 +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
2c104a3708 ⬆️ Upgrade native iOS SDK dependency 2017-12-04 17:54:53 +02:00
Salma ElTarzi
fb0612658b ⬆️ Update native iOS SDK dependency. 2017-11-13 14:06:38 +02:00
Salma ElTarzi
14ebcb1eb8 ⬆️ Upgrade native iOS SDK dependency. 2017-11-06 10:58:54 +02:00
Salma ElTarzi
5ee0528bc1 ⬆️ Upgrade native iOS dependency 2017-10-30 12:22:57 +02:00
Salma ElTarzi
510412eea7 Add change collecting data text enum 2017-10-25 14:44:09 +02:00
Salma ElTarzi
8390f31e31 ⬆️ Upgrade native iOS dependency 2017-10-25 13:41:39 +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
bc71e94a9f 📝 Add coreData models 2017-09-27 22:19:00 +02:00
Salma ElTarzi
3558509f05 ⬆️ Upgrade native iOS version 2017-09-27 17:55:30 +02: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
42457643c2 ⬆️ Upgrade Native iOS SDK version. 2017-09-18 13:49:02 +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
3b86efc04c Add binary framework in project 2017-08-31 02:32:55 +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