Yonah Forst
|
29b16c2f90
|
Merge branch 'master' of https://github.com/jbpin/react-native-permissions into jbpin-master
# Conflicts:
# ReactNativePermissions.js
# android/build.gradle
|
7 anos atrás |
Yonah Forst
|
0af1a22c06
|
Merge pull request #85 from alextkd/master
add support for newer react-native versions and backwards compatibility for previous
|
7 anos atrás |
Yonah Forst
|
41d08c671d
|
Merge pull request #89 from Minishlink/patch-1
Update build.gradle to lastest Android build tools
|
7 anos atrás |
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 anos atrás |
Yonah Forst
|
f54d001cbc
|
return promise from `openSettings` resolve when user returns to app
|
7 anos atrás |
Yonah Forst
|
a1a6ba8127
|
Merge pull request #91 from SandroMachado/support/appstore-disclaimer
Add AppStore submission disclaimer
|
7 anos atrás |
Sandro Machado
|
56ab4693ef
|
Add AppStore submission disclaimer
|
7 anos atrás |
Sandro Machado
|
7cdf2da44b
|
Fix markdonw syntax
|
7 anos atrás |
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 anos atrás |
Alexandru Lazar
|
994944a4c7
|
[fix]: adding backwards compatibility for previous react-native versions
|
7 anos atrás |
Alexandru Lazar
|
49dfb76a5a
|
[fix]: fix react-native dependencies to support earlier versions
|
7 anos atrás |
Yonah Forst
|
f401e694e3
|
Merge pull request #70 from trestrantham/master
Add support for iOS 10 speech recognition permission requests
|
7 anos atrás |
Yonah Forst
|
8f65b34697
|
Update README.md
|
7 anos atrás |
Yonah Forst
|
f17836d0d5
|
Merge branch 'master' into master
|
7 anos atrás |
Yonah Forst
|
32260fa6dd
|
bump. add version support table
|
7 anos atrás |
Yonah Forst
|
ea111a4c44
|
fix number of arguments
|
7 anos atrás |
Yonah Forst
|
483529a035
|
bump
|
7 anos atrás |
Yonah Forst
|
d0d0c18e80
|
update example and readme for pr #74 (Allow location type to be specified in getPermissionStatus)
|
7 anos atrás |
Yonah Forst
|
09b14d4506
|
Merge pull request #74 from kmagiera/locationStatusWhenInUse
Allow location type to be specified in getPermissionStatus.
|
7 anos atrás |
Yonah Forst
|
c1c67b7e53
|
updated readme with android external storage permission
|
7 anos atrás |
Yonah Forst
|
5de5d9dcae
|
remove sdkVersions from Example manifest per #63
|
7 anos atrás |
Yonah Forst
|
bdf121d038
|
added explicit permission for external storage
|
7 anos atrás |
Yonah Forst
|
575bec3856
|
updated gradle
|
7 anos atrás |
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 anos atrás |
Yonah Forst
|
6d2aa1e335
|
address #65
|
7 anos atrás |
Yonah Forst
|
3dc66d26be
|
addresses #58
|
7 anos atrás |
Yonah Forst
|
bb8833c1bc
|
Check type (always or wheninuse) when requesting location permission. addresses #51
|
7 anos atrás |
Tres Trantham
|
0537bc3d29
|
Merge pull request #3 from trestrantham/ios-speech-recognition
Update README
|
7 anos atrás |
Tres Trantham
|
0414316163
|
Update README
|
7 anos atrás |
Yonah Forst
|
892d1f0cc7
|
address #49. also removes support for iOS < 8.0
|
7 anos atrás |
Yonah Forst
|
3f01e5f421
|
upgrade to RN 0.41
|
7 anos atrás |
Yonah Forst
|
14d19e70a1
|
Merge pull request #54 from xwartz/master
Add npmignore
|
7 anos atrás |
Yonah Forst
|
c11205edc1
|
Merge pull request #60 from danieldkim/master
fix for breaking iOS header change in RN 0.40.0
|
7 anos atrás |
Yonah Forst
|
a042e0948f
|
Merge pull request #61 from mikelambert/master
Fix RN 0.33+ compatibility
|
7 anos atrás |
Yonah Forst
|
f500914cc2
|
Merge branch 'master' into master
|
7 anos atrás |
Yonah Forst
|
1aa1035044
|
Merge pull request #64 from Kottidev/master
Fixed compatibility with React Native 0.40.0
|
7 anos atrás |
Mohamed Anouar KOTTI
|
9cbce38c03
|
fix issue mPermissionsModule.requestPermission
|
7 anos atrás |
Mohamed Anouar KOTTI
|
d0210d53e9
|
fix bug
|
7 anos atrás |
Mohamed Anouar KOTTI
|
1cd0ba1d29
|
Fixed compatibility with React Native 0.40.0
|
7 anos atrás |
Tres Trantham
|
3ea5447177
|
Merge pull request #2 from trestrantham/ios-speech-recognition
Debug fixes
|
7 anos atrás |
Tres Trantham
|
2306085fa5
|
Debug fixes
|
7 anos atrás |
Tres Trantham
|
1225500d7e
|
Merge pull request #1 from trestrantham/ios-speech-recognition
Add iOS speech recognition
|
7 anos atrás |
Tres Trantham
|
9031cf123e
|
Add iOS speech recognition
|
7 anos atrás |
Daniel Kim
|
53cc34c38b
|
Merge remote-tracking branch 'mikelambert/master'
|
7 anos atrás |
Mike Lambert
|
26458e9fb0
|
Revert "fixes issue #45." (The original change "undid" the RN 0.33 fix returning it to pre-0.33 compatibility, which is undesirable.)
This reverts commit cfd940d2e3.
|
7 anos atrás |
Daniel Kim
|
1381928084
|
fix for breaking iOS header change in RN 0.40.0
|
7 anos atrás |
xwartz
|
7c05f31bdc
|
Add npmignore
|
8 anos atrás |
Yonah Forst
|
b4f5375960
|
Merge pull request #48 from robtassl/master
fixes issue #45.
|
8 anos atrás |
Robert Capell
|
cfd940d2e3
|
fixes issue #45.
|
8 anos atrás |
Yonah Forst
|
f20918041d
|
Merge pull request #39 from pfeiffer/patch-1
Android: Specify locale to toUpperCase call
|
8 anos atrás |