1.3.0
14
README.md
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
<h1 align="center">
|
<h1 align="center">
|
||||||
ytldnis
|
ytldnis
|
||||||
</h1>
|
</h1>
|
||||||
|
|
@ -33,15 +32,14 @@
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<img src="fastlane/metadata/android/en-US/images/screenshots/1.png" width="30%" />
|
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/1.png" width="33%" />
|
||||||
<img src="fastlane/metadata/android/en-US/images/screenshots/2.png" width="30%" />
|
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/2.png" width="33%" />
|
||||||
<img src="fastlane/metadata/android/en-US/images/screenshots/3.png" width="30%" />
|
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/3.png" width="33%" />
|
||||||
<img src="fastlane/metadata/android/en-US/images/screenshots/4.png" width="30%" />
|
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/4.png" width="33%" />
|
||||||
<img src="fastlane/metadata/android/en-US/images/screenshots/5.png" width="30%" />
|
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/5.png" width="33%" />
|
||||||
<img src="fastlane/metadata/android/en-US/images/screenshots/6.png" width="30%" />
|
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/6.png" width="33%" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
[GNU GPL v3.0](https://github.com/deniscerri/ytdlnis/blob/main/LICENSE)
|
[GNU GPL v3.0](https://github.com/deniscerri/ytdlnis/blob/main/LICENSE)
|
||||||
|
|
|
||||||
|
|
@ -16,8 +16,8 @@ buildscript {
|
||||||
}
|
}
|
||||||
|
|
||||||
def versionMajor = 1
|
def versionMajor = 1
|
||||||
def versionMinor = 2
|
def versionMinor = 3
|
||||||
def versionPatch = 1
|
def versionPatch = 0
|
||||||
def versionBuild = 0 // bump for dogfood builds, public betas, etc.
|
def versionBuild = 0 // bump for dogfood builds, public betas, etc.
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
|
|
|
||||||
14
fastlane/metadata/android/en-US/changelogs/10300.txt
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
changed folder structure to ytdlnis instead of ytdl
|
||||||
|
when downloads are finished, history fragment updates itself
|
||||||
|
changed video duration of livestreams to LIVE
|
||||||
|
Fixed update dialog showing when you dont have internet
|
||||||
|
removed download functionality from home fragment and put it all on downloadservice. This makes the download stateless and the ui can be updated when you go back to the app
|
||||||
|
did the same for custom command activity
|
||||||
|
slight changes on result card ui
|
||||||
|
added fastlane metadata
|
||||||
|
added support for other yt-dlp videos instead of just focusing on youtube. Youtube is still the main focus
|
||||||
|
updated database
|
||||||
|
slight design changes
|
||||||
|
made bottom navigation bar the same color as the background
|
||||||
|
changed download buttons background colors inside cards
|
||||||
|
fixed result items changing download status icons when scrolling through recyclerview
|
||||||
|
Before Width: | Height: | Size: 2.3 MiB After Width: | Height: | Size: 2.3 MiB |
|
Before Width: | Height: | Size: 1.9 MiB After Width: | Height: | Size: 1.9 MiB |
|
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.1 MiB |
|
Before Width: | Height: | Size: 1.8 MiB After Width: | Height: | Size: 1.8 MiB |
|
Before Width: | Height: | Size: 156 KiB After Width: | Height: | Size: 156 KiB |
|
Before Width: | Height: | Size: 2.5 MiB After Width: | Height: | Size: 2.5 MiB |