[PR #519] [MERGED] Add qrcode scanner #530

Closed
opened 2026-03-03 16:38:50 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/519
Author: @im45so
Created: 9/2/2024
Status: Merged
Merged: 10/20/2024
Merged by: @AchoArnold

Base: mainHead: add-qrcode-scanner


📝 Commits (4)

  • ef60299 feat: add qrcode scanner
  • 2740b28 feat: add qrcode scanner
  • 6cf8f03 feat: package setupApiKeyInput function
  • fd02dce feat: clean code

📊 Changes

7 files changed (+94 additions, -4 deletions)

View changed files

📝 android/app/build.gradle (+1 -0)
📝 android/app/src/main/AndroidManifest.xml (+5 -0)
📝 android/app/src/main/java/com/httpsms/LoginActivity.kt (+35 -0)
📝 android/app/src/main/res/layout/activity_login.xml (+6 -4)
📝 web/package.json (+1 -0)
📝 web/pages/settings/index.vue (+43 -0)
📝 web/pnpm-lock.yaml (+3 -0)

📄 Description

add "show qr code" button on setting page
add "camera" icon on httpsms app
Use QRCODE SCANNER to fill in the API KEY


🔄 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/NdoleStudio/httpsms/pull/519 **Author:** [@im45so](https://github.com/im45so) **Created:** 9/2/2024 **Status:** ✅ Merged **Merged:** 10/20/2024 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `add-qrcode-scanner` --- ### 📝 Commits (4) - [`ef60299`](https://github.com/NdoleStudio/httpsms/commit/ef60299bc0e3e876f76a0eff4fbe740a86191e06) feat: add qrcode scanner - [`2740b28`](https://github.com/NdoleStudio/httpsms/commit/2740b28113d7a35f650d98a7fb7526a9aa5f0b2a) feat: add qrcode scanner - [`6cf8f03`](https://github.com/NdoleStudio/httpsms/commit/6cf8f03beeaf792aed2cee80810070a8b5d9e818) feat: package setupApiKeyInput function - [`fd02dce`](https://github.com/NdoleStudio/httpsms/commit/fd02dce00821d75f2da45ce9fa48a6f3a1ef1a06) feat: clean code ### 📊 Changes **7 files changed** (+94 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `android/app/build.gradle` (+1 -0) 📝 `android/app/src/main/AndroidManifest.xml` (+5 -0) 📝 `android/app/src/main/java/com/httpsms/LoginActivity.kt` (+35 -0) 📝 `android/app/src/main/res/layout/activity_login.xml` (+6 -4) 📝 `web/package.json` (+1 -0) 📝 `web/pages/settings/index.vue` (+43 -0) 📝 `web/pnpm-lock.yaml` (+3 -0) </details> ### 📄 Description add "show qr code" button on setting page add "camera" icon on httpsms app Use QRCODE SCANNER to fill in the API KEY --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:38:50 +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/httpsms#530
No description provided.