Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update API and product version to 1.0.0 #314

Merged
merged 28 commits into from
Jun 29, 2024
Merged

feat: update API and product version to 1.0.0 #314

merged 28 commits into from
Jun 29, 2024

Conversation

asv-soft-u01
Copy link
Contributor

No description provided.

etogood and others added 28 commits June 4, 2024 11:51
Streamline the mission saving implementation in PlaningMissionSavingBrowserViewModel by removing unneeded code and improving readability. Minimized property visibility where not necessary, and removed unused imports within different files across the project. Also, cleaned up CompatibilitySuppressions.xml by removing redundant suppressions.

Asana: https://app.asana.com/0/1203851531040615/1207411924258622/f
Removed hard-coded watermark from TextBox in 'PlaningMissionSavingBrowserView.axaml'. Adapted "FileName" and "Name" properties in 'PlaningMissionSavingBrowserViewModel.cs' and 'PlaningMissionViewModel.cs' to accept null. Edited the instantiation of 'PlaningMissionSavingBrowserViewModel' in 'PlaningPageViewModel.cs' to include the current mission name.

Asana: https://app.asana.com/0/1203851531040615/1207411924258622/f
The API version has been updated from 0.3.2 to 0.3.3. Also, some other version upgrades have been carried out, such as AsvCommonVersion and AsvMavlinkVersion. Furthermore, the NLog dependency has been removed from the project Asv.Drones.Gui.
Add release action for new version
Updated the plugin system to support API version compatibility. All plugins are now required to specify their API version, which is then checked for compatibility with the application's API version. If the versions do not match, the plugin will not be loaded. The API version has also been added to the application version display for transparency.
Renamed the return type of GetRfsaByFullId method from IAdsbClientDevice to IRfsaClientDevice in MavlinkDevicesService class. The data source was also shifted from AdsbDevices to RfsaDevices, and the associated DiagnosticId was adjusted consequently in CompatibilitySuppressions.xml.
In Directory.Build.props, the API version was updated from 0.3.5 to 0.3.6. The previous API version was also adjusted accordingly, from 0.3.4 to 0.3.5.
In the MavlinkDevicesService, it now includes RfsaDevices in the AllDevices merge. Moreover, certain suppressions related to ApiVersion in the CompatibilitySuppressions.xml for Asv.Drones.Gui.Api have been removed.
The commit introduces a new device class, RFSA, in the MavlinkHelper. It maps the new RFSA class to a specific icon (Waveform). The default icon was also updated to 'HelpNetworkOutline' for any device class not explicitly defined.
The code updates have reorganized the compile instruction order for 'RS.Designer.cs' in the project file. The ScrollViewer's visibility binding in the MapPageView is now dependent on 'LeftWidgets' and 'RightWidgets' count. Borders visibility binding is now dependent on 'BottomWidgets' and 'MapActions' count, improving UI responsiveness.
A 'CatchToLog' method has also been added to ReactiveCommand in the logging service, enhancing error handling by directing thrown exceptions to the log.
#310)

* fix(anchor-editor): descending sorting of uav actions

Asana: https://app.asana.com/0/1203851531040615/1207643849991138/f

* fix(anchor-editor): check actions collections for null to avoid ArgumentNullException

Asana: https://app.asana.com/0/1203851531040615/1207664866852418/f

* fix(anchor-editor): actions size-optimization with more short locales

Asana: https://app.asana.com/0/1203851531040615/1207643849991138/f

* fix(anchor-editor): add scrolls to actions and coordinates part of widget

Asana: https://app.asana.com/0/1203851531040615/1207654116236041/f

* fix(anchor-editor): short locales to reboot/shutdown action

Asana: https://app.asana.com/0/1203851531040615/1207643849991138/f

* fix(anchor-editor): better flyout menu style and refactor scroll viewers

Asana: https://app.asana.com/0/1203851531040615/1207654116236041/f

* fix(anchor-editor): update layout and visual changes in AnchorsEditorView

Reduced the width of the second column in the Grid from 10 to 2. The Border element was replaced with a Rectangle for better visual clarity. Minor adjustments were made to clean up the code format, maintaining consistency in layout and improving overall readability.

Asana: https://app.asana.com/0/1203851531040615/1207654116236041/f

* fix(anchor-editor): fix actions collection sharing when selected item changed, fix localization and anchor title layout

Asana: https://app.asana.com/0/1203851531040615/1207654116236041/f

* fix(anchor-editor): update AnchorsEditorView layout properties

The properties of TextBlock and Rectangle in the AnchorsEditorView file have been revised. Specifically, the TextBlock has been assigned a name "ActionsTextBlock". Additionally, the fill color of the rectangle now relies on the foreground of ActionsTextBlock, ensuring better UI consistency.

Asana: https://app.asana.com/0/1203851531040615/1207654116236041/f

---------

Co-authored-by: u01 <u01@asv.me>
* fix(hierarchical-store): add scroll viewer at list of tasks

Asana: https://app.asana.com/0/1203851531040615/1207644963134958/f

* fix(hierarchical-store): more height to list of tasks to reduce empty space

Asana: https://app.asana.com/0/1203851531040615/1207644963134958/f
The commit adds Asv.Avalonia.Toolkit as a reference in both Asv.Drones.Gui.Api and Asv.Drones.Gui projects. It also changes the "CopyToOutputDirectory" property of "app.args" to "Never". The version numbers for Product, API, and various dependencies have been upgraded to 1.0.0 in Directory.Build.props file.
@asv-soft-u01 asv-soft-u01 merged commit 437423a into main Jun 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants