mirror of
https://github.com/NdoleStudio/httpsms.git
synced 2026-04-25 10:56:00 +03:00
[PR #519] [MERGED] Add qrcode scanner #530
Labels
No labels
In Review
documentation
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/httpsms#530
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:add-qrcode-scanner📝 Commits (4)
ef60299feat: add qrcode scanner2740b28feat: add qrcode scanner6cf8f03feat: package setupApiKeyInput functionfd02dcefeat: 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.