factory-droid[bot] 13e7c0d0b0 feat: Add comprehensive integration tests with real Sintel magnet link for GitHub Actions
Integration Testing Infrastructure:
- Add real magnet link test using Sintel (Creative Commons licensed film)
- Create comprehensive torrent integration tests that work in GitHub Actions
- Add CI environment detection and validation tests
- Enable integration test execution in GitHub Actions workflow

Sintel Integration Test (test/integration/torrent_integration_test.dart):
- Uses official Sintel magnet link from Blender Foundation
- Tests real magnet link parsing and validation
- Covers all torrent operations: add, pause, resume, remove
- Tests file priority management and video file detection
- Includes performance tests and timeout handling
- Validates torrent hash extraction and state management
- Works with mock platform channel (no real downloads)

CI Environment Test (test/integration/ci_environment_test.dart):
- Detects GitHub Actions and CI environments
- Validates Dart/Flutter environment in CI
- Tests network connectivity gracefully
- Verifies test infrastructure availability

GitHub Actions Integration:
- Add integration test step to test.yml workflow
- Set CI and GITHUB_ACTIONS environment variables
- Use --reporter=expanded for detailed test output
- Run after unit tests but before coverage upload

Key Features:
- Mock platform channel prevents real downloads
- Works on any platform (Linux/macOS/Windows)
- Fast execution suitable for CI pipelines
- Uses only open source, legally free content
- Comprehensive error handling and timeouts
- Environment-aware test configuration

Documentation:
- Detailed README for integration tests
- Troubleshooting guide for CI issues
- Explanation of mock vs real testing approach
- Security and licensing considerations

This enables thorough testing of torrent functionality
in GitHub Actions while respecting copyright and
maintaining fast CI execution times.
2025-10-03 07:29:28 +00:00
2025-10-02 19:54:32 +00:00
2025-07-13 14:01:29 +03:00
2025-07-13 14:01:29 +03:00
2025-07-19 18:13:13 +03:00
2025-10-03 06:00:37 +00:00
2025-07-13 14:01:29 +03:00
2025-07-13 14:01:29 +03:00
2025-07-19 18:13:13 +03:00
2025-07-13 14:57:51 +03:00
2025-10-02 18:05:23 +00:00
2025-07-13 14:01:29 +03:00
2025-07-13 14:01:29 +03:00
2025-07-13 14:01:29 +03:00
2025-10-03 06:00:37 +00:00
2025-10-03 04:12:18 +00:00

NeoMovies Mobile 🎬

Мобильное приложение для просмотра фильмов и сериалов, созданное на Flutter.

Download

Возможности

  • 📱 Кроссплатформенное приложение (Android/iOS(пока не реализовано))
  • 🎥 Просмотр фильмов и сериалов через WebView
  • 🌙 Поддержка динамической темы
  • 💾 Локальное кэширование данных
  • 🔒 Безопасное хранение данных
  • 🚀 Быстрая загрузка контента
  • 🎨 Современный Material Design интерфейс

Технологии

  • Flutter - основной фреймворк
  • Provider - управление состоянием
  • Hive - локальная база данных
  • HTTP - сетевые запросы
  • WebView - воспроизведение видео
  • Cached Network Image - кэширование изображений
  • Google Fonts - красивые шрифты

Установка

  1. Клонируйте репозиторий:
git clone https://gitlab.com/foxixus/neomovies_mobile.git
cd neomovies_mobile
  1. Установите зависимости:
flutter pub get
  1. Создайте файл .env в корне проекта:
API_URL=your_api_url_here
  1. Запустите приложение:
flutter run

Сборка

Android APK

flutter build apk --release

iOS

flutter build ios --release

Структура проекта

lib/
├── main.dart                 # Точка входа
├── models/                   # Модели данных
├── services/                 # API сервисы
├── providers/                # State management
├── screens/                  # Экраны приложения
├── widgets/                  # Переиспользуемые виджеты
└── utils/                    # Утилиты и константы

Системные требования

  • Flutter SDK: 3.8.1+
  • Dart: 3.8.1+
  • Android: API 21+ (Android 5.0+)
  • iOS: iOS 11.0+

Участие в разработке

  1. Форкните репозиторий
  2. Создайте ветку для новой функции (git checkout -b feature/amazing-feature)
  3. Внесите изменения и закоммитьте (git commit -m 'Add amazing feature')
  4. Отправьте изменения в ветку (git push origin feature/amazing-feature)
  5. Создайте Pull Request

Лицензия

Этот проект лицензирован под Apache 2.0 License - подробности в файле LICENSE.

Контакты

Если у вас есть вопросы или предложения, создайте issue в этом репозитории.

Description
No description provided
Readme Apache-2.0 4 MiB
Languages
Dart 80.2%
Kotlin 9.7%
C++ 5.1%
CMake 3.9%
Swift 0.6%
Other 0.5%