Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4 feature request #9

Merged
merged 11 commits into from
Oct 3, 2023
Merged

4 feature request #9

merged 11 commits into from
Oct 3, 2023

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    da701a0 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2023

  1. Configuration menu
    Copy the full SHA
    c84c93e View commit details
    Browse the repository at this point in the history
  2. Ensure theme switch works properly,

    Clean up picker options logic
    matbo87 committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    a42a690 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3895a3c View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Configuration menu
    Copy the full SHA
    b8aed98 View commit details
    Browse the repository at this point in the history
  2. Fix null pointer exception,

    Never close menu when pressing B
    matbo87 committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    a5e6adf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    493c1a2 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. Configuration menu
    Copy the full SHA
    4d6378a View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Adjust themes and colors,

    Add button icons to bottom menu,
    Fix saved theme and font are not loaded on app start
    matbo87 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    0659397 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Add file menu options

    - move random game feature to options
    - add default directory option
    - refactor last selected directory logic
    matbo87 committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    090f6c2 View commit details
    Browse the repository at this point in the history
  2. Fix exception when going up/down in file menu

      -  Crash happened when opening a large rom list in file menu and we quit the emulator afterwards without starting a game
      -  Seems to be solved when we always re-add the file menu tab whenever we navigate to another directory
    Code clean up for starting directory
    matbo87 committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    fef2fb8 View commit details
    Browse the repository at this point in the history