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

sort by:
Revision Author Date Message Commit Date
5ba1d21 v5.6.2 11 July 2020, 06:50:00 UTC
1df0efc chore: refresh-example.sh - works fine with react-native 0.63 11 July 2020, 06:48:35 UTC
0b95e37 chore: update dependencies did not update @types/react as it seems to have an issue at the moment 11 July 2020, 06:17:19 UTC
ff9db11 chore: prepare for release 5.6.2 11 July 2020, 06:16:13 UTC
bf226fa Merge pull request #1042 from mikehardy/powerEvents fix: power connection and power save events were not triggering correctly 11 July 2020, 06:07:29 UTC
42e1e20 Merge pull request #1039 from mikehardy/ios-low-battery-threshold-fix fix(ios): correctly calculate ios low battery threshold 11 July 2020, 06:05:57 UTC
9227f7d fix(types): import LocationProviderInfo type, export result types Previously you knew you would get a PowerState object for instance, but you could not actually use that type in your project code because it was not exported Additionally the LocationProviderInfo type was not even imported, and bob seemed to handle it okay when generating the lib but it inlined a type requires to do it which was silly 11 July 2020, 06:05:34 UTC
325336c fix: power connection and power save events were not triggering correctly Android was not listening to power connection events, now it is Neither platform was triggering on low power mode, now they are 11 July 2020, 06:00:45 UTC
926884d fix(ios): correctly calculate ios low battery threshold The battery value is 0.00 to 1.00 but the threshold was 0-100, so it was an expectations mismatch. Using threshold of 0.20 instead of 20 makes it work 11 July 2020, 05:10:14 UTC
1e095ec chore: update dependencies 28 June 2020, 21:50:50 UTC
bb50571 Fix msbuild windows pr checks 25 June 2020, 17:51:47 UTC
593ef9d chore: update dependencies 23 June 2020, 15:15:19 UTC
b2d77db chore: yarn update / web lint update 09 June 2020, 16:12:29 UTC
d2ac1b0 Use fixed versions for react and react-native 04 June 2020, 19:21:14 UTC
f658a41 Use fixed versions for react and react-native This also updates @types/react-native to 0.62.12. 04 June 2020, 19:04:13 UTC
2dea057 v5.6.1 27 May 2020, 18:33:05 UTC
e0cc381 chore: prepare for release v5.6.1 27 May 2020, 18:32:26 UTC
b971c95 Fix power state battery 27 May 2020, 18:29:51 UTC
c82dd61 Don't use module.exports syntax 27 May 2020, 18:29:51 UTC
a23c73f v5.6.0 25 May 2020, 22:30:08 UTC
097f62e chore: prepare for release 5.6.0 25 May 2020, 22:29:19 UTC
34a1dd9 feat: add syncUniqueId() to sync iOS IFV value 25 May 2020, 22:28:09 UTC
2222ee0 v5.5.8 18 May 2020, 19:45:45 UTC
d9ca9de docs(CHANGELOG): prepare for v5.5.8 release 18 May 2020, 19:38:05 UTC
22d2d12 chore(lint): commit results of eslint upgrade They switched to always enclosing parameters in parentheses by default 18 May 2020, 19:34:44 UTC
fb2d308 chore: `yarn upgrade --latest` 18 May 2020, 19:34:32 UTC
cd3ade4 Fix indentation 18 May 2020, 19:31:31 UTC
cc90dcb Feat: Add AVAudioSessionPortBluetoothHFP Adding AVAudioSessionPortBluetoothHFP as a list of acceptable bluetooth headphone types. There are other types that could be acceptable as well, you can see the full list provided here https://developer.apple.com/documentation/avfoundation/avaudiosessionport?language=objc Its worth noting that when a VOIP call is active the apple airpods return as `AVAudioSessionPortBluetoothHFP` while otherwise would be returned as `AVAudioSessionPortBluetoothA2DP` 18 May 2020, 19:31:31 UTC
a444114 Improve docs API text 09 May 2020, 13:06:22 UTC
9aed5cc v5.5.7 05 May 2020, 17:42:39 UTC
5c077c4 chore(CHANGELOG): prepare for 5.5.7 release 05 May 2020, 17:21:26 UTC
bc8e24f chore: `yarn upgrade --latest` 05 May 2020, 17:15:57 UTC
2fe30a6 Update RNInstallReferrerClient.java Update per review comment 05 May 2020, 17:13:47 UTC
ae7b33d Update RNInstallReferrerClient.java When we use react-native-device-info in Electrode native project, there is an error during container compiling: :heavy_multiplication_x: An error occurred: Command failed: ./gradlew lib:uploadArchives :heavy_multiplication_x: /private/var/folders/kc/hj8kf3gd5w55_39001pwxy9m0000gp/T/tmp-494366bW875QsqbOB/lib/src/main/java/com/learnium/RNDeviceInfo/RNInstallReferrerClient.java:78: error: cannot find symbol :heavy_multiplication_x: if (BuildConfig.DEBUG) Log.d(“RNInstallReferrerClient”, “InstallReferrerService disconnected”); The reason is BuildConfig was generated in the package: com.walmartlabs.ern.container For this, could you please comment out those BuildConfig.DEBUG lines, if you need to, probably better to specify the class package. Thanks 05 May 2020, 17:13:47 UTC
c950686 v5.5.6 23 April 2020, 14:50:09 UTC
d414d1b Fix #1002 by ignoring InstallReferrer disconnects also improve logging throughout InstallReferrer so messages will be easy to attribute to the module 23 April 2020, 14:48:39 UTC
2893026 chore: fix lint errors 23 April 2020, 14:48:39 UTC
f16f3bb chore: update javascript depencencies via yarn update --latest 23 April 2020, 14:48:39 UTC
ff6ebbb chore: bump dependency versions 23 April 2020, 14:48:39 UTC
f1a96bc chore: update gradle + gradle plugin 23 April 2020, 14:48:39 UTC
9ce41bd chore: refresh example (react-native 0.62.2 now) 23 April 2020, 14:48:39 UTC
18c3b8d v5.5.5 15 April 2020, 03:49:33 UTC
b63ffb8 chore: prepare for 5.5.5 release 15 April 2020, 03:48:41 UTC
d08f7f6 Update CHANGELOG.md 15 April 2020, 03:47:46 UTC
14a09d2 Fix issue where getModel would never return the generic names, only "unknown" if the real device name wasn't found. 15 April 2020, 03:47:46 UTC
efb17f6 Add homepage to package.json 03 April 2020, 17:34:55 UTC
28b83ee v5.5.4 31 March 2020, 03:32:34 UTC
2ae00c7 chore: update example (react-native 0.62) and dependencies 31 March 2020, 03:27:26 UTC
89e8609 chore: update CHANGELOG in prep for 5.5.4 30 March 2020, 23:08:06 UTC
1ab43ab fix: memoization of boolean values 19 March 2020, 13:37:34 UTC
40ce620 chore: update CHANGELOG 18 March 2020, 13:59:08 UTC
0a0291a fix: add mac catalyst compatibility to getCarrier 18 March 2020, 13:59:08 UTC
b63d0eb chore: update dependencies (`yarn upgrade --latest`) to resolve security issues 18 March 2020, 03:11:45 UTC
32c1eba added more wide exception handling 17 March 2020, 22:42:20 UTC
85a0498 chore: refresh example (addresses acorn security vulnerability) 13 March 2020, 23:52:31 UTC
24ef4a4 v5.5.3 14 February 2020, 17:03:44 UTC
48e9493 chore: prepare for release 5.5.3 14 February 2020, 17:02:18 UTC
09202ff Add Redmi Note 8 to devices with notch list 14 February 2020, 17:00:49 UTC
98fe3aa v5.5.2 12 February 2020, 18:34:53 UTC
d508bdb chore: prepare for release v5.5.2 12 February 2020, 18:34:13 UTC
df667ed Gracefully handle missing install referrer permission, Fixes #955 12 February 2020, 18:32:02 UTC
6f76bde v5.5.1 03 February 2020, 15:31:14 UTC
1f1ed2b fix: powerStateDidChange argument type error 03 February 2020, 15:22:24 UTC
82cbb56 docs(CHANGELOG): fix formatting of v5.5.0 release 03 February 2020, 15:11:35 UTC
0204fb2 v5.5.0 03 February 2020, 15:04:59 UTC
24f26f5 chore: yarn run after upgrade 03 February 2020, 14:57:57 UTC
78f344b chore: prepare for 5.5.0 release 03 February 2020, 14:55:09 UTC
69ca0e5 chore: yarn upgrade --latest 03 February 2020, 14:54:40 UTC
580e382 fix: expose native getInstallerPackageNameSync API 03 February 2020, 14:54:10 UTC
d63f18a Enhance InstallReferrer response and loggers 01 February 2020, 20:33:35 UTC
be42ff8 install_referrer api over soon to be deprecated 01 February 2020, 20:33:35 UTC
ce8a851 feat: add getInstallerPackageName for android Signed-off-by: Josh Kelly <josh@codecog.dev> 01 February 2020, 00:45:33 UTC
92ba36f v5.4.4 31 January 2020, 13:29:57 UTC
b4db869 chore: prepare for release 5.4.4 31 January 2020, 13:26:45 UTC
28578a7 Update devicesWithNotch.ts Adding huawei p smart to devices with notch list 31 January 2020, 13:24:43 UTC
48d6491 chore: fox issue template fixed issue reference 31 January 2020, 13:24:12 UTC
a75954e v5.4.3 29 January 2020, 22:43:54 UTC
6c53e71 chore: prepare for 5.4.3 release 29 January 2020, 22:41:13 UTC
db667e1 return after rejecting in branching logic so reject only ever calls once 29 January 2020, 22:40:25 UTC
3aef147 chore: prepare for 5.4.2 29 January 2020, 22:39:04 UTC
7ad3e8b chore: upgrade dependencies via yarn upgrade --latest 29 January 2020, 22:39:03 UTC
9e1f6f6 v5.4.2 29 January 2020, 15:41:27 UTC
c08cbf4 Fix: replace yarn in scripts with bob and npm run. so it is not required to install this library with npm (issue #936) 29 January 2020, 15:28:31 UTC
3717436 Align and update react-native dependency 23 January 2020, 17:18:11 UTC
6c0719a fix: check available version independantly this commit moves the available check to it’s own conditional to properly guard availability of provided iOS version. 19 January 2020, 13:33:33 UTC
8d3feda chore: remove blank spaces on empty lines 19 January 2020, 13:33:33 UTC
fa116b6 chore: prepare for 5.4.1 release / document getDeviceToken stuff 09 January 2020, 19:41:46 UTC
1877833 v5.4.1 09 January 2020, 19:40:02 UTC
017f70a fix: fix getDeviceToken crash on IOS simulator 09 January 2020, 19:15:59 UTC
1a0970b v5.4.0 12 December 2019, 04:43:29 UTC
850fe4b chore: prepare for release 5.4.0 12 December 2019, 04:41:08 UTC
7ca5e6b Fix upgrade links in TOC 11 December 2019, 22:07:38 UTC
2ae6c0e Fix: add Xiaomi Mi 9 to devices with notch 11 December 2019, 17:35:17 UTC
8273cad :sparkles: (getDeviceToken) add getDeviceToken to get token using DeviceCheck API (ios only) 10 December 2019, 15:03:48 UTC
e1b10e2 Fix: Typo of README 28 November 2019, 12:39:54 UTC
f567add Improve types + fix errors + improve example (#902) * Inline Platform.OS usages * Move ts-ignore comment * Make AsyncHookResult easier to type (for ReasonML) * Rename file for case consistency * Extract DeviceInfoNativeModule in DeviceInfoNativeConstants + DeviceInfoNativeMethods * Sort key names by alphabetical order It's way to hard to keep a track of all the exported constants / methods without that 😅 * Keep one Array type declaration format * Split exposed / hidden native methods * Apply type to the export object, fix the discovered issues * Keep flow definition in sync * Use repository module version in /example * Add tabs, improve readability * Apply bold text on selected tab * Run refresh-example.sh 23 November 2019, 15:45:07 UTC
4528467 Move ts-ignore comment 22 November 2019, 15:42:02 UTC
e7b37e8 Inline Platform.OS usages 22 November 2019, 15:42:02 UTC
1be091c v5.3.1 19 November 2019, 12:43:44 UTC
f08cf77 chore: yarn upgrade --latest 19 November 2019, 12:43:01 UTC
back to top