diff --git a/README.md b/README.md index 8c7acc39..37480adb 100644 --- a/README.md +++ b/README.md @@ -7,21 +7,10 @@ One part of the solution is to create an application that allows users to search FUTO is an organization dedicated to developing, both through in-house engineering and investment, technologies that frustrate centralization and industry consolidation. -
-
- -

Video

-
-
- -

Video (details)

-
-
- - - + + @@ -35,12 +24,10 @@ The FUTO media app is a player that exposes multiple video websites as sources i
Video
- - + - - +
Sources (all enabled)Sources (one disabled)Sources
@@ -49,7 +36,7 @@ Additional sources can also be installed. These sources are JavaScript sources, - + @@ -65,8 +52,8 @@ When a user enters a search term into the search bar, the query is posted to th
Install a new source
- - + + @@ -82,7 +69,7 @@ Creators are able to configure their profile using NeoPass.
Search (list)
- + @@ -123,7 +110,7 @@ The app offers a lot of settings customizing how the app looks and feels. An exa
Channel
- + @@ -136,8 +123,8 @@ Playlists allow you to make a collection of videos that you can create and custo
Settings
- - + + @@ -153,7 +140,7 @@ Both individual videos and playlists can be downloaded for local, offline playba
Playlists
- + @@ -168,7 +155,7 @@ For more information about casting please click [here](./docs/casting.md).
Downloads
- + @@ -193,6 +180,12 @@ In the future we hope to offer users the choice of their desired recommendation 1. Download a copy of the repository. 2. Open the project in Android Studio: Once the repository is cloned, you can open it in Android Studio by selecting "Open an Existing Project" from the welcome screen and navigating to the directory where you cloned the repository. +3. Open the terminal in Android Studio by clicking on the terminal icon on bottom left and run the following command: + +```sh +git submodule update --init --recursive +``` + 3. Build the project: With the project open in Android Studio, you can build it by selecting "Build > Make Project" from the main menu. This will compile the code and generate an APK file that you can install on your device or emulator. 4. Run the project: To run the project, select "Run > Run 'app'" from the main menu. This will launch the app on your device or emulator, allowing you to test it and make any necessary changes. @@ -210,20 +203,6 @@ Create a tag on the master branch, incrementing the last version number by 1 (fo Click on the CI/CD tab, you should now see the tests and build are in progress. If the build succeeds the last step will become available. The last step is a manual action which can be triggered by clicking the run button on the action. This action will deploy the build to all users using the app through auto-update. - ## Documentation The documentation can be found [here](https://gitlab.futo.org/videostreaming/documents/-/wikis/API-Overview). - - diff --git a/images/casting.png b/images/casting.png index d50c9f50..8f8a24a4 100644 Binary files a/images/casting.png and b/images/casting.png differ diff --git a/images/channel.png b/images/channel.png index 4b6783ac..356631e9 100644 Binary files a/images/channel.png and b/images/channel.png differ diff --git a/images/creators.png b/images/creators.png index 78d14b9e..e989eefe 100644 Binary files a/images/creators.png and b/images/creators.png differ diff --git a/images/downloads.png b/images/downloads.png index 14299ae7..9373d54f 100644 Binary files a/images/downloads.png and b/images/downloads.png differ diff --git a/images/history.png b/images/history.png index 1e9beb5c..242c1df3 100644 Binary files a/images/history.png and b/images/history.png differ diff --git a/images/playlist.png b/images/playlist.png index 8ff9aa0e..6d93c640 100644 Binary files a/images/playlist.png and b/images/playlist.png differ diff --git a/images/playlists.png b/images/playlists.png index bc038418..349f8adf 100644 Binary files a/images/playlists.png and b/images/playlists.png differ diff --git a/images/search-list.png b/images/search-list.png index 7c8b395e..3b0bca3d 100644 Binary files a/images/search-list.png and b/images/search-list.png differ diff --git a/images/search-preview.png b/images/search-preview.png index 26d774d3..c0fd0cd7 100644 Binary files a/images/search-preview.png and b/images/search-preview.png differ diff --git a/images/search-suggestions.png b/images/search-suggestions.png index 0bb53c7c..aa01fe54 100644 Binary files a/images/search-suggestions.png and b/images/search-suggestions.png differ diff --git a/images/settings.png b/images/settings.png index 60d7b1d3..16378e7f 100644 Binary files a/images/settings.png and b/images/settings.png differ diff --git a/images/source-install.png b/images/source-install.png index e6dc5377..514ba077 100644 Binary files a/images/source-install.png and b/images/source-install.png differ diff --git a/images/source-settings.png b/images/source-settings.png index 3027e5e6..01281a58 100644 Binary files a/images/source-settings.png and b/images/source-settings.png differ diff --git a/images/source.png b/images/source.png index 22f6e977..7188ac6b 100644 Binary files a/images/source.png and b/images/source.png differ diff --git a/images/subscriptions-list.png b/images/subscriptions-list.png index d228d891..0eb18975 100644 Binary files a/images/subscriptions-list.png and b/images/subscriptions-list.png differ diff --git a/images/subscriptions-preview.png b/images/subscriptions-preview.png index 006f200b..9af23834 100644 Binary files a/images/subscriptions-preview.png and b/images/subscriptions-preview.png differ diff --git a/images/video-details.png b/images/video-details.png index 380f5148..f2a99aa4 100644 Binary files a/images/video-details.png and b/images/video-details.png differ diff --git a/images/video.png b/images/video.png index 70e6a345..fb3b6842 100644 Binary files a/images/video.png and b/images/video.png differ
Casting