27 Commits

Author SHA1 Message Date
twinaphex
eaba575c9e Replace strstrs where possible 2020-05-22 21:11:35 +02:00
twinaphex
fd7bc416ce Get rid of header include 2020-02-26 09:24:20 +01:00
Jamiras
7325147d83 add task_push_http_transfer_file 2020-01-17 19:48:40 -07:00
twinaphex
e4eb5a9bb9 (menu_networking) remove configuration.h dependency 2020-01-04 13:14:53 +01:00
jdgleaver
695749f155 (Core Updater) Only download when new core is available + add option to update all installed cores 2019-12-23 17:34:44 +00:00
twinaphex
682b403a9c menu_content.c - This file is no longer necessary 2019-09-23 04:24:00 +02:00
twinaphex
c69c972942 (Menu) Cleanups 2019-08-16 15:17:33 +02:00
radius
d865c5e4a6 add some copyright on files I contributed considerably just in case 2019-06-20 05:45:17 +02:00
twinaphex
92108aa35f Revert "Merge pull request #8350 from huwpascoe/core_updater"
This reverts commit 57c373e1d722a186e6a0a7d98f84a7310d9b308d, reversing
changes made to 0317b59da3b4c58f9d2f9c4c3de04ee331bbeebb.
2019-06-14 02:08:14 +02:00
Huw Pascoe
7d926e9cf6 Flag existing cores in the updater
Cores that the user already has are flagged.
2019-06-05 22:19:52 +01:00
twinaphex
820ffb9d20 Cleanups - cut down on the rest of unnecessary filestream_exists calls
- only use filestream_exists immediately before filestream_delete or
any other genuine filestream-related operations - when just checking
if a path exists on the filesystem, just use path_is_valid - faster
2019-05-31 06:43:20 +02:00
twinaphex
70d0bd5092 If we are inside online updater screen and go back ingame and then
go back to the menu, we would become stuck inside this menu because
there were no entries. This has now been fixed
2019-04-23 23:35:52 +02:00
Brad Parker
4f0d61a2ac update copyright 2019-02-22 19:13:36 -05:00
orbea
95ed29fd7d Silence implicit declaration warning. 2019-02-21 11:38:00 -08:00
cold-brewed
ece17f6a61 Encode URLs to allow for spaces in directory names 2019-02-20 00:09:24 -05:00
twinaphex
386657a366 (menu widgets backport) Re-commit task queue changes 2019-02-08 08:00:32 +01:00
twinaphex
7022786f34 Revert parts of menu_widgets that were causing breakage, but leave
all the hooks in so we can add them back piece by piece again
2019-02-08 07:26:43 +01:00
natinusala
c20ab3864d First version of menu widgets (gl only) 2019-02-06 20:48:24 +01:00
orbea
4c56167446 Convert to linux line endings. 2019-02-03 15:43:42 -08:00
twinaphex
0083e10926 Some header include changes - create task_file_transfer.h 2019-01-20 02:17:43 +01:00
twinaphex
aa5525f670 Move core_len/core_buf to menu_handle_t 2018-03-25 17:35:46 +02:00
radius
c52fdc469f remove task_push_http_transfer_raw, encode before sending data to the task 2018-03-16 22:38:21 -05:00
twinaphex
36f9d359c2 Combine menu_list and menu_entries 2018-02-25 00:39:20 +01:00
twinaphex
481a140c9c Buildfixes 2017-12-30 13:45:29 +01:00
twinaphex
c7c4b723d6 Move path_file_exists to filestream and do away with filestream
dependencies in file/file_path
2017-12-14 20:05:46 +01:00
twinaphex
adb0add226 print_buf_lines - moved 2017-12-13 05:04:52 +01:00
twinaphex
eeefdf980c Add menu_networking.c/menu_networking.h 2017-12-13 03:35:12 +01:00