luiscuenca
c8ed1e369d
Trim spaces on orgname and username
2019-07-10 15:45:14 -07:00
Shannon Romano
c7e8aa141c
Merge pull request #15902 from luiscuenca/WLShowProgress
...
DEV-179: Windows Launcher progress indicator
2019-07-09 17:55:35 -07:00
Shannon Romano
fcd29d686b
Merge pull request #15900 from danteruiz/launcher-progress-indicator
...
DEV-180: Lilypad Launcher: (Mac) Launcher progress indicator
2019-07-09 17:53:39 -07:00
luiscuenca
ea94e0f637
No trace
2019-07-09 16:36:06 -07:00
luiscuenca
25c4ad76be
Fix set process
2019-07-09 16:34:32 -07:00
luiscuenca
ec63684866
Fix bar draw and catch incomplete install
2019-07-09 16:08:45 -07:00
dante ruiz
996a2f0888
remove comment
2019-07-09 15:47:05 -07:00
dante ruiz
1741b9a91b
remove prints
2019-07-09 14:49:08 -07:00
dante ruiz
8819a37712
making updates
2019-07-09 14:44:40 -07:00
luiscuenca
c5156780ca
Fix bug when enter is pressed and add uninstall progress
2019-07-09 14:02:23 -07:00
luiscuenca
9f110cac13
Add progress bar
2019-07-09 12:20:09 -07:00
dante ruiz
15cc7a0e6c
finished work
2019-07-09 10:43:46 -07:00
Shannon Romano
9474ca29f5
Merge pull request #15893 from luiscuenca/WLKeepConfigWhenESC
...
BUGZ-768: Keep config.json when updating to avoid relogin.
2019-07-08 15:26:02 -07:00
dante ruiz
a5f9283bde
almost done
2019-07-06 11:46:40 -07:00
luiscuenca
6a7b9c0202
Delete install directory right before installing and keep a copy of config.json
2019-07-05 13:59:35 -07:00
luiscuenca
a94eb4d44b
Allow the launcher window to be moved
2019-07-05 11:09:36 -07:00
luiscuenca
07983cd642
Don't shut down launcher until interface window is shown
2019-07-05 09:02:34 -07:00
luiscuenca
dcbb0f5db5
Shut down interface when executing the Windows Launcher
2019-07-03 15:22:41 -07:00
dante ruiz
f210be32dc
updating progress indicator work
2019-07-02 20:56:49 -07:00
luiscuenca
1f6c4dc375
Avoid saving error log twice
2019-07-02 15:31:28 -07:00
luiscuenca
b877d20219
Improve error handling on Windows Launcher
2019-07-02 15:22:00 -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
Shannon Romano
d13b8d354c
Merge pull request #15840 from danteruiz/launcher-issues
...
BUGZ-837: Fix Launcher crash (mac)
2019-06-25 15:04:44 -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
Brad Hefta-Gaub
a2aff0d072
Merge pull request #15832 from huffman/fix/winlauncher-terms-link
...
BUGZ-710: Update win32 launcher with working ToS link
2019-06-25 12:48:49 -07:00
Brad Hefta-Gaub
04ab11eab2
Merge pull request #15833 from huffman/fix/winlauncher-logo-aspect-ratio
...
Fix aspect ratio of splash logo in win32 launcher
2019-06-25 12:47:28 -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
Ryan Huffman
2824d6fc5f
Fix aspect ratio of splash logo in win32 launcher
2019-06-24 15:13:55 -07:00
Ryan Huffman
5d3ed3f80e
Update win32 launcher with working ToS link
2019-06-24 15:01:31 -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
Andy Howell
733f969e49
Merge pull request #15819 from huffman/feat/winlauncher-logging
...
Add status code and unzip logging to Windows launcher
2019-06-21 15:59:39 -07:00
Ryan Huffman
efdc3584a7
Add status code and unzip logging to Windows launcher
2019-06-21 15:46:59 -07:00
Shannon Romano
30d8697b61
Merge pull request #15812 from huffman/feat/winlauncher-logging
...
Add extra logging to Windows launcher
2019-06-20 16:36:44 -07:00
Ryan Huffman
b28763a017
Add extra logging to Windows launcher
2019-06-20 15:21:01 -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