Commit graph

95 commits

Author SHA1 Message Date
dante ruiz
f210be32dc updating progress indicator work 2019-07-02 20:56:49 -07:00
dante ruiz
fb8027bdf5 inital progress indicator work 2019-07-01 19:01:13 -07:00
dante ruiz
12477f3df1 making requested changes 2019-06-28 15:37:21 -07:00
dante ruiz
6a5c9097c9 finished adding error checking for launcher 2019-06-28 13:35:24 -07:00
dante ruiz
d20f50fa3c redoing some work 2019-06-27 20:53:23 -07:00
dante ruiz
1e38e7b7eb print out exception error 2019-06-25 14:11:41 -07:00
dante ruiz
68d620fca3 fix crash 2019-06-25 13:37:45 -07:00
Dante Ruiz
bcdf409fd3
Merge pull request #15824 from MattHardcastle/mac-hq-launcher
A couple macOS HQ Launcher bug fixes
2019-06-25 08:28:50 -07:00
dante ruiz
dd639c4191 fix typo 2019-06-24 15:33:47 -07:00
dante ruiz
e119afdead terms of service 2019-06-24 14:35:59 -07:00
Matt Hardcastle
9ae67c15b2 Use old API to launch tasks on all versions of macOS 2019-06-24 14:27:07 -07:00
Matt Hardcastle
4f6e2c85f9 Never cache the tags API in macOS's HQ Launcher
Prior to this change we used the default session while downloading the
latest tags API response from Thunder. This left open the possibility that
NSURLSession could cache the response, even though the server asked it
not to; NSURLSession can be pretty aggressive about its caching.

This change ensure no caching of the API is occurring my using an
ephemeral session when calling the tags API.
2019-06-22 12:35:05 -07:00
Matt Hardcastle
4d28c5fe41 Use version from Interface in macOS HQ Launcher
Prior to this change the macOS HQ Launcher used the version from the
settings files. Pull this information in the settings file could
result in a situation where the setting file was updated, but interface
wasn't. When the launcher ran a second time it would check the settings
file and think Interface was updated even though it wasn't. This change
resolves the issue by asking interface for its version directly.

In the event that Interface doesn't response with a version number HQ
Launcher knows how to interoperate HQ Launcher will fall back to using the
settings file.

Known Issues
---

1) Interface reports different version number formats depending
    on how its built. A stable interface for getting the build version
    from interface should be added.
2019-06-22 12:34:47 -07:00
Matt Hardcastle
3a5aa4194e Pin the macOS HQ Launcher target version to 10.9
This change pins HQ Launcher's target SDK to 10.9, which is the same as
the target SDK for Interface. Without this pinned value the target
version defaults to whatever the OS version is on the machine that
happened to build HQ Launcher.
2019-06-22 11:53:23 -07:00
Matt Hardcastle
73616b81f3 Fail on empty LAUNCHER_HMAC_SECRET
Priot to this change there was code that attempted to verify that
LAUNCHER_HMAC_SECRET was set to something. This code was broke though
and didn't catch the case correctly. This change fixes the check.
2019-06-22 11:53:23 -07:00
dante ruiz
b42306739d remove comments 2019-06-20 14:00:50 -07:00
dante ruiz
5fed710035 enable log 2019-06-20 13:48:33 -07:00
dante ruiz
c0250275a1 extra logging 2019-06-20 13:01:07 -07:00
Shannon Romano
de0de4a89b
Merge pull request #15781 from danteruiz/rename-launcher-package
BUGZ-693: Renaming HQ Launcher on Mac OS breaks the bundle
2019-06-17 17:45:42 -07:00
dante ruiz
cef617af8a be able to rename launcher package 2019-06-17 15:02:57 -07:00
dante ruiz
11fb7e5b63 fixing typo 2019-06-17 12:16:54 -07:00
Ryan Huffman
f87b166271 Update mac launcher icon 2019-06-13 15:37:44 -07:00
dante ruiz
667af8575f add bookmark arg and fixing focus 2019-06-13 10:03:46 -07:00
Shannon Romano
6faa9a81e8
Merge pull request #15749 from danteruiz/luancher-more-updates
BUGZ-656 & DEV-126: updating org url and trim whitespace for org and username
2019-06-12 12:48:16 -07:00
Shannon Romano
b62a6d852d
Merge pull request #15724 from danteruiz/loginscreen-error-page
dev-79: Lilypad Launcher: (Mac) Implement the error state page.
2019-06-12 12:47:38 -07:00
dante ruiz
b396256d75 updating org url and trim whitespace for org and username 2019-06-12 11:02:49 -07:00
dante ruiz
fc1f7615f4 fix errors 2019-06-11 16:30:21 -07:00
dante ruiz
77a49cb04b Merge branch 'master' of github.com:highfidelity/hifi into loginscreen-error-page 2019-06-11 16:05:43 -07:00
dante ruiz
3af4eaa6c6 re enable log 2019-06-11 15:25:27 -07:00
dante ruiz
9cb0f4a14f Merge branch 'master' of github.com:highfidelity/hifi into more-launcher-bugs 2019-06-11 15:19:15 -07:00
dante ruiz
53c875b8af fixing launcher bugs 2019-06-11 15:19:05 -07:00
dante ruiz
01fab12942 fixing interface and laucnher script argument 2019-06-11 09:18:20 -07:00
Bradley Austin Davis
844397d86c
Merge pull request #15689 from jherico/light-launcher-win
DEV-77: Light launcher Windows build
2019-06-10 18:43:44 -07:00
Brad Davis
ecfc3613b0 Enable windows launcher build 2019-06-10 16:44:19 -07:00
dante ruiz
adeedc88d3 add launcher error page 2019-06-10 14:38:01 -07:00
dante ruiz
5499da0b7b removing debug statments 2019-06-07 10:59:56 -07:00
dante ruiz
00baaffb97 allow launcher to work from mounted dmg 2019-06-07 10:56:44 -07:00
dante ruiz
5fe4f35139 propertly encode 2019-06-06 14:35:45 -07:00
dante ruiz
f7333e90d8 fixing bugs 2019-06-06 11:58:39 -07:00
Bradley Austin Davis
a96d57e8d2
Update launchers/darwin/CMakeLists.txt 2019-06-06 09:23:14 -07:00
Bradley Austin Davis
8e1f4b5227 Testing build 2019-06-05 16:18:03 -07:00
Bradley Austin Davis
0876a781f0 Fix secret defines 2019-06-05 15:22:44 -07:00
dante ruiz
f852364b3d enable logs 2019-06-05 14:26:35 -07:00
dante ruiz
581c5fe554 removing warnings 2019-06-05 14:23:47 -07:00
Brad Davis
3cb5b7716e Light Launchers 2019-06-05 11:18:16 -07:00