Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [59.0.1]
- Resources was updated from DIPS.Mobile.DesignTokens

## [59.0.0]
- [BarcodeScanner] **BREAKING**: Replaced positional `Start` parameters and `BarcodeScanningSettings` with `BarcodeScanner.Start(BarcodeScannerStartOptions)` so preview, camera failure handling, validation, async callbacks, scan rectangle, and completion behavior are configured in one scanner session contract.
- [BarcodeScanner] Added visible focused scan rectangle overlay controlled by `BarcodeScannerStartOptions.ScanRectangle` and `BarcodeScanRectangleOptions`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ public enum AnimationName
{
none=-1,
saved=0,
task_complete=2,
task_completed=3,
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ internal static class AnimationResources
{
["none"] = "none.json",
["saved"] = "saved.json",
["task_complete"] = "task_complete.json",
["task_completed"] = "task_completed.json",

};
}
4 changes: 4 additions & 0 deletions src/library/DIPS.Mobile.UI/Resources/Icons/IconName.cs
Original file line number Diff line number Diff line change
Expand Up @@ -357,5 +357,9 @@ public enum IconName
kommunal_journal=212,
///<summary><a href="https://raw.githubusercontent.com/DIPSAS/DIPS.Mobile.UI/main/src/library/DIPS.Mobile.UI/Resources/Icons/beaker_off.svg">View the icon in the browser</a></summary>
beaker_off=213,
///<summary><a href="https://raw.githubusercontent.com/DIPSAS/DIPS.Mobile.UI/main/src/library/DIPS.Mobile.UI/Resources/Icons/lab_syringe.svg">View the icon in the browser</a></summary>
lab_syringe=214,
///<summary><a href="https://raw.githubusercontent.com/DIPSAS/DIPS.Mobile.UI/main/src/library/DIPS.Mobile.UI/Resources/Icons/open_in_new.svg">View the icon in the browser</a></summary>
open_in_new=215,
}
}
2 changes: 2 additions & 0 deletions src/library/DIPS.Mobile.UI/Resources/Icons/IconResources.cs
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ internal static class IconResources
["clock_line"] = "clock_line.png",
["kommunal_journal"] = "kommunal_journal.png",
["beaker_off"] = "beaker_off.png",
["lab_syringe"] = "lab_syringe.png",
["open_in_new"] = "open_in_new.png",


};
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/library/DIPS.Mobile.UI/Resources/Icons/lab_syringe.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/library/DIPS.Mobile.UI/Resources/Icons/open_in_new.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading