From 30b5e0d002e4b4a795b95dd29b7d3fe1ac7091f0 Mon Sep 17 00:00:00 2001 From: "{ N.DZL }" Date: Sat, 2 Nov 2024 01:38:29 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0823e1d..ad57dee 100644 --- a/README.md +++ b/README.md @@ -2,17 +2,14 @@ Showing how to integrate Zebra Datawedge barcode readings into an existing .NET MAUI App. DW is sending readings via broadcast Intents and needs a specific profile setup which is part of this solution. See the Releases section of this repository to download the DW Profile0. -To install the profile, follow https://techdocs.zebra.com/datawedge/6-7/guide/settings/#datawedgesettings +To install the profile, follow https://techdocs.zebra.com/datawedge/latest/guide/settings/#datawedgesettings Alternatively, you can define a DW Profile at runtime by means of the DW Intent APIs as explained here https://techdocs.zebra.com/datawedge/11-4/guide/api/ -Screenshots from the app +Screenshots from the app v1.2 ![image](https://user-images.githubusercontent.com/11386676/220946535-1da4975f-7434-45aa-ba6c-27285c55c547.png) -![image](https://user-images.githubusercontent.com/11386676/220946708-139adf85-f4f9-4688-a1ed-f4a235ef16c2.png) - - - +![image](https://github.com/user-attachments/assets/8b7e4c94-e477-448f-9a27-f60f5c55c9e7) From cba0b7de7af2a05d67f3ac3d483ab967500a3eb1 Mon Sep 17 00:00:00 2001 From: "{ N.DZL }" Date: Sat, 2 Nov 2024 01:48:43 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad57dee..f3cbb6c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ To install the profile, follow https://techdocs.zebra.com/datawedge/latest/guide Alternatively, you can define a DW Profile at runtime by means of the DW Intent APIs as explained here https://techdocs.zebra.com/datawedge/11-4/guide/api/ -Screenshots from the app v1.2 +Screenshots from the app v1.2 - Tested on TC53e, Android 13, DW 13.0.341 ![image](https://user-images.githubusercontent.com/11386676/220946535-1da4975f-7434-45aa-ba6c-27285c55c547.png) From 978f9d83c12c02b37ba869354eaf420bf4174f5f Mon Sep 17 00:00:00 2001 From: "{ N.DZL }" Date: Thu, 7 Nov 2024 11:01:36 +0100 Subject: [PATCH 3/3] Create LICENSE --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..9331320 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 ZebraDevs & NDZL + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE.