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