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