https://github.com/rebeccahughes/react-native-device-info

sort by:
Revision Author Date Message Commit Date
5dbd442 v0.12.1 17 October 2017, 13:48:11 UTC
9088824 Merge pull request #249 from kesha-antonov/fix_wifi_crash Fix "Neither user nor current process has android.persmission.ACCESS_WIFI_STATE" 17 October 2017, 13:42:59 UTC
88e6ba6 fix: Error: The WIFI_SERVICE must be looked up on the Application context or memory will leak on devices < Android N. Try changing reactContext to reactContext.getApplicationContext() [WifiManagerLeak] WifiManager manager = (WifiManager) reactContext.getSystemService(Context.WIFI_SERVICE); 16 October 2017, 07:58:03 UTC
a2eefc1 use wifi info only for 2 funcs 16 October 2017, 05:08:46 UTC
61cdeaa v0.12.0 15 October 2017, 19:40:26 UTC
6b5a471 add np for shipping 15 October 2017, 19:39:39 UTC
40e3622 Merge pull request #242 from doochik/patch-1 Fix RN 0.48+ warning about requiresMainQueueSetup 15 October 2017, 19:35:14 UTC
218d3e9 Merge pull request #247 from rizzomichaelg/patch-1 Check for null with getCurrentActivity() 12 October 2017, 15:07:35 UTC
1968f80 Update CHANGELOG.md 11 October 2017, 14:49:53 UTC
fbb17b6 Check for null with getCurrentActivity() getCurrentActivity() occasionally returns null 11 October 2017, 14:34:42 UTC
f52f97f Fix RN 0.48+ warning about requiresMainQueueSetup Warning: Module RNDeviceInfo requires main queue setup since it overrides `constantsToExport` but doesn't implement `requiresMainQueueSetup. In a future release React Native will default to initializing all native modules on a background thread unless explicitly opted-out of. 07 October 2017, 11:15:41 UTC
df8db33 Merge pull request #241 from jkimbo/add-flow-types Add flow types 06 October 2017, 16:18:14 UTC
957ae2d Update CHANGELOG and update typescript definitions 06 October 2017, 12:26:37 UTC
58fb6a5 Add flowtypes 06 October 2017, 12:21:22 UTC
dbbe53f Merge pull request #238 from jkimbo/readme-types Update method table with return types 05 October 2017, 15:05:38 UTC
0911ad1 Update method table with return types 05 October 2017, 14:02:01 UTC
ab05398 Merge pull request #237 from jkimbo/update-changelog Update changelog 05 October 2017, 13:48:51 UTC
a4ced31 Updated changelog for upcoming changes 05 October 2017, 11:56:48 UTC
fe54834 Updated changelog to current release 05 October 2017, 11:50:49 UTC
08b80f0 Merge pull request #235 from gtebbutt/master Add tvOS support 04 October 2017, 14:01:24 UTC
be82102 Merge pull request #150 from passabilities/serial Add Android support for serial number, IP, and MAC address. 04 October 2017, 00:58:45 UTC
712e1ee Update README 03 October 2017, 21:38:12 UTC
e28f617 Add Android support for Serial Number, IP Address, and MAC Address. 03 October 2017, 21:38:12 UTC
b6c5d14 Set tvOS deploy target to 10.0 26 September 2017, 19:04:28 UTC
b474a88 Remove webview from tvOS build 26 September 2017, 18:58:30 UTC
c6ffd0f Add tvOS build target 26 September 2017, 16:48:23 UTC
7179620 Merge pull request #232 from firefueled/get-android-api-level Add android-only getAPILevel method 26 September 2017, 05:03:36 UTC
f722636 Add android-only getAPILevel method Had to bump the method table by a few spaces as well... sorry 26 September 2017, 01:48:24 UTC
50357ab Merge pull request #230 from nolan-m/update-ios-device-list Add support for new iPhone, iPad, and Apple TV models 25 September 2017, 22:31:59 UTC
07a2925 Add support for new iPhone, iPad, and Apple TV models 25 September 2017, 22:16:12 UTC
9887f87 Merge pull request #224 from douglasjunior/patch-1 Added device detection even when in an iOS emulator. 21 September 2017, 15:15:27 UTC
45463d8 Undoing unintentional changes. 21 September 2017, 14:25:36 UTC
40e1b51 Merge pull request #225 from douglasjunior/patch-2 Added version check and permission to work with Android API >= 16. 21 September 2017, 14:15:17 UTC
dd9d195 Added more permission check. 21 September 2017, 12:23:22 UTC
a9ccbd8 Added version check and permission to work with Android API >= 16. 20 September 2017, 20:13:06 UTC
5f5fb2b Added device detection even when in an iOS emulator. Additionally, added device types for iPhone 8, iPhone 8 Plus and iPhone X. 20 September 2017, 18:42:06 UTC
c362de2 Merge pull request #222 from rafaeltakiyama/master First and Last Install Time 19 September 2017, 02:35:38 UTC
df7b56b add description in README 18 September 2017, 18:25:24 UTC
191240b change return type. 18 September 2017, 17:33:35 UTC
c3a501b Function name correction 18 September 2017, 14:57:32 UTC
88b32e6 Add getFirstInstallTime(), getLastUpdateTime() function in JS. 18 September 2017, 14:50:26 UTC
946df5c Add info.firstInstallTime and info.lastUpdateTime from Android PackageInfo. 18 September 2017, 14:34:27 UTC
5e1740d Merge pull request #221 from languagedrops/master fix(Types): TS type definitions didn't use the correct export mechanism 16 September 2017, 16:22:22 UTC
a86fc2c fix(Types): TS type definitions didn't use the correct export mechanism 16 September 2017, 15:44:20 UTC
7c299f1 Merge pull request #174 from passabilities/phone-number Add support for phone number. 15 September 2017, 18:01:15 UTC
e599ce4 Update README 14 September 2017, 17:40:08 UTC
0c40dcb Add support for phone number. 14 September 2017, 17:35:40 UTC
ce93f5c Merge pull request #217 from crafterm/feature/public-headers Add DeviceUID.h to public headers 14 September 2017, 15:16:21 UTC
7847958 Merge pull request #207 from DracoBlue/patch-1 Get real WebView UserAgent on Android 14 September 2017, 15:05:07 UTC
7543ca9 Add DeviceUID.h to public headers, this allows greater reuse of this code within Objective-C/Swift 14 September 2017, 04:37:56 UTC
0685f29 Merge pull request #212 from huhuanming/master Support React Native 0.48 11 September 2017, 19:09:48 UTC
544398d Update RNDeviceInfo.h 05 September 2017, 06:51:56 UTC
c45c14a Update RNDeviceInfo.h 05 September 2017, 03:13:04 UTC
858ca07 Merge pull request #203 from tmdude9586/153-patch Updated Documentation and typings for pin/fingerprint 26 August 2017, 13:43:02 UTC
41d0ca9 Get real WebView UserAgent on Android 21 August 2017, 09:27:38 UTC
63711bc updating the typing as well as documentation to fix the isPinOrFingerprintSet issue #153 09 August 2017, 12:04:00 UTC
1aafc6f bump for release 02 August 2017, 13:57:35 UTC
8b1b672 Merge pull request #191 from Benjamin-Dobell/rn-0.47 Handle Android RN 0.47 breaking change 02 August 2017, 02:57:30 UTC
1dd6234 Handle Android RN 0.47 breaking change 16 July 2017, 14:33:35 UTC
12c93cb Merge pull request #144 from iyegoroff/typings Typescript support 24 April 2017, 13:36:52 UTC
f22a65e Merge branch 'master' into typings # Conflicts: # deviceinfo.d.ts # package.json 24 April 2017, 11:55:10 UTC
5b869cd version bump 05 April 2017, 13:34:37 UTC
beea204 Merge pull request #165 from gyzerok/add-typescript-types add typescript types 27 March 2017, 13:40:00 UTC
54f8e59 add typescript types 23 March 2017, 18:10:06 UTC
f396786 version bump 10 March 2017, 16:11:51 UTC
27c4b07 merge 10 March 2017, 16:11:09 UTC
53d75f1 Merge pull request #157 from kacynMedallia/security-callback Change PIN/Fingerprint check from constant to callback 10 March 2017, 16:07:30 UTC
4d812f2 Merge pull request #158 from jaggs6/jaggs6-patch-1 Compatible with old versions of react native 10 March 2017, 15:58:16 UTC
f87253f update readme 10 March 2017, 15:53:08 UTC
8aa5f2a Keep compatibility with older RN versions 10 March 2017, 15:41:25 UTC
be1c94d fix spelling error 10 March 2017, 03:26:57 UTC
913beba add android part 10 March 2017, 03:23:24 UTC
720fe01 make security info a callback 10 March 2017, 01:30:04 UTC
cf5075d Merge pull request #156 from kacynMedallia/security Add PIN/Fingerprint Check to Device Info 09 March 2017, 15:23:18 UTC
c58a918 sync with upstream and fix readme conflict 08 March 2017, 15:41:40 UTC
ed1de67 remove support for ios8 08 March 2017, 15:35:44 UTC
96965f1 Merge pull request #133 from joshuapinter/patch-2 Use table to show various methods and returns. 08 March 2017, 15:07:52 UTC
db3a419 Merge pull request #76 from joshuapinter/patch-1 Use System for System. 08 March 2017, 15:03:32 UTC
a871863 Merge pull request #149 from latitude-digital/master Fix missing CFBundleShortVersionString crash 08 March 2017, 15:02:29 UTC
ff2b6b0 Merge pull request #154 from testquepp/patch-1 Update RNDeviceModule.java 08 March 2017, 15:01:52 UTC
588470e fallback for ios 8 08 March 2017, 00:36:32 UTC
50e68b4 Merge pull request #155 from jaggs6/patch-1 Update buildToolsVersion to 25.0.1 07 March 2017, 22:42:18 UTC
382cd48 change method name and update readme 07 March 2017, 21:59:31 UTC
ffd4e0b add import statements 07 March 2017, 20:55:39 UTC
22b4e52 add check if security is enabled 07 March 2017, 20:42:17 UTC
29e723e Update build.gradle 07 March 2017, 19:07:35 UTC
bd1275a Update build.gradle 07 March 2017, 19:03:15 UTC
fbee725 Update RNDeviceModule.java There might be some scenario where the developers who are using this library might not be using Bluetooth permission. so this mDevice object will be null in this case and it should be handled properly. As some will not want to add this unnecessary permission in their project. 02 March 2017, 09:52:47 UTC
aa6c5c9 Fix missing CFBundleShortVersionString crash Prevent a crash if `CFBundleShortVersionString` is not defined in info.plist 31 January 2017, 22:12:48 UTC
c843144 semver fix 25 January 2017, 21:40:39 UTC
e8bfe5e update version for release against 0.40 25 January 2017, 19:47:47 UTC
2b3c8c1 added typings 22 January 2017, 00:34:00 UTC
d63a860 Use table to show various methods and returns. 02 January 2017, 18:38:24 UTC
4da1ef5 Merge pull request #118 from josephan/windows-compatibility Windows compatibility 04 December 2016, 16:52:57 UTC
fe126ff Windows module and package plus generated files from Visual Studio. 03 December 2016, 23:05:38 UTC
c7b1def Merge pull request #121 from janicduplessis/master Update iOS RN header paths 01 December 2016, 15:47:41 UTC
5834bf6 Update iOS RN header paths 01 December 2016, 09:47:32 UTC
d638e23 Update CHANGELOG.md 01 December 2016, 00:58:45 UTC
35501dc version bump 30 November 2016, 19:01:23 UTC
82e585a Merge pull request #111 from joshterrill/patch-1 added example of import vs require 03 November 2016, 03:53:51 UTC
back to top