mcarlton00
|
347ab47672
|
Refactor imports to be under line length limit
|
2023-01-12 21:02:32 -05:00 |
|
mcarlton00
|
bf513dee43
|
Fix flake8 linting complaints
|
2023-01-11 19:51:26 -05:00 |
|
Matt
|
a904c6a62e
|
Initialize variable before it's used
|
2022-10-30 09:02:53 -04:00 |
|
Matt
|
e96e727c7c
|
Move quickconnect code into user selection list
|
2022-10-01 17:40:26 -04:00 |
|
Matt
|
7b10c48e8f
|
Show saved users in the user selection list
|
2022-10-01 10:59:10 -04:00 |
|
Matt
|
bd1917a8a7
|
Add an error message when authentication fails
|
2022-09-18 08:49:06 -04:00 |
|
Matt
|
24548a081c
|
Fix user switching
|
2022-08-06 19:43:16 -04:00 |
|
Matt
|
52fe89170f
|
Don't error when switching to a cached user
|
2022-07-26 20:36:20 -04:00 |
|
Matt
|
075e1e8974
|
Move current date calculation to a function
|
2022-06-16 18:24:16 -04:00 |
|
Matt
|
06f78ce620
|
Do all date calculations in UTC
|
2022-06-16 18:15:40 -04:00 |
|
Matt
|
52baa2e8cc
|
Make sure manual login shows when connecting to a 10.7 server
|
2022-06-11 08:04:40 -04:00 |
|
Matt
|
44afd62989
|
Address flake8 warnings
|
2022-06-09 20:35:06 -04:00 |
|
Matt
|
b7c31fa7a0
|
Add custom dialog for quick connect
|
2022-05-30 15:27:35 -04:00 |
|
Matt
|
d25c7b351e
|
Default to using quick connect to log into server
|
2022-05-28 19:27:51 -04:00 |
|
Matt
|
2772cf6389
|
Use timezone when calculating last activity date
|
2022-04-30 20:53:01 -04:00 |
|
Matt
|
d1e4c1d09f
|
Fix user upgrade path from 0.4.7
|
2022-03-17 21:33:28 -04:00 |
|
Odd Stråbø
|
6126d617f5
|
Copy translate_path from Jf4Kodi, fix LazyLogger
|
2022-03-09 22:51:38 +01:00 |
|
Matt
|
8c9289ef1c
|
Fix codeql issues
|
2022-03-09 15:36:33 -05:00 |
|
Matt
|
7871422354
|
Optimize api initialization
|
2022-03-09 15:25:35 -05:00 |
|
Matt
|
36b23d0b19
|
Reworking the network stack
|
2022-02-27 22:15:54 -05:00 |
|
Matt
|
bec7e06628
|
Fix manual user login
|
2022-02-26 20:11:03 -05:00 |
|
Matt
|
a316a6e094
|
Make sure password variable is initialized
|
2022-01-17 14:08:21 -05:00 |
|
Matt
|
297b25a739
|
Rework user data storage
|
2022-01-17 12:17:21 -05:00 |
|
Matt
|
264145c4b9
|
Address flake8 complaints
|
2021-12-30 18:40:08 -05:00 |
|
Matt
|
fc690abee9
|
Rename translate function
|
2021-12-30 17:05:10 -05:00 |
|
Matt
|
5c3740b8a9
|
Function refactoring and reordering
|
2021-12-29 16:54:05 -05:00 |
|
Matt
|
2d20dc4282
|
Remove unused and commented out code
|
2021-12-21 21:22:16 -05:00 |
|
Matt
|
d5af0c8d7e
|
Fix display public user list
|
2021-04-14 19:37:41 -04:00 |
|
Mister Rajoy
|
1b7c3ffae0
|
Remove multicast socket options from autodiscovery
|
2021-03-15 15:36:23 +01:00 |
|
Matt
|
f42b5c2a99
|
Fix yes/no dialogs in kodi 19
|
2021-02-28 19:29:55 -05:00 |
|
Matt
|
ed3087a222
|
String manipulations and encoding fixes
|
2021-01-26 22:34:51 -05:00 |
|
Matt
|
fb6a1c1329
|
Initial py3 pass
|
2021-01-02 23:04:24 -05:00 |
|
Matt
|
73d757122a
|
Stop doing string manipulations on translations
|
2021-01-02 18:10:59 -05:00 |
|
mcarlton00
|
e2628d27dc
|
Don't error on empty user list
|
2020-11-28 15:00:29 -05:00 |
|
mcarlton00
|
8799c2bb5e
|
Use correct lookup URL
|
2020-11-28 14:59:55 -05:00 |
|
mcarlton00
|
1733e64403
|
Parse json payloads in centralized place
|
2020-11-11 22:50:26 -05:00 |
|
Matt
|
45823ccd96
|
Connect to servers with special characters in the name
|
2020-10-06 21:43:36 -04:00 |
|
Matt
|
a90c2c2fa8
|
Use future strings to fix unicode errors
|
2020-09-05 17:29:38 -04:00 |
|
Matt
|
a0efd1087f
|
Copy log handler from JF for Kodi, modify for strings
|
2020-07-25 01:01:30 -04:00 |
|
Abby Gourlay
|
303fdfc9ad
|
Merge branch 'master' of github.com:mcarlton00/jellycon into server_address_storing_fix
|
2020-07-19 23:19:28 +01:00 |
|
Abby Gourlay
|
640860a3af
|
Store full URL instead of component parts. Fixes #1 and Fixes #2
|
2020-07-19 03:54:15 +01:00 |
|
Abby Gourlay
|
446dd921bf
|
Replace httplib with requests
|
2020-07-19 01:31:42 +01:00 |
|
Abby Gourlay
|
47993b612f
|
Removed debugging code
|
2020-07-18 15:55:24 +01:00 |
|
Abby Gourlay
|
2302f2dbef
|
Lowered the maximum connection test size to comply with API limits
|
2020-07-18 15:53:21 +01:00 |
|
mcarlton00
|
e59b54cccf
|
Beginning rebranding + removing emby from api urls
|
2020-07-04 13:26:21 -04:00 |
|
faush01
|
83993f4304
|
add connection speet test
|
2020-06-26 14:46:57 +10:00 |
|
faush01
|
e8a9be1ae0
|
fix a bung of LINT warnings
|
2020-06-21 11:27:09 +10:00 |
|
faush01
|
8d78391b89
|
add safe delete support
|
2020-04-14 13:24:01 +10:00 |
|
faush01
|
058cd6c8c8
|
default to ws for all new media notifications
|
2019-07-03 14:15:42 +10:00 |
|
Shaun
|
16c140a148
|
only set the focus to main menu if the skin is the estuary_embycon clone one
|
2019-06-11 08:30:29 +10:00 |
|