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

Prefix app-specific URL schemes to avoid conflicts #135

Merged
merged 4 commits into from
Nov 24, 2023

Commits on Nov 24, 2023

  1. Configuration menu
    Copy the full SHA
    72258b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e699a34 View commit details
    Browse the repository at this point in the history
  3. Use a custom URI prefix for Endless Key

    Sometimes, the application uses custom URI schemes to communicate with
    itself. In order to avoid conflicts with other versions of Endless Key
    or Kolibri, prefix those URIs with a specific string set at build time.
    
    #102
    dylanmccall committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    d1ef583 View commit details
    Browse the repository at this point in the history
  4. Replace default build options

    Instead of relying on build configuration, patch the default values in
    our downstream meson_options with an Endless Key-specific app ID, as
    well as environment variable and URI scheme prefixes.
    
    #102
    dylanmccall committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    1232192 View commit details
    Browse the repository at this point in the history