diff --git a/README.md b/README.md index 4cec4e66..c79bfc82 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ -

ytldnis

@@ -21,7 +20,7 @@ - use custom download paths for each format - remove non music parts from youtube audio files - embed subtitles on videos -- add chapters to youtube videos by using sponsorblock chapters +- add chapters to youtube videos by using sponsorblock chapters - select different download formats - share any yt-dlp compatible link into the app and start downloading - foreground download services which work even if app is cleared from recents and updates ui when u go back @@ -33,15 +32,14 @@ ## Screenshots
- - - - - - + + + + + +
- ## License [GNU GPL v3.0](https://github.com/deniscerri/ytdlnis/blob/main/LICENSE) @@ -49,8 +47,8 @@ ## Thanks - [yt-dlp](https://github.com/yt-dlp/yt-dlp) and its contributors for making this tool possible. Without it this app wouldn't exist. -- [youtubedl-android](https://github.com/yausername/youtubedl-android) for porting yt-dlp to android +- [youtubedl-android](https://github.com/yausername/youtubedl-android) for porting yt-dlp to android - [dvd](https://github.com/yausername/dvd) for showing how to implement youtubedl-android - [seal](https://github.com/JunkFood02/Seal) for certain design elements and features i wanted to use aswell in this app -and alot of other internet forum strangers. \ No newline at end of file +and alot of other internet forum strangers. diff --git a/build.gradle b/build.gradle index d1885d38..e0aa2f7e 100644 --- a/build.gradle +++ b/build.gradle @@ -16,8 +16,8 @@ buildscript { } def versionMajor = 1 -def versionMinor = 2 -def versionPatch = 1 +def versionMinor = 3 +def versionPatch = 0 def versionBuild = 0 // bump for dogfood builds, public betas, etc. ext { diff --git a/fastlane/metadata/android/en-US/changelogs/10300.txt b/fastlane/metadata/android/en-US/changelogs/10300.txt new file mode 100644 index 00000000..dd3949d2 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/10300.txt @@ -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 \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/images/screenshots/1.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png similarity index 100% rename from fastlane/metadata/android/en-US/images/screenshots/1.png rename to fastlane/metadata/android/en-US/images/phoneScreenshots/1.png diff --git a/fastlane/metadata/android/en-US/images/screenshots/2.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png similarity index 100% rename from fastlane/metadata/android/en-US/images/screenshots/2.png rename to fastlane/metadata/android/en-US/images/phoneScreenshots/2.png diff --git a/fastlane/metadata/android/en-US/images/screenshots/3.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/3.png similarity index 100% rename from fastlane/metadata/android/en-US/images/screenshots/3.png rename to fastlane/metadata/android/en-US/images/phoneScreenshots/3.png diff --git a/fastlane/metadata/android/en-US/images/screenshots/4.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/4.png similarity index 100% rename from fastlane/metadata/android/en-US/images/screenshots/4.png rename to fastlane/metadata/android/en-US/images/phoneScreenshots/4.png diff --git a/fastlane/metadata/android/en-US/images/screenshots/5.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/5.png similarity index 100% rename from fastlane/metadata/android/en-US/images/screenshots/5.png rename to fastlane/metadata/android/en-US/images/phoneScreenshots/5.png diff --git a/fastlane/metadata/android/en-US/images/screenshots/6.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/6.png similarity index 100% rename from fastlane/metadata/android/en-US/images/screenshots/6.png rename to fastlane/metadata/android/en-US/images/phoneScreenshots/6.png