Skip to content

Commit c7d2afd

Browse files
committed
update android manifest, prepare for publish
1 parent 0804c39 commit c7d2afd

File tree

2 files changed

+35
-24
lines changed

2 files changed

+35
-24
lines changed

Platforms/Android/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.creativedudesstudios.ytdownloader" android:versionCode="3" android:versionName="3.1.4">
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.creativedudesstudios.ytdownloader" android:versionCode="3" android:versionName="3.1.6">
33
<application android:requestLegacyExternalStorage="false" android:allowBackup="true" android:icon="@mipmap/appiconnew" android:supportsRtl="true" android:label="YT Downloader"></application>
44
<queries>
55
<intent>

README.md

Lines changed: 34 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# YT Downloader - Android
1+
# 📱 YT Downloader - Android
22

33
![](Resources/Splash/splash.svg)
44

55
YT Downloader is a cross-platform application built with .NET MAUI that allows users to download audio from YouTube videos and playlists. It is focused to work on Android.
66

7-
## Features
7+
## Features
88

99
- Download audio from individual YouTube videos
1010
- Download audio from entire YouTube playlists
@@ -13,63 +13,76 @@ YT Downloader is a cross-platform application built with .NET MAUI that allows u
1313
- Android scoped storage support for devices running Android 10 and above
1414
- A desktop version of this software can be found in the [YT Downloader WinUI 3 Repository](https://github.com/sera619/YoutubeDownloader_WinUI3)
1515

16-
## Getting Started
16+
## 🚀 Getting Started
1717

18-
### Installation
18+
### 📥 Installation
1919

2020
1. **Enable Unknown Sources:**
2121

22-
**Notice** This is necessary because the app is hosted here and not via the Google Play Store. Google therefore does not sign the app itself and it is marked as unsafe and not installed. Click [here](https://www.airdroid.com/app-management/install-unknown-apps-android/) for more information.):
22+
**Notice** This is necessary because the app is hosted here and not via the Google Play Store. Google therefore does not sign the app itself and it is marked as unsafe and not installed. ([Click](https://www.airdroid.com/app-management/install-unknown-apps-android/) for more information.):
2323

2424
- Before installing the APK, you need to allow installations from unknown sources. To do this, go to your Android device's settings
2525
- Open **Settings**
2626
- Go to **Security** or **Privacy** (depending on your device)
2727
- Enable **Unknown Sources** or **Install unknown apps** and allow the browser or file manager you're using to install APKs.
2828

29-
1. **Download and Install the APK:**
29+
2. **Download and Install the APK:**
3030
- Download the APK file from the release section of this repository or from the provided link.
3131
- Once downloaded, open the APK file to begin the installation process.
3232
- Follow the on-screen instructions to install the app.
3333

34-
## Usage
34+
## 🎯 Usage
3535

3636
1. Launch the application
3737
2. Enter a YouTube video or playlist URL in the provided input field
3838
3. Click 'Add' to add the video(s) to the download queue
39-
4. Click 'Download All' to start downloading the audio files
39+
4. Click 'Download' to start downloading the audio files
4040

41-
42-
## Contributing
43-
### Prerequisites
41+
## 🤝 Contributing
4442

4543
Contributions are welcome! Please feel free to submit a Pull Request.
44+
45+
### 🛠️ Prerequisites
46+
4647
- .NET 7.0 or later
4748
- Visual Studio 2022 or later with MAUI workload installed
4849

49-
### Dependencies
50+
### 📚 Dependencies
5051
- [YoutubeExplode](https://github.com/Tyrrrz/YoutubeExplode): Library for interacting with YouTube
5152

52-
## License
53+
## 📄 License
5354

5455
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
5556

56-
## Acknowledgments
57+
## 🙏 Acknowledgments
5758

5859
- Thanks to all contributors who have helped with this project
5960
- Special thanks to the creators of YoutubeExplode for their excellent library
6061

61-
## Disclaimer
62+
## ⚠️ Disclaimer
6263

6364
This application is for personal use only. Please respect YouTube's terms of service and copyright laws when using this application.
6465

65-
## Release Notes
66+
## 📝 Release Notes
6667

67-
### Version 3.1.4 (Release Version)
68-
- implementing cancel download feature
68+
### Version 3.1.6 (Release Version)
69+
- update Toolbaritem size
70+
- implement HomeViewModel
71+
- add start button on homepage
72+
- add a logo animation on HomePage
73+
- add option for toggle HomePage animation
74+
- update SettingsService for new option homepage animation
75+
76+
77+
For older releases click the tab below.
6978

7079
<details>
7180
<summary>Older releases</summary>
7281

82+
### Version 3.1.4 (Release Version)
83+
- implementing cancel download feature
84+
85+
7386
### Version 3.1.2 (Release Version)
7487
- Add music icon for entrys
7588
- fixing serveral display bugs
@@ -90,7 +103,6 @@ This application is for personal use only. Please respect YouTube's terms of ser
90103
### Version 3.0.1 (Release Version)
91104
- implement versionchecking and updatehandler
92105

93-
94106
### Version 2.9.9 (Release Version)
95107
- Improved menu navigation
96108
- update of the help page for the use of shortened urls
@@ -110,14 +122,13 @@ This application is for personal use only. Please respect YouTube's terms of ser
110122
- Android and Windows support
111123
</details>
112124

113-
114-
## Roadmap
125+
## 🗺️ Roadmap
115126

116127
- Implement download progress tracking
117128
- Add option to select audio quality
118129
- Setup cancel download and adding :ballot_box_with_check:
119130
- Implement a feature to resume interrupted downloads
120131

121-
## Support
132+
## 🆘 Support
122133

123-
If you encounter any problems or have any questions, please open an issue on the GitHub repository.
134+
If you encounter any problems or have any questions, please open an issue on the GitHub repository.

0 commit comments

Comments
 (0)