Skip to content

Commit

Permalink
Build: prepare for v0.12.1 (18) release (#1058)
Browse files Browse the repository at this point in the history
* Build: prepare for v0.12.1 (18) release

* add changelog

* update readme

---------

Co-authored-by: anilbeesetti <[email protected]>
Co-authored-by: Anil Kumar Beesetti <[email protected]>
  • Loading branch information
3 people authored Aug 24, 2024
1 parent dfc8b56 commit be77bb3
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 6 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,20 @@ the [Issues](https://github.com/anilbeesetti/nextplayer/issues) section.**
- Vertical swipe to change brightness (left) / volume (right)
- Horizontal swipe to seek through video
- [Material 3 (You)](https://m3.material.io/) support
- Media picker with folder and file view
- Media picker with tree, folder and file view modes
- Play videos from url
- Play videos from storage access framework (Android Document picker)
- Control playback speed
- External Subtitle support
- Zoom gesture
- Picture-in-picture mode

## Planned Features

- External Audio support
- Picture-in-picture mode
- Background playback
- Android TV version
- Search Functionality

## Contributing

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
minSdk = libs.versions.android.minSdk.get().toInt()
targetSdk = libs.versions.android.targetSdk.get().toInt()
applicationId = "dev.anilbeesetti.nextplayer"
versionCode = 17
versionName = "0.12.0"
versionCode = 18
versionName = "0.12.1"
}

buildFeatures {
Expand Down
15 changes: 15 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/18.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
New Features:
- Add playback speed shortcuts and skip silence
- Add Swipe refresh to media
- Folder tree view mode
- Add played progress indicator to video view

Improvements:
- Improved Charset detection for subtitles
- Add subtitle charset detection for network files
- Update androidxMedia3 to v1.4.0

Fixes:
- Video Zoom not remembered between player sessions
- portrait thumbnails are rotated
- Portrait video orientation changing to landscape first and then switching to portrait
5 changes: 3 additions & 2 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ Key Features:
* Audio/Subtitle track selection
* Vertical swipe to change brightness (left) / volume (right)
* Horizontal swipe to seek through video
* Media picker with folder and file view
* Media picker with tree, folder and file view modes
* Playback speed control
* Pinch to zoom in and zoom out
* Resize (fit/stretch/crop/100%)
* Volume boost
* External subtitle support (long press subtitle icon)
* Controls lock
* No ads, tracking or excessive permissions
* No ads, tracking or excessive permissions
* Picture in picture mode

0 comments on commit be77bb3

Please sign in to comment.