Commit Graph

128 Commits

Author SHA1 Message Date
DevilXD
76467bad65 Review and adjust the logging module levels 2022-12-07 14:41:47 +01:00
DevilXD
51b2da3e42 Add timestamps to output messages 2022-12-07 13:49:52 +01:00
DevilXD
ba2ad2e50d Fix an issue with current_tab being locale-dependent 2022-12-06 17:57:58 +01:00
DevilXD
83ffea013b Implement the translation for a campaign's game display 2022-12-06 07:39:10 +01:00
DevilXD
3551eabcee Make it possible for the campaign status;
to dymanically update upon switching to the Inventory tab
2022-12-03 13:01:16 +01:00
DevilXD
5cb12b3445 Fix the proxy entry not saving it's cleared state 2022-12-01 18:50:02 +01:00
DevilXD
d3b9a76b5a Merge branch 'linux' into master 2022-11-30 22:15:38 +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
5e53448451 await on completed tasks, instead of calling .result() 2022-11-26 10:04:06 +01:00
DevilXD
504c6b06c0 Reimplement standard login procedure, keep chrome as backup 2022-11-19 19:03:52 +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
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
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
ca5215bef3 Fix not being able to close the app during initial login phase 2022-11-05 10:46:10 +01:00
DevilXD
683d2fd755 Fix asyncio.wait breaking in Python 3.11 2022-11-04 22:29:11 +01:00
DevilXD
2f78d476e0 Change login button behavior to flip-flop 2022-11-04 14:47:54 +01:00
DevilXD
73a2a6145f Support new login flow via Chrome 2022-11-01 17:49:21 +01:00
DevilXD
c15f557b9e Fix a rare TclError bug 2022-10-23 14:06:06 +02:00
DevilXD
0dce936c2b Inventory tab exclude option takes priority_only into account 2022-09-13 14:35:31 +02:00
DevilXD
0e9ddefa03 Add an option to hide excluded games from the inventory view 2022-09-12 20:04:40 +02:00
DevilXD
ac8d15a43b Choosing Quit from the tray icon only destroys the icon when the application actually exits 2022-09-10 15:29:58 +02:00
DevilXD
81e0497f9c Fix an issue with the window starting as minimized 2022-09-10 15:29:26 +02:00
DevilXD
3cf083d9fe Fix an issue with the tray icon delaying the shutdown for too long 2022-09-04 09:31:01 +02:00
DevilXD
befb755273 Fix an issue with tray startup not working 2022-09-04 09:30:19 +02:00
DevilXD
c12a691a54 Make sure Windows shutdown is handled when minimized too 2022-09-03 18:50:36 +02:00
DevilXD
1e035f1a36 Properly handle Windows shutdown message 2022-09-03 18:12:32 +02:00
DevilXD
8ddfdc5114 Fix broken GUI debug 2022-09-03 18:06:17 +02:00
DevilXD
8c031232d1 asyncio.wait consistency cleanup 2022-08-26 12:29:51 +02:00
DevilXD
31f25c9a6d Show progress for drops with non-zero current minutes 2022-08-20 23:04:25 +02:00
DevilXD
0431a2d98e Add an experimental shutdown handler 2022-08-19 14:09:06 +02:00
DevilXD
c682b75e2d Minor naming and comments update 2022-08-19 10:19:23 +02:00
DevilXD
05466364d1 Implement the translation feature 2022-08-18 22:28:30 +02:00
DevilXD
3c81268501 Fix gui dev testing breaking (again) 2022-08-16 10:01:22 +02:00
DevilXD
1cf0559401 Fix GUI debug breaking 2022-08-15 22:13:54 +02:00
DevilXD
ca0515fb91 Display drop's duration by default 2022-08-15 19:03:27 +02:00
DevilXD
1555d7ee75 In the end, just use can_earn instead here 2022-08-08 22:19:58 +02:00
DevilXD
6d86bf0c3d Merge branch 'master' of https://github.com/DevilXD/TwitchDropsMiner 2022-08-08 22:08:58 +02:00
DevilXD
2d1c201e2f Drops that haven't started yet within an active campaign;
are now labeled as Upcoming instead of showing unobtainable progress
2022-08-08 22:03:27 +02:00
DevilXD
0d0c9d89d1 Drops that haven't started yet within an active campaign;
are now labeled as Upcoming instead of showing unobtainable progress
2022-08-08 21:45:22 +02:00
DevilXD
92e54f5d59 Upcoming campaigns show 'Starts' by default 2022-08-01 08:13:23 +02:00
DevilXD
3dbe1f02be Add a 'finished' inv view filter 2022-07-31 22:36:34 +02:00
DevilXD
7a7b94f57c Implement the status bar 2022-07-30 16:14:57 +02:00
DevilXD
2e1711cf05 Implement campaign linking URL, status and filtering 2022-07-29 23:30:25 +02:00