ZeroPhone / ZPUI

Official ZeroPhone UI framework, based on pyLCI
http://zpui.rtfd.org/
Apache License 2.0
78 stars 19 forks source link

Matrix client improvements #149

Closed derivmug closed 5 years ago

derivmug commented 5 years ago

This PR adds a few things to the matrix client:

codecov[bot] commented 5 years ago

Codecov Report

Merging #149 into devel will increase coverage by 0.04%. The diff coverage is 15.62%.

Impacted file tree graph

@@            Coverage Diff             @@
##            devel     #149      +/-   ##
==========================================
+ Coverage   40.57%   40.62%   +0.04%     
==========================================
  Files         243      244       +1     
  Lines       19215    19393     +178     
==========================================
+ Hits         7797     7878      +81     
- Misses      11418    11515      +97
Impacted Files Coverage Δ
apps/matrix/main.py 17.07% <15.62%> (-1.37%) :arrow_down:
splash.py 7.69% <0%> (-0.31%) :arrow_down:
apps/system_apps/systemctl/systemctl.py 4% <0%> (ø)
ui/tests/test_menu.py 86.27% <0%> (+1.08%) :arrow_up:
apps/settings/main.py 33.98% <0%> (+7.67%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0bc88ec...7353f48. Read the comment docs.

CRImier commented 5 years ago

Thank you!