1.0.7 (Current)
    -Changes to Repository.java
        -getdb fixed for compatibility with older androind versions [thanks to Imran Syed](https://www.upwork.com/freelancers/~01108a76f5c3f686ad)
    -Changes AdvancedQuestionAsker.java
        -Help menu option now changes visibility instead of just setting to visible
        -Help text is made invisible when changing to the next question
    -Changes to README
        -Confirm app works on earlier android version

1.0.6
    -Changes to Repository.java
        -Fixed execSQL check to ignore comments (which previously caused crashes)
    -Changes to assets folder
        -Renamed mislabeled SQL file and removed redundant SQL file
        -Added license header to SQL file
        -Left blank file for future update
    -Changes to README
        -Include reference to SQL database creation script

1.0.5
    -Changes to Repository.java
        -Reorganized functions into "set-up" and "active" groups
        -Removed secondary "realX" functions and condensed content
        -Incremented version number and updated onUpgrade function
        -Prepared variables/commands for future SQL update
    -Changes to assets folder
        -Names changed on Main and Outdated SQL files
        -Lichtblick SQL file and references removed

1.0.4
    -Changes to SQL table to fix diagram images
        -Included embeded image references where they were missing
        -Fixed image references to incorrect file names which crashed the app when loaded
        -Added "_old" designation to distinguish between diagrams of the same name
    -Dark theme expanded to include color inverted diagram images

1.0.3
    -Dark Theme
        -New preference setting "Dark Theme" (Settings>General>Dark Theme)
        -New file attrs.xml and updated styles.xml with light and dark theme attributes
        -Updated layout files attributes to reference current theme colors
        -Updated HamTrainerActivity to handle light/dark theme preference switching
        -Updated other layout opening activities to reference light/dark theme state
        -New formula sheet (formulasdk.pdf) with inverted colors for use in dark theme
    -Updated SQL table to fix answers which had been cut short (text went to new line)
        -15 in Tech, 22 in General, 4 in the outdated Extra section

1.0.2
    -Preparations for F-Droid inclusion
        -Application version code/name updated to 2/1.0.2
        -Modifications to gradle/wrapper:
            -Distribution SHA256 checksum added to gradle-wrapper.properties
            -Mismatched gradle-wrapper.jar updated from version 4.6 to 5.4.1
        -Inclusion of fastlane directory + contents
    -'Release' directory (APK and json) removed - testing compiled app no longer necessary
    -Updated README/CHANGELOG

1.0.1
    -Question view changed to remove radio button deselection animation between questions
    -Minor alterations to formula sheet and strings values
    -Updated README/CHANGELOG

1.0.0 (Original)
    -Working signed release APK
    -Basic functionality
    -Needs testing on other devices