• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

vertigra / PcBeaconAgent / 29889819836
5%
master: 5%

Build:
Build:
LAST BUILD BRANCH: devel
DEFAULT BRANCH: master
Ran 22 Jul 2026 04:03AM UTC
Jobs 1
Files 40
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

22 Jul 2026 03:57AM UTC coverage: 5.18%. Remained the same
29889819836

push

github

vertigra
fix(client-android): live device status in share sheet (revert IsOnline removal)

Reverts the IsOnline removal from sharefix2 — that was masking the
bug instead of fixing it. Root cause: ShareTextViewModel.
RefreshDevices filtered by IsOnline and was called once at
OnPageAppearing. When share-sheet opens from another app, OnResume
runs ConnectToManagedDevicesAsync in parallel with navigation.
SignalR not yet connected -> IsOnline=false -> device hidden.
Later SignalR connects -> DeviceStatusChanged fires -> but
ShareTextViewModel was not subscribed -> list stayed empty.

Fix: ShareTextViewModel now IDisposable, subscribes to
ISignalService.DeviceStatusChanged, calls RefreshDevices on every
status change (marshaled to UI thread via MainThread.
BeginInvokeOnMainThread). ShareTextPage.OnDisappearing calls
VM.Dispose() to unsubscribe. OnNewIntent navigates directly
(OnResume not called when app in foreground).

69 of 1332 relevant lines covered (5.18%)

0.92 hits per line

Jobs
ID Job ID Ran Files Coverage
1 Server.Core - 29889819836.1 22 Jul 2026 04:03AM UTC 40
5.18
GitHub Action Run
Source Files on build 29889819836
  • Tree
  • List 40
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29889819836
  • f6d1eb37 on github
  • Prev Build on devel (#29888858047)
  • Next Build on devel (#29890305847)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc