Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Releases: jamesmontemagno/MediaPlugin

v4.2.0.1

22 Feb 20:03
c6afdfa
Compare
Choose a tag to compare
v4.2.0.1 Pre-release
Pre-release

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

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

This list of changes was auto generated.

v4.1.2.2

04 Feb 23:38
Compare
Choose a tag to compare
v4.1.2.2 Pre-release
Pre-release

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

Changes:

See more

This list of changes was auto generated.

v4.1.1.1

21 Dec 20:33
Compare
Choose a tag to compare
v4.1.1.1 Pre-release
Pre-release

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

Changes:

See more

This list of changes was auto generated.

v4.1.0.5

20 Dec 22:33
Compare
Choose a tag to compare
v4.1.0.5 Pre-release
Pre-release

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

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()
See more

This list of changes was auto generated.

v4.0.1.5

03 Aug 14:30
ac1f15e
Compare
Choose a tag to compare
Merge pull request #587 from LuceCarter/master

Removed no longer required steps

v4.0.1.1

21 Jun 17:00
778aa99
Compare
Choose a tag to compare
Merge pull request #557 from bidy/master

finish the code in ios MediaPickerDelegate

v4.0.0.9

23 May 11:37
bc4c87f
Compare
Choose a tag to compare
Update Media.Plugin.csproj

v3.0.1

03 Jul 19:18
Compare
Choose a tag to compare
Update appveyor.yml

v2.6.2.16-beta

23 Nov 20:34
Compare
Choose a tag to compare
Revert VC changes, do modal popover fixes #130

Need to make sure it is over current context