gujjwal00 / avnc

VNC Client for Android
GNU General Public License v3.0
600 stars 57 forks source link

why not support repeater? #208

Closed lantowan closed 6 months ago

lantowan commented 7 months ago

In the new version ,this function is removed

gujjwal00 commented 7 months ago

Sorry, that was my fault.

Over time, Advanced server editor dialog had become really complex and messy. So this version I refactored the implementation to make it more manageable.

Anyway, during this refactoring, I noticed a bug in the layout: The editbox for repeater ID is not connected to the backend model. If you save the server, and go back to edit it, the editbox will always be blank. This led me to believe that repeater support was broken since beginning. I failed to notice that the editbox value was retrieved by code, just before saving to database. I also failed to remember that I have actually tested repeater support with UltraVNC, when developing this feature.

I will restore this in the next version. In the mean time, you can switch to previous version (APKs are available in GitHub Release section). You can use Import/Export to copy over your servers.

lantowan commented 7 months ago

thanks,It is really useful function

gujjwal00 commented 6 months ago

Restored in v2.4.0