-
-
Notifications
You must be signed in to change notification settings - Fork 981
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 auto trim for videos from device library using trimmerMaxDuration #515
Add auto trim for videos from device library using trimmerMaxDuration #515
Conversation
This commits adds the feature request from issue Yummypets#341. This case occurs when the user already has a video selected and enables a multiselection to pick more than one type of media (video or image), so, the trimmer step becomes optional.
Has this feature been implemented? It is crucial functionality. @mendesbarreto @heitara |
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.
It would be best if all the white-spaces are not changed, because this will reduce the diff file massively.
About that, When I push some commit to GitHub I have a script which runs automatically some swiftlint rules like white spaces. I will try to remove what it has done. |
@heitara I tried to remove all the changes Swiftlint did on the code, I tried my best but how the project does not have any spacing pattern, some times the lines have space other not, it makes hard to guess, after my last commit. But It's done =) . If you want the next pull request we can put Swiftlint and you can define what kind of rules you like or not on the project, it will simply the contribution workflow and avoid this kind of problem and of course, this will increase the cohesion of your codebase. Thx |
Completely agree. Code style refactoring should be done in separate commit without any functionality change. |
I am new to the concept of pull requests. Will there be some sort of notification when this branch is merged into the master? Will cocoa pods automatically add the new code to an existing Xcode project? |
Hello @Ludotrico, To receive a notification when a new version is available you can go to "Watch" option at the header of the site and choose the option "release only" or to receive all notification you can choose the option "Watching" |
Thanks, just did that. |
@Ludotrico it will depend on how you wrote this dependency in your file, I believe the next pod version will be v4.3.0, so, if you wrote like this:
The next time you run |
Thank you for the clarification, now what is the procedure to get it merged? I see that NikKovlos has approved it, how many more approvals does it require? Who can approve it? |
@s4cha must approve it too |
Great work 🤩 |
atta boy @mendesbarreto |
…library-videos Add auto trim for videos from device library using trimmerMaxDuration
This commits adds the request from issue #341.
This case occurs when the user already has a video selected and enables a multiselection to pick more than one type of media (video or image), so, the trimmer step becomes optional.