mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 08:35:53 +03:00
[GH-ISSUE #466] [Feature] Allow Nicknaming Remote Device #462
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#462
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?
Originally created by @Lindsor on GitHub (Apr 1, 2020).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/466
Originally assigned to: @NghiaTranUIT on GitHub.
Proxyman version? 1.20.0
Description
Currently Proxyman allows you to proxy a remote device (ie. Android) through Proxyman's proxy and inspect those calls.
The remote device displays as its local IP address (ie. 10.0.0.194)
It would be nice to be able to give a nickname to the connected device, something like:
Android Pixel (10.0.0.194)Format:
<NICKNAME> (<IP_ADDRESS>)The only issue I can see with this is if the local IP's change then the mapping breaks.
However, in my opinion, people using a feature like this would be Tech Savvy enough to understand this limitation, also why I added the
(<IP_ADDRESS>)after the nickname.@NghiaTranUIT commented on GitHub (Apr 1, 2020):
Hi @Lindsor, it's actually a reasonable idea since I sometimes struggle to guess which the device is when I have two connected devices.
I would introduce a Set Nick Name in the right-context menu, which allows us to set a name (with a simple caching mechanism too). The format might be " (<IP_ADDRESS>)" like your suggestion 👍
I would support it in the next release 🌮 Thank you for this convenience idea 🐝
@yauheniprakapenka commented on GitHub (Apr 1, 2020):
i also want this feature! thanks
@NghiaTranUIT commented on GitHub (Apr 5, 2020):
Good new 🌮 @yauheniprakapenka @Lindsor
BETA: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_1.20.0_Nicknam_Remote_Device.dmg
@Lindsor commented on GitHub (Apr 5, 2020):
Amazing, very quick turn around, you rock
@crankygeek commented on GitHub (Apr 7, 2020):
I love this soooo much. I've been meaning to add a request for something like this. I typically have 5+ devices proxying and Remote Devices has mostly been unusable for me.
Thanks @Lindsor and @NghiaTranUIT!!
@NghiaTranUIT commented on GitHub (Apr 10, 2020):
Just friendly reminder that this feature is rolled out at the latest build 1.21.0 🙌
Thank you all 🙇
@crankygeek commented on GitHub (Apr 10, 2020):
Yup, and it works really well. Now I just need to get my enhancement requests in. ;)
@chornerman commented on GitHub (May 2, 2021):
Hi, @NghiaTranUIT 👋🏼 Is it possible to see a list of all of the nicknames I've set?
@crankygeek commented on GitHub (May 3, 2021):
I don't think the list is exposed in the UI, but the info is stored in ~/Library/Preferences/com.proxyman.NSProxy.plist under
RemoteDeviceNickName.@NghiaTranUIT commented on GitHub (May 4, 2021):
Thanks @crankygeek. The list name is in this file @chornerman 👍
Please take note that Proxyman doesn't know which device model is connecting to Proxyman. It just a map of a Device's IP and the Nickname.
@chornerman commented on GitHub (May 4, 2021):
Thanks, @crankygeek @NghiaTranUIT 🙇🏼♂️