v0.3.0
What's Changed
- Fix multi ass with legacy mode by @peerless2012 in #13
- Add package version in README by @moi15moi in #16
- Add who is using. by @peerless2012 in #17
- Update README.md by @peerless2012 in #18
- Update feature and limit for each type. by @peerless2012 in #23
- Add release signingConfig by @moi15moi in #25
- Fix mkv subtitles with S_TEXT/SSA. by @peerless2012 in #29
- Fix layer not work in LEGACY mode. by @peerless2012 in #30
- Use Render time replace overlay time. by @peerless2012 in #31
- Add media3 version check when call setZIndex. by @peerless2012 in #33
- Add a new OVERLAY mode to render ass subtitles. by @peerless2012 in #35
- Make
CANVASandOPEN_GLDeprecated. by @peerless2012 in #36 - Fix ass position when add subtitle on play. by @peerless2012 in #37
- Use executor instead of executorService, fix memory leaks. by @peerless2012 in #38
- Update executor, and add a gc test. by @peerless2012 in #39
- Add font config. by @peerless2012 in #40
- Add cache limit for libass. by @peerless2012 in #41
- Fix crash when bitmap size is zero. by @peerless2012 in #42
- Fix native library not compat with 16k align. by @peerless2012 in #43
- call ReleaseStringUTFChars to release cName by @jumoog in #45
- compare current image, free assTexObject and bitmap by @jumoog in #46
- Use __android_log_vprint instead of __android_log_print by @moi15moi in #47
- Move render to a single task. by @peerless2012 in #49
- Decrease render call period. by @peerless2012 in #50
- Fix cache limit size. by @peerless2012 in #51
- Update media3 to 1.8.0 by @peerless2012 in #52
- Fix ass with null character before [Events] tag. by @peerless2012 in #56
- Add CI to publish the project to Maven Central Repository + run tests by @moi15moi in #20
New Contributors
Full Changelog: v0.2.2...v0.3.0