Commit Graph

127 Commits

Author SHA1 Message Date
DevilXD
afa1945c87 Implement tray icon title displaying progress 2022-01-13 13:32:02 +01:00
DevilXD
f1ee9560e1 Make EXE name more accurate 2022-01-13 13:04:34 +01:00
DevilXD
34a1a5b12b Remove Pillow dependency 2022-01-12 21:36:47 +01:00
DevilXD
eee93b2554 Version bump 2022-01-12 19:13:00 +01:00
DevilXD
692a7f9de4 Let the tray icon's setup thread handle visibility 2022-01-12 18:56:36 +01:00
DevilXD
8d5f66c654 Ensure CHANNEL_CLEANUP stops watching a channel that's about to be removed 2022-01-12 17:48:25 +01:00
DevilXD
17dc4b2c30 Ensure CHANNEL_SWITCH preserves currently watched channel 2022-01-12 17:45:45 +01:00
DevilXD
b17127aabc Fix a bug with WS status not updating after removal 2022-01-12 16:39:05 +01:00
DevilXD
a91644d6de Latest user agent, cleanup comments and docstrings;
ONLINE_DELAY: 60s -> 120s
2022-01-12 12:11:04 +01:00
DevilXD
cab3c584fb Change campaigns refresh every hour to channel cleanup;
Separate off GAMES_UPDATE from INVENTORY_FETCH
2022-01-12 11:50:16 +01:00
DevilXD
6b30f93f71 Implement dynamic campaign status 2022-01-12 11:36:36 +01:00
DevilXD
9f7c865abb Implement tray drop claim notifications 2022-01-11 22:23:58 +01:00
DevilXD
1aba5984d2 Protect 3p lib imports + update requirements 2022-01-11 20:29:13 +01:00
DevilXD
716a824323 Implement the tray icon 2022-01-11 20:22:02 +01:00
DevilXD
a3ca61f1c7 Inventory fetch now sorts campaigns 2022-01-11 20:20:54 +01:00
DevilXD
2e7f19be0d Remove campaign's get_drop 2022-01-11 20:20:21 +01:00
DevilXD
68d7a2fe3e Implement dynamic precoditions 2022-01-11 20:19:54 +01:00
DevilXD
a4d708eed8 Fix is_watching not working 2022-01-11 19:06:35 +01:00
DevilXD
7f685dd8a4 Don't shrink constant-width columns 2022-01-11 17:31:58 +01:00
DevilXD
e0868c5fa7 Redesign the watch loop with awaitable channel value 2022-01-11 15:37:11 +01:00
DevilXD
215f02bb87 Implement channel list shrinking on cleanup 2022-01-11 12:30:08 +01:00
DevilXD
56bd015192 More descriptive column width templates 2022-01-11 12:06:12 +01:00
DevilXD
fb10d2ae78 Fix selecting next game 2022-01-11 11:58:52 +01:00
DevilXD
826b6647d0 Move channel cleanup 2022-01-11 11:55:52 +01:00
DevilXD
b7f819cdda Fix time formatting in log messages 2022-01-11 11:27:35 +01:00
DevilXD
79ed2af650 Store allowed channel names 2022-01-10 19:49:34 +01:00
DevilXD
d4cb810e0e Add some useful GQL operations descriptions 2022-01-10 19:46:18 +01:00
DevilXD
6032caff94 Add a troubleshooting section 2022-01-10 10:19:52 +01:00
DevilXD
2bbbad8c9f farm -> mine 2022-01-10 10:03:01 +01:00
DevilXD
770687410d Version bump 2022-01-10 09:55:26 +01:00
DevilXD
ab202279dd Fix a crash when there's no available campaigns 2022-01-10 09:53:06 +01:00
DevilXD
8d77a362b5 Fix detection of whether or not a drop can be progressed 2022-01-09 14:13:08 +01:00
DevilXD
1af56199fc Fix a bug with claim method returning False for already claimed drops 2022-01-09 14:11:40 +01:00
DevilXD
c072cd7899 Version bump 2022-01-08 18:40:13 +01:00
DevilXD
6bbf33fb0e Remove debug logging 2022-01-08 18:31:49 +01:00
DevilXD
402b299a43 Add more useful descriptions 2022-01-08 18:29:25 +01:00
DevilXD
ca96b5a799 Fix debug log formatting 2022-01-08 15:21:39 +01:00
DevilXD
bbea5452b6 Add missing type: ignore 2022-01-08 15:16:06 +01:00
DevilXD
23ab930c0d Simplify the logic of adding channels to the cache 2022-01-08 15:06:07 +01:00
DevilXD
79e685ed0b Use a list for the games;
Preserves games sorting, and lets the campaigns return games in their active state order
2022-01-08 15:03:09 +01:00
DevilXD
1134dfcef3 Only triggere a game select state change when the selection actually changes 2022-01-08 14:55:36 +01:00
DevilXD
1f43702839 Campaign remaining minutes substraction fix;
Fixed an issue with a minute being substracted from campaign time, when drop minutes reached 0
2022-01-08 14:47:07 +01:00
DevilXD
405e1af9e3 Bump watch interval by 0.1s 2022-01-08 13:29:07 +01:00
DevilXD
8241205264 Updated notes 2022-01-08 11:36:28 +01:00
DevilXD
c5f840e23b Fixed a bug with the timer misbehaving when displaying full hours 2022-01-08 11:04:54 +01:00
DevilXD
15d127bedd Watch restart after claiming drop adjustment 2022-01-07 22:41:37 +01:00
DevilXD
30f8f3f5c5 Minor divmod rewrite 2022-01-07 22:13:30 +01:00
DevilXD
fe4169cf6f Anonymize points payloads 2022-01-07 20:07:39 +01:00
DevilXD
4cd392022f Correct logging attempts count: +1 2022-01-07 19:26:26 +01:00
DevilXD
36ed913ce8 Add an option of logging into a file 2022-01-07 19:22:38 +01:00