gobitfly / eth2-beaconchain-explorer-app

Beaconchain Dashboard is an open source ethereum validator performance tracker app for Android and iOS.
https://beaconcha.in/mobile
GNU General Public License v3.0
240 stars 68 forks source link

Android notifications have HTML tags #256

Closed celeduc closed 8 months ago

celeduc commented 8 months ago

Describe the bug Notifications on Android contain the a and/or span tags:

New Block Proposal
Validator <a href="https://beaconcha.in/validator/123456">123456</a> proposed block at slot <a href="https://beaconcha.in/slot/7654321"'>7654321</a> with
420.69 ETH execution reward.

To Reproduce Steps to reproduce the behavior:

  1. Follow something
  2. Wait for a notification
  3. See error

Expected behavior should strip out markup, or render it.

Screenshots Screenshot_20231025-204822~2.png

Phone (please complete the following information): Pixel 6 Android 14, UP1A.231005.007 Beaconchain app v4.3.2

Additional context Also happens for withdrawals and missed attestations, etc.

manuelsc commented 8 months ago

Thank you for your bug report! We have rolled out a fix for the ethereum mainnet notifications system. A fix for proposal notifications on testnet will follow early next week.