Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

1.10.0.27082019-1254

Compare
Choose a tag to compare
@srevinsaju srevinsaju released this 27 Aug 19:45

guiscrcpy v1.10.0.27082019-1254

Build 1.10.0

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.


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 ;)


OLD

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.