Commit Graph

469 Commits

Author SHA1 Message Date
DevilXD
64a7bdc6fd Add proxy handling to get_session 2022-12-02 20:39:39 +01:00
Joof
d3ba25ee5d Added Spanish translation 2022-12-01 21:37:06 +01:00
DevilXD
5cb12b3445 Fix the proxy entry not saving it's cleared state 2022-12-01 18:50:02 +01:00
DevilXD
7c4a683f1f Mnt task triggers channel cleanup instead of just a switch 2022-12-01 09:47:26 +01:00
DevilXD
d3b9a76b5a Merge branch 'linux' into master 2022-11-30 22:15:38 +01:00
DevilXD
94efa44f96 Add a missing Chinese translation line 2022-11-30 18:40:58 +01:00
DevilXD
323de6ed59 Include game name in the tray notification and mouse-over title 2022-11-30 11:51:49 +01:00
DevilXD
36597d9a4a Display campaign's game, clear progress when idle 2022-11-30 10:47:56 +01:00
DevilXD
e4088699c5 Update Chinese translation 2022-11-28 19:56:06 +01:00
DevilXD
b977c507cf Update translations files 2022-11-28 14:48:34 +01:00
DevilXD
d36b236070 Add a fallback user agent 2022-11-27 18:48:35 +01:00
DevilXD
5a903ce0bf Implement translations 2022-11-27 18:41:11 +01:00
DevilXD
5e53448451 await on completed tasks, instead of calling .result() 2022-11-26 10:04:06 +01:00
DevilXD
4788ac8fbf Use slots where possible for a marginal memory save 2022-11-25 11:42:46 +01:00
DevilXD
0dc8313188 Add mnt triggers only for campaigns we care about 2022-11-24 20:24:34 +01:00
DevilXD
4b30cf116b Stop the maintenance task from executing triggers...;
if we're reloading the whole inventory anyway
2022-11-24 13:23:32 +01:00
DevilXD
01055b4516 Fix setup_env sometimes failing to detect git being installed 2022-11-24 13:22:29 +01:00
DevilXD
d308fad51c Remove the counter from the fetching campaigns step 2022-11-22 09:02:20 +01:00
DevilXD
0f538482c7 Limit the amount of connections made;
streamline GQL bulk campaigns fetching
2022-11-21 22:44:56 +01:00
DevilXD
29be8bd799 Improve Twitch's 5XXX errors handling 2022-11-21 14:19:47 +01:00
DevilXD
03eb64171c Redesign the maintenance task to avoid reloading on campaign status changes 2022-11-20 23:09:11 +01:00
DevilXD
bcb5bfab36 Handle GQL service timeout 2022-11-19 19:26:02 +01:00
DevilXD
504c6b06c0 Reimplement standard login procedure, keep chrome as backup 2022-11-19 19:03:52 +01:00
DevilXD
5e3e7b6f4f Fix an issue with trying to mine a completed campaign 2022-11-15 21:45:44 +01:00
DevilXD
6f3da7b0cc Don't let the active drop search straight up lie to the user 2022-11-15 21:40:24 +01:00
DevilXD
008dffb212 A bunch of naming and consistency changes 2022-11-15 21:39:17 +01:00
DevilXD
5752e887d1 Fix Chrome proxy support 2022-11-15 11:29:47 +01:00
DevilXD
1aa1976c1a Add a proxy server support for Chrome 2022-11-11 18:19:41 +01:00
DevilXD
71d4bf5092 Simplify page load strat, move some messages around 2022-11-11 18:19:08 +01:00
DevilXD
d3d1624a24 Handle missing SeleniumWire certificate files 2022-11-11 13:33:04 +01:00
DevilXD
4ae68b7d23 Handle _brotli error 2022-11-11 13:07:15 +01:00
DevilXD
cc4cbc5179 Various UX login flow improvements 2022-11-07 22:20:10 +01:00
DevilXD
8ecf26bc37 Restore app from tray when the login procedure starts 2022-11-07 16:55:54 +01:00
DevilXD
147639a454 Minor ExponentialBackoff exp -> steps;
No connection stemps greater than 1 detection
2022-11-07 08:00:00 +01:00
DevilXD
024ad975b9 create_task -> ensure_future + wrap event wait 2022-11-05 22:53:55 +01:00
DevilXD
2306fc1331 ensure_future -> create_task 2022-11-05 19:25:50 +01:00
DevilXD
2797f5ee68 Fix the app hanging while it's closed during loading 2022-11-05 19:25:30 +01:00
DevilXD
26a5787fa7 simplify logic here 2022-11-05 17:31:40 +01:00
DevilXD
ca5215bef3 Fix not being able to close the app during initial login phase 2022-11-05 10:46:10 +01:00
DevilXD
ecc381851f Improve env setup script 2022-11-05 10:44:39 +01:00
DevilXD
74969a3adb Fix a theorethical hang during app initialization 2022-11-05 10:06:09 +01:00
DevilXD
683d2fd755 Fix asyncio.wait breaking in Python 3.11 2022-11-04 22:29:11 +01:00
DevilXD
f50d02ed0b Add nice icon to the settings error message 2022-11-04 20:32:40 +01:00
DevilXD
67e9d3a2e0 Merge branch 'master' of https://github.com/DevilXD/TwitchDropsMiner 2022-11-04 18:52:26 +01:00
DevilXD
2f78d476e0 Change login button behavior to flip-flop 2022-11-04 14:47:54 +01:00
DevilXD
8f6589d275 Minor typing update 2022-11-03 17:31:24 +01:00
DevilXD
73a2a6145f Support new login flow via Chrome 2022-11-01 17:49:21 +01:00
DevilXD
88b228d38b Remove unneeded status update, update comments 2022-10-31 20:48:57 +01:00
DevilXD
fdd0172abf Fix an issue with campaigns having an incorrect allowed channels list 2022-10-31 20:35:46 +01:00
DevilXD
d8958d746c Add raw_response var for quick debug purposes 2022-10-28 22:05:15 +02:00