Conversation
* main: Update docs Add new property DisplayInfo.RefreshRate (xamarin#1505)
- sample improvement
|
Hi @mattleibow. I finished a draft implementation of saving video and image files with metadata on ios. |
…ilePath and stream on iOS - implementation for saving images and video files from stream on iOS
|
@jamesmontemagno |
- sample improvement
…ilePath and stream on iOS - implementation for saving images and video files from stream on iOS
…sentials into featureSaveToGalery * 'featureSaveToGalery' of https://github.com/dimonovdd/Essentials: - implementation for saving images and video files from byte array, filePath and stream on iOS - implementation for saving images and video files from stream on iOS - implementation for saving images and video files from filePath on ios - sample improvement implementation for saving images and video files with metada on ios implementation for creating photos albums on ios added SaveToGaleryTestPhoto.jpg fixed typos init SaveToGalery
|
Great to see work on Essentials API to store media in the gallery! We have this exact need in our app, and as some of the APIs are obsolete in Android 11 I am about to start working on that area of the app again. I will try to copy in the work-in-progress version of this API and test it in practice in our app, and report back any findings. For now, the first thing that needs to be addressed is the new permission level for Photos in iOS 14 (on the iOS side). |
* main: Fix crash when using WebAuthenticator.AuthenticateAsync xamarin#1586 (xamarin#1687)
- empty Tizen File - fix typos on droid
|
Hi @sung-su |
* main: Update to 1.6.2 Only use known feeds (xamarin#1692) Make sure to clean the list
|
Are all of these APIs available on iOS 10+ and Android 5+? |
Yes. I tested this on android 5.0. Apple documentation says this should work on iOS 8.0. But I only tested this on version 12, 13, and 14. Let me know if the naming of classes and methods is correct. I want to create documentation |
|
Docs Build status updates of commit b5d5a6e: ❌ Validation status: errorsPlease follow instructions here which may help to resolve issue.
For more details, please refer to the build report. If you see build warnings/errors with permission issues, it might be due to single sign-on (SSO) enabled on Microsoft's GitHub organizations. Please follow instructions here to re-authorize your GitHub account to Docs Build. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. Note: Your PR may contain errors or warnings unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. For any questions, please:
|
|
We won't be doing this for Xamarin.Essentials anymore. Thanks for the time and effort here! |
Description of Change
implementation to saving media files with metadata on iOS, MacOS, Android and UWP.
Related to issue
API Changes
PR Checklist
mainat time of PR