1. 14.07.2025 2 коммита
    • Radch-enko's avatar
      Add pre-commit hook and update .gitignore for streamlined development
      · 9566cc8b
      Radch-enko создал
      - Introduced a Gitleaks-based pre-commit hook to prevent committing secrets.
      - Updated `.gitignore` to exclude outdated scripts and deployment files.
      - Added a script to install Git hooks for consistent developer workflows.
      9566cc8b
    • Radch-enko's avatar
      Remove Docker setup and introduce `application-local.yml` for local development
      · 98756fd3
      Radch-enko создал
      - Deleted `docker-compose.yml` and `Dockerfile` to streamline development setup.
      - Added `application-local.yml` for local profile configuration, enabling development in a disconnected network environment.
      - Updated `.gitignore` to include `.env` file path for local environment variables.
      - Enhanced `build.gradle.kts` with deployment tasks for production and development environments.
      98756fd3
  2. 11.07.2025 1 коммит
  3. 04.07.2025 1 коммит
  4. 03.07.2025 1 коммит
    • Radch-enko's avatar
      Feature: integrate Firebase Messaging and add kiosk mode functionality
      · de09e41b
      Radch-enko создал
      - Implemented `ServerMessagingService` for handling Firebase push notifications and integrated the `firebaseTopicsModule` for topic subscriptions.
      - Added kiosk mode support in `AppActivity` with device admin and lock task mode setup.
      - Updated `AndroidManifest.xml` with required service and permissions declarations.
      - Enabled Firebase dependencies in Gradle (`firebase-messaging-ktx`, `google-services`) and added signing configurations for debug and release builds.
      - Updated `App` setup to subscribe to Firebase topics dynamically.
      de09e41b
  5. 23.06.2025 1 коммит
  6. 18.06.2025 1 коммит
  7. 04.06.2025 1 коммит
  8. 29.05.2025 1 коммит