[PR #119] [MERGED] Merge pull request #118 from nin0-dev/main #131

Closed
opened 2026-02-27 20:19:12 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nin0-dev/VendroidEnhanced/pull/119
Author: @nin0-dev
Created: 8/12/2025
Status: Merged
Merged: 8/12/2025
Merged by: @nin0-dev

Base: mainHead: dev


📝 Commits (5)

📊 Changes

29 files changed (+68 additions, -12 deletions)

View changed files

📝 app/build.gradle (+2 -2)
📝 app/src/main/AndroidManifest.xml (+16 -0)
app/src/main/ic_launcher_ts12-playstore.png (+0 -0)
📝 app/src/main/java/com/nin0dev/vendroid/RecoveryActivity.kt (+8 -8)
📝 app/src/main/java/com/nin0dev/vendroid/webview/VencordNative.kt (+1 -1)
📝 app/src/main/res/layout/activity_recovery.xml (+29 -1)
app/src/main/res/mipmap-anydpi-v26/ic_launcher_ts12.xml (+5 -0)
app/src/main/res/mipmap-anydpi-v26/ic_launcher_ts12_round.xml (+5 -0)
app/src/main/res/mipmap-hdpi/ic_launcher_ts12.webp (+0 -0)
app/src/main/res/mipmap-hdpi/ic_launcher_ts12_background.webp (+0 -0)
app/src/main/res/mipmap-hdpi/ic_launcher_ts12_foreground.webp (+0 -0)
app/src/main/res/mipmap-hdpi/ic_launcher_ts12_round.webp (+0 -0)
app/src/main/res/mipmap-mdpi/ic_launcher_ts12.webp (+0 -0)
app/src/main/res/mipmap-mdpi/ic_launcher_ts12_background.webp (+0 -0)
app/src/main/res/mipmap-mdpi/ic_launcher_ts12_foreground.webp (+0 -0)
app/src/main/res/mipmap-mdpi/ic_launcher_ts12_round.webp (+0 -0)
app/src/main/res/mipmap-xhdpi/ic_launcher_ts12.webp (+0 -0)
app/src/main/res/mipmap-xhdpi/ic_launcher_ts12_background.webp (+0 -0)
app/src/main/res/mipmap-xhdpi/ic_launcher_ts12_foreground.webp (+0 -0)
app/src/main/res/mipmap-xhdpi/ic_launcher_ts12_round.webp (+0 -0)

...and 9 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nin0-dev/VendroidEnhanced/pull/119 **Author:** [@nin0-dev](https://github.com/nin0-dev) **Created:** 8/12/2025 **Status:** ✅ Merged **Merged:** 8/12/2025 **Merged by:** [@nin0-dev](https://github.com/nin0-dev) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (5) - [`1c79fc7`](https://github.com/nin0-dev/VendroidEnhanced/commit/1c79fc773ba818cdd44d7857ebc95243c585140f) Merge pull request #118 from nin0-dev/main - [`b564abb`](https://github.com/nin0-dev/VendroidEnhanced/commit/b564abb954209d89a67af6a653f4e0bf1bec241f) add TS12 icon - [`979334e`](https://github.com/nin0-dev/VendroidEnhanced/commit/979334eeb18f97b82a014fb2a9325b54a12618e1) actually add TS12 icon - [`fb26704`](https://github.com/nin0-dev/VendroidEnhanced/commit/fb26704fd555aa67d5351bf695c808d5981210b9) add force updating - [`95ef957`](https://github.com/nin0-dev/VendroidEnhanced/commit/95ef95752e76effdd06677d5cb30fb5c36b61fd3) bump to 1.9 ### 📊 Changes **29 files changed** (+68 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `app/build.gradle` (+2 -2) 📝 `app/src/main/AndroidManifest.xml` (+16 -0) ➕ `app/src/main/ic_launcher_ts12-playstore.png` (+0 -0) 📝 `app/src/main/java/com/nin0dev/vendroid/RecoveryActivity.kt` (+8 -8) 📝 `app/src/main/java/com/nin0dev/vendroid/webview/VencordNative.kt` (+1 -1) 📝 `app/src/main/res/layout/activity_recovery.xml` (+29 -1) ➕ `app/src/main/res/mipmap-anydpi-v26/ic_launcher_ts12.xml` (+5 -0) ➕ `app/src/main/res/mipmap-anydpi-v26/ic_launcher_ts12_round.xml` (+5 -0) ➕ `app/src/main/res/mipmap-hdpi/ic_launcher_ts12.webp` (+0 -0) ➕ `app/src/main/res/mipmap-hdpi/ic_launcher_ts12_background.webp` (+0 -0) ➕ `app/src/main/res/mipmap-hdpi/ic_launcher_ts12_foreground.webp` (+0 -0) ➕ `app/src/main/res/mipmap-hdpi/ic_launcher_ts12_round.webp` (+0 -0) ➕ `app/src/main/res/mipmap-mdpi/ic_launcher_ts12.webp` (+0 -0) ➕ `app/src/main/res/mipmap-mdpi/ic_launcher_ts12_background.webp` (+0 -0) ➕ `app/src/main/res/mipmap-mdpi/ic_launcher_ts12_foreground.webp` (+0 -0) ➕ `app/src/main/res/mipmap-mdpi/ic_launcher_ts12_round.webp` (+0 -0) ➕ `app/src/main/res/mipmap-xhdpi/ic_launcher_ts12.webp` (+0 -0) ➕ `app/src/main/res/mipmap-xhdpi/ic_launcher_ts12_background.webp` (+0 -0) ➕ `app/src/main/res/mipmap-xhdpi/ic_launcher_ts12_foreground.webp` (+0 -0) ➕ `app/src/main/res/mipmap-xhdpi/ic_launcher_ts12_round.webp` (+0 -0) _...and 9 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 20:19:12 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/VendroidEnhanced#131
No description provided.