Skip to content

Commit c36acc7

Browse files
committed
fixed issue #2 and ui updates
2 parents fe91e61 + 253adf5 commit c36acc7

File tree

4 files changed

+44
-18
lines changed

4 files changed

+44
-18
lines changed

.github/workflows/build-apk.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up JDK
2020
uses: actions/setup-java@v3
2121
with:
22-
java-version: '11'
22+
java-version: '17'
2323
distribution: 'temurin'
2424

2525
- name: Cache Gradle dependencies
@@ -30,11 +30,14 @@ jobs:
3030
restore-keys: |
3131
${{ runner.os }}-gradle-
3232
33+
- name: Grant execute permission to gradlew
34+
run: chmod +x ./gradlew
35+
3336
- name: Build APK
3437
run: ./gradlew assembleRelease
3538

3639
- name: Upload APK
3740
uses: actions/upload-artifact@v3
3841
with:
3942
name: app-release
40-
path: app/build/outputs/apk/release/app-release.apk
43+
path: app/build/outputs/apk/release/app-release.apk

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
applicationId "com.tharunbirla.fetchit"
1212
minSdk 21
1313
targetSdk 34
14-
versionCode 1
15-
versionName "1.0"
14+
versionCode 2
15+
versionName "1.1"
1616

1717
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1818
vectorDrawables {
Lines changed: 36 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,36 @@
1+
<<<<<<< HEAD
12
# FetchIt
2-
3-
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.
4-
## Features
5-
6-
- **Multi-Platform Support**: Download videos from YouTube, Twitter, Instagram, and Facebook.
7-
- **Clipboard Integration**: Easily paste URLs from the clipboard directly into the input field.
8-
- **File Picker**: Choose the location where you want to save your downloaded media files.
9-
- **Notification Alerts**: Receive notifications about the status of your downloads.
10-
- **User-Friendly Interface**: Simple and intuitive design for a seamless user experience.
11-
12-
## How to Use
13-
3+
=======
4+
Welcome to FetchIt! Easily download media from your favorite platforms and save it to your device. 🎥📸
5+
>>>>>>> 253adf53012df105d169cdbfc285b2867966033f
6+
7+
**Supported Platforms:**
8+
9+
* YouTube
10+
* Facebook
11+
* Instagram
12+
* Twitter
13+
* TikTok
14+
* Reddit
15+
* Vimeo
16+
* Dailymotion
17+
* Pinterest
18+
* Snapchat
19+
* SoundCloud
20+
* Twitch
21+
* Tumblr
22+
* Bilibili
23+
* Loom
24+
* Streamable
25+
* VK
26+
* Rutube
27+
* Bluesky
28+
* Vine
29+
* OK
30+
31+
⚠️ **Disclaimer**: The app developer does not have any relationship or agreement with any of the platforms listed above.
32+
33+
<<<<<<< HEAD
1434
1. **Enter URL**: Type or paste the URL of the media file you wish to download into the provided input field.
1535
2. **Select Location**: Open the file picker to choose where you want to save the file.
1636
3. **Start Download**: Tap the download button to begin the download process.
@@ -27,4 +47,7 @@ To ensure proper functionality, FetchIt requires the following permissions:
2747

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

30-
For further information, please visit the [GitHub repository](https://github.com/tharunbirla/FetchIt) or open an issue if you have any questions.
50+
For further information, please visit the [GitHub repository](https://github.com/tharunbirla/FetchIt) or open an issue if you have any questions.
51+
=======
52+
For more info or to report issues, visit the [GitHub repository](https://github.com/tharunbirla/FetchIt/issues).
53+
>>>>>>> 253adf53012df105d169cdbfc285b2867966033f
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +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.
1+
FetchIt download video from YouTube, Twitter, Instagram, Facebook, and more.

0 commit comments

Comments
 (0)