mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-18 07:47:47 +01:00
Rebuild CameraXFragment to use a brand new camera.
This commit is contained in:
@@ -315,8 +315,22 @@
|
||||
<string name="CameraXFragment_to_capture_videos">To capture videos with sound:</string>
|
||||
<!-- Dialog description that explains the steps needed to give Signal camera permissions -->
|
||||
<string name="CameraXFragment_to_scan_qr_codes">To scan QR codes:</string>
|
||||
<!-- Error message shown when we try to take a photo, but fail -->
|
||||
<string name="CameraXFragment_photo_capture_failed">Failed to capture photo. Please try again.</string>
|
||||
<!-- Error message shown when we try to take a photo, but fail when trying to process it (convert it into something the user can see). -->
|
||||
<string name="CameraXFragment_photo_processing_failed">Failed to process photo. Please try again.</string>
|
||||
<!-- Accessibility label for the switch camera button -->
|
||||
<string name="CameraXFragment_switch_camera">Switch camera</string>
|
||||
<!-- Accessibility label for flash button when flash is off -->
|
||||
<string name="CameraXFragment_flash_off">Flash off</string>
|
||||
<!-- Accessibility label for flash button when flash is on -->
|
||||
<string name="CameraXFragment_flash_on">Flash on</string>
|
||||
<!-- Accessibility label for flash button when flash is set to auto -->
|
||||
<string name="CameraXFragment_flash_auto">Flash auto</string>
|
||||
<!-- Accessibility label for the send button in media selection -->
|
||||
<string name="CameraXFragment_send">Send</string>
|
||||
|
||||
<!-- CameraContacts -->
|
||||
<!-- CameraContacts -->
|
||||
<string name="CameraContacts_recent_contacts">Recent contacts</string>
|
||||
<string name="CameraContacts_signal_contacts">Signal contacts</string>
|
||||
<string name="CameraContacts_signal_groups">Signal groups</string>
|
||||
|
||||
Reference in New Issue
Block a user