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

sort by:
Revision Author Date Message Commit Date
bccef8d 1.8.0 16 May 2019, 22:07:30 UTC
b5d069e chore: update changelog in prep for 1.8.0 16 May 2019, 22:07:00 UTC
1afa45d feat: add isLocationEnabled, getAvailableLocationProviders (#664) * added native functions for hasLocationServicesEnabled * added hasLocationServicesEnabled to js; updated types, README * add missing imports, unify return type * added hasLocationServicesEnabled to example, and default/index * add getAvailableLocationServices native functions * rename to hasLocationServicesEnabled to isLocationEnabled, made some requested changes * added getAvailableLocationProviders and updated docs, types, etc * docs: add location permission to manifest when constructing example * chore: refresh example with new location position 16 May 2019, 22:06:15 UTC
85f17d0 chore: update example to current 15 May 2019, 21:58:06 UTC
9a26ba5 docs: update example construction script so it works on linux 15 May 2019, 21:57:35 UTC
76f0536 docs: add total/monthly/weekly download badges 15 May 2019, 19:06:39 UTC
84c34bb 1.7.0 15 May 2019, 17:39:16 UTC
a6ff0bb feat: Add getCameraPresence function (#474) * add isCameraPresent function * added note to Readme for isCameraPresent function * added export types for isCameraPresent function * added support for all versions of android for getCameraPresence function * feature(example): add getCameraPresence to example * doc(changelog): add record about getCameraPresence * feature(web-default): add empty getCameraPresence * doc(readme): update getCameraPresence examples * chore: prepare changelog for 1.7.0 release * chore: add dev-sync npm script to easy dev / testing 15 May 2019, 17:36:51 UTC
4c31336 Updated Readme.md - include pod install note post-link (#661) * Updated Readme.md Updated automatic linking which requires extra step in case of IOS, helps fix #353 * Updated Readme.md Added comment specific to *iOS users using Pods* 14 May 2019, 05:43:49 UTC
af983a0 1.6.2 13 May 2019, 14:48:32 UTC
00b462b docs: update CHANGELOG in prep for 1.6.2 13 May 2019, 14:45:27 UTC
94b1509 fix: added v to tag name in podspec When missing the v for the tag name, directly referencing the podspec file can result in a "tag not found" error when doing a pod install. 13 May 2019, 14:42:51 UTC
fcd5b28 Update README.md to have correct Podspec name (#656) Fix Podspec name. 10 May 2019, 20:05:26 UTC
9a5d8f4 1.6.1 30 April 2019, 19:31:00 UTC
d64c99f chore: fix pointer types and macro usage based on XCode warnings (#649) * chore: fix pointer types and macro usage based on XCode warnings * chore: update CHANGELOG for 1.6.1 pointer types fix 30 April 2019, 19:12:40 UTC
8dccbaa fix: building issue on tvOS / header on iOS (#652) * fix: tvOS Header Search Paths issue * fix: invalid batteryState call on TARGET_OS_TV * fix: fix iOS target header search path issue * chore: update CHANGELOG for 1.6.1 30 April 2019, 19:09:05 UTC
bcd1bc0 docs: update PR template (polyfill path, example usage) 30 April 2019, 03:22:42 UTC
f788a84 1.6.0 30 April 2019, 03:18:11 UTC
41c1d32 chore: update all outdated packages, npm install example 30 April 2019, 03:16:59 UTC
9722fdd feat: implement hasSystemFeature() method for Android devices (#646) * feat: implement hasSystemFeature method for Android devicess * feat: add getSystemAvailableFeatures() method for Android devices * fix: Only include a system feature if it has a non-null name * chore: update CHANGELOG for 1.6.0 with getSystemFeature info 30 April 2019, 03:03:17 UTC
43914f9 1.5.1 24 April 2019, 17:06:52 UTC
02f7c8b chore: update changelog to prep for 1.5.1 24 April 2019, 16:53:58 UTC
bc0ba1a chore: Update deviceinfo.js entry for xioami mi 8 lite (#644) hasNotch() return false on Xiaomi Mi 8 Lite, fix devicesWithNotch with `DeviceInfo.getModel()` 24 April 2019, 15:04:47 UTC
1042169 1.5.0 15 April 2019, 23:26:30 UTC
88b27d3 chore: update docs w/warnings suppression info (#629) Add info about why we have battery state warnings, and how to suppress the warning info about battery state 15 April 2019, 19:20:49 UTC
9c2f56d feat: Add build number of the operating system (#640) ## Description Added `getBuildId()` that allows to gets build number of the operating system. > **Note**: This method helps users' want's to [integrate with **Google Ads**](https://developers.google.com/app-conversion-tracking/api/request-response-specs) and this parameter is required to track their campaigns. ## Compatibility | OS | Implemented | | ------- | :---------: | | iOS | ✅ | | Android | ✅ | | Windows | ✅ | ## Checklist <!-- Check completed item: [X] --> * [x] I have tested this on a device/simulator for each compatible OS * [X] I added the documentation in `README.md` * [X] I mentioned this change in `CHANGELOG.md` * [X] I updated the typings files (`deviceinfo.d.ts`, `deviceinfo.js.flow`) * [ ] I updated the web polyfill (`web/index.js`) 15 April 2019, 19:11:25 UTC
4143d7c chore: update changelog with 1.4.3 version 09 April 2019, 03:54:35 UTC
b85acb8 1.4.3 09 April 2019, 03:52:19 UTC
5b45431 chore: run the np / shipit command for npm not yarn 09 April 2019, 03:17:30 UTC
833f8d1 1.4.2 09 April 2019, 03:17:30 UTC
a38daf0 chore: update np (for package publish) to latest version 09 April 2019, 03:17:30 UTC
de7e541 chore: add Xiaomi Mi A2 Lite to Notch list (#634) ## Description Fixed issue #633 Append Xiaomi Mi at Lite in notch list. ## Compatibility | OS | Implemented | | ------- | :---------: | | Android | ✅ | ## Checklist <!-- Check completed item: [X] --> * [X] I have tested this on a device/simulator for each compatible OS * [ ] I added the documentation in `README.md` * [ ] I mentioned this change in `CHANGELOG.md` * [ ] I updated the typings files (`deviceinfo.d.ts`, `deviceinfo.js.flow`) * [ ] I updated the web polyfill (`web/index.js`) 08 April 2019, 16:27:18 UTC
02878e9 docs: updated readme with contributing section (#631) ## Description Added Contributing section in Readme for easy access. 05 April 2019, 20:06:03 UTC
ea4803f feat: throw error if native module is null w/steps to help fix (#630) * feat: Throw an error if the native module is null with steps to help fix the issue * Add changelog entry 05 April 2019, 20:04:51 UTC
b98dbde chore: add ability to test flow and typescript definitions from command line (#626) * chore: add flow-bin to package and script to validate, related to #613 and #614 * chore: add typescript validation script, related to #614 04 April 2019, 16:01:19 UTC
9f6399b fix: Use RCTSharedApplication instead of [UIApplication sharedApplication] fix ios app extension build (#408) * Use RCTSharedApplication Calling `[UIApplication sharedApplication]` [is unsafe in an app extension][0]. This is hidden by `RCTSharedApplication` which lets app extensions include this library through CocoaPods [without compilation errors][1]. [0]: https://developer.apple.com/library/content/documentation/General/Conceptual/ExtensibilityPG/ExtensionOverview.html#//apple_ref/doc/uid/TP40014214-CH2-SW6 [1]: https://github.com/CocoaPods/CocoaPods/pull/3048 * Update changelog * chore: add changelog entry * chore: use modern react-native header include style * Add note about getFontScale to README.md 04 April 2019, 15:16:17 UTC
2b654b8 fix: getUserAgent fix for android API level <= 16 (#545) * Try to take system property for user agent even on old androids. * Add changelog item for getUserAgent fix 04 April 2019, 14:03:46 UTC
49fd4af chore: Podfile update w/correct versions (#617) * chore: add package-lock.json for reproducible maintenance * chore: update podspec; specify module version, update others this was mostly based off the react-native-netinfo module 04 April 2019, 13:39:48 UTC
e9f8b00 chore: Add 3rd generation iPad pro to device->model map (#618) ## Description I've added the 3rd generation Ipad pro to the list with available devices. This fixes a problem where it just returns "iPad" for these devices. I've specifically added 3th generation to the name of the device. This way you can actually tell the difference between the multiple versions of the iPad Pro. This is a must have because it's the only way to tell the difference between the iPad pro with physical home button (generation 1 and 2) and the iPad pro without physical home button (generation 3). I kept the name of generation 2 the same for now but I can rename it for consistency. 04 April 2019, 13:31:35 UTC
ad54de1 chore: Add Huweai INE-LX1 to devices with notch (#624) 04 April 2019, 13:28:17 UTC
7ef04e4 docs: add Podfile and README to example, refresh example (#616) * docs: add Podfile to example to help users, Fixes #615 * docs: Add README to example project, refresh example 01 April 2019, 15:40:02 UTC
aa65651 chore: update changelog with 1.4.1 description (in arrears to get the fix out faster) 29 March 2019, 22:00:27 UTC
ea2954c v1.4.1 29 March 2019, 21:56:56 UTC
a6bb7f5 fix: repair flow types after getPowerState addition 29 March 2019, 21:36:08 UTC
9e9a848 v1.4.0 29 March 2019, 20:54:36 UTC
41ee8c7 feat: add iOS battery monitoring and detailed power state getter (#436) * feat: add battery monitoring and detailed power state getter * chore: add warning when in dev mode if battery state is unknown * docs: add explicit example of tapping the RNDeviceInfo emitter * chore: add entry to web polyfill * fix: import the logging header * feat: add iOS support for `isBatteryCharging` * chore: example usage / dev warnings * chore: only emit notifications if listeners are present * fix: update battery monitoring patch * chore: on simulator isBatteryMonitoringEnabled is always false, filter message * chore: add note in API docs about warnings, update changelog * chore: fix typo in readme * chore: update changelog to pin this to 1.4.0 29 March 2019, 20:53:03 UTC
5806a59 docs: credit Mike Hardy, our new maintainer 28 March 2019, 22:48:35 UTC
4144d5c v1.3.0 28 March 2019, 21:57:39 UTC
6051abc feat: Add preferred Languages function (#610) * feat: Add preferred Languages function * chore: add usage example of getPreferredLocales * chore: add PR reference to getPreferredLocales feature * chore: add *correct* url to github for getPreferredLocales 28 March 2019, 21:49:28 UTC
fcad1db docs: add maintainers information describing current processes (#611) 28 March 2019, 16:17:14 UTC
59fccd5 chore: convert gradle config to modern style (#607) this is largely based off personal experience plus a look at react-native-share Also Obsoletes #484 This is what modern gradle configs look like in modules, and I don't believe this has any compatibility impact. Builds cleanly and runs the example for me 28 March 2019, 16:07:30 UTC
7b694f4 v1.2.0 28 March 2019, 15:04:28 UTC
ddf6834 chore: prepare next release - v1.2.0 28 March 2019, 14:56:22 UTC
1059605 chore: update README troubleshooting to provide guidance for #586 28 March 2019, 12:53:27 UTC
0df4352 chore: Refresh example to react-native@0.59.2 + react-native-device-info@master (#606) * fix: example should use master for module, enable iOS battery monitor correctly * chore: refresh example for react-native 0.59.2 28 March 2019, 12:24:59 UTC
f14e352 feat: Adds support for Jest snapshot testing (#375) * feat: Adds support to Storybook and snapshot testing * chore: update changelog for jest snapshot testing #375 28 March 2019, 12:22:42 UTC
6f995ae chore: update changelog for #406 / react-native-dom support 28 March 2019, 11:53:47 UTC
3291c38 feat: Support 'dom' Platform.OS for react-native-dom (#406) * Add support for web browsers. See #323 * Update web support Use import instead of require * Merge from master * Support 'dom' Platform.OS for react-native-dom * Update Readme to include react-native-dom 28 March 2019, 11:51:36 UTC
10fc5f8 fix: dynamic pathing for windows, fixes #357 (#608) @mikehardy, ## Description This is the required change that is necessary for windows to resolve the reference path in different environments (outside of visual studio which automatically resolves references). ## Compatibility | OS | Implemented | | ------- | :---------: | | iOS | ❌ | | Android | ❌ | | Windows | ✅ | ## Checklist <!-- Check completed item: [X] --> * [ ] I have tested this on a device/simulator for each compatible OS * [ ] I added the documentation in `README.md` * [x] I mentioned this change in `CHANGELOG.md` * [ ] I updated the typings files (`deviceinfo.d.ts`, `deviceinfo.js.flow`) * [ ] I updated the web polyfill (`web/index.js`) 28 March 2019, 11:48:27 UTC
018bb99 fix: Use phoneNumber permissions specific to Android versions (#269) Ask relevant permissions according to Android os version. Issue: #268 Relevant links for Android source code, each page shows what permissions getLine1Number method requires. [Lollipop - TelephoneManager source code](https://android.googlesource.com/platform/frameworks/base.git/+/lollipop-release/telephony/java/android/telephony/TelephonyManager.java) [Marshmallow - TelephoneManager source code](https://android.googlesource.com/platform/frameworks/base.git/+/marshmallow-release/telephony/java/android/telephony/TelephonyManager.java) [Nougat - TelephoneManager source code](https://android.googlesource.com/platform/frameworks/base.git/+/nougat-release/telephony/java/android/telephony/TelephonyManager.java) [Lollipop - TelephoneManager source code](https://android.googlesource.com/platform/frameworks/base.git/+/oreo-release/telephony/java/android/telephony/TelephonyManager.java) 27 March 2019, 23:35:55 UTC
0f859f1 fix: Use this.reactContext vs getCurrentActivity to avoid NPEs (#382) * Uses this.reactContext instead of getCurrentActivity to check permissions for phoneNumber getter * Updates changelog 27 March 2019, 18:27:54 UTC
0072a3c fix: ONEPLUS A6010 has a notch (#604) * ONEPLUS A6010 has a notch * chore: update changelog for A6010 notch addition 27 March 2019, 18:19:24 UTC
da0eb3b chore: ignore android + VS Code related config files 23 March 2019, 13:29:02 UTC
6522710 docs: add more steps to the checklist 22 March 2019, 20:22:25 UTC
5b815d1 docs: Add iOS CoreTelephony troubleshooting section in README.MD (#600) 22 March 2019, 19:26:58 UTC
ec4af28 v1.1.0 21 March 2019, 17:59:36 UTC
5f121cb feat: Added DeviceInfo.supportedABIs() (#598) feat: Added DeviceInfo.supportedABIs() (#598) 21 March 2019, 17:37:12 UTC
a171920 v1.0.1 20 March 2019, 18:42:50 UTC
64238ef chore: prepare next release 20 March 2019, 18:42:24 UTC
4f13570 Add Nokia 7.1 to devicesWithNotch list (#597) 20 March 2019, 18:41:22 UTC
8d0eb9e v1.0.0 14 March 2019, 22:14:33 UTC
0acdeea chore: prepare first major version 14 March 2019, 22:14:18 UTC
3435a40 chore: Update url to react-native-community (#592) 14 March 2019, 09:33:30 UTC
2dfa809 fix: Getting podspec details from package information (#591) For example version is now hardcoded antique 0.21.5. So why not get needed details from package.json and those are always up-to-date. 13 March 2019, 19:34:17 UTC
5444e6e docs: Mention the repo change in CHANGELOG.md 13 March 2019, 17:42:07 UTC
c94f194 v0.29.1 13 March 2019, 17:35:10 UTC
52307fa Merge branch 'master' of github.com:rebeccahughes/react-native-device-info 13 March 2019, 17:32:48 UTC
fc2fcee fix(android): Ignore missing permissions in lint, specify support versions (#590) - not all apps need all the module's APIs, so they may not specify all permissions - lint complains about support library version mismatches if we don't specify matching ones Should fix #325 13 March 2019, 17:32:22 UTC
986cb16 v0.29.0 11 March 2019, 20:16:28 UTC
94ef631 v0.29.0 11 March 2019, 20:09:43 UTC
4d45b80 chore: prepare next release 11 March 2019, 20:09:20 UTC
6f449a5 feat: Add isAutoDateAndTime and isAutoTimeZone (#583) * [PS] Added isAutoDateAndTime and isAutoTimeZone function * [PS] Refactored code * [PS] Updated README file * [PS] Corrected return data type in README for functions isAutoDateAndTime and isAutoTimeZone * [PS] Fixed fetching settings value with android API version for isAutoDateAndTime and isAutoTimeZone functions * [PS] Corrected the usage of isAutoDateAndTime and isAutoTimeZone example in README 11 March 2019, 20:06:10 UTC
17c0bfc docs: Add example demonstrating usage (#589) * Install of default `react-native init example` scaffold * What the example looks like after react-native link * Fully integrated example app * Implement automated example construction - refresh any time * Ignore the example and associated refresh script 11 March 2019, 20:03:14 UTC
913b18e v0.28.1 11 March 2019, 12:36:23 UTC
575d8b7 chore: prepare next release 11 March 2019, 12:36:03 UTC
c51bb92 Fix: add hasNotch for Pocophone F1 (#584) * hasNotch should return true for Pocophone F1 * Add previously removed 'POCO F1' as a model 11 March 2019, 12:34:26 UTC
04ddfd3 v0.28.0 10 March 2019, 19:57:16 UTC
21a475f chore: prepare next release 10 March 2019, 19:56:57 UTC
dc86d06 feat: android sdk 28 (#548) * Updated build.gradle * Version bump 10 March 2019, 19:55:40 UTC
ba1d524 v0.27.1 10 March 2019, 19:44:19 UTC
5da7f61 chore: prepare next release 10 March 2019, 19:44:02 UTC
bea2bde fix: Enabled battery monitoring mode to get actual battery data (#404) * Enabled battery monitoring mode to get actual battery data * Refactor a bit * Tern back getBatteryLevel. Add note to Readme * Format note text * Format code block 10 March 2019, 19:43:10 UTC
199b614 v0.27.0 10 March 2019, 19:38:34 UTC
350ebb3 docs: Add README and CHANGELOG entries for isBatteryCharging 10 March 2019, 19:37:12 UTC
44e785a feat: add isBatteryCharging() (#514) * added function to check battery charing status * fix/added callback instead of promise * fix/revert back to promise * removed battery full status * added isBatteryCharging to .d.ts & .js.flow files 10 March 2019, 19:31:49 UTC
23a0989 v0.26.5 10 March 2019, 13:33:39 UTC
d6adb2b chore: prepare next release 10 March 2019, 13:33:19 UTC
db19ee9 Alter isPinOrFingerprintSet typing so it is a function (#588) Fixes #486 10 March 2019, 13:31:54 UTC
80e804e Use BigInteger to avoid overflow (Fixes #331) (#587) * Use BigInteger to avoid overflow (Fixes #331) * Alter isPinOrFingerprintSet typing so it is a function Fixes #486 10 March 2019, 13:30:21 UTC
86b4c27 v0.26.4 18 February 2019, 17:12:13 UTC
back to top