-
Notifications
You must be signed in to change notification settings - Fork 860
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add Chinese(Simplified) language #233
Open
go-mou
wants to merge
73
commits into
wymsee:permission-description
Choose a base branch
from
go-mou:master
base: permission-description
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
Conversation
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
I got rid of the lines between the albums. Also I put some padding around the album thumbnails. See this screenshot for the improvements: http://monosnap.com/image/wcBd9YW65Y0AWFAVhUy0xgLoUx0pV5 I have created a similar pull request for the original ELCImagePickerController project: B-Sides/ELCImagePickerController#98
…(ex: 1500x1001 pixel image gets a white line on the bottom)
…entered, log to the console and default to FILE_URI
…_URI when not passed in.
…i to resultStrings
Replaced ELCImagePicker => GMImagePicker
- New option "allow_video": which enables or disables selection of video's - New option "title": provide a custom title in the header of the selection screen - New option "message": provide a custom subtitle in the header of the selection screen
- Updated header and source files to reflect GMImagePicker - Suggested version increment to to v2.0.0
… support iCloud images
Implement iOS PHPhotoLibrary authentications
{Android} Fix width/height parameters, closes #13
Fix localization
Sometimes, you want to display a fullscreen imagePicker instead of a popover on iPad. This is now possible by setting the option disable_popover to true.
Add option disable_popover
Android: Fixed rotation issue during processing
Remove line ending for base64 encoding on iOS
Remove line ending for image base64 encoding on iOS
iOS 10 - Missing description for NSPhotoLibraryUsageDescription
add to variable $PHOTO_LIBRARY_USAGE_DESCRIPTION than user can modify it by command ionic plugin add https://github.com/Telerik-Verified-Plugins/ImagePicker.git --variable PHOTO_LIBRARY_USAGE_DESCRIPTION="your usage message"
plugin add and set desc
iOS 10 - Missing description
use Base64.NO_WRAP
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
add Chinese(Simplified) language