You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
APK changes:
- Fixed locales other than `en-US` not loading (7048a90)
- Fixed system UI holding onto light theme after changing from light mode to dark mode (9f00682)
- Added proper dark and light splashscreens (4d82e52)
...
**Full Changelog**: 0.20.0.115...0.20.0.116
FreeTube Cordova is an open source YouTube player built with privacy in mind. Use YouTube without advertisements and prevent Google from tracking you with their cookies and JavaScript.
25
-
Available for Android and as a PWA. FreeTube Cordova is a fork of [FreeTube](https://www.github.com/FreeTubeApp).
26
-
FreeTube Cordova is currently in Beta. While it should work well for most users, there are still bugs and missing features that need to be addressed.
24
+
FreeTube Android is an open source YouTube player built with privacy in mind. Use YouTube without advertisements and prevent Google from tracking you with their cookies and JavaScript.
25
+
Available as an APK and as a PWA (progressive web app). FreeTube Android is a fork of [FreeTube](https://www.github.com/FreeTubeApp).
26
+
27
+
> [!NOTE]
28
+
> FreeTube Android is currently in Beta. While it should work well for most users, there are still bugs and missing features that need to be addressed.
FreeTube Cordova uses the [Invidious API](https://github.com/iv-org/invidious) to serve data and videos. No official YouTube APIs are used to obtain data. Your subscriptions and history are stored locally on your device and are never sent out.
41
+
The APK uses a built in extractor to grab and serve data / videos, and can optionally use the [Invidious API](https://github.com/iv-org/invidious). The PWA *only* uses the Invidious API. No official YouTube APIs are used to obtain data. Your subscriptions and history are stored locally on your device and are never sent out.
39
42
40
43
## Features
41
44
* Watch videos without ads
@@ -50,8 +53,6 @@ FreeTube Cordova uses the [Invidious API](https://github.com/iv-org/invidious) t
50
53
* Most popular videos page based on the set Invidious instance
51
54
* SponsorBlock
52
55
* Full Theme support
53
-
* Multiple windows
54
-
* Mini Player (Picture-in-Picture)
55
56
* Keyboard shortcuts
56
57
* Option to show only family friendly content
57
58
* Show/hide functionality or elements within the app using the distraction free settings
@@ -61,30 +62,23 @@ Go to [FreeTube's Documentation](https://docs.freetubeapp.io/) if you'd like to
Builds are automatically created from changes to our development branch via [GitHub Actions](https://github.com/MarmadileManteater/FreeTubeCordova/actions/workflows/buildCordova.yml).
76
68
77
69
The first build with a green check mark is the latest build. You will need to have a GitHub account to download these builds.
78
70
79
71
## How to build and test
80
-
### Commands for the Android APK
72
+
### Commands for the APK
81
73
```bash
82
74
# 📦 Packs the project using `webpack.android.config.js`
83
75
yarn pack:android
84
76
# 🚧 for development
85
77
yarn pack:android:dev
86
78
```
87
-
### Commands for the PWA (progressive web app)
79
+
> [!NOTE]
80
+
> These commands only build the assets necessary for the project located in `android/` to be built. In order to obtain a complete build, you will need to build the project located in `android/` with `gradle`.
81
+
### Commands for the PWA
88
82
```bash
89
83
# 🐛 Debugs the project using `webpack.web.config.js`
90
84
yarn dev:web
@@ -126,13 +120,13 @@ before sending your pull request.
Copy file name to clipboardexpand all lines: metadata/en-US/full_description.txt
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
FreeTube Cordova is a YouTube client that uses the Invidious API to serve data and videos from YouTube.
1
+
FreeTube Android (formerly FreeTubeCordova) is a YouTube client that uses uses a built in extractor to grab and serve data / videos from YouTube. The Invidious API can also be optionally used.
2
2
No official YouTube APIs are used to obtain data.
3
3
Your subscriptions and history are stored locally on your device and are never sent out.
4
4
@@ -15,4 +15,4 @@ Features:
15
15
- Parental controls
16
16
- Subscribe to channels without an account
17
17
18
-
FreeTube Cordova is currently in Beta. While it should work well for most users, there are still bugs and missing features that need to be addressed.
18
+
FreeTube Android is currently in Beta. While it should work well for most users, there are still bugs and missing features that need to be addressed.
0 commit comments