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

sort by:
Revision Author Date Message Commit Date
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
d3b61df chore: prepare for next release 18 February 2019, 16:36:47 UTC
9d92e55 Fix hasNotch() support for LG phones (#573) * Update deviceinfo.js * Fix deviceinfo.js Keep already entered LG models. * Update deviceinfo.js 18 February 2019, 16:35:31 UTC
72dfcd4 v0.26.3 13 February 2019, 15:26:16 UTC
7ed8ee1 chore: prepare next release 13 February 2019, 15:25:53 UTC
975220c fix(getDeviceType): Use height instead of width. (#571) * Fixed getDeviceType method. * Fixed typo. 13 February 2019, 15:24:19 UTC
1c54310 v0.26.2 06 February 2019, 09:08:06 UTC
b0212d4 docs: prepare 0.26.2 06 February 2019, 09:07:44 UTC
cf4b2fa Add Huawei P20 Lite to notch devices (#569) 06 February 2019, 08:13:06 UTC
20ccd10 docs(README.ms): Add missing double quote (#566) 01 February 2019, 18:01:36 UTC
86f928d v0.26.1 31 January 2019, 19:53:37 UTC
ea03421 chore: prepare for 0.26.1 31 January 2019, 19:53:13 UTC
abe0bab feat(notch): added Oneplus 6T (#563) 31 January 2019, 19:52:07 UTC
5eddca6 v0.26.0 31 January 2019, 19:44:32 UTC
861383e chore: prepare for 0.26.0 31 January 2019, 19:44:08 UTC
bdbeab3 feat(android/ios): Adding getDeviceType function and changing behavior of isTablet (#560) ## Description - getDeviceType will return: Handset, Tablet, Tv, or Unknown - Supported on iOS and Android. Always set to Unknown on web. Unsupported on windows - On iOS/Android, modified isTablet logic to just check if deviceType == Tablet On iOS, device type detection is done via user interface idiom detection for the device and is thus exact. On Android, TV platform detection checks for both Android TVs (via UI manager mode) and FireTVs (via system feature check). For non TV devices we attempt to calculate the physical screen size (diagonal) and set some sane cutoffs for when a device is a Handset (3" -> 6.9") or a Tablet (7" -> 18"). If detection fails the deviceType is set to Unknown. ## Compatibility | OS | Implemented | | ------- | :---------: | | iOS | ✅ | | Android | ✅ | | Windows | ❌ | ## Checklist * [X] I have tested this on a device/simulator for each compatible OS * [X] I added the documentation in `README.md`. * [ ] I mentioned this change in `CHANGELOG.md`. 31 January 2019, 19:39:45 UTC
3243526 docs: Added 0.25.1 changelog 20 January 2019, 16:04:47 UTC
0e4aaf8 v0.25.1 20 January 2019, 16:01:16 UTC
db27b44 feat(notch): Add Google Pixel 3XL 20 January 2019, 16:00:33 UTC
4a8e475 chore(notch): re-order devices list alphabetically 20 January 2019, 15:58:59 UTC
cbf87b5 docs: update changelog 16 January 2019, 17:56:20 UTC
a817e9b v0.25.0 16 January 2019, 17:53:34 UTC
aa52505 Add more instructions for Android (#526) 16 January 2019, 11:37:55 UTC
da4c0d0 add-new-model (#533) there are different models available for the oneplus 6 note that the capital letters are needed, since we dont lowercase strings before comparison 16 January 2019, 11:35:35 UTC
f81b8d3 Updated Devices with Notch List (#549) 16 January 2019, 11:32:25 UTC
ee5045f feat: Append xiaomi notch info, the brand of xiaomi should be lower case (#550) 16 January 2019, 11:31:59 UTC
3079b94 feat: compare hasNotch devices with lowercase (#537) To have a more robust code we should compare brand and model after using lowercase 16 January 2019, 11:31:18 UTC
4b4a212 fix(docs): gradle compile config depreciation (#528) PR facebook/react-native#20767 bumped the version of the Android Gradle Plugin to v3 which uses the newer Gradle dependency configurations `implementation` and `api` which make `compile` obsolete. PR facebook/react-native#20853 covered the `link` command. Using `compile` will result in a warning message during app build and `compile` will be eventually removed by Gradle. 30 October 2018, 08:47:42 UTC
5a7a8c8 docs: Fix spelling of “CocoaPods” (#529) 30 October 2018, 08:46:19 UTC
8a413b0 docs: Fix typo (#530) 30 October 2018, 08:45:39 UTC
6537480 feat: Add isAirPlaneMode function (#524) * Add isAirPlaneModeOne function * changelog update * added notes * pr changes * few more pr changes 26 October 2018, 13:43:37 UTC
bf54cd0 v0.24.3 23 October 2018, 12:54:46 UTC
312dd5f docs: details minimal requirements 23 October 2018, 12:54:25 UTC
b159208 build: Support React Native Windows 0.57 (#507) Fixes #151 #505 23 October 2018, 12:50:59 UTC
3b3d8bb v0.24.2 22 October 2018, 16:26:44 UTC
dea3e99 docs: prepare next release 22 October 2018, 16:26:20 UTC
5a9df01 enh: Update deviceinfo.d.ts (#498) 22 October 2018, 16:24:42 UTC
a400b65 v0.24.1 22 October 2018, 15:59:21 UTC
ae61966 docs: prepare next release 22 October 2018, 15:58:46 UTC
fa3a4f6 build: Update build.gradle to remove compile warning (#520) 22 October 2018, 15:56:11 UTC
7752c3f v0.24.0 06 October 2018, 10:18:13 UTC
42143e2 docs: prepare for 0.24.0 06 October 2018, 10:17:54 UTC
fb11b25 feat: Added isLandscape() (#504) * Added isLandscape data. * Updated docs with isLandscape addition. * Updated docs. 06 October 2018, 10:16:50 UTC
efa8730 v0.23.0 06 October 2018, 10:12:59 UTC
f9cee4e docs: mention hasNotch in the changelog 06 October 2018, 10:12:30 UTC
26a5615 feat: Add hasNotch() (#500) 06 October 2018, 10:10:41 UTC
e5abc1b v0.22.6 25 September 2018, 19:49:54 UTC
b70f229 docs: mention latest changes 25 September 2018, 19:49:29 UTC
6ea1028 feat: Support new models (XR, XS, XS Max) and iPad 6th Gen (#499) 25 September 2018, 19:48:23 UTC
2653ed6 v0.22.5 22 August 2018, 08:12:34 UTC
5a1c836 docs: fix import instructions 22 August 2018, 08:11:58 UTC
72d1a24 fix(deviceinfo.d.ts): fix typescript declaration export (#478) In #466 the export of the main module was changed to use default export. Change the typescript declaration to use default export, too. 22 August 2018, 08:09:52 UTC
02d63b9 Update CHANGELOG.md 12 August 2018, 11:42:33 UTC
456a407 v0.22.4 12 August 2018, 11:41:38 UTC
d550e27 chore: Ignore the Android build/ folder (#477) 12 August 2018, 11:41:03 UTC
59f0033 v0.22.3 07 August 2018, 12:32:55 UTC
1d03503 docs: update CHANGELOG 07 August 2018, 12:32:26 UTC
0a2c91f #403: Fix eslint-plugin-import error (#466) 07 August 2018, 12:30:54 UTC
f2f2beb v0.22.2 29 July 2018, 09:16:57 UTC
92fe52a chore: prepare for 0.22.2 29 July 2018, 09:16:35 UTC
4b8dcf3 fix: Fix android build error (#460) * Support android version code under 24 * Revert "Support android version code under 24" This reverts commit e1899138b95bc8f71aab1877c2c2627ecab5e1c4. * Change default compile sdk version to 24 29 July 2018, 09:15:05 UTC
d4299c0 v0.22.1 26 July 2018, 14:10:37 UTC
da905ad Support deprecated accessing locale directly on Android (#426) * Support deprecated locale access on Android * Add change log 26 July 2018, 14:07:26 UTC
41a429a v0.22.0 23 July 2018, 15:23:20 UTC
7e17e93 docs: document getMACAddress & getIpAddress for iOS 23 July 2018, 15:13:54 UTC
3a6881d Merge branch 'master' of github.com:rebeccahughes/react-native-device-info 23 July 2018, 15:08:31 UTC
41735bd feat(ios): Add getIpAddress & getMacAddress 23 July 2018, 15:08:20 UTC
8429ba1 docs: clarify iOS return values of getSystemName (#411) This commit will clarify in the README that both "iOS" and "iPhone OS" are possible return values from calling getSystemName when running on an iOS device. "iOS" being reported on most iOS 10+ devices and "iPhone OS" reported on iOS 9 and less and some iOS 10 devices. 23 July 2018, 14:33:55 UTC
3d45ba5 v0.21.5 09 April 2018, 09:42:57 UTC
ca844d5 fix: rollback pod dependency change 09 April 2018, 09:42:31 UTC
22bef4a v0.21.4 26 March 2018, 15:37:26 UTC
b83bfbd chore: prepare for 0.21.4 26 March 2018, 15:37:06 UTC
34af6e7 fix: Move .podspec to root (#376) * Move .podspec to root * Update .podspec source_files location 26 March 2018, 15:35:01 UTC
579920d chore: add myself as contributor 26 March 2018, 11:02:39 UTC
95f3f76 v0.21.3 26 March 2018, 10:51:24 UTC
39db5cc chore: prepare for 0.21.3 26 March 2018, 10:51:01 UTC
back to top