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

sort by:
Revision Author Date Message Commit Date
7c5ea9d v3.0.0-rc.1 01 September 2019, 22:11:48 UTC
02bb2ee fix: use ios vs macos as condition for APIs 01 September 2019, 22:10:26 UTC
1af4df4 v3.0.0-beta.3 01 September 2019, 20:51:07 UTC
91564cd build: use yarn for np / shipit command to complete yarn conversion 01 September 2019, 20:50:30 UTC
9463583 BREAKING CHANGE: API capitalization changes, empty return value standardization 01 September 2019, 20:45:05 UTC
9c38fb9 docs: add v3.0.0-beta.2 entry, focus changelog for v2->v3 migration 31 August 2019, 16:33:44 UTC
941c56b 3.0.0-beta.2 31 August 2019, 16:27:16 UTC
4800cda fix: iOS isTablet should return boolean not integer 31 August 2019, 16:24:39 UTC
201dc94 fix: iOS getSupportedAbis should return string array, not string 31 August 2019, 16:19:52 UTC
101ab4a fix: android getDeviceId should be based on Build.BOARD not BRAND 31 August 2019, 16:14:39 UTC
1933f92 chore: yarn upgrade 31 August 2019, 15:48:26 UTC
30457e7 3.0.0-beta.1 31 August 2019, 03:08:39 UTC
63b8269 chore: npmignore lots of files 31 August 2019, 03:04:45 UTC
5b88e34 BREAKING CHANGE: switch to all-Promise API also de-lint everything 31 August 2019, 02:37:06 UTC
74bdb69 chore: refresh example for current state of v3 dev branch 30 August 2019, 02:44:36 UTC
c8955b0 feat: add getUsedMemory, Obsoletes #356 This is verbatim from the PR but the conflicts were too hard to resolve so I reproduced the work, thanks @IjzerenHein! 30 August 2019, 01:36:55 UTC
486a632 chore: gradle upgrade, and include debug.keystore so example runs out of the box 29 August 2019, 22:15:41 UTC
cc2021f BREAKING CHANGE - locale APIs gone, events renamed, getBuildNumber type Also switched to yarn, and altered Bluetooth access in Android to drop permission CHANGELOG has the details 29 August 2019, 22:02:54 UTC
99a3b36 Update CHANGELOG.md 29 August 2019, 20:01:03 UTC
675b181 Update readme 29 August 2019, 20:01:03 UTC
fb01799 [Android] always return a string for build number 29 August 2019, 20:01:03 UTC
a3cff96 Add `@ReactModule` annotation and `NAME` constant This will eventually be used by TurboModules annotation processor. 29 August 2019, 17:32:12 UTC
07bf0aa feature: async user agent usinc WKWebView 29 August 2019, 16:19:56 UTC
8e4fe78 refactor: avoid duplicate function implementation 29 August 2019, 16:16:38 UTC
9e59100 docs: use destructuring import in example 29 August 2019, 16:16:38 UTC
9860dfa docs(README): add destructuring import example 29 August 2019, 16:16:38 UTC
89cd3bd feat: export functions to be compatible with destructured ES6 imports 29 August 2019, 16:16:38 UTC
f3a06ba fix: remove unnecessary gradle dependencies Obsoletes #746 29 August 2019, 16:02:41 UTC
6b7daab chore: run refresh-example.sh to update example (and fix vulnerabilities) 28 August 2019, 14:34:35 UTC
1d7f81a chore: npm update (fixes eslint-utils vulnerability) 28 August 2019, 14:05:49 UTC
60e75fa Mention that `getUniqueID()` can be different in app extensions I stumbled over this when implementing a share extension, which has a different bundle identifier than my main app. Since I used `getUniqueID()` to construct a User-Agent that needed to be stable for Authentication purposes, this broke auth for me. 13 August 2019, 18:15:30 UTC
2c2bc48 chore: react-native 0.59 example creation script (to prove it works) 08 August 2019, 21:54:17 UTC
b2c1c67 2.3.2 30 July 2019, 20:12:13 UTC
19aab55 chore: npm outdated 30 July 2019, 20:11:48 UTC
e56ceea no message 30 July 2019, 20:09:18 UTC
56fcc86 Update for issue 320 Added * Fix crash on `getFreeDiskStorage` from invalid filesystem path 30 July 2019, 20:09:18 UTC
ff077b2 Fix missing ")" in README.md 30 July 2019, 19:34:56 UTC
fb8c151 2.3.1 28 July 2019, 17:15:13 UTC
bb5bd43 chore: lodash update (`npm audit fix`) 28 July 2019, 17:14:36 UTC
f8af8e2 chore: update dependencies, prepare CHANGELOG for 2.3.1 28 July 2019, 17:13:57 UTC
b1bd802 fix wording mistake "why" -> "way" 25 July 2019, 02:53:22 UTC
632cb5f docs: fix dependency name for support-v4 dependency Fixes #738 / Obsoletes #739 - with thanks to @elkinjosetm 25 July 2019, 02:52:02 UTC
c931af9 refactor: Add Huawei P30 to devices with notch list 24 July 2019, 13:40:37 UTC
7b44570 2.3.0 24 July 2019, 01:58:59 UTC
51e6fc5 chore: prepare CHANGELOG for 2.3.0 release 24 July 2019, 01:57:27 UTC
1bb61af chore: npm update 24 July 2019, 01:45:30 UTC
41e27fb docs(example): update example to latest, and use new AndroidX style 24 July 2019, 01:45:30 UTC
e12d1d4 docs: update README to reflect AndroidX support requirements 24 July 2019, 01:45:30 UTC
d448d87 feat: backwards-compatible AndroidX support Fixes #674, #724, #726 24 July 2019, 01:45:30 UTC
5ded12c Use `smallestScreenWidthDp` to determine the screen size 23 July 2019, 14:21:16 UTC
fb0f1da Move size based logic to separate function 23 July 2019, 14:21:16 UTC
05d485d docs: Fix example result of getBrand() (#719) Changed 'Xiaomi' to 'xiaomi'. (this might get confused) 11 July 2019, 09:20:28 UTC
3dc618b 2.2.2 05 July 2019, 12:59:07 UTC
1f71543 chore: prepare for release 2.2.2 05 July 2019, 12:58:24 UTC
f9df2d2 Fix crash for API lower than 23 PREVIEW_SDK_INT was introduced in API level 23 so we should check for Marshmallow not for Lollipop 05 July 2019, 12:56:28 UTC
b1d5498 2.2.1 04 July 2019, 12:19:29 UTC
df34c81 chore: prepare for release 2.2.1 04 July 2019, 12:18:50 UTC
40b1c5b Fix: crash on android api level less than 23 04 July 2019, 12:16:51 UTC
126b7d4 chore: example refreshed for react-native 0.60 04 July 2019, 04:23:35 UTC
8efd095 chore: update App.js and example script for react-native 0.60 04 July 2019, 04:22:40 UTC
40cf51d 2.2.0 03 July 2019, 17:18:50 UTC
a4701bf chore: prepare for release 2.2.0 03 July 2019, 17:07:09 UTC
ca1dd9f feat: sync some methods from flutter 03 July 2019, 17:06:20 UTC
8c1a159 2.1.4 03 July 2019, 16:39:38 UTC
1de56e2 chore: npm update 03 July 2019, 16:38:20 UTC
4a6a400 fix: clean up emulator check from PR #710 03 July 2019, 16:33:55 UTC
d8aba3f docs(CHANGELOG): prepare for release 2.1.4 03 July 2019, 16:15:54 UTC
f3c7e41 Fix: additional checking in simulation method (#710) * adding differets kind of emulator as Nox App Player * Delete .project Not related to this feature request * Delete org.eclipse.buildship.core.prefs Not related to this feature request * Delete .project Not related to this feature request * Delete org.eclipse.buildship.core.prefs Not related to this feature request 03 July 2019, 13:21:55 UTC
499eebe docs(README): Add detail to ios getUniqueID() docs (#707) Explained getUniqueID() implementation 24 June 2019, 14:20:38 UTC
3a53b13 2.1.3 21 June 2019, 16:39:58 UTC
b794788 chore: prepare for release 2.1.3 21 June 2019, 16:39:09 UTC
92f899d fix: add missing devices to devices with notch list 21 June 2019, 16:35:57 UTC
cf6d33f docs: Update Podfile contents under Linking -> iOS (via CocoaPods) (#692) 18 June 2019, 20:16:49 UTC
6302d6f docs(README): Clarify the new changes regarding loading constants async (#697) The reason I added it under the installation main header is because I am afraid people might miss it if they install the package using react-native link. 18 June 2019, 13:32:58 UTC
d86c61f 2.1.2 17 June 2019, 21:21:30 UTC
7a93319 2.1.1 17 June 2019, 21:18:51 UTC
c33c47a build: prepare 2.1.2 changelog 17 June 2019, 21:15:32 UTC
9588763 build: constrain play services dependency to pre-AndroidX 16.1.0 (#693) With the latest firebase/gcm release (https://developers.google.com/android/guides/releases), the latest version (`+`) now brings in androidx dependencies. react-native won't be ready for androidx until 0.60 so constraint the gcm version to 16.1.0 (the latest pre-androidx version) 17 June 2019, 21:13:44 UTC
79764d6 docs: Clarify location of RNDeviceInfo.xcodeproj (#686) Under the iOS "Manual Linking" section, there is no file with the extension `.xcodeproj` in the location specified in the README. I have updated this section to specify the correct location of this file. 07 June 2019, 19:25:39 UTC
88d89d7 chore(CHANGELOG): prepare for 2.1.1 06 June 2019, 18:29:10 UTC
0d7c4b7 chore: update example via refresh-example.sh / react-native 0.59.9 06 June 2019, 18:26:51 UTC
6de87f4 fix(Android): Avoid NullpointerException on install referer listener (#685) action is Nullable, so we call equals from action is not safe ``` java.lang.RuntimeException · Unable to start receiver com.learnium.RNDeviceInfo.RNDeviceReceiver: java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.String.equals(java.lang.Object)' on a null object reference ``` 06 June 2019, 15:26:53 UTC
606d6de 2.1.0 03 June 2019, 16:08:27 UTC
18b2656 chore: prepare for 2.1.0 03 June 2019, 16:07:04 UTC
2f837b9 perf(Android): getConstants() in thread to parallelize load, speed up for most (#680) RNDeviceModule.getConstants() can take a lot of time (~300ms on a Galaxy S7), so try to run it as soon as possible in the background so that by the time it gets called, the constants have already been calculated and we can just return the map. 03 June 2019, 16:02:53 UTC
5964658 chore: add CODEOWNERS file for community discovery https://github.com/react-native-community/.github/issues/1 03 June 2019, 15:21:05 UTC
7580aa0 2.0.4 03 June 2019, 15:13:50 UTC
de6fc49 chore: npm update and combine analysis tasks into "analyze" script 03 June 2019, 15:11:37 UTC
cffadc7 chore: prepare for 2.0.4 03 June 2019, 15:05:16 UTC
ca13105 fix: add Xiaomi Redmi Note 7 to devices with notch (#682) * add device to list * add to changelog 03 June 2019, 14:48:02 UTC
3a8da14 2.0.3 30 May 2019, 18:04:54 UTC
081be57 chore: npm update 30 May 2019, 18:04:20 UTC
8efe2ef fix: adding conditions for tvOS location providers (#678) * fix: adding conditions for tvOS location providers * docs: updating CHANGELOG.md * fix: changing to if/else * chore: refresh example with tvOS guard for battery this works now: npx react-native run-ios --simulator 'Apple TV' --scheme example-tvOS * chore: prepare for 2.0.3 release 30 May 2019, 18:01:06 UTC
d6575a6 fix(README.md): return type for isAutoDateAndTime and isAutoTimeZone in API Chart Change `boolean` to `Promise<boolean>` for isAutoDateAndTime and isAutoTimeZone in API Chart Closes #675 28 May 2019, 15:15:12 UTC
b29a25a 2.0.2 24 May 2019, 16:34:16 UTC
e83ea09 chore: prep for release 2.0.2 24 May 2019, 16:32:57 UTC
83c0377 chore: move ios device model dictionary from native to javascript (#670) 24 May 2019, 16:30:33 UTC
86fa117 types: make the typescript location / power returns specific (#669) 24 May 2019, 15:55:58 UTC
2ddd553 fix(tvOS): Adding tvOS to isBatteryMonitoringEnabled ignore check (#673) * fix: adding tvOS check to isBatteryMonitoringEnabled conditions * docs: mentioning tvOS change in CHANGELOG.md 24 May 2019, 15:49:46 UTC
a41dacd 2.0.1 21 May 2019, 22:44:18 UTC
back to top