Skip to content

Latest commit

 

History

History
164 lines (92 loc) · 3.62 KB

CHANGELOG.md

File metadata and controls

164 lines (92 loc) · 3.62 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.9.4 - 2023-01-27

Fixed

  1. Avoid "Permission Denied" error after giving the requested permissions in taking the 1st Capture. (#196)

1.9.3 - 2022-10-19

Changed

  1. Improve audio file quality from AMR to AAC. (#194)
  2. Add 3 debug varients targeting Starling Integrity Backends. (#195)

1.9.0 - 2021-10-30

Added

  • Support for CCAPI ver110. This breaks compatibility with devices activated for ver100.

Changed

UI/UX

Code Quality

1.8.0 - 2020-10-26

Added

  • Collect locale information. (#69)
  • Add zh-TW translation. (#100)

Fixed

  • Sign SortedProofInformation before the information is completely collected. (#122)

Changed

Code Quality

  • Simplify Koin DI definitions with reflection.

1.7.0 - 2020-10-12

Added

  • Re-upload proof and its information automatically on Internet connection interrupted. #68
  • Integrate ProofMode. #73

Changed

UI/UX

  • Remove snack bar on camera fragment to avoid memory leak.
  • Use pop-up dialog to replace bottom dialog to avoid crash on rotation. #43

Code Quality

  • Replace the deprecated set-env command with environment file in GitHub Action.

1.6.5 - 2020-10-06

Fixed

  • Make the application ID (package name) to be the same among all product flavors (master/internal).

1.6.4 - 2020-10-05

Changed

Code Quality

  • Build the workflow automatically signing and deploying the internal-release app on the alpha track of Google Play Console.

1.6.3 - 2020-10-05

Changed

Code Quality

  • Build the workflow automatically creating GitHub release with development tag.
  • Build the workflow automatically signing and deploying the master-release app on the internal track of Google Play Console.

1.6.0 - 2020-09-22

Added

  • Replace camera intent with built-in camera fragment. #81
  • Built-in picture capturing.
  • Built-in video recording.
  • Support video publishing. #66

Fixed

  • Fix the incorrect name of the internal test folder.

Changed

Code Quality

  • Update Kotlin from 1.3.x to 1.4.0. #39

1.5.0 - 2020-09-08

Added

  • Collect sensors and additional location information.

Fixed

  • Fix app crashes when the user rapidly trigger multiple navigation events. #32
  • Multiple PublisherConfigs might have name conflicts for SharedPreferences.

Changed

Code Quality

  • Use standard MIME type string on serialization for better compatibility.
  • Change timestamp format to ISO 8601 for CAI compability.

1.4.2 - 2020-08-14

Changed

UI/UX

  • Switch the layout of the slate and live-view components on CCAPI fragment.

1.4.1 - 2020-08-10

Fixed

  • Publish the proof directly if there is only one publisher enabled. #20

1.4.0 - 2020-08-10

Added

  • Provide verification scripts in Python.
  • Implement the grouped information view. #16
  • Add slate display in CCAPI fragment. #19
  • Implement published indicators. #20
  • Implement preferences for InfoSnapshotProvider. #18
  • Implement different "cold-start" splash screens for master and numbers variants. #21

Fixed

  • Media file size is no longer limited. #11
  • App will no longer crash on NumbersStoragePublisherFragment when rotate. #17

Changed

Code Quality

  • Setup Codacy with GitHub Action.
  • Modulize publisher, information provider, and signature provider.
  • Update the schema of SortedProofInformation. You can find the new schema in the README. #27