mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-07-25 13:45:21 +00:00
Background persistence (#505)
* persistence step 1 * fix build * messages in the background work, notifications not yet * app state store * DM icon shows up * notification launches when app is closed! * keep ui updated * lifecycle fixes * extensive logging, maybe revert later * send nickname in announcement * quit in notification * setting in about sheet * fix quit bitchat * lifecycle fixes * power mode based on background state * stats for both direciotns * fix graph persistence * better counting * count per device * only compute when debug sheet is open? untested * fix read receipts * fix read receipts fully * fix unread badge if messages have been read in focus * foreground promotion fix * fix app kill in notification * adjust to new tor * nice * about sheet design
This commit is contained in:
@@ -61,6 +61,11 @@
|
||||
<string name="notification_more_locations">and %1$d more locations</string>
|
||||
<string name="notification_and_more">and %1$d more</string>
|
||||
|
||||
<!-- Mesh Service Foreground Notification -->
|
||||
<string name="mesh_service_channel_name">Mesh Background Service</string>
|
||||
<string name="mesh_service_channel_desc">Keeps the Bluetooth mesh running in the background</string>
|
||||
<string name="mesh_service_notification_content">Mesh running — %1$d users connected</string>
|
||||
|
||||
<!-- Favorites accessibility -->
|
||||
<string name="cd_add_favorite">Add to favorites</string>
|
||||
<string name="cd_remove_favorite">Remove from favorites</string>
|
||||
@@ -152,6 +157,9 @@
|
||||
<string name="cd_remove_bookmark">Remove bookmark</string>
|
||||
<string name="cd_teleport">Teleport</string>
|
||||
<string name="cd_selected">Selected</string>
|
||||
<string name="notification_action_quit_bitchat">Quit bitchat</string>
|
||||
<string name="about_background_title">run in background</string>
|
||||
<string name="about_background_desc">keep mesh active when app is closed (foreground service)</string>
|
||||
<string name="cd_leave_channel">Leave channel</string>
|
||||
<string name="cd_reachable_via_nostr">Reachable via Nostr</string>
|
||||
<string name="cd_offline_favorite">Offline favorite</string>
|
||||
|
||||
Reference in New Issue
Block a user