- notification handler pushes background and foreground notifications to the phone directly - firebase connection pushes remote notifications in background and foreground - firebase unique token currently logged only, should be send directly to server via rest
24 lines
1.2 KiB
XML
24 lines
1.2 KiB
XML
<resources>
|
|
<string name="app_name">Bump</string>
|
|
<string name="action_settings">Settings</string>
|
|
<!-- Strings used for fragments for navigation -->
|
|
<string name="first_fragment_label">First Fragment</string>
|
|
<string name="second_fragment_label">Second Fragment</string>
|
|
<string name="next">Next</string>
|
|
<string name="previous">Previous</string>
|
|
|
|
<string name="hello_first_fragment">Hello first fragment</string>
|
|
<string name="hello_second_fragment">Hello second fragment. Arg: %1$s</string>
|
|
<string name="current_sender">No Sender Added</string>
|
|
<string name="scan_sender">Scan</string>
|
|
<string name="camera_fragment_label">Camera Fragment</string>
|
|
<string name="preference_file_key">code_file_key</string>
|
|
<string name="code_key">code_key</string>
|
|
<string name="notification_title">Bump</string>
|
|
<string name="bump_notification_channel_id">bump_id</string>
|
|
<string name="snooze">Snooze</string>
|
|
<string name="bump_notification_channel_name">Bump</string>
|
|
<string name="notification">This is a notification</string>
|
|
<string name="message_subscribed">Subscribed to Channel</string>
|
|
<string name="message_subscribe_failed">Could not subscribe</string>
|
|
</resources> |