MonkAlex / MangaReader

Help to download updates from online manga readers.
http://monkalex.github.io/MangaReader/
MIT License
51 stars 6 forks source link

Cross-platform Avalonia UI #109

Closed MonkAlex closed 6 years ago

MonkAlex commented 6 years ago

Branch for work on #95

codecov[bot] commented 6 years ago

Codecov Report

Merging #109 into master will increase coverage by <.01%. The diff coverage is 77.2%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #109      +/-   ##
==========================================
+ Coverage   76.11%   76.12%   +<.01%     
==========================================
  Files         127      175      +48     
  Lines        3425     6562    +3137     
  Branches      326      500     +174     
==========================================
+ Hits         2607     4995    +2388     
- Misses        671     1342     +671     
- Partials      147      225      +78
Impacted Files Coverage Δ
Tests/Tests.Entities/Manga/ReadmangaMoved.cs 94.73% <ø> (+0.61%) :arrow_up:
Tests/Tests.Convertation/1.12/Convert.cs 100% <ø> (ø) :arrow_up:
Tests/Tests.Convertation/1.20/Convert.cs 100% <ø> (ø) :arrow_up:
MangaReader.Core/ISiteParser.cs 100% <ø> (ø) :arrow_up:
MangaReader.Core/NHibernate/SaveOrUpdateEvent.cs 50% <0%> (ø) :arrow_up:
MangaReader.Core/Services/Page.cs 44.59% <0%> (+6.59%) :arrow_up:
MangaReader.Core/Loader.cs 55.1% <0%> (-1.66%) :arrow_down:
MangaReader.Core/Services/Log.cs 88.23% <0%> (-3.82%) :arrow_down:
Tests/Tests.Entities/Environment.cs 92.03% <100%> (-1.56%) :arrow_down:
MangaReader.Core/ApplicationControl/Server.cs 100% <100%> (+70%) :arrow_up:
... and 199 more

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 8ad750d...4bb3f5f. Read the comment docs.

MonkAlex commented 6 years ago

Search work now:

search

MonkAlex commented 6 years ago

Library styles init:

https://github.com/AvaloniaUI/oxyplot-avalonia/blob/master/Source/OxyPlot.Avalonia/OxyPlotModule.cs#L13 You need to make sure that it's loaded on initialization though We currently don't analyze dependency graph

MonkAlex commented 6 years ago

Can be merged to master, pr has only new reference to asyncenumerable.

MonkAlex commented 6 years ago

Before merge to master: