Commit graph

224 commits

Author SHA1 Message Date
Huntereb
6c85761a10 Add missing headers 2019-12-13 11:08:13 -05:00
Huntereb
b0d23e60da LAN installs fail properly on error 2019-12-13 11:04:42 -05:00
Huntereb
643c65777b Failed USB installs timeout properly 2019-12-12 20:50:40 -05:00
Huntereb
e57442b927 Add preparing text for xci sd installs 2019-12-12 12:47:57 -05:00
Huntereb
4f4f4b294f gkey can be set in config 2019-12-12 12:36:10 -05:00
Huntereb
b5e4b0f75b Warn about applet mode 2019-12-12 12:21:08 -05:00
Huntereb
787e6f4ed9 Hack fix for nczs over USB 2019-12-12 11:18:30 -05:00
Huntereb
49bb3e6800 Use THROW_FORMAT 2019-12-10 23:11:34 -05:00
Huntereb
b175770afa Stop blocking home button, it was just annoying 2019-12-10 21:37:30 -05:00
Huntereb
f0623eb588 Newlines for less annoying debugging 2019-12-10 21:33:51 -05:00
HookedBehemoth
ab7b9eda0e fix ncz installation
fix xci from sd installation
2019-12-11 00:10:49 +01:00
Huntereb
fbbda96513 New install finished messages 2019-12-09 22:30:40 -05:00
Huntereb
2a88b56ce2 Audio notifications for install progress 2019-12-09 22:23:21 -05:00
Huntereb
c9e020da74 Clear buffers after we're done with them in BufferData() 2019-12-09 19:46:02 -05:00
Huntereb
96257eb43a We check usb state before allowing usb installs anyway 2019-12-09 19:44:34 -05:00
Huntereb
338ba6d240 Signature patches don't actually require hekate 2019-12-08 21:40:29 -05:00
Huntereb
5515df5d78 Update UI occasionally to stop main menu flicker 2019-12-08 19:44:39 -05:00
Huntereb
050f0276ca Bye threading, you're too unstable (and I'm a bad programmer) 2019-12-08 18:59:37 -05:00
Huntereb
2439d26576 Make transfers >0x1000 timeout after 5 seconds 2019-12-08 09:56:37 -05:00
Huntereb
42ea9e6aa6 usb comms changes are their own file now 2019-12-07 22:54:03 -05:00
Huntereb
7ed1f78234 USB waiting threading so we can increase buffer timeouts 2019-12-07 21:09:58 -05:00
Huntereb
d1dde4df5d Update UI less during USB installs or we get ugly readings 2019-12-07 14:05:16 -05:00
Huntereb
9a689e5889 Update README.md and options page credits 2019-12-06 19:34:01 -05:00
Huntereb
7f23d1bf68 Misc. string updates for just werks usb 2019-12-06 19:06:23 -05:00
Huntereb
b8d14b2f3e Changes for working usb 2019-12-06 17:25:11 -05:00
Huntereb
1fcd19d445 Finally a solution to usb installs 2019-12-06 16:04:16 -05:00
Huntereb
1720d5eae7 Genuinely fix sd installs 2019-12-06 15:03:12 -05:00
Huntereb
47e8b4214e Fix local NSP/NSZ installation 2019-12-05 20:49:23 -05:00
Huntereb
b5153d6c85 Increase size of icons on main menu, reorder romfs 2019-12-05 16:34:50 -05:00
Huntereb
5d30fa4902 Changes for the latest libnx 2019-12-05 14:51:39 -05:00
Huntereb
af9fceb718 If usbComms returns 0 (modified libnx) then the transfer failed 2019-12-05 13:18:33 -05:00
Huntereb
02d7e6e932 Fix clipped exit text 2019-12-05 13:17:08 -05:00
Huntereb
55c276cfb6 Add fade in 2019-12-05 13:16:36 -05:00
Huntereb
8d398b04c9 How to exit usb installs 2019-12-01 01:41:36 -05:00
Huntereb
787f945d9e Add warning for USB installs 2019-12-01 01:02:31 -05:00
Huntereb
7ad0dcc7bf Fade out when closing application 2019-12-01 00:17:47 -05:00
Huntereb
32fe5fe29e xci nca verification potential fix 2019-12-01 00:13:56 -05:00
Huntereb
866d1ff093 Don't freeze if usb install fails 2019-11-30 23:06:00 -05:00
Huntereb
f06f1ef38c Update help text 2019-11-30 22:09:37 -05:00
Huntereb
e67990bcb0 Add help screen to USB installs 2019-11-30 19:41:21 -05:00
Huntereb
b8d9c8035b Update credits 2019-11-30 19:39:49 -05:00
Huntereb
9f571a7af1 Fix spacing of UI elements, needs plutonium fork updated 2019-11-30 15:41:28 -05:00
Huntereb
d36a82b415 set menu index to first when entering install pages 2019-11-30 15:16:51 -05:00
Huntereb
b237f35f67 Fix debug ifdefs to be proper + xci nca verification change 2019-11-30 14:53:04 -05:00
Huntereb
73762a6165 Update ui quicker for usb and xci stuff 2019-11-30 13:42:55 -05:00
Huntereb
48ab553118 Hide warnings + misc ui update changes 2019-11-30 13:20:59 -05:00
Huntereb
28fcf2462e Merge with latest 2019-11-30 12:35:41 -05:00
Huntereb
287bd72893 Misc usb fixes 2019-11-30 12:21:01 -05:00
HookedBehemoth
7fe853645e only log if compiled for debug 2019-11-30 18:12:59 +01:00
Huntereb
e4d530c296 SD installs less ugly 2019-11-30 12:11:07 -05:00
Huntereb
985e682d9a Add source to install page text 2019-11-30 12:06:49 -05:00
HookedBehemoth
3cebefb785 Merge branch 'real_usb' into xci 2019-11-30 17:12:45 +01:00
HookedBehemoth
cc368479df cleanup xci installation 2019-11-30 13:58:39 +01:00
Huntereb
a69e48abaf USB install stuff is super pretty now 2019-11-29 22:58:28 -05:00
Huntereb
aef3b8f6d0 Behemoth please 2019-11-29 20:45:45 -05:00
Huntereb
10976fb895 Remove licensing from files that don't need it 2019-11-29 19:34:48 -05:00
Huntereb
43aee90eb9 Update help message on SD install page 2019-11-29 19:09:31 -05:00
Huntereb
b4cfbdd915 XCI nca verification 2019-11-29 17:22:41 -05:00
Huntereb
bcda570fa0 "fix" crypto stuff 2019-11-29 12:02:55 -05:00
Huntereb
51a35b43af Useless but I did miss it 2019-11-29 03:36:34 -05:00
Huntereb
ce9d3acf00 Initial XCI stuff 2019-11-29 03:23:11 -05:00
Huntereb
d0cb5951fc Update nca verification warning... Again. 2019-11-28 11:18:43 -05:00
Huntereb
62eed8f2ad Make selecting all files account for the .. 2019-11-28 11:03:09 -05:00
Huntereb
3f42a148ec Detect network status before allowing network related functions 2019-11-28 10:54:32 -05:00
Huntereb
53671a9e42 tidy up usb install stuff a bit 2019-11-27 19:49:58 -05:00
HookedBehemoth
3909194a4a idk why that makes a difference but now it works 2019-11-27 19:36:28 +01:00
Huntereb
9be193b39d Make NCA verification message more obvious what it is 2019-11-26 20:21:39 -05:00
Huntereb
a8b33d9e9a Update cute icon so it's even cuter 2019-11-25 18:59:25 -05:00
Huntereb
23d62f966f Cute icon for net installs page 2019-11-24 21:48:17 -05:00
Huntereb
451646dc58 These aren't titles, we don't need capitals 2019-11-22 15:18:24 -05:00
Huntereb
98a1d58a4d Sort files in file browser properly 2019-11-22 14:46:48 -05:00
Huntereb
4ac0308063 this 2019-11-22 12:26:34 -05:00
Huntereb
02cbf03ecd Waiting for a button press isn't really useful during a crash 2019-11-22 12:18:26 -05:00
Huntereb
c89055b37b Directory browsing for SD installs 2019-11-22 12:17:12 -05:00
Huntereb
db1986add9 Remove license option in settings 2019-11-20 21:44:10 -05:00
Huntereb
da7f15f5cc "Yes, I want a brick" seems a bit extreme 2019-11-20 21:42:08 -05:00
Huntereb
3118a4f4eb We don't have to reverse our list of files, thanks screen-nx 2019-11-20 21:39:22 -05:00
8BitWonder
516f583d68 Add custom background support 2019-11-19 13:08:37 -05:00
Huntereb
979aa0eec9 Remove SX OS license check 2019-11-18 17:32:16 -05:00
Huntereb
389ffda8ff Remove mention of NSP from sigInstall 2019-11-18 17:31:52 -05:00
Huntereb
533adcefa0 Up curl timeouts to 5 seconds 2019-11-17 17:37:27 -05:00
Huntereb
d06579d137 Boost mode option during installs 2019-11-17 15:38:01 -05:00
Huntereb
e2ed3a8027 Make error throws not lock up the software 2019-11-17 12:00:18 -05:00
HookedBehemoth
fe18b58f9a idk validation isn't working... 2019-11-17 16:01:06 +01:00
Huntereb
1c3d0e0b75
Spelling error 2019-11-16 20:03:56 +00:00
Huntereb
bce65ca525 More small string changes 2019-11-16 13:45:02 -05:00
Huntereb
86497d5972 Check for custom images in app directory 2019-11-16 13:22:05 -05:00
Huntereb
33e9e59f2a Don't mention NSP specifically if possible 2019-11-16 13:16:47 -05:00
Huntereb
86f2d685d5 Make it obvious that signature patches work on older HOS versions 2019-11-16 12:42:55 -05:00
Huntereb
11491fb61e Cleanup NCA verification stuff a little, and misc 2019-11-16 12:38:46 -05:00
HookedBehemoth
9d02fbe3e8 smooth out validation process 2019-11-16 16:54:27 +01:00
HookedBehemoth
43e771e4c3 remove wrong pathing used for testing 2019-11-16 15:43:07 +01:00
HookedBehemoth
4d90bb2aa2 wtf hunter 2019-11-16 05:19:46 +01:00
HookedBehemoth
dbd328403c simplify NCA validation process 2019-11-16 05:13:30 +01:00
HookedBehemoth
8596990347 implement NCA validation 2019-11-16 03:18:01 +01:00
Huntereb
ddaf8f2320 Save last entered url and fileid 2019-11-15 11:41:29 -05:00
Huntereb
111ea8c3c3 Parse html for gdrive file names, no more json 2019-11-15 11:32:38 -05:00
Huntereb
b168b803b7 Changes for the latest libnx 2019-11-14 14:04:40 -05:00
Huntereb
26b8cc638c Actually remove awoo on install page if specified 2019-11-13 20:24:30 -05:00
Huntereb
abf9f9e6b8 Version string next to title image 2019-11-13 20:23:30 -05:00