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: Add aircraft version check and user message when using old version #7655

Merged
merged 53 commits into from
Jan 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
0eb0018
Added a comprehensive version string to a32nx_build_info.json
frankkopp Dec 18, 2022
3aa4cc4
Fix short commit hash length
frankkopp Dec 18, 2022
d491841
Added BuildInfo class for AboutPage and version check
frankkopp Dec 18, 2022
e2c1a9a
Added v to version string
frankkopp Dec 18, 2022
08744cf
Refactor getBranchPreFix into function
frankkopp Dec 18, 2022
8cb2098
Added Util class for retrieving and handling of build_info and versions.
frankkopp Dec 18, 2022
d6b48bb
AboutPage to use Util class
frankkopp Dec 18, 2022
e790758
Added aircraft version check and user notification
frankkopp Dec 18, 2022
02b4cd6
Fixed unit test
frankkopp Dec 18, 2022
a9988f0
Removed some debugging code
frankkopp Dec 18, 2022
e4b2fe0
Formatted user notification
frankkopp Dec 18, 2022
212b1d8
Commenting and error messages
frankkopp Dec 18, 2022
c157851
Commenting and minor fixes/changes
frankkopp Dec 18, 2022
b256a02
Commenting fixes
frankkopp Dec 18, 2022
f09e173
Added notification in flyPad Status Bar
frankkopp Dec 18, 2022
7108cfb
Fix StatusBar notification
frankkopp Dec 18, 2022
472395b
Fix StatusBar notification
frankkopp Dec 18, 2022
7e262be
Notification text update
frankkopp Dec 18, 2022
8f435d5
Shortened highlighted short sha to 7 similar to GitHub
frankkopp Dec 18, 2022
8875254
Reformat version check code
frankkopp Dec 19, 2022
4a6f350
Added semver version check
frankkopp Dec 19, 2022
01869e8
Bug fix sha compare
frankkopp Dec 19, 2022
aa791a0
Refactored version check functionality out of EFB.tsx into AircraftVe…
frankkopp Dec 19, 2022
c3c6ce3
Fix bug using wrong type
frankkopp Dec 19, 2022
91abb9d
Refactored rest of version check functionality out of EFB.tsx into Ai…
frankkopp Dec 19, 2022
2f6e6c7
Small fixes and improvements
frankkopp Dec 20, 2022
397cfe6
Moved any version check state into the AircraftVersionChecker class
frankkopp Dec 20, 2022
adf4f27
Additional commenting
frankkopp Dec 20, 2022
ff3b08d
Added CHANGELOG.md entry
frankkopp Dec 20, 2022
4ded349
Fixed spelling in type name for popup parameters NotiticationParams -…
frankkopp Dec 20, 2022
3acf11d
Fix for jest unit testing
frankkopp Dec 20, 2022
2a02264
Fix for jest unit testing
frankkopp Dec 20, 2022
faca242
Fix for jest unit testing
frankkopp Dec 20, 2022
d4d1c33
Move @types/semver to dev dependencies
frankkopp Dec 22, 2022
5b6129a
Move @types/semver to dev dependencies
frankkopp Dec 22, 2022
9c456c9
Cleanup and refactor code for clarity
frankkopp Dec 24, 2022
a716846
Fixed linting issue
frankkopp Dec 26, 2022
4ca94d3
Moved version check to EFB/index.tsx and added wait for A32NX_IS_READY
frankkopp Dec 26, 2022
181ccd0
Extracted branch names into enum
frankkopp Dec 26, 2022
db94f5b
Use enum to compare for branch name
frankkopp Dec 26, 2022
a5c8172
Fix age condition
frankkopp Dec 26, 2022
43b11ac
Inlining of some temp vars and package-lock.json update
frankkopp Jan 1, 2023
56c459f
Inlining of some temp vars and package-lock.json update
frankkopp Jan 1, 2023
feccb8a
Added todo regarding localization
frankkopp Jan 1, 2023
57d66f9
Fix linting issues
frankkopp Jan 1, 2023
fb9553b
Added placeholder replacement for translations
frankkopp Jan 1, 2023
b95a315
Version warning dialog now uses translation
frankkopp Jan 2, 2023
44f1f3b
Removed debug output
frankkopp Jan 2, 2023
3954cbd
Added translation to StatusBar version warning
frankkopp Jan 2, 2023
776cfa7
Removed jest testing
frankkopp Jan 2, 2023
10262a6
Change translation placeholder syntax to match Localazy's
frankkopp Jan 3, 2023
a602db9
Added comment to last change
frankkopp Jan 3, 2023
572895a
Added comment on usage doc for t()
frankkopp Jan 3, 2023
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
2 changes: 1 addition & 1 deletion .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
1. [FLIGHTMODEL] Update gear drag - @donstim (donbikes#4084)
1. [FLIGHT MODEL/EFB] Modified empty weight cg and loading station/fuel tank locations - @donstim (donbikes#4084)
1. [HYD] Fix gear sequence starting when failing prox sensor - @Crocket63 (crocket)
1. [MISC] Added aircraft version check and uer notification - @frankkopp (Frank Kopp)

## 0.9.0

Expand Down Expand Up @@ -1161,4 +1162,3 @@
1. [DCDU] Fixed MSG- and MSG+ button labels - @tyler58546 (tyler58546)
1. [ISIS] Fixed issue where ISIS was allowing a bug to be set while in the OFF state - Patrick Macken (@Pat M on
Discord)
1. [EFB] Added estimated boarding time to Payload screen - @ChristianLutzCL (Christian Lutz)
Loading