Releases: jamesmontemagno/MediaPlugin
v4.2.0.1
Changelog
4.0.0-pre
- Fix for #496: Special case for Huawei devices on pre-N devices
- Fix for #452: Large images on iPhone X don't save sometimes at 100% (thanks @christophedelanghe)
- Fix for #514: Videos on Android 8.1 stop after short time.
- Upgrade to CurrentActivityPlugin 2.0 and Permissions 3.0
- Ability on iOS to specify pop over style
- Fix for #642: Android dock/undock issue
- Fix for #639: Null reference sometimes when can't accessing file on Android.
- Fix for #553: When not rotating image on android ensure we take max width/height into consideration.
- Fix for #545: iOS error sometimes when saving metadata.
- Fix for #608: Possible null on iOS when picking video sometimes.
[3.1.3]
- Remove need for Android Target versions (always use File Provider via #442 and @ddobrev)
- Enhancments to Android picking front or rare camera (via @WebDucer)
[3.1.0]
- Fixes for rotations on iOS (return proper exif)
- Remove permission pop up on pick video/photo on iOS 11+
- Better checks on disposing of controllers
- Tizen Support
[3.0.2]
- iOS: Fix Lat/Long saving
- Android: Fixup issue with url sharing #300 especially with mobileiron
- iOS: Ensure all properties are set when picking photo #305
- Android/iOS check for permissions before performing actions. Will now throw a MediaPermissionException if invalid permissions.
- Android: Fix potential corrupt metadata: #367
- iOS: Handle memory better when taking photos #336
- iOS: Fix issues when using TabController that may get pushed down
[3.0.0]
- Upgrade to .NET Standard
- Deprecate Windows Phone 8/8.1 and Windows Store
- Update to 25.x Support Libraries on Android
- iOS: Fix Pop-over position on iPad in landscape
- Add Exif Information to iOS and Android
- Optimize rotations on iOS and Android
[2.6.3]
- All: No longer delete files when picked. You are in control.
- Windows Phone 8.1 RT: Handle button mashing on photo button better.
- Android: Re-save EXIF on rotation
[2.6.2]
- Android: Fix issue where Zero byte image was being saved
- Android: Work around to add small delay when closing activity
- Android: Compress image even if size is full
- iOS: Align root pages for modal pages
- iOS: Fix compat with Rg.Plugins.Popup
- iOS: Return album path when picking photo
[2.6.1]
- Android: Ensure files are resized when picking photo
- Andriid: Explicit grant URI for camera intent
[2.6.0]
-
All: Ensure you call await CrossMedia.Current.Initialize(); before accessing any APIs
-
All: Resize when taking a photo
-
All: Save original album location when picking photo
-
iOS & Android: Ability to resize when picking photo
-
iOS & Android: Set Quality Level when taking photo
-
Android: Fix images that get rotated in the wrong direction
-
Android: Updates for Android N Strict Mode, see documentation if you target N+
-
iOS & Android: Fix for rotating device.
-
iOS: Added custom overlay method (Preview)
-
iOS: iOS 10 support for new permissions, please see documentations
-
Windows RT: Bug fixes & Video Support
-
Addition Bug Fixes & Optimizations on all platforms
[2.3.0]
- Add UWP support
[2.2.0]
- Android: No longer require camera permission
- Android: Use latest permission plugin for External Storage Permissions
- Android: Try to show front facing camera when parameter is set
2.1.2
- Add new "SaveToAlbum" bool to save the photo to public gallery
- Added new "AlbumPath", which is set when you use the "SaveToAlbum" settings
- Supports iOS, Android, WinRT, and UWP
- Add readme.txt
- Update to latest permissions plugin
2.0.1
- Breaking changes: New namespace - Plugin.Media
- Automatically Add Android Permissions
- Request Android Permissions on Marshmallow
- Uses new Permissions Plugin : https://www.nuget.org/packages/Plugin.Permissions/
- UWP Support
Changes:
- c6afdfa Merge pull request #650 from vatsalyagoel/multi-gallery-select
- 3677c35 update nuget
- 6a4ba05 Merge branch 'master' into multi-gallery-select
- fd6c8ed Update nuget
- d46f1f3 Update Nugets
- 549e0af Mass cleanup of code and testing
- 4b82671 Refactoring and Bugfixes for android
- 032fa41 Add Cancellation Token Support for pick multi
- 4723906 Add iOS/Android, stub Tizen and UWP
- 99f6fda Merge pull request #645 from jamesmontemagno/cancellation
See more
- 2d1ec74 Cleanup iOS code
- 28b0abd Integrate iOS Tests for dismissing
- 2a18fe1 Update UWP sample, doesn't seem to work
- 4466747 Update samples
- 20ac68d Fix up UWP as Task
- 71d5dac Merge branch 'master' into cancellation
- 9c19e16 Fixes #608
- 6526006 Fixes #545
- 3d804df Fixes #533
- 85cdcfc Fixes #639 check for null.
- 8f2de48 Fixes #642 - add UiMode for dock/undock
- d2a6711 Merge pull request #644 from patchandthat/cancellation-support
- dad9c64 Merge branch 'master' into cancellation-support
- 542512b Generate docs
- 7d52d77 Update to latest sdk manager and android nugets :)
- 367df6f Add comment
- dd08d19 CancellationToken in Android impl
- a8959fc iOS cancellation support.
- c548edb Add cancellation token to public API
- a7b26b2 Merge pull request #623 from HarkerTech/HarkerTech-patch-1
- f6570db Fixed typo in exception message
- 008574f Merge pull request #589 from LuceCarter/master
- aac4eea update sample to latest nuget
- 0150a22 Merge pull request #606 from Omarkth/master
- e78a1f5 Merge pull request #607 from chad-ramos/patch-1
- 024f381 Fix spelling error
- 73ab7ee Removed an unnecessary picker.Dispose()
- eb0d7a6 Update readme.txt
This list of changes was auto generated.
v4.1.2.2
Changelog
4.0.0-pre
- Fix for #496: Special case for Huawei devices on pre-N devices
- Fix for #452: Large images on iPhone X don't save sometimes at 100% (thanks @christophedelanghe)
- Fix for #514: Videos on Android 8.1 stop after short time.
- Upgrade to CurrentActivityPlugin 2.0 and Permissions 3.0
- Ability on iOS to specify pop over style
- Fix for #642: Android dock/undock issue
- Fix for #639: Null reference sometimes when can't accessing file on Android.
- Fix for #553: When not rotating image on android ensure we take max width/height into consideration.
- Fix for #545: iOS error sometimes when saving metadata.
- Fix for #608: Possible null on iOS when picking video sometimes.
[3.1.3]
- Remove need for Android Target versions (always use File Provider via #442 and @ddobrev)
- Enhancments to Android picking front or rare camera (via @WebDucer)
[3.1.0]
- Fixes for rotations on iOS (return proper exif)
- Remove permission pop up on pick video/photo on iOS 11+
- Better checks on disposing of controllers
- Tizen Support
[3.0.2]
- iOS: Fix Lat/Long saving
- Android: Fixup issue with url sharing #300 especially with mobileiron
- iOS: Ensure all properties are set when picking photo #305
- Android/iOS check for permissions before performing actions. Will now throw a MediaPermissionException if invalid permissions.
- Android: Fix potential corrupt metadata: #367
- iOS: Handle memory better when taking photos #336
- iOS: Fix issues when using TabController that may get pushed down
[3.0.0]
- Upgrade to .NET Standard
- Deprecate Windows Phone 8/8.1 and Windows Store
- Update to 25.x Support Libraries on Android
- iOS: Fix Pop-over position on iPad in landscape
- Add Exif Information to iOS and Android
- Optimize rotations on iOS and Android
[2.6.3]
- All: No longer delete files when picked. You are in control.
- Windows Phone 8.1 RT: Handle button mashing on photo button better.
- Android: Re-save EXIF on rotation
[2.6.2]
- Android: Fix issue where Zero byte image was being saved
- Android: Work around to add small delay when closing activity
- Android: Compress image even if size is full
- iOS: Align root pages for modal pages
- iOS: Fix compat with Rg.Plugins.Popup
- iOS: Return album path when picking photo
[2.6.1]
- Android: Ensure files are resized when picking photo
- Andriid: Explicit grant URI for camera intent
[2.6.0]
-
All: Ensure you call await CrossMedia.Current.Initialize(); before accessing any APIs
-
All: Resize when taking a photo
-
All: Save original album location when picking photo
-
iOS & Android: Ability to resize when picking photo
-
iOS & Android: Set Quality Level when taking photo
-
Android: Fix images that get rotated in the wrong direction
-
Android: Updates for Android N Strict Mode, see documentation if you target N+
-
iOS & Android: Fix for rotating device.
-
iOS: Added custom overlay method (Preview)
-
iOS: iOS 10 support for new permissions, please see documentations
-
Windows RT: Bug fixes & Video Support
-
Addition Bug Fixes & Optimizations on all platforms
[2.3.0]
- Add UWP support
[2.2.0]
- Android: No longer require camera permission
- Android: Use latest permission plugin for External Storage Permissions
- Android: Try to show front facing camera when parameter is set
2.1.2
- Add new "SaveToAlbum" bool to save the photo to public gallery
- Added new "AlbumPath", which is set when you use the "SaveToAlbum" settings
- Supports iOS, Android, WinRT, and UWP
- Add readme.txt
- Update to latest permissions plugin
2.0.1
- Breaking changes: New namespace - Plugin.Media
- Automatically Add Android Permissions
- Request Android Permissions on Marshmallow
- Uses new Permissions Plugin : https://www.nuget.org/packages/Plugin.Permissions/
- UWP Support
Changes:
- fd6c8ed Update nuget
- d46f1f3 Update Nugets
- 99f6fda Merge pull request #645 from jamesmontemagno/cancellation
- 2d1ec74 Cleanup iOS code
- 28b0abd Integrate iOS Tests for dismissing
- 2a18fe1 Update UWP sample, doesn't seem to work
- 4466747 Update samples
- 20ac68d Fix up UWP as Task
- 71d5dac Merge branch 'master' into cancellation
- 9c19e16 Fixes #608
See more
- 6526006 Fixes #545
- 3d804df Fixes #533
- 85cdcfc Fixes #639 check for null.
- 8f2de48 Fixes #642 - add UiMode for dock/undock
- d2a6711 Merge pull request #644 from patchandthat/cancellation-support
- dad9c64 Merge branch 'master' into cancellation-support
- 542512b Generate docs
- 7d52d77 Update to latest sdk manager and android nugets :)
- 367df6f Add comment
- dd08d19 CancellationToken in Android impl
- a8959fc iOS cancellation support.
- c548edb Add cancellation token to public API
- a7b26b2 Merge pull request #623 from HarkerTech/HarkerTech-patch-1
- f6570db Fixed typo in exception message
- 008574f Merge pull request #589 from LuceCarter/master
- aac4eea update sample to latest nuget
- 0150a22 Merge pull request #606 from Omarkth/master
- e78a1f5 Merge pull request #607 from chad-ramos/patch-1
- 024f381 Fix spelling error
- 73ab7ee Removed an unnecessary picker.Dispose()
- eb0d7a6 Update readme.txt
This list of changes was auto generated.
v4.1.1.1
Changelog
4.0.0-pre
- Fix for #496: Special case for Huawei devices on pre-N devices
- Fix for #452: Large images on iPhone X don't save sometimes at 100% (thanks @christophedelanghe)
- Fix for #514: Videos on Android 8.1 stop after short time.
- Upgrade to CurrentActivityPlugin 2.0 and Permissions 3.0
- Ability on iOS to specify pop over style
- Fix for #642: Android dock/undock issue
- Fix for #639: Null reference sometimes when can't accessing file on Android.
- Fix for #553: When not rotating image on android ensure we take max width/height into consideration.
- Fix for #545: iOS error sometimes when saving metadata.
- Fix for #608: Possible null on iOS when picking video sometimes.
[3.1.3]
- Remove need for Android Target versions (always use File Provider via #442 and @ddobrev)
- Enhancments to Android picking front or rare camera (via @WebDucer)
[3.1.0]
- Fixes for rotations on iOS (return proper exif)
- Remove permission pop up on pick video/photo on iOS 11+
- Better checks on disposing of controllers
- Tizen Support
[3.0.2]
- iOS: Fix Lat/Long saving
- Android: Fixup issue with url sharing #300 especially with mobileiron
- iOS: Ensure all properties are set when picking photo #305
- Android/iOS check for permissions before performing actions. Will now throw a MediaPermissionException if invalid permissions.
- Android: Fix potential corrupt metadata: #367
- iOS: Handle memory better when taking photos #336
- iOS: Fix issues when using TabController that may get pushed down
[3.0.0]
- Upgrade to .NET Standard
- Deprecate Windows Phone 8/8.1 and Windows Store
- Update to 25.x Support Libraries on Android
- iOS: Fix Pop-over position on iPad in landscape
- Add Exif Information to iOS and Android
- Optimize rotations on iOS and Android
[2.6.3]
- All: No longer delete files when picked. You are in control.
- Windows Phone 8.1 RT: Handle button mashing on photo button better.
- Android: Re-save EXIF on rotation
[2.6.2]
- Android: Fix issue where Zero byte image was being saved
- Android: Work around to add small delay when closing activity
- Android: Compress image even if size is full
- iOS: Align root pages for modal pages
- iOS: Fix compat with Rg.Plugins.Popup
- iOS: Return album path when picking photo
[2.6.1]
- Android: Ensure files are resized when picking photo
- Andriid: Explicit grant URI for camera intent
[2.6.0]
-
All: Ensure you call await CrossMedia.Current.Initialize(); before accessing any APIs
-
All: Resize when taking a photo
-
All: Save original album location when picking photo
-
iOS & Android: Ability to resize when picking photo
-
iOS & Android: Set Quality Level when taking photo
-
Android: Fix images that get rotated in the wrong direction
-
Android: Updates for Android N Strict Mode, see documentation if you target N+
-
iOS & Android: Fix for rotating device.
-
iOS: Added custom overlay method (Preview)
-
iOS: iOS 10 support for new permissions, please see documentations
-
Windows RT: Bug fixes & Video Support
-
Addition Bug Fixes & Optimizations on all platforms
[2.3.0]
- Add UWP support
[2.2.0]
- Android: No longer require camera permission
- Android: Use latest permission plugin for External Storage Permissions
- Android: Try to show front facing camera when parameter is set
2.1.2
- Add new "SaveToAlbum" bool to save the photo to public gallery
- Added new "AlbumPath", which is set when you use the "SaveToAlbum" settings
- Supports iOS, Android, WinRT, and UWP
- Add readme.txt
- Update to latest permissions plugin
2.0.1
- Breaking changes: New namespace - Plugin.Media
- Automatically Add Android Permissions
- Request Android Permissions on Marshmallow
- Uses new Permissions Plugin : https://www.nuget.org/packages/Plugin.Permissions/
- UWP Support
Changes:
- 9c19e16 Fixes #608
- 6526006 Fixes #545
- 3d804df Fixes #533
- 85cdcfc Fixes #639 check for null.
- 8f2de48 Fixes #642 - add UiMode for dock/undock
- 542512b Generate docs
- 7d52d77 Update to latest sdk manager and android nugets :)
- a7b26b2 Merge pull request #623 from HarkerTech/HarkerTech-patch-1
- f6570db Fixed typo in exception message
- 008574f Merge pull request #589 from LuceCarter/master
v4.1.0.5
Changelog
4.0.0-pre
- Fix for #496: Special case for Huawei devices on pre-N devices
- Fix for #452: Large images on iPhone X don't save sometimes at 100% (thanks @christophedelanghe)
- Fix for #514: Videos on Android 8.1 stop after short time.
- Upgrade to CurrentActivityPlugin 2.0 and Permissions 3.0
- Ability on iOS to specify pop over style
[3.1.3]
- Remove need for Android Target versions (always use File Provider via #442 and @ddobrev)
- Enhancments to Android picking front or rare camera (via @WebDucer)
[3.1.0]
- Fixes for rotations on iOS (return proper exif)
- Remove permission pop up on pick video/photo on iOS 11+
- Better checks on disposing of controllers
- Tizen Support
[3.0.2]
- iOS: Fix Lat/Long saving
- Android: Fixup issue with url sharing #300 especially with mobileiron
- iOS: Ensure all properties are set when picking photo #305
- Android/iOS check for permissions before performing actions. Will now throw a MediaPermissionException if invalid permissions.
- Android: Fix potential corrupt metadata: #367
- iOS: Handle memory better when taking photos #336
- iOS: Fix issues when using TabController that may get pushed down
[3.0.0]
- Upgrade to .NET Standard
- Deprecate Windows Phone 8/8.1 and Windows Store
- Update to 25.x Support Libraries on Android
- iOS: Fix Pop-over position on iPad in landscape
- Add Exif Information to iOS and Android
- Optimize rotations on iOS and Android
[2.6.3]
- All: No longer delete files when picked. You are in control.
- Windows Phone 8.1 RT: Handle button mashing on photo button better.
- Android: Re-save EXIF on rotation
[2.6.2]
- Android: Fix issue where Zero byte image was being saved
- Android: Work around to add small delay when closing activity
- Android: Compress image even if size is full
- iOS: Align root pages for modal pages
- iOS: Fix compat with Rg.Plugins.Popup
- iOS: Return album path when picking photo
[2.6.1]
- Android: Ensure files are resized when picking photo
- Andriid: Explicit grant URI for camera intent
[2.6.0]
-
All: Ensure you call await CrossMedia.Current.Initialize(); before accessing any APIs
-
All: Resize when taking a photo
-
All: Save original album location when picking photo
-
iOS & Android: Ability to resize when picking photo
-
iOS & Android: Set Quality Level when taking photo
-
Android: Fix images that get rotated in the wrong direction
-
Android: Updates for Android N Strict Mode, see documentation if you target N+
-
iOS & Android: Fix for rotating device.
-
iOS: Added custom overlay method (Preview)
-
iOS: iOS 10 support for new permissions, please see documentations
-
Windows RT: Bug fixes & Video Support
-
Addition Bug Fixes & Optimizations on all platforms
[2.3.0]
- Add UWP support
[2.2.0]
- Android: No longer require camera permission
- Android: Use latest permission plugin for External Storage Permissions
- Android: Try to show front facing camera when parameter is set
2.1.2
- Add new "SaveToAlbum" bool to save the photo to public gallery
- Added new "AlbumPath", which is set when you use the "SaveToAlbum" settings
- Supports iOS, Android, WinRT, and UWP
- Add readme.txt
- Update to latest permissions plugin
2.0.1
- Breaking changes: New namespace - Plugin.Media
- Automatically Add Android Permissions
- Request Android Permissions on Marshmallow
- Uses new Permissions Plugin : https://www.nuget.org/packages/Plugin.Permissions/
- UWP Support
Changes:
- 542512b Generate docs
- 7d52d77 Update to latest sdk manager and android nugets :)
- a7b26b2 Merge pull request #623 from HarkerTech/HarkerTech-patch-1
- f6570db Fixed typo in exception message
- 008574f Merge pull request #589 from LuceCarter/master
- aac4eea update sample to latest nuget
- 0150a22 Merge pull request #606 from Omarkth/master
- e78a1f5 Merge pull request #607 from chad-ramos/patch-1
- 024f381 Fix spelling error
- 73ab7ee Removed an unnecessary picker.Dispose()
v4.0.1.5
Merge pull request #587 from LuceCarter/master Removed no longer required steps
v4.0.1.1
Merge pull request #557 from bidy/master finish the code in ios MediaPickerDelegate
v4.0.0.9
Update Media.Plugin.csproj
v3.0.1
Update appveyor.yml
v2.6.2.16-beta
Revert VC changes, do modal popover fixes #130 Need to make sure it is over current context