Levi Buzolic
e21a4729c4
Use correct React dependency in podspec
2020-11-24 10:08:30 +11:00
Levi Buzolic
54902d3426
Merge pull request #74 from GantMan/upgrade-rootbeer
...
Upgrade rootbeer package to latest (0.0.8)
2020-11-10 13:54:29 +11:00
Levi Buzolic
fa17b2a268
Upgrade rootbeer package to latest (0.0.8)
2020-11-10 12:30:15 +11:00
Gant Laborde
e969a0ac42
Merge pull request #72 from mateosilguero/patch-1
...
Update JailMonkey.m
2020-10-22 16:57:43 -05:00
Mateo Silguero
fb73aac271
Update JailMonkey.m
...
In android, `isDebuggedMode` returns a Promise<boolean>, but on ios, return a boolean directly.
Close #64
2020-10-21 16:16:12 -03:00
Levi Buzolic
a370c993a7
v2.3.3
2020-09-24 15:39:22 +10:00
Levi Buzolic
a4cadf0aab
Merge pull request #70 from GantMan/dependabot/npm_and_yarn/minimist-1.2.5
...
Bump minimist from 1.2.0 to 1.2.5
2020-09-24 15:09:35 +10:00
dependabot[bot]
84b5ad0d0b
Bump minimist from 1.2.0 to 1.2.5
...
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.0 to 1.2.5.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.0...1.2.5 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-09-24 04:47:13 +00:00
Levi Buzolic
254ef1256f
Merge pull request #68 from GantMan/dependabot/npm_and_yarn/lodash-4.17.19
...
Bump lodash from 4.17.4 to 4.17.19
2020-09-24 14:46:45 +10:00
dependabot[bot]
0b7c6055b8
Bump lodash from 4.17.4 to 4.17.19
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.4 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.4...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-07-17 11:11:47 +00:00
Gant Laborde
1977389650
Merge pull request #67 from crafterm/feature/fix-flow-ts-types
...
Fix flow/ts types for non promise returning methods
2020-06-09 11:04:38 -05:00
Marcus Crafter
a36292dfe6
Correct types for those calls that refer to a method that returns a boolean rather than a promise
2020-06-09 15:49:02 +10:00
Gant Laborde
4f54393720
Merge pull request #65 from nzankich/master
...
Fixed support for android mock location detection on versions Marshmallow and above
2020-04-22 12:47:58 -05:00
Zankich
437a5dab36
Fixed support for android mock location detection on versions Marshmellow and above
2020-04-21 19:23:20 -07:00
Tang Nguyen
4c0d656ae5
v2.3.2
2020-02-21 07:49:59 +07:00
Gant Laborde
2c27ed8e9c
Merge pull request #59 from tangnv/master
...
Fix bug: isDebuggedMode function does not work on iOS
2019-12-27 09:36:27 -06:00
Tang Nguyen
01ad235c2d
Update isDebugged key for consistent with Android
2019-12-27 13:34:34 +07:00
Gant Laborde
f931d3cb83
Merge pull request #57 from chhourbro/master
...
Added macro to bypass check on simulators
2019-11-24 16:20:18 -08:00
Dave
2f89ee763a
Added macro to bypass check on simulators
2019-11-25 10:43:40 +13:00
Gant
925f7f67ff
v2.3.1
2019-11-03 11:25:05 -06:00
Gant
138becfebb
v2.3.0
2019-10-02 23:34:04 -05:00
Gant Laborde
5ba2a7f2bb
Merge pull request #54 from grit96/patch-1
...
Check root without busybox for all devices
2019-09-04 11:13:43 -05:00
Geraint White
cefe9b5890
Check root without busybox for all devices
...
Since some manufacturers leave the busybox binary present in the rom, it's better to use [isRootedWithoutBusyBoxCheck()](https://github.com/scottyab/rootbeer#false-positives ) for all devices rather than specifying certain brands to avoid false positives.
2019-09-04 10:37:24 +01:00
Gant Laborde
d6aeee872c
Update package.json
2019-08-12 11:00:35 -05:00
Gant Laborde
5d2de22563
Merge pull request #49 from DanthonyPabon/develop
...
Improvement in general
2019-07-26 08:52:43 -05:00
Danthony Pabon
54d59693be
Merge branch 'feature/ImprovementInGeneral' into develop
2019-07-25 10:13:16 -04:00
Danthony Pabon
3d5c7eebcb
Improvement in general
...
*The existing code was improved to return promises every time it is called
*Added the function to know if the device has activated the development function
*Other improvement in general
//New use way
async componentDidMount() {
// Check if device has development settings enabled
let Dev = await JailMonkey.isDevelopmentSettingsMode()
console.log(Dev) // true or false
}
2019-07-25 10:13:12 -04:00
Gant Laborde
05e3941950
Merge pull request #46 from zuccha/patch-1
...
Update build.gradle
2019-06-19 13:52:36 -05:00
Amedeo Zucchetti
2bc46489b0
Update build.gradle
...
With react-native 0.59.9 the Android build is broken. This will fix it.
2019-06-19 17:29:45 +02:00
Gant
4332371cd8
v2.2.0
2019-04-04 22:56:32 -05:00
Gant Laborde
2f93b10f90
Update README.md
2019-04-03 09:38:26 -05:00
Gant Laborde
95169abce9
Merge pull request #43 from puskin94/fix/hookDetectionStaticFunctions
...
the methods should stay static
2019-04-03 09:36:50 -05:00
Giovanni
f9b3f4d24d
the methods should stay static
2019-04-03 14:51:53 +02:00
Gant Laborde
c60ed44483
Merge pull request #42 from puskin94/feature/readmeUpdateNewMethods
...
updated the README file with new methods
2019-03-26 05:45:09 -05:00
Giovanni
defbf69c00
updated the README file with new methods
2019-03-26 08:37:12 +01:00
Gant Laborde
6179c27d7c
Merge pull request #40 from puskin94/feature/isDebugged
...
isDebugged
2019-03-15 09:23:42 -05:00
Giovanni
04e660e650
Merge branch 'master' into feature/isDebugged
...
# Conflicts:
# android/src/main/java/com/gantix/JailMonkey/JailMonkeyModule.java
2019-03-15 08:34:10 +01:00
Gant Laborde
30eaeccc2e
Merge pull request #39 from puskin94/feature/hookDetected
...
Added the hookDetection
2019-03-14 17:32:11 -05:00
Gant Laborde
9d62aa0902
Merge pull request #38 from puskin94/feature/jailbreakPathsToCheck
...
Expanded file list for the jailbreak test
2019-03-14 17:31:14 -05:00
Giovanni
ce27766d8e
added missing bridge
2019-03-14 17:01:25 +01:00
Giovanni
7655eef50b
added the hookDetection
2019-03-14 16:56:31 +01:00
Giovanni
217fa72013
added missing libraries
2019-03-14 15:50:59 +01:00
Giovanni
f5f46a912e
added the android part
2019-03-14 15:48:45 +01:00
Denis Junuzonic
aabd138906
added the missing bridge
2019-03-14 14:52:28 +01:00
Denis Junuzonic
d69f4d9fa2
removed the old reference and added the missing library
2019-03-14 14:43:38 +01:00
Giovanni
703637030b
added the ios part
2019-03-14 14:30:43 +01:00
Giovanni
c38ad8289b
expanded the list of files to check in order to better distinguish if an iPhone is jailbroken or not
2019-03-14 13:00:05 +01:00
Gant
418e21a550
v2.1.1
2019-03-03 21:40:02 -06:00
Gant Laborde
74fd9042a4
Merge pull request #37 from figureaps/brand-case-insensitive
...
Compare brand in a case-insensitive manner
2019-03-03 21:37:35 -06:00
Jakob Krigovsky
5537b9b0e6
Compare brand in a case-insensitive manner
2019-03-01 13:06:03 +01:00