Highlights
New logo for guiscrcpy
The new logo for `guiscrcpy` has been deployed, licensed under *Creative Commons License Attribution 4.0*. A comparison between old and new. <p>
<img src="https://github.com/srevinsaju/guiscrcpy/blob/master/ui/android_circle.png" width=49%> <img src="https://github.com/srevinsaju/guiscrcpy/blob/master/ui/guiscrcpy_logo.png" width=49%>
New UI and distributed controls
The new UI aims for faster ergonomics and consumer oriented. Individual modules, now are separate from scrcpy executable to provide speed to the mirroring system. The new UI also looks way better than the old one ;) <p>
<img src="https://github.com/srevinsaju/guiscrcpy/blob/master/screen.png" width=100%> **OLD**
<img src="https://github.com/srevinsaju/guiscrcpy/blob/master/screen2.png" width=100%>
**NEW**
Raw
* Fixed many bugs
* Better UI, based on Material principles
* Switched to dark theme, thanks to `qdarkstyle`
* Faster `scrcpy` loading. Re-converted `StartScrcpy`
into `MyApp` class. `QThread` is not very fast, as it is said to be.
* Configuration has been updated to add `Keep Display Off`
* Added Orientation change command (potrait / landscape)
* Added user configuration file write to home directory on static line system. Users now automatically save theit information into the `.cfg file`
* Separated main controls from subsidiary controls. Linear layout and horizontal layout are separate.
* Users can now perform top to bottom or bottom to top swipe with notification buttons,
* Button utility is mentioned in tooltip
* Added Reset button to reset user config to defaults.
* Fixed QProgressBar blocking mainthread.
v1.9.7-release