Commit Graph

36 Commits

Author SHA1 Message Date
9ea1f5900a Don't consider version suffixes when checking for updates
This is just to make life easier for me with deploys for now.
2021-07-20 01:05:37 +09:00
ec71deec51 Remove some mentions of "lazer"
I am aware there are more throughout the codebase but intentionally left
the remaining mentioned for one reason or another. The intention here is
to mainly change user-facing versioning to change the positioning of the
"lazer" term (to be where we would expect "cuttingedge" or "beta" to
be).
2021-07-04 12:41:27 +09:00
7fa5fd5647 Update usages of config with framework changes 2021-03-17 16:10:16 +09:00
dc9028d24a Update framework 2021-03-09 14:27:29 +09:00
b1cd01ceb8 Apply ConfigureAwait changes to game side 2021-03-08 14:36:35 +09:00
88ffcb9234 Update EndsWith usages 2020-10-16 12:58:34 +09:00
c867fb4985 Merge branch 'master' into update-check-improvements 2020-10-08 21:32:26 +02:00
94a6e28565 Add back second removed condition 2020-10-07 18:40:09 +09:00
5e10ac418b Add update notifications for iOS builds 2020-10-06 13:19:52 +09:00
22b0105d62 Show a notification if checking for updates via button and there are none available 2020-10-06 13:00:02 +09:00
d2155c3da3 Fix thread safety 2020-06-15 22:19:02 +09:00
7ae421cc8e Revert more incorrect changes 2020-06-12 19:32:32 +09:00
f5c3863e6d Revert variable usage 2020-06-12 19:26:46 +09:00
446ce2590c Move local back in place 2020-06-12 19:25:54 +09:00
89cf146d18 Fix base UpdateManager thinking it can check for updates 2020-06-12 19:24:50 +09:00
35f577375c Restore notification code 2020-06-12 19:20:45 +09:00
3dd642a336 Ensure only one update check can be running at a time 2020-06-12 18:29:21 +09:00
6beb28b685 Rename method to be less bad 2020-06-12 18:07:39 +09:00
95f57ca88c Remove duplicate calls to CheckForUpdatesAsync 2020-06-12 18:05:23 +09:00
101604e741 Redesign classes and generally improve code 2020-06-08 00:39:33 +02:00
ebd1df8c28 Change property name to CanCheckForUpdate 2020-05-08 02:50:58 +02:00
3c24ca08d0 Check whether the build is deployed within the public check updates method 2020-05-08 02:48:27 +02:00
e6ad28a1cb Use property instead of type checking 2020-05-08 02:09:37 +02:00
92872496b8 Convert to method groups
because Inspector said so.
2020-05-07 23:27:28 +02:00
c025814f40 Finalize changes 2020-05-07 23:04:18 +02:00
836efe3f7c Initial commit 2020-05-07 08:07:22 +02:00
507af4fa72 Add comment about rationale behind always updating version in config 2020-03-05 15:35:27 +09:00
1e1e8cbcb5 Always update version 2020-03-05 14:46:38 +09:00
f9d7e7c6b8 Add simple updater support for linux AppImages 2020-02-21 19:16:08 +09:00
c753cb46c5 Use [Resolved] wherever possible 2020-02-14 20:14:00 +07:00
2187523bf3 Fix json web requests having incorrect user agents 2020-01-17 19:21:27 +09:00
11214628ad Add post-update notification for iOS users 2019-12-20 14:02:01 +09:00
3ad0369d7b Resolve new diagnostics in C# 7.3 2019-10-30 23:13:11 +08:00
c226d52b53 Don't automatic download for now 2019-09-24 18:34:54 +09:00
84d9f98ff1 fixup! Move post-update notification logic to UpdateManager base class 2019-09-24 18:15:57 +09:00
1c474de0ed Move post-update notification logic to UpdateManager base class 2019-09-24 18:03:05 +09:00