refactor(analytics): consolidate consent logic, move to Settings (#2885)

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
James Rich 2025-08-27 21:21:06 -05:00 committed by GitHub
parent 86ce659bc6
commit ad736116a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 172 additions and 214 deletions

View file

@ -100,7 +100,7 @@
<string name="send">Send</string>
<string name="warning_not_paired">You haven\'t yet paired a Meshtastic compatible radio with this phone. Please pair a device and set your username.\n\nThis open-source application is in development, if you find problems please post on our forum: https://github.com/orgs/meshtastic/discussions.\n\nFor more information see our web page - www.meshtastic.org.</string>
<string name="you">You</string>
<string name="analytics_okay">Anonymous usage statistics and crash reports.</string>
<string name="analytics_okay">Allow analytics and crash reporting.</string>
<string name="accept">Accept</string>
<string name="cancel">Cancel</string>
<string name="clear_changes">Clear changes</string>
@ -798,4 +798,5 @@
<string name="url_template">URL Template</string>
<string name="url_template_hint" translatable="false">https://a.tile.openstreetmap.org/{z}/{x}/{y}.png</string>
<string name="track_point">track point</string>
<string name="phone_settings">Phone Settings</string>
</resources>