mirror of
https://github.com/glenndehaan/unifi-voucher-site.git
synced 2026-05-09 08:25:29 +02:00
[PR #113] [CLOSED] Claude/unifi voucher android app vk7fc #123
Labels
No labels
bug
enhancement
pull-request
question
question
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/unifi-voucher-site#123
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/glenndehaan/unifi-voucher-site/pull/113
Author: @sistemas-nxt
Created: 1/5/2026
Status: ❌ Closed
Base:
master← Head:claude/unifi-voucher-android-app-vk7fc📝 Commits (10+)
24f196dadded logo_bivid.pngd884238Update print.js96e41c9Add GHCR publishing guidanceb03e70aMerge pull request #1 from sistemas-nxt/codex/add-screen-to-generate-voucher-and-print76f6b5cCreate build_publish_GHCR5320782Rename build_publish_GHCR to build_publish_GHCR.yml3015475Update print.js37b3998Update print.js06a15b1Update print.js68d75b8Update print.js📊 Changes
56 files changed (+4148 additions, -33 deletions)
View changed files
➕
.github/workflows/build_publish_GHCR.yml(+33 -0)➕
ANDROID.md(+288 -0)📝
README.md(+64 -9)➕
android-wrapper/.gitignore(+79 -0)➕
android-wrapper/README.md(+233 -0)➕
android-wrapper/app/build.gradle.kts(+117 -0)➕
android-wrapper/app/proguard-rules.pro(+16 -0)➕
android-wrapper/app/src/main/AndroidManifest.xml(+82 -0)➕
android-wrapper/app/src/main/java/com/unifi/voucher/BootReceiver.kt(+51 -0)➕
android-wrapper/app/src/main/java/com/unifi/voucher/ConfigManager.kt(+145 -0)➕
android-wrapper/app/src/main/java/com/unifi/voucher/MainActivity.kt(+283 -0)➕
android-wrapper/app/src/main/java/com/unifi/voucher/NodeService.kt(+331 -0)➕
android-wrapper/app/src/main/java/com/unifi/voucher/SettingsActivity.kt(+128 -0)➕
android-wrapper/app/src/main/java/com/unifi/voucher/SetupActivity.kt(+175 -0)➕
android-wrapper/app/src/main/java/com/unifi/voucher/SplashActivity.kt(+69 -0)➕
android-wrapper/app/src/main/java/com/unifi/voucher/VoucherApplication.kt(+43 -0)➕
android-wrapper/app/src/main/res/drawable/circle_background.xml(+5 -0)➕
android-wrapper/app/src/main/res/drawable/ic_back.xml(+11 -0)➕
android-wrapper/app/src/main/res/drawable/ic_error.xml(+10 -0)➕
android-wrapper/app/src/main/res/drawable/ic_home.xml(+11 -0)...and 36 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.