Skip to content

Commit

Permalink
Merge branch 'main' into 618-pkgscope-addition-about-comheytappictorial
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudxain authored Dec 8, 2024
2 parents 1736fb9 + b8f6688 commit 33ffb0a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ could happen to your phone.

<img src="/resources/screenshots/v1.0.2.png" width="850" alt="uad_screenshot">

**Check out the issues, and [feel free to contribute!](https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation/wiki/How-to-contribute)**
**Check out the issues, and [feel free to contribute!](https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation/wiki/How-to-contribute)**. We're in **HIGH NEED** of Rust developers for fixing critical issues, see [this announcement](https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation/discussions/731) for more information.

**For real-time communication, consider joining our Discord server:**

Expand Down
8 changes: 8 additions & 0 deletions resources/assets/uad_lists.json
Original file line number Diff line number Diff line change
Expand Up @@ -1207,6 +1207,14 @@
"labels": [],
"removal": "Recommended"
},
"com.telus.checkup": {
"list": "Carrier",
"description": "Checkup app (from Mobile Klinik; a Canadian store for buying, selling, and repairing smartphones)\nMainly used to run device-health diagnostics, estimate device value post-diagnostics (for re-selling at a Mobile Klinik location), and finding nearby Mobile Klinik locations to book appointments for device repair. Also contains ads and promotions for new devices and accessories.\nGenerally regarded as bloatware because diagnostics are generic at best, and is eager to request many unnecessary and potentially invasive device permissions.\nSafe to remove if you don't use it, and can be re-downloaded from the Google Play Store at any time.",
"dependencies": [],
"neededBy": [],
"labels": [],
"removal": "Recommended"
},
"com.telus.myaccount": {
"list": "Carrier",
"description": "My TELUS app\nIt's used for managing your telus account\nSafe to remove if you don't use it",
Expand Down
4 changes: 3 additions & 1 deletion src/gui/style.rs
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,9 @@ mod tests {
assert_ne!(palette.normal.primary, Color::BLACK);
assert_ne!(palette.normal.surface, Color::BLACK);
assert_ne!(palette.bright.primary, Color::BLACK);
assert_ne!(palette.bright.surface, Color::BLACK);
// if `LIGHT` then this can be `BLACK`
// https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation/pull/730#issuecomment-2525405134
//assert_ne!(palette.bright.surface, Color::BLACK);
assert_ne!(palette.normal.error, Color::BLACK);
assert_ne!(palette.bright.error, Color::BLACK);
}
Expand Down

0 comments on commit 33ffb0a

Please sign in to comment.