Skip to content

Issue 347 resolved. Modified the constructors for the Helper and Source classes...

Joshua Schwamb requested to merge issue_347_database_version_check into main

License and Copyright Notice

By submitting this issue or commenting on this issue, or contributing any content to this issue, you certify under the Developer Certificate of Origin that the content you post may be licensed under GPLv3 (for code) or CC-BY-SA 4.0 International (for non-code content).

Branch Name

issue_347_database_version_check

Related Issues

Closes #347 (closed) - issue has been resolved.

Description

The app now checks for database version when opening the database, and will now update if a new version has been added.

Steps to Test

(List the steps needed to test this merge request here using bullets, for ex:)

  1. Open the app
  2. Click the "Check Expiration Date" button
  3. Once the database has been accessed, check the logcat to verify that the local and remote database have the same version.

Relevant Screenshots

(Post any relevant screenshots here.)

Relevant Logs

(Paste any relevant logs here.)

Developer Notes

This may cause issues if the government changes the layout of their JSON in the next update. Keep an eye on it.

Edited by Lori Postner

Merge request reports