Skip to content

Commit

Permalink
Merge pull request #66 from NightRainMilkyWay:main
Browse files Browse the repository at this point in the history
Improve user authentication flow
  • Loading branch information
NightRainMilkyWay authored Dec 1, 2024
2 parents dff66ef + 6b9f20e commit 0711711
Show file tree
Hide file tree
Showing 3 changed files with 158 additions and 0 deletions.
73 changes: 73 additions & 0 deletions .md
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
**简体中文** | [English](README_EN.md) | [简体中文](README.md)

# Tritium Scheduler


<img src="https://img.nightrainmilkyway.cn/img/202410231543636.png" style="width: 96px;" alt="logo">

[![Latest release](https://img.shields.io/github/v/release/TimeBreeze/Tritium?label=Release&logo=github)](https://github.com/TimeBreeze/Tritium/releases/latest) [![GitHub License](https://img.shields.io/github/license/TimeBreeze/Tritium?logo=gnu)](/LICENSE)

## 特性

只需作为magisk/kernelSU模块刷入,或者安装app并授予`root`权限即可,开箱即用

## 兼容状态

支持安卓6-14的arm64设备(APP最低支持安卓9)

本调度在类原生系统下效果最佳

目前支持架构 : `arm64-v8a`

支持的SOC列表(后续也可能会增加)
(注:仅代表本调度,并不代表原CT)

#### 维护者 : [@Suni-code](https://github.com/Suni-code) (Magisk_suni_Vxxx.zip)
骁龙:`845/855/855+/860/865/865+/870/888/888+/8Gen1/8+Gen1/7+Gen2/8Gen2/8Gen3/835/7+Gen3`

天玑:`1100/1200/8100/8200/8300/9000/9200/9200+/`

#### 维护者 : [@xianyu6556](https://github.com/xianyu6556)(Magisk_fiage_Vxxx.zip)
骁龙:`888/888+/8Gen1/8+Gen1/`

天玑:`1100/1200/`

> [!TIP]
> 两位维护者的大版本相同,细节和风格会有差异,适配的SOC不同,选择适合自己的版本即可
> `欢迎任何人加入我们共同分享配置文件`
## 使用方法

- [安装教程](https://tritium.nightrainmilkyway.cn/guide/use)
- [官方网站](https://tritium.nightrainmilkyway.cn/)


## 讨论

- QQ群组: [Tritium](https://qm.qq.com/q/rFzx3jszXU)
- QQ频道: [Tritium](https://pd.qq.com/s/te0rscpe)

## 许可证

[Apache-2.0 license](https://github.com/TimeBreeze/Tritium/blob/main/LICENSE)

## 鸣谢

[CuprumTurbo Scheduler](https://github.com/chenzyadb/CuprumTurbo-Scheduler) : 一个简单可靠的性能调度.

[CuJankDetector](https://github.com/chenzyadb/CuJankDetector): 钩住 surfaceflinger 以检测卡顿。


# ⭐ Star History

[![Star History Chart](https://api.star-history.com/svg?repos=TimeBreeze/Tritium&type=Timeline)](https://star-history.com/#TimeBreeze/Tritium&Timeline)

![Alt](https://repobeats.axiom.co/api/embed/15fccaacef7bdef095601fd00bacceffc90b3d87.svg)

# 📢 Contributors

<a href="https://github.com/TimeBreeze/Tritium/graphs/contributors">
<img src="https://contrib.rocks/image?repo=TimeBreeze/Tritium" />
</a>

Made with [contrib.rocks](https://contrib.rocks).
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
**简体中文** | [English](README_EN.md) | [简体中文](README.md)

# Tritium Scheduler


Expand Down Expand Up @@ -32,6 +34,7 @@

> [!TIP]
> 两位维护者的大版本相同,细节和风格会有差异,适配的SOC不同,选择适合自己的版本即可
> `欢迎任何人加入我们共同分享配置文件`
## 使用方法

Expand All @@ -53,3 +56,18 @@
[CuprumTurbo Scheduler](https://github.com/chenzyadb/CuprumTurbo-Scheduler) : 一个简单可靠的性能调度.

[CuJankDetector](https://github.com/chenzyadb/CuJankDetector): 钩住 surfaceflinger 以检测卡顿。


# ⭐ Star History

[![Star History Chart](https://api.star-history.com/svg?repos=TimeBreeze/Tritium&type=Timeline)](https://star-history.com/#TimeBreeze/Tritium&Timeline)

![Alt](https://repobeats.axiom.co/api/embed/15fccaacef7bdef095601fd00bacceffc90b3d87.svg)

# 📢 Contributors

<a href="https://github.com/TimeBreeze/Tritium/graphs/contributors">
<img src="https://contrib.rocks/image?repo=TimeBreeze/Tritium" />
</a>

Made with [contrib.rocks](https://contrib.rocks).
67 changes: 67 additions & 0 deletions README_EN.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
**English** | [English](README_EN.md) | [简体中文](README.md)

# Tritium Scheduler


<img src="https://img.nightrainmilkyway.cn/img/202410231543636.png" style="width: 96px;" alt="logo">

[![Latest release](https://img.shields.io/github/v/release/TimeBreeze/Tritium?label=Release&logo=github)](https://github.com/TimeBreeze/Tritium/releases/latest) [![GitHub License](https://img.shields.io/github/license/TimeBreeze/Tritium?logo=gnu)](/LICENSE)

## characteristic

Flash it as a magisk/kernelSU module, or install the app and grant `root` permissions, it will work out of the box

## Compatibility status

Support arm64 devices of Android 6-14 (the APP supports at least Android 9)

This scheduling works best with native-like systems

Currently supported architectures : `arm64-v8a`.

List of supported SOCs (may also be added later) (Note: represents this dispatch only and does not represent the original CT)

#### 维护者 : [@Suni-code](https://github.com/Suni-code) (Magisk_suni_Vxxx.zip)
Snapdragon:`845/855/855+/860/865/865+/870/888/888+/8Gen1/8+Gen1/7+Gen2/8Gen2/8Gen3/835/7+Gen3`

MediaTek:`1100/1200/8100/8200/8300/9000/9200/9200+/`

#### 维护者 : [@xianyu6556](https://github.com/xianyu6556)(Magisk_fiage_Vxxx.zip)
Snapdragon:`888/888+/8Gen1/8+Gen1/`

MediaTek: `1100/1200/`
> [!TIP]
> `Both maintainers have the same major version, details and style will be different, adapted to different SOC, just choose the one that suits you
> `Anyone is welcome to join us to share the configuration file`.
## Usage

- [Installation Tutorial](https://tritium.nightrainmilkyway.cn/guide/use)
- [Official website](https://tritium.nightrainmilkyway.cn/)



## 许可证

[Apache-2.0 license](https://github.com/TimeBreeze/Tritium/blob/main/LICENSE)

## 鸣谢

[CuprumTurbo Scheduler](https://github.com/chenzyadb/CuprumTurbo-Scheduler) : A simple and reliable performance scheduler.

[CuJankDetector](https://github.com/chenzyadb/CuJankDetector): Hook up surfaceflinger to detect jams。


# ⭐ Star History

[![Star History Chart](https://api.star-history.com/svg?repos=TimeBreeze/Tritium&type=Timeline)](https://star-history.com/#TimeBreeze/Tritium&Timeline)

![Alt](https://repobeats.axiom.co/api/embed/15fccaacef7bdef095601fd00bacceffc90b3d87.svg)

# 📢 Contributors

<a href="https://github.com/TimeBreeze/Tritium/graphs/contributors">
<img src="https://contrib.rocks/image?repo=TimeBreeze/Tritium" />
</a>

Made with [contrib.rocks](https://contrib.rocks).

0 comments on commit 0711711

Please sign in to comment.