Skip to content

Releases: tribixbite/CustomCamera

CustomCamera v2.4.3 (Build 42)

28 Nov 13:33

Choose a tag to compare

Latest Build: Automated release from commit 422a3d7

Commit Message:
docs: consolidate root markdown files, update version to 2.4.3

  • Moved FINAL_STATUS_v2.4.0.md to docs/archive/ (historical snapshot)
  • Updated CLAUDE.md: version 2.4.1 → 2.4.3, sessions 42-45 → 42-49
  • Updated README.md: version badge 2.4.1 → 2.4.3
  • Updated ROADMAP.md: version 2.4.1 → 2.4.3
  • Updated PROJECT_COMPLETION_REPORT.md: version 2.4.1 → 2.4.3

Final root structure: 4 essential .md files
• CLAUDE.md (development config)
• PROJECT_COMPLETION_REPORT.md (status report)
• README.md (GitHub landing page)
• ROADMAP.md (development planning)

Verified docs/ directory: 5 essential files, all correct

Changes: See commit history

APKs Included:

  • app-debug.apk - Debug build with logging
  • app-release-unsigned.apk - Release build (unsigned)

Built with GitHub Actions on $(date)

CustomCamera v2.4.3 (Build 42)

28 Nov 02:50

Choose a tag to compare

Latest Build: Automated release from commit e6cd20d

Commit Message:
docs(TABLE_OF_CONTENTS): update version to v2.4.3

  • Updated version header from 2.4.1 to 2.4.3
  • Maintains consistency with current release version

Changes: See commit history

APKs Included:

  • app-debug.apk - Debug build with logging
  • app-release-unsigned.apk - Release build (unsigned)

Built with GitHub Actions on $(date)

CustomCamera v2.4.3 (Build 42)

28 Nov 02:03

Choose a tag to compare

Latest Build: Automated release from commit d3c81a0

Commit Message:
docs(ACTIVE_TODOS): update to v2.4.3, document Session 49

  • Updated header to reflect v2.4.3 version sync
  • Documented Session 49 work across Rounds 22-25
  • Round 22: Version synchronization (build.gradle)
  • Round 23: Hardcoded version string elimination
  • Round 24: CI/CD push
  • Round 25: Documentation audit
  • Impact: Settings export now auto-syncs with current version

Changes: See commit history

APKs Included:

  • app-debug.apk - Debug build with logging
  • app-release-unsigned.apk - Release build (unsigned)

Built with GitHub Actions on $(date)

CustomCamera v2.4.3 (Build 42)

28 Nov 01:37

Choose a tag to compare

Latest Build: Automated release from commit 79accc6

Commit Message:
fix(version): remove hardcoded version strings, use BuildConfig

  • Updated build.gradle: VERSION_NAME_FULL now uses ${versionName}-build.${versionCode}
  • Updated SettingsActivity.kt: Export config now uses BuildConfig.VERSION_NAME/CODE
  • Fixes: appVersion was stuck at 2.3.2, appBuild at 40
  • Now: Automatically syncs with version.properties (2.4.3, build 42)

Changes: See commit history

APKs Included:

  • app-debug.apk - Debug build with logging
  • app-release-unsigned.apk - Release build (unsigned)

Built with GitHub Actions on $(date)

CustomCamera v2.4.3 (Build 42)

28 Nov 00:22

Choose a tag to compare

Latest Build: Automated release from commit 20731cd

Commit Message:
fix: revert AAPT2 override to fix CI/CD builds

Issue: Previous commit enabled ARM64 AAPT2 which broke GitHub Actions

  • GitHub Actions runs on x86_64 runners
  • Custom AAPT2 path only exists on local Termux environment
  • CI/CD build failed with file not found error

Fix:

  • Commented out android.aapt2FromMavenOverride in gradle.properties
  • Added clear instructions in CLAUDE.md for Termux builds
  • Users must manually uncomment for local ARM64 builds

Documentation:

  • Updated CLAUDE.md Build Commands section
  • Added note about ARM64 vs CI/CD build differences
  • Clarified when to enable/disable AAPT2 override

Changes: See commit history

APKs Included:

  • app-debug.apk - Debug build with logging
  • app-release-unsigned.apk - Release build (unsigned)

Built with GitHub Actions on $(date)

CustomCamera v2.4.1 (Build 42)

27 Nov 23:37

Choose a tag to compare

Latest Build: Automated release from commit 54fa971

Commit Message:
docs(TABLE_OF_CONTENTS): update version to v2.4.1 (build 42)

  • Updated Last Updated date: 2025-11-12 → 2025-11-27
  • Updated Version: 2.1.42-build.33 → 2.4.1 (build 42)
  • Found during Round 15 comprehensive file audit

Issue: Version was 2+ months outdated

Changes: See commit history

APKs Included:

  • app-debug.apk - Debug build with logging
  • app-release-unsigned.apk - Release build (unsigned)

Built with GitHub Actions on $(date)

CustomCamera v2.4.1 (Build 42)

27 Nov 23:23

Choose a tag to compare

Latest Build: Automated release from commit 295dedc

Commit Message:
docs: remove duplicate outdated MANUAL_TESTING_GUIDE.md

  • Removed docs/guides/MANUAL_TESTING_GUIDE.md (v2.1.22, outdated)
  • Kept docs/MANUAL_TESTING_GUIDE.md (v2.4.0, current)
  • Updated TABLE_OF_CONTENTS.md reference from guides/ to root docs/
  • Found during Round 14 duplicate file scan

Issue: Two copies existed, guides/ version was 2+ months old

Changes: See commit history

APKs Included:

  • app-debug.apk - Debug build with logging
  • app-release-unsigned.apk - Release build (unsigned)

Built with GitHub Actions on $(date)

CustomCamera v2.4.1 (Build 42)

27 Nov 23:04

Choose a tag to compare

Latest Build: Automated release from commit 0320c40

Commit Message:
docs(specs): correct total spec count from 34 to 33

Actual count: 4 core + 5 systems + 23 plugins + 1 feature = 33 documents
Previous count of 34 was incorrect (off-by-one error)

Round 12: Deep documentation analysis

Changes: See commit history

APKs Included:

  • app-debug.apk - Debug build with logging
  • app-release-unsigned.apk - Release build (unsigned)

Built with GitHub Actions on $(date)

CustomCamera v2.4.1 (Build 42)

27 Nov 22:37

Choose a tag to compare

Latest Build: Automated release from commit 09ffa30

Commit Message:
docs(ACTIVE_TODOS): update with Sessions 47-48 completion

Sessions 47-48: Documentation cleanup and version synchronization

  • Session 47: Archived 76 historical files, cleaned root directory
  • Session 48: Synchronized all version references to v2.4.1 (build 42)
  • Final state: 5 essential root files, 89 archived documents
  • Status: All autonomous work complete, 100% version consistency

Verification: Clean git, successful CI/CD, published release v2.4.1-build42

Changes: See commit history

APKs Included:

  • app-debug.apk - Debug build with logging
  • app-release-unsigned.apk - Release build (unsigned)

Built with GitHub Actions on $(date)

CustomCamera v2.4.1 (Build 42)

27 Nov 22:24

Choose a tag to compare

Latest Build: Automated release from commit e71613c

Commit Message:
docs: synchronize version references to v2.4.1 (build 42)

  • Update PROJECT_COMPLETION_REPORT.md line 169 from v2.4.0-build41 to v2.4.1-build42
  • Archive PROJECT_HEALTH_REPORT.md as v2.4.0 historical snapshot
  • Root directory now 5 essential files (CLAUDE.md, README.md, ROADMAP.md, PROJECT_COMPLETION_REPORT.md, FINAL_STATUS_v2.4.0.md)
  • All active documentation now consistently references v2.4.1 (build 42)

Session: Version synchronization completion (Round 9)

Changes: See commit history

APKs Included:

  • app-debug.apk - Debug build with logging
  • app-release-unsigned.apk - Release build (unsigned)

Built with GitHub Actions on $(date)