Skip to content

Releases: therealaleph/DefaceIT

DefaceIT Android v1.0.7

Choose a tag to compare

@github-actions github-actions released this 04 Jan 19:18

DefaceIT Android App Release v1.0.7

Features

  • Native Android app with Material Design 3 UI built with Jetpack Compose
  • Face detection using Google ML Kit
  • Real-time video processing with blur capabilities
  • Audio pitch shifting support
  • Bilingual interface (English and Persian)
  • Same powerful blurring capabilities as the desktop version

Requirements

  • Android 7.0 (API level 24) or higher
  • Camera permission (optional, for future camera features)
  • Storage permission (for reading and saving videos)

Installation

  1. Download the APK file below
  2. Enable "Install from Unknown Sources" in your Android settings
  3. Open the downloaded APK file
  4. Follow the installation prompts

Changes

See commit history for detailed changes.

DefaceIT Android v1.0.6

Choose a tag to compare

@github-actions github-actions released this 04 Jan 19:03

DefaceIT Android App Release v1.0.6

Features

  • Native Android app with Material Design 3 UI built with Jetpack Compose
  • Face detection using Google ML Kit
  • Real-time video processing with blur capabilities
  • Audio pitch shifting support
  • Bilingual interface (English and Persian)
  • Same powerful blurring capabilities as the desktop version

Requirements

  • Android 7.0 (API level 24) or higher
  • Camera permission (optional, for future camera features)
  • Storage permission (for reading and saving videos)

Installation

  1. Download the APK file below
  2. Enable "Install from Unknown Sources" in your Android settings
  3. Open the downloaded APK file
  4. Follow the installation prompts

Changes

See commit history for detailed changes.

DefaceIT Android v1.0.5

Choose a tag to compare

@github-actions github-actions released this 04 Jan 18:36

DefaceIT Android App Release v1.0.5

Features

  • Native Android app with Material Design 3 UI built with Jetpack Compose
  • Face detection using Google ML Kit
  • Real-time video processing with blur capabilities
  • Audio pitch shifting support
  • Bilingual interface (English and Persian)
  • Same powerful blurring capabilities as the desktop version

Requirements

  • Android 7.0 (API level 24) or higher
  • Camera permission (optional, for future camera features)
  • Storage permission (for reading and saving videos)

Installation

  1. Download the APK file below
  2. Enable "Install from Unknown Sources" in your Android settings
  3. Open the downloaded APK file
  4. Follow the installation prompts

Changes

See commit history for detailed changes.

DefaceIT Android v1.0.2

Choose a tag to compare

@github-actions github-actions released this 02 Jan 15:03

DefaceIT Android App Release v1.0.2

Features

  • Native Android app with Material Design 3 UI built with Jetpack Compose
  • Face detection using Google ML Kit
  • Real-time video processing with blur capabilities
  • Audio pitch shifting support
  • Bilingual interface (English and Persian)
  • Same powerful blurring capabilities as the desktop version

Requirements

  • Android 7.0 (API level 24) or higher
  • Camera permission (optional, for future camera features)
  • Storage permission (for reading and saving videos)

Installation

  1. Download the APK file below
  2. Enable "Install from Unknown Sources" in your Android settings
  3. Open the downloaded APK file
  4. Follow the installation prompts

Changes

See commit history for detailed changes.

DefaceIT Android v1.0.1

Choose a tag to compare

@github-actions github-actions released this 02 Jan 14:47

DefaceIT Android App Release v1.0.1

Features

  • Native Android app with Material Design 3 UI built with Jetpack Compose
  • Face detection using Google ML Kit
  • Real-time video processing with blur capabilities
  • Audio pitch shifting support
  • Bilingual interface (English and Persian)
  • Same powerful blurring capabilities as the desktop version

Requirements

  • Android 7.0 (API level 24) or higher
  • Camera permission (optional, for future camera features)
  • Storage permission (for reading and saving videos)

Installation

  1. Download the APK file below
  2. Enable "Install from Unknown Sources" in your Android settings
  3. Open the downloaded APK file
  4. Follow the installation prompts

Changes

See commit history for detailed changes.

DefaceIT Android v1.0

Choose a tag to compare

@therealaleph therealaleph released this 02 Jan 14:30

DefaceIT Android App Release v1.0

Features

  • Native Android app with Material Design 3 UI built with Jetpack Compose
  • Face detection using Google ML Kit
  • Real-time video processing with blur capabilities
  • Audio pitch shifting support
  • Bilingual interface (English and Persian)
  • Same powerful blurring capabilities as the desktop version

Requirements

  • Android 7.0 (API level 24) or higher
  • Camera permission (optional, for future camera features)
  • Storage permission (for reading and saving videos)

Installation

  1. Download the APK file below
  2. Enable "Install from Unknown Sources" in your Android settings
  3. Open the downloaded APK file
  4. Follow the installation prompts

Fixes

  • ✅ APK is properly signed and installable on real devices
  • ✅ Fixed bitmap bounds error when blurring faces near video edges
  • ✅ Fixed video dimension mismatch error (y + height must be <= bitmap.height())