mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-02-28 21:38:20 +03:00
* change links * organize and give more credits * remove unnecessary comment lines * add general information about project * add MaintainTeam f-droid repo link
3.6 KiB
3.6 KiB
LastPipeBender
A libre lightweight streaming front-end for Android - Fork of NewPipe & Tubular
(F-Droid Repo Hosted by us, import it to Repositories)
General Information
This project has been started for merging Tubular features with latest NewPipe fixes. Later I 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 may include some minor bugs.
Upstream Projects
- 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
APK Info & Security
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
Project Management
---
title: Project Management
---
graph TD
A[NewPipe] --> D[dev]
B[Tubular] --> D
C[features from other forks/apps] --> 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)