-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Remove unused ressouces inside enioka_scan and enioka_scan_…
…camera
- Loading branch information
1 parent
21caab3
commit 3f9c729
Showing
9 changed files
with
16 additions
and
259 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
56 changes: 0 additions & 56 deletions
56
enioka_scan_camera/src/main/res/layout/fragment_scan_manual_input.xml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,18 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<!-- Scanner status --> | ||
<string name="scanner_status_WAITING">Scanner en attente de connexion</string> | ||
<string name="scanner_status_CONNECTING">Scanner en cours de connexion</string> | ||
<string name="scanner_status_RECONNECTING">Scanner déconnecté mais en tentative de reconnexion</string> | ||
<string name="scanner_status_CONNECTED">Scanner connecté</string> | ||
<string name="scanner_status_INITIALIZING">Scanner en cours d\'initialisation</string> | ||
<string name="scanner_status_INITIALIZED">Scanner initialisé</string> | ||
<string name="scanner_status_READY">Scanner prêt à être utilisé</string> | ||
<string name="scanner_status_SCANNING">Scanner en cours de scanning</string> | ||
<string name="scanner_status_PAUSED">Scanner activé mais indisponible</string> | ||
<string name="scanner_status_DISABLED">Scanner désactivé et indisponible</string> | ||
<string name="scanner_status_FAILURE">Scanner non disponible suite à une erreur critique</string> | ||
<string name="scanner_status_DISCONNECTED">Scanner déconnecté définitivement</string> | ||
<string name="scanner_status_UNKNOWN">Scanner dans un état inconnu</string> | ||
<string name="scanner_status_SERVICE_PROVIDER_SEARCH_OVER">ScannerService a terminé la découverte de providers de scanner</string> | ||
<string name="scanner_status_SERVICE_SDK_SEARCH_NOCOMPATIBLE">Aucun scanner de code barre matériel compatible n\'est disponible sur cet appareil</string> | ||
<string name="scanner_status_SERVICE_SDK_SEARCH_OVER">Tous les fournisseurs de scanners matériels ont répondu</string> | ||
|
||
<!-- Others --> | ||
<string name="scanner_camera_no_camera">Aucune caméra disponible. Veuillez brancher votre lecteur laser. L\'application va s\'arrêter.</string> | ||
<string name="scanner_camera_open_error">Veuillez vérifier qu\'aucune autre application n\'utilise la caméra (comme ScanWedge, DataWedge…). Vérifiez aussi que la caméra fnction dans l\'application idoine.</string> | ||
<string name="scanner_camera_open_error_title">Impossible de se connecter à la caméra</string> | ||
<string name="activity_scan_barcode_value_placeholder">10AL9271B2I8</string> | ||
<string name="activity_scan_scanner_not_initialized">Initialisation du scanner non commencée</string> | ||
<string name="app_name">EniokaScan</string> | ||
<string name="scanner_using_bt_keyboard">Utilisation d\'un clavier ou lecteur Bluetooth</string> | ||
<string name="app_name">EniokaScan Camera</string> | ||
<string name="activity_description">Service d\'assistance à l\'instanciation d\'une camera scanneur.</string> | ||
|
||
<!-- Scanner status (Others) --> | ||
<string name="scanner_status_no_camera">Aucune caméra disponible</string> | ||
<string name="fragment_scan_manual_hint">00000000</string> | ||
<string name="fragment_scan_manual_invite">Veuillez saisir la valeur du code barre, puis choisissez un élément parmi les résultats</string> | ||
<string name="fragment_scan_manual_ok">Envoyer</string> | ||
<string name="fragment_scan_manual_title">Saisie manuelle</string> | ||
<string name="activity_scan_no_compatible_sdk">Aucun scanner compatible n\'est disponible sur cet appareil</string> | ||
<string name="service_description">Service d\'assistance à la gestion des scanners</string> | ||
|
||
<!-- ZBar specific --> | ||
<string name="scanner_camera_open_error_title">Impossible de se connecter à la caméra</string> | ||
<string name="scanner_camera_open_error">Veuillez vérifier qu\'aucune autre application n\'utilise la caméra (comme ScanWedge, DataWedge…). Vérifiez aussi que la caméra fnction dans l\'application idoine.</string> | ||
<string name="scanner_camera_no_camera">Aucune caméra disponible. Veuillez brancher votre lecteur laser. L\'application va s\'arrêter.</string> | ||
|
||
<!-- Helper activities --> | ||
<string name="activity_scan_use_zxing">ZXing</string> | ||
<string name="activity_scan_pause_camera">Pause</string> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters