✨ Nouvelles fonctionnalités: - Ajout du mode terrain pour utilisation mobile hors connexion - Génération automatique de reçus PDF avec template personnalisé - Révision complète du système de cartes avec amélioration des performances 🔧 Améliorations techniques: - Refactoring du module chat avec architecture simplifiée - Optimisation du système de sécurité NIST SP 800-63B - Amélioration de la gestion des secteurs géographiques - Support UTF-8 étendu pour les noms d'utilisateurs 📱 Application mobile: - Nouveau mode terrain dans user_field_mode_page - Interface utilisateur adaptative pour conditions difficiles - Synchronisation offline améliorée 🗺️ Cartographie: - Optimisation des performances MapBox - Meilleure gestion des tuiles hors ligne - Amélioration de l'affichage des secteurs 📄 Documentation: - Ajout guide Android (ANDROID-GUIDE.md) - Documentation sécurité API (API-SECURITY.md) - Guide module chat (CHAT_MODULE.md) 🐛 Corrections: - Résolution des erreurs 400 lors de la création d'utilisateurs - Correction de la validation des noms d'utilisateurs - Fix des problèmes de synchronisation chat 🤖 Generated with Claude Code (https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
27 lines
1.2 KiB
Plaintext
27 lines
1.2 KiB
Plaintext
# Values used to calculate the hash in this folder name.
|
|
# Should not depend on the absolute path of the project itself.
|
|
# - AGP: 8.7.0.
|
|
# - $NDK is the path to NDK 27.0.12077973.
|
|
# - $PROJECT is the path to the parent folder of the root Gradle build file.
|
|
# - $ABI is the ABI to be built with. The specific value doesn't contribute to the value of the hash.
|
|
# - $HASH is the hash value computed from this text.
|
|
# - $CMAKE is the path to CMake 3.22.1.
|
|
# - $NINJA is the path to Ninja.
|
|
-H/home/pierre/dev/flutter/packages/flutter_tools/gradle/src/main/scripts
|
|
-DCMAKE_SYSTEM_NAME=Android
|
|
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON
|
|
-DCMAKE_SYSTEM_VERSION=21
|
|
-DANDROID_PLATFORM=android-21
|
|
-DANDROID_ABI=$ABI
|
|
-DCMAKE_ANDROID_ARCH_ABI=$ABI
|
|
-DANDROID_NDK=$NDK
|
|
-DCMAKE_ANDROID_NDK=$NDK
|
|
-DCMAKE_TOOLCHAIN_FILE=$NDK/build/cmake/android.toolchain.cmake
|
|
-DCMAKE_MAKE_PROGRAM=$NINJA
|
|
-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=/home/pierre/dev/geosector/app/build/app/intermediates/cxx/Debug/$HASH/obj/$ABI
|
|
-DCMAKE_RUNTIME_OUTPUT_DIRECTORY=/home/pierre/dev/geosector/app/build/app/intermediates/cxx/Debug/$HASH/obj/$ABI
|
|
-DCMAKE_BUILD_TYPE=Debug
|
|
-B/home/pierre/dev/geosector/app/build/.cxx/Debug/$HASH/$ABI
|
|
-GNinja
|
|
-Wno-dev
|
|
--no-warn-unused-cli |