[PR #1] [MERGED] Feat: Paste from clipboard while downloading profile #32

Closed
opened 2026-03-04 23:13:37 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/creamlike1024/EasyLPAC/pull/1
Author: @quul
Created: 2/9/2024
Status: Merged
Merged: 2/9/2024
Merged by: @creamlike1024

Base: masterHead: master


📝 Commits (2)

  • 8e82d6a feat: Paste from clipboard while downloading profile
  • 8d9d3f1 Merge branch 'creamlike1024:master' into master

📊 Changes

4 files changed (+116 additions, -17 deletions)

View changed files

📝 go.mod (+2 -0)
📝 go.sum (+3 -0)
📝 utils.go (+45 -9)
📝 window.go (+66 -8)

📄 Description

This PR enables the user to paste QRCode image or LPA String from clipboard while downloading the profile.
image

Questions

  • Only test in macOS with Apple Silicon.
  • Some uncertainty behavior since I have no knowledge about eUICC. Refers to TODOs

What's more

I tried to add a feature that enable user to directly screenshot the QR, but I didn't find any library that allows me to select area while taking screenshot(like any screenshot software). Maybe it's better to let screenshot softwares to do the screenshot and we just paste from clipboard.


🔄 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/creamlike1024/EasyLPAC/pull/1 **Author:** [@quul](https://github.com/quul) **Created:** 2/9/2024 **Status:** ✅ Merged **Merged:** 2/9/2024 **Merged by:** [@creamlike1024](https://github.com/creamlike1024) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`8e82d6a`](https://github.com/creamlike1024/EasyLPAC/commit/8e82d6acfec300aca021a0e18485072eb814de15) feat: Paste from clipboard while downloading profile - [`8d9d3f1`](https://github.com/creamlike1024/EasyLPAC/commit/8d9d3f1ecc8244cb6edcbd17196fba18f8efa3b6) Merge branch 'creamlike1024:master' into master ### 📊 Changes **4 files changed** (+116 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+2 -0) 📝 `go.sum` (+3 -0) 📝 `utils.go` (+45 -9) 📝 `window.go` (+66 -8) </details> ### 📄 Description This PR enables the user to paste QRCode image or LPA String from clipboard while downloading the profile. ![image](https://github.com/creamlike1024/EasyLPAC/assets/56734434/0ed5b0c7-5560-4fc7-8cd1-ad40b041ea7a) ## Questions - Only test in macOS with Apple Silicon. - Some uncertainty behavior since I have no knowledge about eUICC. Refers to TODOs ## What's more I tried to add a feature that enable user to directly screenshot the QR, but I didn't find any library that allows me to select area while taking screenshot(like any screenshot software). Maybe it's better to let screenshot softwares to do the screenshot and we just paste from clipboard. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 23:13:37 +03:00
Sign in to join this conversation.
No labels
bug
pull-request
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/EasyLPAC#32
No description provided.