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

Fixes sync from 1.x #1722

Merged
merged 24 commits into from
Jan 19, 2021
Merged

Commits on Jan 17, 2021

  1. Integrate "Fix sparkle-project#1061 & sparkle-project#835: Sparkle cl…

    …ients polling too frequently"
    
    sparkle-project#1135
    zorgiepoo committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    3c0e02f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e326f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a228c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d6d81c View commit details
    Browse the repository at this point in the history
  5. Fix second bold sentence in read-only update alert dialog. (sparkle-p…

    …roject#1515)
    
    • Updated error dialog code in SUBasicUpdateDriver, and created a local variable to reuse `[aHost name]`.
    • Updated content of Sparkle.strings files, splitting existing affected translations into 2 chunks each.
    • Fixed the Catalan translation, which was using an old string key.
    • Removed a few unnecessary comments in the Polish translation.
    quinntaylor authored and zorgiepoo committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    57d9a78 View commit details
    Browse the repository at this point in the history
  6. Re-add Croatian (hr) localization

    I may have accidentally removed this.
    zorgiepoo committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    523542a View commit details
    Browse the repository at this point in the history
  7. sparkle-project#1352

    core-code authored and zorgiepoo committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    a6ffe0f View commit details
    Browse the repository at this point in the history
  8. fix

    core-code authored and zorgiepoo committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    d8a8282 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    85f4192 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f858b99 View commit details
    Browse the repository at this point in the history
  11. check if SUBundleName is set before normalizing

    When changing the name of an app, there's a couple things to do in order
    to ensure auto-updates still work:
    
    1. set SUBundle Name. This basically tells Sparkle "ey, expect an app
    of {SUBundleName}.(app|pkg) instead of the normal name."
    2. set `SPARKLE_NORMALIZE_INSTALLED_APPLICATION_NAME` in
    commonConfig.xccconfig to reset the name of the app.
    
    in (2), we always used the host's bundle name, instead of checking to
    see if SUBundleName was set, which means normalization doesn't work as
    expected during app name changes.
    jfenton-tsc authored and zorgiepoo committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    c03cc0f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    154b702 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f644361 View commit details
    Browse the repository at this point in the history
  14. Update SUSystemProfiler.m

    Masked sysctl hw.cputype value when evaluating the CPU type.
    Used macros from mach/machine.h instead of magic numbers.
    Added support for ARM in evaluation of hw.cpusubtype.
    pierswalter authored and zorgiepoo committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    176ff8f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6fc5011 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fc18529 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    fd6d480 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ae81bd2 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    7c7968b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c70b39b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    64d2ee1 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

  1. Configuration menu
    Copy the full SHA
    c6a89eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0401fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    173ccc8 View commit details
    Browse the repository at this point in the history