[PR #101] [CLOSED] merge #121

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

📋 Pull Request Information

Original PR: https://github.com/nin0-dev/VendroidEnhanced/pull/101
Author: @YashSoPro
Created: 12/4/2024
Status: Closed

Base: mainHead: main


📝 Commits (10+)

📊 Changes

18 files changed (+382 additions, -173 deletions)

View changed files

📝 .github/workflows/android.yml (+20 -6)
📝 README.md (+50 -41)
📝 app/src/main/AndroidManifest.xml (+34 -18)
📝 app/src/main/java/com/nin0dev/vendroid/HttpClient.kt (+16 -6)
📝 app/src/main/java/com/nin0dev/vendroid/MainActivity.kt (+6 -7)
📝 app/src/main/java/com/nin0dev/vendroid/VChromeClient.kt (+21 -9)
📝 app/src/main/java/com/nin0dev/vendroid/VWebviewClient.kt (+36 -30)
📝 app/src/main/res/layout/activity_main.xml (+10 -3)
📝 app/src/main/res/layout/activity_recovery.xml (+14 -9)
📝 app/src/main/res/layout/activity_settings.xml (+15 -13)
📝 app/src/main/res/layout/activity_welcome.xml (+2 -5)
📝 app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml (+4 -4)
📝 app/src/main/res/raw/vencord_mobile.js (+22 -13)
📝 app/src/main/res/values-night/colors.xml (+33 -2)
📝 app/src/main/res/values-night/themes.xml (+60 -1)
📝 app/src/main/res/values/colors.xml (+10 -3)
📝 app/src/main/res/values/strings.xml (+3 -2)
📝 app/src/main/res/values/themes.xml (+26 -1)

📄 Description

test idk whats that


🔄 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/101 **Author:** [@YashSoPro](https://github.com/YashSoPro) **Created:** 12/4/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`74b9cc8`](https://github.com/nin0-dev/VendroidEnhanced/commit/74b9cc8cde936fb5fadf86858e7ffe936313975d) Update README.md - [`d8f59ec`](https://github.com/nin0-dev/VendroidEnhanced/commit/d8f59ec22160a37c23ddf1534d6fd25e2c3424d4) Update AndroidManifest.xml - [`ac67511`](https://github.com/nin0-dev/VendroidEnhanced/commit/ac6751159a3f8e1491eebba353b683efc144b9e1) Update MainActivity.kt - [`86df111`](https://github.com/nin0-dev/VendroidEnhanced/commit/86df11103325bd72c3daef298ba6373b9443ad4c) Update VWebviewClient.kt - [`e5db346`](https://github.com/nin0-dev/VendroidEnhanced/commit/e5db346635c87b8df3d4cc0664d9f547a1a18ef2) Update VChromeClient.kt - [`76b09ec`](https://github.com/nin0-dev/VendroidEnhanced/commit/76b09ece031e52ce498c74250db3b23106286e5a) Update HttpClient.kt - [`c6945d6`](https://github.com/nin0-dev/VendroidEnhanced/commit/c6945d68c39ecaaec48cd6afca597d230f6e0a17) Update activity_main.xml - [`56bcc9b`](https://github.com/nin0-dev/VendroidEnhanced/commit/56bcc9bbd0e553fb0608aa4bce9eaa85455df9e2) Update activity_recovery.xml - [`117dac8`](https://github.com/nin0-dev/VendroidEnhanced/commit/117dac8c0ad22ef4afe48751df7455c20cb923ff) Update activity_settings.xml - [`4bc6925`](https://github.com/nin0-dev/VendroidEnhanced/commit/4bc69253212293e50514e9ff3d3d932cf3118d1a) Update activity_welcome.xml ### 📊 Changes **18 files changed** (+382 additions, -173 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/android.yml` (+20 -6) 📝 `README.md` (+50 -41) 📝 `app/src/main/AndroidManifest.xml` (+34 -18) 📝 `app/src/main/java/com/nin0dev/vendroid/HttpClient.kt` (+16 -6) 📝 `app/src/main/java/com/nin0dev/vendroid/MainActivity.kt` (+6 -7) 📝 `app/src/main/java/com/nin0dev/vendroid/VChromeClient.kt` (+21 -9) 📝 `app/src/main/java/com/nin0dev/vendroid/VWebviewClient.kt` (+36 -30) 📝 `app/src/main/res/layout/activity_main.xml` (+10 -3) 📝 `app/src/main/res/layout/activity_recovery.xml` (+14 -9) 📝 `app/src/main/res/layout/activity_settings.xml` (+15 -13) 📝 `app/src/main/res/layout/activity_welcome.xml` (+2 -5) 📝 `app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml` (+4 -4) 📝 `app/src/main/res/raw/vencord_mobile.js` (+22 -13) 📝 `app/src/main/res/values-night/colors.xml` (+33 -2) 📝 `app/src/main/res/values-night/themes.xml` (+60 -1) 📝 `app/src/main/res/values/colors.xml` (+10 -3) 📝 `app/src/main/res/values/strings.xml` (+3 -2) 📝 `app/src/main/res/values/themes.xml` (+26 -1) </details> ### 📄 Description test idk whats that --- <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:10 +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#121
No description provided.