Yonah Forst
dc61a04845
Merge pull request #100 from drivetribe/fix/is-push-registered
Fix when remote notifications are registered before user settings
7 年之前
Yonah Forst
a302aa9d85
Merge pull request #101 from maartenschumacher/patch-1
Add missing comma
7 年之前
Maarten Schumacher
a001b3f755
Add missing comma
Trying to build threw a syntax error
7 年之前
Alexander Jarvis
ca71450b26
Fix when remote notifications are registered before user settings
For example, when you register the device for remote notifications to
enable silent pushes `content-available: 1` and later ask the user for
the push permission but this function incorrectly returns `denied`.
7 年之前
Yonah Forst
e8f023fc98
Merge branch 'master' of https://github.com/joshblour/react-native-permissions
* 'master' of https://github.com/joshblour/react-native-permissions:
7 年之前
Yonah Forst
bc1a2c00a0
bump target sdk version
7 年之前
Yonah Forst
2ab7e5fa14
Merge pull request #96 from jasongaare/master
Add notification support for Android (getPermissionStatus only)
7 年之前
Jason Gaare
a314122abc
pulled in upstream
7 年之前
Yonah Forst
99ddde4406
Merge branch 'jbpin-master'
7 年之前
Yonah Forst
29b16c2f90
Merge branch 'master' of https://github.com/jbpin/react-native-permissions into jbpin-master
# Conflicts:
# ReactNativePermissions.js
# android/build.gradle
7 年之前
Jason Gaare
9e5cd12b2f
merged in upstream
7 年之前
Yonah Forst
0af1a22c06
Merge pull request #85 from alextkd/master
add support for newer react-native versions and backwards compatibility for previous
7 年之前
Yonah Forst
41d08c671d
Merge pull request #89 from Minishlink/patch-1
Update build.gradle to lastest Android build tools
7 年之前
Yonah Forst
5fe7b7896b
Merge branch 'master' of https://github.com/joshblour/react-native-permissions
* 'master' of https://github.com/joshblour/react-native-permissions:
Add AppStore submission disclaimer
Fix markdonw syntax
7 年之前
Yonah Forst
f54d001cbc
return promise from `openSettings` resolve when user returns to app
7 年之前
Yonah Forst
a1a6ba8127
Merge pull request #91 from SandroMachado/support/appstore-disclaimer
Add AppStore submission disclaimer
7 年之前
Sandro Machado
56ab4693ef
Add AppStore submission disclaimer
7 年之前
Sandro Machado
7cdf2da44b
Fix markdonw syntax
7 年之前
Louis Lagrange
8613159cc4
Update build.gradle
Build Tools 25 are required in order to take advantage of Gradle 3.3, which has great performance improvements!
7 年之前
Alexandru Lazar
994944a4c7
[fix]: adding backwards compatibility for previous react-native versions
7 年之前
Alexandru Lazar
49dfb76a5a
[fix]: fix react-native dependencies to support earlier versions
7 年之前
Yonah Forst
f401e694e3
Merge pull request #70 from trestrantham/master
Add support for iOS 10 speech recognition permission requests
7 年之前
Yonah Forst
8f65b34697
Update README.md
7 年之前
Yonah Forst
f17836d0d5
Merge branch 'master' into master
7 年之前
Yonah Forst
32260fa6dd
bump. add version support table
7 年之前
Yonah Forst
ea111a4c44
fix number of arguments
7 年之前
Yonah Forst
483529a035
bump
7 年之前
Yonah Forst
d0d0c18e80
update example and readme for pr #74 (Allow location type to be specified in getPermissionStatus)
7 年之前
Yonah Forst
09b14d4506
Merge pull request #74 from kmagiera/locationStatusWhenInUse
Allow location type to be specified in getPermissionStatus.
7 年之前
Yonah Forst
c1c67b7e53
updated readme with android external storage permission
7 年之前
Yonah Forst
5de5d9dcae
remove sdkVersions from Example manifest per #63
7 年之前
Yonah Forst
bdf121d038
added explicit permission for external storage
7 年之前
Yonah Forst
575bec3856
updated gradle
7 年之前
Krzysztof Magiera
95884a0b5d
Allow location type to be specified in getPermissionStatus.
This change allows to get information whether location is authorised "whenInUse" or "always" on iOS.
7 年之前
Yonah Forst
6d2aa1e335
address #65
7 年之前
Yonah Forst
3dc66d26be
addresses #58
7 年之前
Yonah Forst
bb8833c1bc
Check type (always or wheninuse) when requesting location permission. addresses #51
7 年之前
Tres Trantham
0537bc3d29
Merge pull request #3 from trestrantham/ios-speech-recognition
Update README
7 年之前
Tres Trantham
0414316163
Update README
7 年之前
Yonah Forst
892d1f0cc7
address #49 . also removes support for iOS < 8.0
7 年之前
Yonah Forst
3f01e5f421
upgrade to RN 0.41
7 年之前
Yonah Forst
14d19e70a1
Merge pull request #54 from xwartz/master
Add npmignore
7 年之前
Yonah Forst
c11205edc1
Merge pull request #60 from danieldkim/master
fix for breaking iOS header change in RN 0.40.0
7 年之前
Yonah Forst
a042e0948f
Merge pull request #61 from mikelambert/master
Fix RN 0.33+ compatibility
7 年之前
Yonah Forst
f500914cc2
Merge branch 'master' into master
7 年之前
Yonah Forst
1aa1035044
Merge pull request #64 from Kottidev/master
Fixed compatibility with React Native 0.40.0
7 年之前
Mohamed Anouar KOTTI
9cbce38c03
fix issue mPermissionsModule.requestPermission
7 年之前
Mohamed Anouar KOTTI
d0210d53e9
fix bug
7 年之前
Mohamed Anouar KOTTI
1cd0ba1d29
Fixed compatibility with React Native 0.40.0
7 年之前
Tres Trantham
3ea5447177
Merge pull request #2 from trestrantham/ios-speech-recognition
Debug fixes
7 年之前