This repository has been archived by the owner on Mar 16, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[WIP] Feature: parametrizable UI document interaction controller #570
Open
Moreno97
wants to merge
29
commits into
wkh237:0.11.0
Choose a base branch
from
APSL:_parametrizable_ui_document_interaction_controller
base: 0.11.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 3 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
8121dbf
Apply possible fix to fs.readFile and fs.readStream for #287
wkh237 4d15c0f
Merge branch '0.10.5' into issue-287-wip
wkh237 40fefd4
Add Android fs.readFile app provider URI support #287
wkh237 50a4d06
Merge branch 'issue-287-merged' into uri
wkh237 a8cfeb1
Correct app content provider URI handle #287
wkh237 bb7fec4
Merge branch 'issue-287' of github.com:wkh237/react-native-fetch-blob…
wkh237 08f8403
Fixed a bug which causes XMLHttpRequest getting incorrect header when…
wkh237 c217fab
Merge branch 'uri' into 0.10.7
wkh237 8a75a9b
Set mime if set in addAndroidDownloads (#421)
jsm ed2732a
Fix Download Manager bug when the file is not a multimedia #391
wkh237 dd4dbb2
Merge branch '0.10.7' of github.com:wkh237/react-native-fetch-blob in…
wkh237 6bb7c65
Add support for TLS 1.2 when running Android 4 (#430)
jhellman b70a124
Update README.md
wkh237 712c8a3
[iOS] Fix for RNFetchBlob.writeChunk failing to write base64 encoded …
joshbax d83d800
Add missing API Blob.safeClose()
wkh237 d1d07d0
Fix Compilation Error in React Native 0.47.0 (#452)
Hizoul 206588f
Merge branch 'master' of github.com:wkh237/react-native-fetch-blob in…
wkh237 6bde516
Bump to 0.10.7
wkh237 5f3c018
Merge branch '0.10.7' of github.com:wkh237/react-native-fetch-blob in…
wkh237 50c1573
Update PULL_REQUEST_TEMPLATE
wkh237 55009f1
Correct unterminated string #455
wkh237 9ab4ebb
bump to 0.10.8
bcpclone 4c133d6
refs #51397 Added parameters to UIDocumentInteractionController
37d1e73
refs #51397 Added parameters to UIDocumentInteractionController
11d9b65
Added parameters to UIDocumentInteractionController
a93abc6
Support to change color of navigation bar
Moreno97 45c200f
Support to change background color of the navigation bar on iOS
ce06de4
Merge remote-tracking branch 'upstream/0.10.8' into _parametrizable_u…
8b0aa72
Solved merge issue
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Moreno97 please add the
@param
definitions.