Releases: PGMacDesign/video-trimmer
Updating core components
Updating the core MP4 parser.
Adding in Synchronous support
Adding in Synchronous support in addition to the Asynchronous support to allow for the dev to wrap the code in their own thread management utility.
Standalone Utilities
Adding in a new Stand Alone Converter which can be used in lieu of the UI to trim videos. Is useful for trimming videos if you already know the length in which you want to trim them. Also bumped the version to 2.x.x as I should have done when the Fork took place.
New Accessor Methods
Adding in some new accessor methods, adjusting the layout of the class to be easier to read via regions, and fixing an AAPT2 issue.
Background Error Handling
Added in logic to catch exceptions when being handled in the background. This is useful if you set a large video to be processed and it errors out in the URI parsing section, which occurs on a background thread.
UI Fixes
Added in some simple UI Fixes for Textview elements not centering correctly
Hide Buttons + Manual Triggers
Added in the option to hide the save and cancel buttons as well as added in the option to manually trigger a save or cancel event (same event that happens if the buttons were visible and clicked)
Bugfixes and Updating Output Path Issues
1.2.2 Updating docs and some more catches for exceptions when bad videos ar…
1.2.1
Adding in a ton of customization options (See README for details) and adding in some bug fixes for crashes relating to wrong format videos/ files.
Adding Customization Options
Adding multiple customization options.
Can now change the default button text / color / drawable, etc for the save and cancel buttons.
Added in the ability to change the drawables for the seek icons to both custom drawables and (for the top one) to customize the color tint as well.