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

sort by:
Revision Author Date Message Commit Date
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
e3372d8 fix: Moved the IOS code to an ios/ directory (#374) fix: Moved the IOS code to an ios/ directory 26 March 2018, 09:46:11 UTC
bc550f9 v0.21.2 18 March 2018, 18:40:56 UTC
5d756e0 chore(release): prepare for 0.21.2 18 March 2018, 18:40:20 UTC
62802e4 fix(getBatteryLevel): change method to respect tvos targets (#363) 18 March 2018, 18:36:59 UTC
805fe1d v0.21.1 17 March 2018, 10:20:58 UTC
3e479dd chore: prepare for 0.21.1 17 March 2018, 10:20:33 UTC
148d81b fix: remove deprecated React pod dependency (#361) 17 March 2018, 10:17:50 UTC
290ad01 docs: add missing () 15 March 2018, 09:18:04 UTC
bc92501 v0.21.0 15 March 2018, 08:28:26 UTC
bbefe34 chore: prepare for 0.21.0 15 March 2018, 08:28:02 UTC
e2c877f feat: add more gradle properties (#343) 15 March 2018, 08:21:19 UTC
92e776e docs: fix typo 14 March 2018, 23:29:25 UTC
57a8761 v0.20.0 14 March 2018, 23:25:45 UTC
05a4b53 chore: prepare for 0.20.0 14 March 2018, 23:23:31 UTC
4818007 feat(windows): catch up (#345) Made the following methods compatible with UWP: getMaxMemory(), getFirstIntallTime(), isPinOrFingerprintSet(), getBatteryLevel(), getIPAddress() 14 March 2018, 22:59:24 UTC
a2cc61a v0.19.0 14 March 2018, 20:09:47 UTC
da64be7 chore: prepare for 0.19.0 14 March 2018, 20:09:22 UTC
8cd63a9 feat: add getInstallReferrer() for Android (#344) 14 March 2018, 20:04:38 UTC
d59cbe7 v0.18.0 14 March 2018, 19:23:58 UTC
5ac4218 chore: prepare for 0.18.0 14 March 2018, 19:23:31 UTC
270aae2 feat: Add `getBatteryLevel()` for checking the current battery-level of the device (#359) 14 March 2018, 18:01:44 UTC
95b9ea3 v0.17.4 07 March 2018, 11:50:39 UTC
cd3a151 chore: 0.17.4 07 March 2018, 11:50:22 UTC
791a1d8 v0.17.4 07 March 2018, 11:48:22 UTC
d149c55 chore: 0.17.4 07 March 2018, 11:47:40 UTC
f61cae4 v0.17.4 07 March 2018, 11:37:20 UTC
e3f6f06 chore: prepare for 0.17.4 07 March 2018, 11:36:08 UTC
b7c5a33 fix(android): fix Android > 6 compatibility for getMacAddress() (#349) 07 March 2018, 11:30:02 UTC
81b0c20 docs: update react-native-windows instructions 04 March 2018, 18:54:12 UTC
cd1c6a8 v0.17.3 01 March 2018, 10:42:59 UTC
d324f92 fix: Fix production build crash on Android introduced in #313 Co-authored-by: Mikael Palm <mikael@flashguru.se> 01 March 2018, 10:40:58 UTC
4743ff4 docs: add link for idfv 28 February 2018, 10:05:09 UTC
0f4260d v0.17.2 27 February 2018, 14:53:07 UTC
2d57856 chore: prepare for 0.17.2 27 February 2018, 14:52:36 UTC
8b7ddac fix: enhance isTablet() on Android (#313) 27 February 2018, 14:50:22 UTC
c7becf6 docs: wider topic range for com.google.android.gms troubleshooting 26 February 2018, 20:24:16 UTC
31151fd docs: add android note about possible duplication of getUniqueID() 26 February 2018, 20:16:41 UTC
b2f7608 Merge branch 'master' of github.com:rebeccahughes/react-native-device-info 26 February 2018, 20:14:08 UTC
9a21de4 docs: add android note about possible duplication of getUniqueID() 26 February 2018, 20:13:53 UTC
6d980e4 feat: iOS target deployment from 9.0 to 8.0 (#337) 26 February 2018, 19:14:33 UTC
138f62f v0.17.1 26 February 2018, 17:28:33 UTC
203809a chore: prepare for 0.17.1 😅 26 February 2018, 17:28:13 UTC
024f499 fix: use the correct path for web/ 26 February 2018, 17:27:10 UTC
2c262f5 v0.17.0 26 February 2018, 17:19:12 UTC
8589096 chore: prepare for 0.17.0 26 February 2018, 17:18:15 UTC
62a2186 feat: add empty polyfill for react-native-web (#339) 26 February 2018, 17:16:19 UTC
0be171c v0.16.0 23 February 2018, 16:14:00 UTC
38b4257 chore: prepare for 0.16.0 23 February 2018, 16:13:06 UTC
b8721c7 docs: further explain getFreeDiskStorage() on android Closes #332 23 February 2018, 16:11:09 UTC
aab3ad6 docs: mention that getPhoneNumber() may return undefined Closes #327 23 February 2018, 15:56:55 UTC
5daad48 docs: add troubleshooting section 23 February 2018, 15:49:58 UTC
c9b2a47 feat: Google play services versioning (#333) 22 February 2018, 14:32:17 UTC
d238de6 v0.15.3 15 February 2018, 10:17:20 UTC
5351e07 chore: prepare for 0.15.3 Co-authored-by: Andrew Farmer <andrew@javascriptstuff.com> 15 February 2018, 10:16:19 UTC
b6b3b7f fix: prevent insertion of nil values in the dictionary (#328) Closes #38 #89 15 February 2018, 10:10:55 UTC
b1a50f6 v0.15.2 12 February 2018, 17:56:23 UTC
af15811 chore: prepare for 0.15.2 12 February 2018, 17:55:31 UTC
3e19180 fix: safe guard getFreeDiskStorage() and getTotalDiskCapacity() (#322) 12 February 2018, 17:44:17 UTC
d03f20a v0.15.1 08 February 2018, 21:17:29 UTC
db59e61 chore: prepare for 0.15.1 08 February 2018, 21:16:01 UTC
e484701 fix: make getTotalDiskCapacity() and getFreeDiskStorage() available < SDK18 (#319) 08 February 2018, 21:15:13 UTC
626d318 docs: add contributing guide 08 February 2018, 19:00:57 UTC
6740ba7 docs: show issue templates right away 08 February 2018, 18:41:15 UTC
7ba9b37 docs: show issue templates right away 08 February 2018, 18:40:00 UTC
back to top