No description
Find a file
Denis Çerri 8d178f6f1b
App finalization
Version 1.0.0
- Added delete history in history fragment
- Stored every search result in a database so that you can see them even after app is closed
- Fixed bad directory path text by converting it to UTF-8
- Made the app download the whole playlist
- Made the app keep track of songs that have already been downloaded by showing the finished progress bar on them if the fragment gets reloaded
- Fixed metadata on music files by adding thumbnail and proper metadata on author and title by using tags
2022-05-28 17:18:04 +02:00
.idea App finalization 2022-05-28 17:18:04 +02:00
app App finalization 2022-05-28 17:18:04 +02:00
common Init 2022-05-27 22:50:23 +02:00
ffmpeg Init 2022-05-27 22:50:23 +02:00
gradle/wrapper Init 2022-05-27 22:50:23 +02:00
library Init 2022-05-27 22:50:23 +02:00
.gitignore Init 2022-05-27 22:50:23 +02:00
build.gradle App finalization 2022-05-28 17:18:04 +02:00
BUILD_FFMPEG.md Init 2022-05-27 22:50:23 +02:00
BUILD_PYTHON.md Init 2022-05-27 22:50:23 +02:00
gradle.properties Init 2022-05-27 22:50:23 +02:00
gradlew Init 2022-05-27 22:50:23 +02:00
gradlew.bat Init 2022-05-27 22:50:23 +02:00
LICENSE Init 2022-05-27 22:50:23 +02:00
README.md Init 2022-05-27 22:50:23 +02:00
settings.gradle Init 2022-05-27 22:50:23 +02:00

ytdlnis

Android App for downloading youtube videos

Created as a project for the class, Mobile Programming.