mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
- Change SharingStarted.WhileSubscribed → Eagerly so upstream flows stay active and state is always fresh in LocalStatsWidgetStateProvider - Inject LocalStatsWidgetStateProvider into AndroidAppWidgetUpdater and observe state with debounce(500).distinctUntilChanged() to call updateAll() on any meaningful data change — handles all data sources in one place without requiring callers to know about widget updates - Add missing android:label so widget appears correctly in picker search (was showing as 'Fdroid Debug' / 'Google Debug') Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
20 lines
845 B
XML
20 lines
845 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
~ Copyright (c) 2025-2026 Meshtastic LLC
|
|
~
|
|
~ This program is free software: you can redistribute it and/or modify
|
|
~ it under the terms of the GNU General Public License as published by
|
|
~ the Free Software Foundation, either version 3 of the License, or
|
|
~ (at your option) any later version.
|
|
~
|
|
~ This program is distributed in the hope that it will be useful,
|
|
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
~ GNU General Public License for more details.
|
|
~
|
|
~ You should have received a copy of the GNU General Public License
|
|
~ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
-->
|
|
<resources>
|
|
<string name="widget_local_stats_label">Meshtastic</string>
|
|
</resources>
|