(F-Droid repo hosted by us, import it to "Repositories")
This project has been started for merging Tubular features with latest NewPipe fixes. Later we decided to improve it and created extended version to implement new features. While both versions will be the soft-fork (backward-compatible) of NewPipe project, extended version has new features and may include some minor bugs.
We created a Roadmap with mostly feature requests. These features will be added to project after passive maintenance mode ends. See the related discussion for more information about Roadmap & Project Status
- NewPipe
- This is the core of our Project !
- Thanks to TeamNewPipe Maintainers and Contributors
- Donate
- Tubular
- This is the fork that we merged RYD and SponsorBlock features
- Thanks to @polymorphicshade
- Other forks/apps to merge other cool features from
Both Debug and Release versions built by GitHub Actions. You can check checksum notice in Release Actions or/and checksum.txt in releases to compare with Application's
This is the SHA fingerprint of LastPipeBender's signing key to verify downloaded APKs which are signed by us.
1B:00:8D:64:BB:95:AB:47:74:D6:8B:87:F2:2B:8B:E9:A2:72:F4:92:4D:F5:20:29:D7:E6:18:38:35:D9:18:CC
---
title: Project Management
---
graph TD
A[NewPipe] --> D[dev]
B[Tubular] --> D
C[features from other forks/apps] --> | review | F
D --> | test & mini changes | E[master]
D --> X[unique features]
X --> | review | F[extended]
F --> G(Extended Version)
F --> | ensure long-term compatibility | E
E --> K(Stable Version)