From ec1f04eb25569912fa656c6bb576a1497761a850 Mon Sep 17 00:00:00 2001 From: drkaio7 Date: Mon, 19 Jan 2026 21:41:29 +0100 Subject: [PATCH 1/2] add metadata --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e397389..a286e8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ # Changelog +--- +App Version: v1.0.25 +Last Updated: 2026.01.19 +--- + All relevant changes are summarized here by version. @@ -402,3 +407,5 @@ Feature: Implement Map View - **Nearest Airports List** with FAB button and pop - Basic PDF and Markdown viewer functionality - Tagging system - Data persistence + + From 59ce8f46b97c9c27534eba27ca744372eca26174 Mon Sep 17 00:00:00 2001 From: drkaio7 Date: Mon, 19 Jan 2026 21:43:05 +0100 Subject: [PATCH 2/2] add metadata --- COLLABORATORS.md | 5 +++++ CONTRIBUTING.md | 6 ++++++ README_CODEQL.md | 6 ++++++ docs/EN/docnavigation.md | 5 +++++ docs/EN/features/AVIATION_MAP_FEATURE.md | 6 ++++++ docs/EN/features/CHECKLIST_FEATURE.md | 6 ++++++ docs/EN/features/DATAPAD_FEATURE.md | 6 ++++++ docs/EN/features/FLIGHT_INSTRUMENTS.md | 6 ++++++ docs/EN/features/MILITARY_SYMBOLS.md | 6 ++++++ docs/EN/features/QUICKNOTES_ARCHITECTURE.md | 9 +++++---- docs/EN/features/TAB_SYSTEM.md | 6 ++++++ docs/EN/features/TACTICAL_UNITS_TRACKING.md | 6 ++++++ docs/EN/features/TAG_SYSTEM.md | 6 ++++++ docs/EN/features/TRAFFIC_PATTERN_FEATURE.md | 6 ++++++ docs/EN/features/qr_registration.md | 6 ++++++ docs/EN/features/qr_registration_quickstart.md | 6 ++++++ docs/EN/planning/map_3d_visualization_options_future.md | 6 ++++++ docs/EN/planning/roadmap.md | 6 ++++++ docs/EN/technical/2way-datapad-phase2-implement.md | 6 ++++++ docs/EN/technical/AARange_Implementation.md | 8 +++++++- docs/EN/technical/AA_SYSTEM_DOCUMENTATION.md | 6 ++++++ docs/EN/technical/AES_GCM_ENCRYPTION.md | 6 ++++++ docs/EN/technical/AUTO_IMPORT.md | 6 ++++++ docs/EN/technical/AVIATION_MAPS.md | 6 ++++++ docs/EN/technical/DATA_FLOW_ANALYSIS.md | 6 ++++++ docs/EN/technical/DCS_EXPORT_API.md | 6 ++++++ docs/EN/technical/ECDH_USAGE_GUIDE.md | 5 +++++ docs/EN/technical/FAB_OVERLAY_SYSTEM.md | 5 +++++ docs/EN/technical/MAP_FILTERING.md | 5 +++++ docs/EN/technical/MAP_NAVIGATION_ARCHITECTURE.md | 5 +++++ docs/EN/technical/Maps-Infos.md | 6 ++++++ docs/EN/technical/NEAREST_AIRPORTS_INTEGRATION.md | 6 ++++++ docs/EN/technical/README_ENTITY_TRACKING.md | 5 +++++ .../DEVICE_COMPATIBILITY_MATRIX.md | 6 ++++++ .../RESPONSIVE_DESIGN_IMPLEMENTATION_STATUS.md | 6 ++++++ .../RESPONSIVE_DESIGN_INVENTORY.md | 6 ++++++ .../RESPONSIVE_DESIGN_QA.md | 6 ++++++ docs/EN/technical/ROUTE_SYSTEM.md | 5 +++++ docs/EN/technical/SECURE_FINGERPRINTING.md | 5 +++++ docs/EN/technical/structure.md | 4 ++++ 40 files changed, 229 insertions(+), 5 deletions(-) diff --git a/COLLABORATORS.md b/COLLABORATORS.md index 7c105e6..95a44d4 100644 --- a/COLLABORATORS.md +++ b/COLLABORATORS.md @@ -58,3 +58,8 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines on how to get involved. --- *Want to join? Open a pull request to add yourself as a contributor!* + +--- +App Version: v1.0.25 +Last Updated: 2026.01.19 +--- \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8778832..39ef3e9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -165,3 +165,9 @@ By contributing, you agree that your contributions will be licensed under the pr --- **Thanks a lot for contributing — every bit helps!** 🎉 + + +--- +App Version: v1.0.25 +Last Updated: 2026.01.19 +--- \ No newline at end of file diff --git a/README_CODEQL.md b/README_CODEQL.md index dde2025..99105f3 100644 --- a/README_CODEQL.md +++ b/README_CODEQL.md @@ -131,3 +131,9 @@ Ensure Python files exist in `scripts/` directory. - [CodeQL Documentation](https://codeql.github.com/docs/) - [Multi-language analysis](https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning) - [CodeQL CLI](https://codeql.github.com/docs/codeql-cli/) + + +--- +App Version: v1.0.25 +Last Updated: 2026.01.19 +--- \ No newline at end of file diff --git a/docs/EN/docnavigation.md b/docs/EN/docnavigation.md index caa2586..00a58ea 100644 --- a/docs/EN/docnavigation.md +++ b/docs/EN/docnavigation.md @@ -45,3 +45,8 @@ --- For more details, see each section or return to the project home. + +--- +App Version: v1.0.25 +Last Updated: 2026.01.19 +--- \ No newline at end of file diff --git a/docs/EN/features/AVIATION_MAP_FEATURE.md b/docs/EN/features/AVIATION_MAP_FEATURE.md index 82bb0d9..7b4fc4e 100644 --- a/docs/EN/features/AVIATION_MAP_FEATURE.md +++ b/docs/EN/features/AVIATION_MAP_FEATURE.md @@ -167,3 +167,9 @@ The aviation map is now fully integrated into your tab system! The map: - ✅ Integrates seamlessly with existing UI The implementation follows Jetpack Compose best practices with reactive state management, proper lifecycle handling, and performance optimizations. + + +--- +App Version: v1.0.25 +Last Updated: 2026.01.19 +--- \ No newline at end of file diff --git a/docs/EN/features/CHECKLIST_FEATURE.md b/docs/EN/features/CHECKLIST_FEATURE.md index 01091db..e9ea7aa 100644 --- a/docs/EN/features/CHECKLIST_FEATURE.md +++ b/docs/EN/features/CHECKLIST_FEATURE.md @@ -43,3 +43,9 @@ Example: - Add a small editor or store checklists in external storage for sharing between devices. *** Implementation details and further improvements added in the app code comments. *** + + +--- +App Version: v1.0.25 +Last Updated: 2026.01.19 +--- \ No newline at end of file diff --git a/docs/EN/features/DATAPAD_FEATURE.md b/docs/EN/features/DATAPAD_FEATURE.md index f7e1841..6307548 100644 --- a/docs/EN/features/DATAPAD_FEATURE.md +++ b/docs/EN/features/DATAPAD_FEATURE.md @@ -469,3 +469,9 @@ A comprehensive list of fields the DataPad will receive from the UDP JSON stream - [ ] Live animated aircraft visualization showing orientation (pitch/roll/heading) and movement - [ ] Dedicated DataPad UI/UX redesign and controls - ✅ Implemented: AES-GCM encrypted UDP telemetry (see `docs/technical/AES_GCM_ENCRYPTION.md`) + + +--- +App Version: v1.0.25 +Last Updated: 2026.01.19 +--- \ No newline at end of file diff --git a/docs/EN/features/FLIGHT_INSTRUMENTS.md b/docs/EN/features/FLIGHT_INSTRUMENTS.md index 0e18b37..691cf58 100644 --- a/docs/EN/features/FLIGHT_INSTRUMENTS.md +++ b/docs/EN/features/FLIGHT_INSTRUMENTS.md @@ -175,3 +175,9 @@ fun NewInstrument( - [ ] Lock/unlock individual instruments - [ ] Reset to default positions button - [ ] Import/export layout configurations + + +--- +App Version: v1.0.25 +Last Updated: 2026.01.19 +--- \ No newline at end of file diff --git a/docs/EN/features/MILITARY_SYMBOLS.md b/docs/EN/features/MILITARY_SYMBOLS.md index 69482ea..1553e67 100644 --- a/docs/EN/features/MILITARY_SYMBOLS.md +++ b/docs/EN/features/MILITARY_SYMBOLS.md @@ -142,3 +142,9 @@ Additional symbols can be added by converting NATO APP-6 SVGs to Android Vector - [ ] Unit size modifier display - [ ] Mobility / status modifiers - [ ] Combat effectiveness indicator + + +--- +App Version: v1.0.25 +Last Updated: 2026.01.19 +--- \ No newline at end of file diff --git a/docs/EN/features/QUICKNOTES_ARCHITECTURE.md b/docs/EN/features/QUICKNOTES_ARCHITECTURE.md index 51f4717..9723d39 100644 --- a/docs/EN/features/QUICKNOTES_ARCHITECTURE.md +++ b/docs/EN/features/QUICKNOTES_ARCHITECTURE.md @@ -594,8 +594,9 @@ Planned features for future versions: - [Material Design 3](https://m3.material.io/) - [Repository Pattern](https://developer.android.com/topic/architecture/data-layer) ---- -**Last Updated:** 2025-12-12 -**Version:** 1.0.4 -**Author:** Development Team + +--- +App Version: v1.0.25 +Last Updated: 2026.01.19 +--- \ No newline at end of file diff --git a/docs/EN/features/TAB_SYSTEM.md b/docs/EN/features/TAB_SYSTEM.md index b28159e..c949e12 100644 --- a/docs/EN/features/TAB_SYSTEM.md +++ b/docs/EN/features/TAB_SYSTEM.md @@ -387,3 +387,9 @@ implementation("androidx.compose.material3:material3:1.1.2") ## Lizenz Same license as the main project. + + +--- +App Version: v1.0.25 +Last Updated: 2026.01.19 +--- \ No newline at end of file diff --git a/docs/EN/features/TACTICAL_UNITS_TRACKING.md b/docs/EN/features/TACTICAL_UNITS_TRACKING.md index 91db658..1d509a7 100644 --- a/docs/EN/features/TACTICAL_UNITS_TRACKING.md +++ b/docs/EN/features/TACTICAL_UNITS_TRACKING.md @@ -227,3 +227,9 @@ composable("tactical_units") { Part of ChecklistInteractive — see the main LICENSE + + +--- +App Version: v1.0.25 +Last Updated: 2026.01.19 +--- \ No newline at end of file diff --git a/docs/EN/features/TAG_SYSTEM.md b/docs/EN/features/TAG_SYSTEM.md index 0494eb4..29f2185 100644 --- a/docs/EN/features/TAG_SYSTEM.md +++ b/docs/EN/features/TAG_SYSTEM.md @@ -150,3 +150,9 @@ A default `file_tags.json` is included in the app assets (`app/src/main/assets/f - Export/import tag configurations - Tag suggestions based on file content - Tag synonyms/aliases + + +--- +App Version: v1.0.25 +Last Updated: 2026.01.19 +--- \ No newline at end of file diff --git a/docs/EN/features/TRAFFIC_PATTERN_FEATURE.md b/docs/EN/features/TRAFFIC_PATTERN_FEATURE.md index b51044c..7cdcfd3 100644 --- a/docs/EN/features/TRAFFIC_PATTERN_FEATURE.md +++ b/docs/EN/features/TRAFFIC_PATTERN_FEATURE.md @@ -118,3 +118,9 @@ The modular design allows easy additions: 2. Pattern requires stored runways (won't generate from ad-hoc points) 3. No dynamic wind adjustment yet (planned for v2.0) 4. No vertical / altitude visualization (2D display only) + + +--- +App Version: v1.0.25 +Last Updated: 2026.01.19 +--- \ No newline at end of file diff --git a/docs/EN/features/qr_registration.md b/docs/EN/features/qr_registration.md index b2ec6a6..2f7b954 100644 --- a/docs/EN/features/qr_registration.md +++ b/docs/EN/features/qr_registration.md @@ -305,3 +305,9 @@ Use a virtual environment (`python -m venv .venv` + `source .venv/bin/activate` - Check authorized_devices.json - Remove device ID from whitelist if necessary - Or: Reset device key: `keyManager.resetDeviceKey()` + + +--- +App Version: v1.0.25 +Last Updated: 2026.01.19 +--- \ No newline at end of file diff --git a/docs/EN/features/qr_registration_quickstart.md b/docs/EN/features/qr_registration_quickstart.md index 9b95243..8896aa2 100644 --- a/docs/EN/features/qr_registration_quickstart.md +++ b/docs/EN/features/qr_registration_quickstart.md @@ -327,3 +327,9 @@ When experiencing problems: 2. Check security audit: `security_audit.jsonl` 3. Check token status: `python registration_token.py list` 4. Check Android log: `adb logcat | grep QrRegistration` + + +--- +App Version: v1.0.25 +Last Updated: 2026.01.19 +--- \ No newline at end of file diff --git a/docs/EN/planning/map_3d_visualization_options_future.md b/docs/EN/planning/map_3d_visualization_options_future.md index 9451683..af7c1d4 100644 --- a/docs/EN/planning/map_3d_visualization_options_future.md +++ b/docs/EN/planning/map_3d_visualization_options_future.md @@ -37,3 +37,9 @@ Stay in 2D but enhance altitude perception using vertical lines from ground to a - Very low complexity - Clear altitude perception - No 3D terrain required + + +--- +App Version: v1.0.25 +Last Updated: 2026.01.19 +--- \ No newline at end of file diff --git a/docs/EN/planning/roadmap.md b/docs/EN/planning/roadmap.md index 2160b02..4328e6b 100644 --- a/docs/EN/planning/roadmap.md +++ b/docs/EN/planning/roadmap.md @@ -79,3 +79,9 @@ This roadmap outlines the planned development phases and features for the app in - Backend infrastructure (where needed) should prioritize privacy, encryption, and optional self-hosting. - Regular testing on target devices and simulators is required at each milestone. + + +--- +App Version: v1.0.25 +Last Updated: 2026.01.19 +--- \ No newline at end of file diff --git a/docs/EN/technical/2way-datapad-phase2-implement.md b/docs/EN/technical/2way-datapad-phase2-implement.md index 8cfcacc..1e30975 100644 --- a/docs/EN/technical/2way-datapad-phase2-implement.md +++ b/docs/EN/technical/2way-datapad-phase2-implement.md @@ -23,3 +23,9 @@ Only for player-controlled aircraft, some actions are system-protected, multipla **Conclusion:** Secure, auditable two-way command channel between app and DCS. + + +--- +App Version: v1.0.25 +Last Updated: 2026.01.19 +--- \ No newline at end of file diff --git a/docs/EN/technical/AARange_Implementation.md b/docs/EN/technical/AARange_Implementation.md index 94d527d..1e77b98 100644 --- a/docs/EN/technical/AARange_Implementation.md +++ b/docs/EN/technical/AARange_Implementation.md @@ -47,4 +47,10 @@ This file implements a custom `Overlay` for the `osmdroid` map library, responsi 4. **Phase 4 (Range Labels)**: Draws smaller labels near each ring, indicating its radius (e.g., "75 km"). - Includes error handling and logging for robustness. -In essence, `AARangeData.kt` provides the static and dynamic data required for AA systems and their visual representation, while `AARangeRingsOverlay.kt` consumes this data to draw interactive and informative range rings directly onto the map interface. \ No newline at end of file +In essence, `AARangeData.kt` provides the static and dynamic data required for AA systems and their visual representation, while `AARangeRingsOverlay.kt` consumes this data to draw interactive and informative range rings directly onto the map interface. + + +--- +App Version: v1.0.25 +Last Updated: 2026.01.19 +--- \ No newline at end of file diff --git a/docs/EN/technical/AA_SYSTEM_DOCUMENTATION.md b/docs/EN/technical/AA_SYSTEM_DOCUMENTATION.md index ee6fb0d..c5aebf3 100644 --- a/docs/EN/technical/AA_SYSTEM_DOCUMENTATION.md +++ b/docs/EN/technical/AA_SYSTEM_DOCUMENTATION.md @@ -1003,3 +1003,9 @@ MapViewer.kt (Orchestration) ``` This documentation provides a complete understanding of how AA units are detected, classified, and displayed in the ChecklistInteractive tactical map system. + + +--- +App Version: v1.0.25 +Last Updated: 2026.01.19 +--- \ No newline at end of file diff --git a/docs/EN/technical/AES_GCM_ENCRYPTION.md b/docs/EN/technical/AES_GCM_ENCRYPTION.md index 67c412b..09556cb 100644 --- a/docs/EN/technical/AES_GCM_ENCRYPTION.md +++ b/docs/EN/technical/AES_GCM_ENCRYPTION.md @@ -52,3 +52,9 @@ If you were previously using PSK mode: 4. Restart both server and Android app See [ECDH Usage Guide](ECDH_USAGE_GUIDE.md) for detailed migration instructions. + + +--- +App Version: v1.0.25 +Last Updated: 2026.01.19 +--- \ No newline at end of file diff --git a/docs/EN/technical/AUTO_IMPORT.md b/docs/EN/technical/AUTO_IMPORT.md index 6be7e7d..2aa9ba3 100644 --- a/docs/EN/technical/AUTO_IMPORT.md +++ b/docs/EN/technical/AUTO_IMPORT.md @@ -79,3 +79,9 @@ Imports/ - Default categories (Checklists, Comms, Charts, Procedures, Manuals) are preserved - New categories can be added simply by creating subfolders in the `Imports/` folder - Duplicate filenames are **not** overwritten + + +--- +App Version: v1.0.25 +Last Updated: 2026.01.19 +--- \ No newline at end of file diff --git a/docs/EN/technical/AVIATION_MAPS.md b/docs/EN/technical/AVIATION_MAPS.md index cfc038b..32c2315 100644 --- a/docs/EN/technical/AVIATION_MAPS.md +++ b/docs/EN/technical/AVIATION_MAPS.md @@ -365,3 +365,9 @@ implementation("org.osmdroid:osmdroid-android:6.1.20") ## License Same license as the main project (see root LICENSE file). + + +--- +App Version: v1.0.25 +Last Updated: 2026.01.19 +--- \ No newline at end of file diff --git a/docs/EN/technical/DATA_FLOW_ANALYSIS.md b/docs/EN/technical/DATA_FLOW_ANALYSIS.md index 3cb1f37..131cdd6 100644 --- a/docs/EN/technical/DATA_FLOW_ANALYSIS.md +++ b/docs/EN/technical/DATA_FLOW_ANALYSIS.md @@ -888,3 +888,9 @@ The architecture balances security with performance, using industry-standard cry **Document Version**: 1.0 **Last Updated**: January 1, 2026 **Authors**: ChecklistInteractive Development Team + + +--- +App Version: v1.0.25 +Last Updated: 2026.01.19 +--- \ No newline at end of file diff --git a/docs/EN/technical/DCS_EXPORT_API.md b/docs/EN/technical/DCS_EXPORT_API.md index 81cb5ee..75c7280 100644 --- a/docs/EN/technical/DCS_EXPORT_API.md +++ b/docs/EN/technical/DCS_EXPORT_API.md @@ -146,3 +146,9 @@ To verify DCS API functions are working: - [DCS World Export Lua Documentation](https://wiki.hoggitworld.com/view/DCS_Export_Script) - [DCS-BIOS](https://github.com/DCS-Skunkworks/dcs-bios) - Advanced cockpit data extraction - [Tacview Export](https://www.tacview.net/documentation/dcs/en/) - Similar export framework + + +--- +App Version: v1.0.25 +Last Updated: 2026.01.19 +--- \ No newline at end of file diff --git a/docs/EN/technical/ECDH_USAGE_GUIDE.md b/docs/EN/technical/ECDH_USAGE_GUIDE.md index dca2d31..fd58362 100644 --- a/docs/EN/technical/ECDH_USAGE_GUIDE.md +++ b/docs/EN/technical/ECDH_USAGE_GUIDE.md @@ -483,3 +483,8 @@ plain = mgr.decrypt_with_session(encrypted, session_id) **Implementation Date:** December 17, 2024 **Version:** 1.0 **Status:** Production Ready ✅ + +--- +App Version: v1.0.25 +Last Updated: 2026.01.19 +--- \ No newline at end of file diff --git a/docs/EN/technical/FAB_OVERLAY_SYSTEM.md b/docs/EN/technical/FAB_OVERLAY_SYSTEM.md index 7cc9840..8d600ab 100644 --- a/docs/EN/technical/FAB_OVERLAY_SYSTEM.md +++ b/docs/EN/technical/FAB_OVERLAY_SYSTEM.md @@ -190,3 +190,8 @@ FABOverlay( - [DraggableFab.kt](../../app/src/main/java/com/example/checklist_interactive/ui/common/DraggableFab.kt) - [PreferencesManager.kt](../../app/src/main/java/com/example/checklist_interactive/data/prefs/PreferencesManager.kt) - [SettingsScreen.kt](../../app/src/main/java/com/example/checklist_interactive/ui/settings/SettingsScreen.kt) + +--- +App Version: v1.0.25 +Last Updated: 2026.01.19 +--- \ No newline at end of file diff --git a/docs/EN/technical/MAP_FILTERING.md b/docs/EN/technical/MAP_FILTERING.md index 99072c6..9cb05a6 100644 --- a/docs/EN/technical/MAP_FILTERING.md +++ b/docs/EN/technical/MAP_FILTERING.md @@ -204,3 +204,8 @@ assert(maps.contains("Caucasus")) - [Database Structure](structure.md) - [Marker System](../features/TAG_SYSTEM.md) - [Aviation Maps](AVIATION_MAPS.md) + +--- +App Version: v1.0.25 +Last Updated: 2026.01.19 +--- \ No newline at end of file diff --git a/docs/EN/technical/MAP_NAVIGATION_ARCHITECTURE.md b/docs/EN/technical/MAP_NAVIGATION_ARCHITECTURE.md index fcd0b05..a13b7de 100644 --- a/docs/EN/technical/MAP_NAVIGATION_ARCHITECTURE.md +++ b/docs/EN/technical/MAP_NAVIGATION_ARCHITECTURE.md @@ -370,3 +370,8 @@ drawRouteOnMap( **Last Updated**: December 21, 2025 **Version**: 1.0 **Authors**: Architecture refactoring by GitHub Copilot + +--- +App Version: v1.0.25 +Last Updated: 2026.01.19 +--- \ No newline at end of file diff --git a/docs/EN/technical/Maps-Infos.md b/docs/EN/technical/Maps-Infos.md index 096fd57..351e790 100644 --- a/docs/EN/technical/Maps-Infos.md +++ b/docs/EN/technical/Maps-Infos.md @@ -76,3 +76,9 @@ A simple singleton object that acts as an event bus for map-related actions that 7. The user decides the order is inefficient. They tap "Plan Fastest Route." The `RouteCreationViewModel` runs its TSP algorithm, and the waypoints in the list re-order themselves to form the shortest path. 8. The user names the route and taps "Finish Route." The `RouteCreationViewModel` saves the new `RouteEntity` and its associated `WaypointEntity`s to the database. 9. The `RouteCreationSheet` closes. The new route is now visible in the `MarkerRouteManagementSheet`, and the user can toggle its visibility on the main map. + + +--- +App Version: v1.0.25 +Last Updated: 2026.01.19 +--- \ No newline at end of file diff --git a/docs/EN/technical/NEAREST_AIRPORTS_INTEGRATION.md b/docs/EN/technical/NEAREST_AIRPORTS_INTEGRATION.md index 9847911..d987af0 100644 --- a/docs/EN/technical/NEAREST_AIRPORTS_INTEGRATION.md +++ b/docs/EN/technical/NEAREST_AIRPORTS_INTEGRATION.md @@ -287,3 +287,9 @@ This feature was developed for the Interactive Checklists project and uses: - OpenStreetMap data (ODbL License) - Room Database (Android Jetpack) - Jetpack Compose (Material 3) + + +--- +App Version: v1.0.25 +Last Updated: 2026.01.19 +--- \ No newline at end of file diff --git a/docs/EN/technical/README_ENTITY_TRACKING.md b/docs/EN/technical/README_ENTITY_TRACKING.md index ea08671..1b6e7df 100644 --- a/docs/EN/technical/README_ENTITY_TRACKING.md +++ b/docs/EN/technical/README_ENTITY_TRACKING.md @@ -109,3 +109,8 @@ Or when toggle is off: - New apps with toggle on → receive entity data No breaking changes! 🎉 + +--- +App Version: v1.0.25 +Last Updated: 2026.01.19 +--- \ No newline at end of file diff --git a/docs/EN/technical/RESPONSIVE_DESIGN_IMPLEMENTATION/DEVICE_COMPATIBILITY_MATRIX.md b/docs/EN/technical/RESPONSIVE_DESIGN_IMPLEMENTATION/DEVICE_COMPATIBILITY_MATRIX.md index 90b1bba..cc78da8 100644 --- a/docs/EN/technical/RESPONSIVE_DESIGN_IMPLEMENTATION/DEVICE_COMPATIBILITY_MATRIX.md +++ b/docs/EN/technical/RESPONSIVE_DESIGN_IMPLEMENTATION/DEVICE_COMPATIBILITY_MATRIX.md @@ -304,3 +304,9 @@ If you have a specific device you'd like us to test, please reach out with: **Last Updated:** [To be filled with implementation date] **Document Version:** 1.0 **App Version:** [Current version] + + +--- +App Version: v1.0.25 +Last Updated: 2026.01.19 +--- \ No newline at end of file diff --git a/docs/EN/technical/RESPONSIVE_DESIGN_IMPLEMENTATION/RESPONSIVE_DESIGN_IMPLEMENTATION_STATUS.md b/docs/EN/technical/RESPONSIVE_DESIGN_IMPLEMENTATION/RESPONSIVE_DESIGN_IMPLEMENTATION_STATUS.md index de81ee0..318bc07 100644 --- a/docs/EN/technical/RESPONSIVE_DESIGN_IMPLEMENTATION/RESPONSIVE_DESIGN_IMPLEMENTATION_STATUS.md +++ b/docs/EN/technical/RESPONSIVE_DESIGN_IMPLEMENTATION/RESPONSIVE_DESIGN_IMPLEMENTATION_STATUS.md @@ -472,3 +472,9 @@ For questions about responsive design implementation: **Document Version:** 1.0 **Last Review:** [Current Date] **Next Review:** After completing remaining map overlays + + +--- +App Version: v1.0.25 +Last Updated: 2026.01.19 +--- \ No newline at end of file diff --git a/docs/EN/technical/RESPONSIVE_DESIGN_IMPLEMENTATION/RESPONSIVE_DESIGN_INVENTORY.md b/docs/EN/technical/RESPONSIVE_DESIGN_IMPLEMENTATION/RESPONSIVE_DESIGN_INVENTORY.md index 4d65c16..9b66c12 100644 --- a/docs/EN/technical/RESPONSIVE_DESIGN_IMPLEMENTATION/RESPONSIVE_DESIGN_INVENTORY.md +++ b/docs/EN/technical/RESPONSIVE_DESIGN_IMPLEMENTATION/RESPONSIVE_DESIGN_INVENTORY.md @@ -250,3 +250,9 @@ See DEVICE_COMPATIBILITY_MATRIX.md (to be created) - Recent updates to MapNavigationDisplay and MapFlightInstruments show good responsive patterns - FABOverlay has landscape-specific positioning logic already - Need to verify if main navigation exists and how it's structured + + +--- +App Version: v1.0.25 +Last Updated: 2026.01.19 +--- \ No newline at end of file diff --git a/docs/EN/technical/RESPONSIVE_DESIGN_IMPLEMENTATION/RESPONSIVE_DESIGN_QA.md b/docs/EN/technical/RESPONSIVE_DESIGN_IMPLEMENTATION/RESPONSIVE_DESIGN_QA.md index f009882..0a2382b 100644 --- a/docs/EN/technical/RESPONSIVE_DESIGN_IMPLEMENTATION/RESPONSIVE_DESIGN_QA.md +++ b/docs/EN/technical/RESPONSIVE_DESIGN_IMPLEMENTATION/RESPONSIVE_DESIGN_QA.md @@ -291,3 +291,9 @@ Before release, verify: ### Future Improvements - Document planned improvements for future releases - Example: "Consider adaptive two-pane layout for tablets in landscape" + + +--- +App Version: v1.0.25 +Last Updated: 2026.01.19 +--- \ No newline at end of file diff --git a/docs/EN/technical/ROUTE_SYSTEM.md b/docs/EN/technical/ROUTE_SYSTEM.md index ae14fe8..54e0844 100644 --- a/docs/EN/technical/ROUTE_SYSTEM.md +++ b/docs/EN/technical/ROUTE_SYSTEM.md @@ -480,3 +480,8 @@ with MarkersDatabase() as db: **Version:** 1.0 **Datum:** 2024-12-18 **Autor:** System Architecture + +--- +App Version: v1.0.25 +Last Updated: 2026.01.19 +--- \ No newline at end of file diff --git a/docs/EN/technical/SECURE_FINGERPRINTING.md b/docs/EN/technical/SECURE_FINGERPRINTING.md index e8dfb7b..8dd54e9 100644 --- a/docs/EN/technical/SECURE_FINGERPRINTING.md +++ b/docs/EN/technical/SECURE_FINGERPRINTING.md @@ -70,3 +70,8 @@ device_fp = hmac.new(fp_key, device_id.encode('utf-8'), hashlib.sha256).hexdiges - HMAC (RFC 2104): https://tools.ietf.org/html/rfc2104 - NIST FIPS 198-1: https://csrc.nist.gov/publications/detail/fips/198/1/final - OWASP: Don't use fast hashes for sensitive data + +--- +App Version: v1.0.25 +Last Updated: 2026.01.19 +--- \ No newline at end of file diff --git a/docs/EN/technical/structure.md b/docs/EN/technical/structure.md index ebad9c4..3a5ef06 100644 --- a/docs/EN/technical/structure.md +++ b/docs/EN/technical/structure.md @@ -418,3 +418,7 @@ **Package:** com.example.checklist_interactive.ui.theme +--- +App Version: v1.0.25 +Last Updated: 2026.01.19 +--- \ No newline at end of file