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

sort by:
Revision Author Date Message Commit Date
42f8c80 v3.0.0 10 September 2019, 15:56:55 UTC
829b239 v3.0.0-rc.5 09 September 2019, 18:38:44 UTC
0d77cfd fix: various fixes similar to / prompted by #771 / #768 / #769 09 September 2019, 18:35:14 UTC
ba62f88 fix: getSystemName should return real value android+ios (Fixes #771) 09 September 2019, 17:31:22 UTC
923d9e8 fix: getUniqueId only returned id 1st call - Fixes #768 09 September 2019, 17:24:35 UTC
a7129c1 fix: getModel not working on iOS Obsoletes #769 09 September 2019, 15:07:31 UTC
17aae94 v3.0.0-rc.4 08 September 2019, 14:57:50 UTC
5870a39 lint: prettier format CHANGELOG 08 September 2019, 14:57:50 UTC
1d54c61 feat: memoize static return values for performance 08 September 2019, 14:57:50 UTC
e79f05a lint: add pretty config and script 08 September 2019, 14:57:50 UTC
a069265 v3.0.0-rc.3 08 September 2019, 14:57:50 UTC
d4f3ac8 fix: TypeScript issues - add getPhoneNumberSync / return PowerState 08 September 2019, 14:57:50 UTC
c5a5331 v3.0.0-rc.2 08 September 2019, 14:57:50 UTC
1ec6963 feat: Add xxxSync() parallel API set to easy API consumption during bootstrap 08 September 2019, 14:57:50 UTC
ee693cf v3.0.0-rc.1 08 September 2019, 14:57:50 UTC
5c0cb7b fix: use ios vs macos as condition for APIs 08 September 2019, 14:57:50 UTC
7320fcc v3.0.0-beta.3 08 September 2019, 14:57:50 UTC
c9db61b build: use yarn for np / shipit command to complete yarn conversion 08 September 2019, 14:57:50 UTC
2fd080d BREAKING CHANGE: API capitalization changes, empty return value standardization 08 September 2019, 14:57:50 UTC
8d0b94a docs: add v3.0.0-beta.2 entry, focus changelog for v2->v3 migration 08 September 2019, 14:57:50 UTC
d58c535 3.0.0-beta.2 08 September 2019, 14:57:50 UTC
da8207d fix: iOS isTablet should return boolean not integer 08 September 2019, 14:57:50 UTC
8c833c5 fix: iOS getSupportedAbis should return string array, not string 08 September 2019, 14:57:50 UTC
0a8b8b4 fix: android getDeviceId should be based on Build.BOARD not BRAND 08 September 2019, 14:57:50 UTC
09aef80 chore: yarn upgrade 08 September 2019, 14:57:50 UTC
130c472 3.0.0-beta.1 08 September 2019, 14:57:50 UTC
6ec6147 chore: npmignore lots of files 08 September 2019, 14:57:50 UTC
34aecd6 BREAKING CHANGE: switch to all-Promise API also de-lint everything 08 September 2019, 14:57:50 UTC
816a21b chore: refresh example for current state of v3 dev branch 08 September 2019, 14:57:50 UTC
6861fe4 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! 08 September 2019, 14:57:50 UTC
b165d91 chore: gradle upgrade, and include debug.keystore so example runs out of the box 08 September 2019, 14:57:50 UTC
13b1968 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 08 September 2019, 14:57:50 UTC
3499c96 Update CHANGELOG.md 08 September 2019, 14:57:50 UTC
d197d9e Update readme 08 September 2019, 14:57:50 UTC
31df68f [Android] always return a string for build number 08 September 2019, 14:57:50 UTC
28ba933 Add `@ReactModule` annotation and `NAME` constant This will eventually be used by TurboModules annotation processor. 08 September 2019, 14:57:50 UTC
c9033a6 feature: async user agent usinc WKWebView 08 September 2019, 14:57:50 UTC
1651b7c refactor: avoid duplicate function implementation 08 September 2019, 14:57:50 UTC
0e59566 docs: use destructuring import in example 08 September 2019, 14:57:50 UTC
488b3df docs(README): add destructuring import example 08 September 2019, 14:57:50 UTC
dfd538f feat: export functions to be compatible with destructured ES6 imports 08 September 2019, 14:57:50 UTC
ea570d2 fix: remove unnecessary gradle dependencies Obsoletes #746 08 September 2019, 14:57:50 UTC
cf042da Info for #748 03 September 2019, 14:03:14 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
back to top