JoyShockMapper icon indicating copy to clipboard operation
JoyShockMapper copied to clipboard

macos support?

Open reiganarmstrong opened this issue 2 years ago • 1 comments

Would it be possible to build this for mac using the linux installation method?

reiganarmstrong avatar Nov 17 '23 11:11 reiganarmstrong

>     app:mask=""

eGorets avatar Feb 04 '17 15:02 eGorets

How to change it in code not xml. Also using databinding library as setting as app:mask="@{model.show ? `` : *}" throws an error. Can you make create getters and setters for mask so that we can do it in code?

adityaladwa avatar May 16 '17 05:05 adityaladwa

@eGorets Is there a way to change in code?

adityaladwa avatar May 16 '17 05:05 adityaladwa

There isn't a setter in code for mask at the moment. As a workaround you can have two PinEntryViews in your layout, one with a mask and the other without, and flip their visibility when you toggle the show/hide pin button.

zfoltin avatar May 17 '17 13:05 zfoltin