Skip to content

Commit

Permalink
fixed issue #2 and ui updates
Browse files Browse the repository at this point in the history
  • Loading branch information
CYB3R-G0D committed Oct 13, 2024
2 parents fe91e61 + 253adf5 commit c36acc7
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 18 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'

- name: Cache Gradle dependencies
Expand All @@ -30,11 +30,14 @@ jobs:
restore-keys: |
${{ runner.os }}-gradle-
- name: Grant execute permission to gradlew
run: chmod +x ./gradlew

- name: Build APK
run: ./gradlew assembleRelease

- name: Upload APK
uses: actions/upload-artifact@v3
with:
name: app-release
path: app/build/outputs/apk/release/app-release.apk
path: app/build/outputs/apk/release/app-release.apk
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "com.tharunbirla.fetchit"
minSdk 21
targetSdk 34
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
49 changes: 36 additions & 13 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,36 @@
<<<<<<< HEAD
# FetchIt

FetchIt is an Android application designed to simplify the process of downloading media files from various popular platforms. With FetchIt, users can easily download videos from YouTube, Twitter, Instagram, and Facebook, and save them to the device.
## Features

- **Multi-Platform Support**: Download videos from YouTube, Twitter, Instagram, and Facebook.
- **Clipboard Integration**: Easily paste URLs from the clipboard directly into the input field.
- **File Picker**: Choose the location where you want to save your downloaded media files.
- **Notification Alerts**: Receive notifications about the status of your downloads.
- **User-Friendly Interface**: Simple and intuitive design for a seamless user experience.

## How to Use

=======
Welcome to FetchIt! Easily download media from your favorite platforms and save it to your device. 🎥📸
>>>>>>> 253adf53012df105d169cdbfc285b2867966033f

**Supported Platforms:**

* YouTube
* Facebook
* Instagram
* Twitter
* TikTok
* Reddit
* Vimeo
* Dailymotion
* Pinterest
* Snapchat
* SoundCloud
* Twitch
* Tumblr
* Bilibili
* Loom
* Streamable
* VK
* Rutube
* Bluesky
* Vine
* OK

⚠️ **Disclaimer**: The app developer does not have any relationship or agreement with any of the platforms listed above.

<<<<<<< HEAD
1. **Enter URL**: Type or paste the URL of the media file you wish to download into the provided input field.
2. **Select Location**: Open the file picker to choose where you want to save the file.
3. **Start Download**: Tap the download button to begin the download process.
Expand All @@ -27,4 +47,7 @@ To ensure proper functionality, FetchIt requires the following permissions:

⚠️ **Disclaimer**: The app developer does not have any relationship or agreement with any of the platforms.

For further information, please visit the [GitHub repository](https://github.com/tharunbirla/FetchIt) or open an issue if you have any questions.
For further information, please visit the [GitHub repository](https://github.com/tharunbirla/FetchIt) or open an issue if you have any questions.
=======
For more info or to report issues, visit the [GitHub repository](https://github.com/tharunbirla/FetchIt/issues).
>>>>>>> 253adf53012df105d169cdbfc285b2867966033f
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/short_description.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FetchIt is an Android app that lets you download media files from YouTube, Twitter, Instagram, and Facebook. Easily paste URLs from your clipboard, select a save location, and start downloading.
FetchIt download video from YouTube, Twitter, Instagram, Facebook, and more.

0 comments on commit c36acc7

Please sign in to comment.