Skip to content

Releases: Javernaut/WhatTheCodec

v4.1.0

04 May 16:29
6d478ca
Compare
Choose a tag to compare

This release finishes the migrating towards the honest 'Single Activity' approach and includes:

  • Activity Result API usage for permission requesting and file picking
  • NavHost() is used for all screens, transitions and deep links

Apart from that some minor improvements were introduced:

  • Release management improvement
  • Codacy static checks
  • README improvement

v4.0.1

16 Apr 08:03
Compare
Choose a tag to compare

This release is focused on:

  • App size reducing: AppCompat, Material Design Components (Views) and some other libraries were removed
  • DataStore is now used for storing settings instead of deprecated platform's SharedPreferences
  • Dynamic app theme management
  • One-shot messages logic was improved
  • Toast messages were replaced with Snackbars
  • CI jobs improving, adding Github's Dependabot
  • Adding a git hook for detekt invocation on a commit attempt

v4.0

04 Apr 22:17
Compare
Choose a tag to compare

New features in this release:

  • Material
  • Design
  • 3

v3.6.0

26 Mar 15:52
Compare
Choose a tag to compare

New features are available:

  • Displaying FPS for video streams
  • New settings for filtering the cards’ content
  • Ukrainian translation

v3.5.0

12 Sep 17:36
Compare
Choose a tag to compare

Major internal changes were done to the app:

  • The whole UI layer was rewritten to Jetpack Compose
  • The MediaFile library was extracted into a separate repository with publishing to Maven Central

v3.4.0

30 Jun 15:50
Compare
Choose a tag to compare
  • Dark Mode support
  • On-screen text copying
  • FFmpeg is updated to the fresh 4.3 release

v3.3.0

18 Apr 11:17
Compare
Choose a tag to compare

The main focus of this update was to ditch the modal progress dialog. Now frames are requested and displayed one by one without blocking the UI.

Also the Video page was refactored to align the UI with Audio and Subtitles.