Releases: anilbeesetti/nextplayer
Releases Β· anilbeesetti/nextplayer
v0.12.3
v0.12.2
Fixes
- Fix: Crash when calling get storage volumes on some devices by @anilbeesetti in https://github.com/anilbeesetti/nextplayer
v0.12.1
Improvements
- Played progress indicator improvements by @anilbeesetti in #1047
Fixes
- Sd Card folders are not shown by @anilbeesetti in #1040
- Tree view mode issues by @anilbeesetti in #1045
- Portrait video orientation changing to landscape and switching to portrait by @anilbeesetti in #1050
- Sorting of media in Tree view mode by @anilbeesetti in #1056
New Contributors
- @mikropsoft made their first contribution in #1043
v0.12.0
New Features
- Add playback speed shortcuts and skip silence by @anilbeesetti in #991
- Add Swipe refresh to media by @anilbeesetti in #985
- Folder tree view mode by @anilbeesetti in #1015
- Add played progress indicator to video view by @anilbeesetti in #1028
Improvements
- Charset detection by using full byte array by @anilbeesetti in #1008
- Add subtitle charset detection for network files by @anilbeesetti in #1012
- Update androidxMedia3 to v1.4.0 by @renovate in #1013
Fixes
- Fixed Video Zoom not remembered between player sessions by @anilbeesetti in #1007
- Fixed portrait thumbnails are rotated by @anilbeesetti in anilbeesetti/nextlib#82
v0.11.1
Fixes
- Fixed Player crash due to pip by @anilbeesetti in #944
- Fixed Subtitle styles not applied correctly by @anilbeesetti in #944
v0.11.0
New Features
- Added initial picture in picture support by @InfiniteCoder06 in #646
- Added rename video feature by @anilbeesetti in #859
- Added floating button to play last played video by @anilbeesetti in #884
Improvements
- Added last played time to video state by @anilbeesetti in #883
- Update primary key in database to media uri by @anilbeesetti in #854
- Update androidxMedia3 to v1.3.1 by @renovate in #908
Fixes
- Fixed MediaInfoBuilder crashes by @anilbeesetti in #845
- Fixed Minor player fixes by @anilbeesetti in #885
- Fixed Autoplay resume bug by @anilbeesetti in #891
- Fixed Sorting files with numbers are not sorted correctly by @anilbeesetti in #922
v0.10.2 - Player Improvements
New Features
- Added volume boost preference by @anilbeesetti in #805
- Added auto charset detection for subtitles by @anilbeesetti in #764
Improvements
- Improved screen animations by @anilbeesetti in #741
- Change Player unlock layout and roation icon by @anilbeesetti in #810
- Updated Media3 to v1.2.0 by @renovate in #747
Fixes
- Fixed Mediacodec error when switching from ffmpeg renderer to mediacodec renderer by @anilbeesetti in #785
- Fixed Screen launching multiple times on multi touch by @anilbeesetti in #752
- Fixed Cache (thumbnails) cleared after watching a video by @anilbeesetti in #762
- Fixed Screen rotation on some devices by @anilbeesetti in #761
v0.10.1
Note: Clear the app storage if you installed v0.10.0 after updating to v0.10.1 in order to remove thumbnails from the application directory; otherwise, proceed with the normal update.
Improvements
- Fix: Use cache dir to store thumbnail instead of files dir by @anilbeesetti in #732
- Refactor: Use coil AsyncImage composable to load thumbnails by @anilbeesetti in #733
- Fix: Thumbnail file size is large by @anilbeesetti in #734
- Fix: Refetch thumbnails on cache cleared by @anilbeesetti in #736
v0.10.0 - Media Info
New Features
- Added mediainfo to database and media info dialog by @anilbeesetti in #657, #674
- Generate thumbnails using nextlib:mediainfo by @anilbeesetti in #676
- Migrate to coil compose for better thumbnail performance by @anilbeesetti in #689
- Cleanup thumbnails on media deleted by @anilbeesetti in #690
Improvements
- Show parent path instead of full path by @anilbeesetti in #678
- Improved mediainfo sync by @anilbeesetti in #691
Fixes
- Fixed thumbnail in video item is clickable by @anilbeesetti in #639
- Fixed crash on loudness enhancer initialization on some devices by @anilbeesetti in #650
- Fixed crash due to security exception in LocalMediaSynchronizer by @anilbeesetti in #649
- Fixed padding in preference item by @anilbeesetti in #673
- Fixed large thumbnails in videos and folder screens by @anilbeesetti in #679
- Fixed volume gesture not working on some phones by @anilbeesetti in #680
v0.9.0
New Features
- Added use system caption preference by @anilbeesetti in #591
- Added preference to select which fields to show on video screen by @anilbeesetti in #603
- Added play at fast speed on long press gesture by @Yashraj254 in #486
- Added require audio focus preference by @anilbeesetti in #622
Improvements
- Improved unlock controls layout by @anilbeesetti in #602
- Improved info layout and show info on time bar scrub by @anilbeesetti in #598
- Added video icon on thumbnail placeholder by @anilbeesetti in #604
- Added Thumbnail size preference by @anilbeesetti in #605
- Double tap gesture now defaults to fast forward, rewind and play-pause by @anilbeesetti in #636
- Improved keyboard/remote support by @anilbeesetti in #601 and #607
Fixes
- Fixed status bar doesn't appear on unlocking the controls by @anilbeesetti in #62
- Fixed crash due to MediaSession not initialized error by @anilbeesetti in #632