Skip to content

Releases: PGMacDesign/video-trimmer

Updating core components

28 Jun 17:14
Compare
Choose a tag to compare

Updating the core MP4 parser.

Adding in Synchronous support

25 Jun 17:46
Compare
Choose a tag to compare

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

25 Jun 16:51
Compare
Choose a tag to compare

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

21 Jun 16:58
Compare
Choose a tag to compare

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

30 May 17:54
Compare
Choose a tag to compare

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

23 May 22:35
Compare
Choose a tag to compare

Added in some simple UI Fixes for Textview elements not centering correctly

Hide Buttons + Manual Triggers

23 May 21:45
Compare
Choose a tag to compare

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

07 May 16:15
Compare
Choose a tag to compare
1.2.2

Updating docs and some more catches for exceptions when bad videos ar…

1.2.1

02 May 17:05
Compare
Choose a tag to compare

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

01 May 21:29
Compare
Choose a tag to compare

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.