Commit Graph

  • 6dea82a668 Moved applet notification-msg handling code into new funcs appletGetMessage and appletProcessMessage (with some improvements), which appletMainLoop now calls. yellows8 2019-02-27 19:03:35 -0500
  • eb750b641b Added webNewsCreate, webConfigSetEcClientCert, and webConfigSetShopJump. Improved web docs. yellows8 2019-02-27 17:52:00 -0500
  • eacd10a1ec Fix description setter Liam Minopulos 2019-02-27 21:39:29 +0100
  • 66674b35a8 Use strncpy and strnlen Liam Minopulos 2019-02-27 21:37:50 +0100
  • f2abbc45db Use libapplet-wrapper instead of AppletStorage Liam Minopulos 2019-02-27 20:40:29 +0100
  • f816ac52d5 Remove unnecessary array Liam Minopulos 2019-02-27 20:20:10 +0100
  • f41f0bea7a Fix argument name Liam Minopulos 2019-02-27 20:17:56 +0100
  • 7e42dfe3ca Make ErrorConfig exactly represent expected input-data Liam Minopulos 2019-02-27 20:16:25 +0100
  • ad5b8c019f Add some functions from IOverlayAppletProxy and hid:sys (#242) exelix 2019-02-27 16:17:03 +0100
  • d2c24bbe10 pm: Add pmdmntGetServiceSession() Michael Scire 2019-02-27 03:39:07 -0800
  • 3b119d6d04 pm: Add pmdmntGetServiceSession() Michael Scire 2019-02-27 03:39:07 -0800
  • c1c668104d newline at EOF exelix 2019-02-27 08:02:27 +0100
  • ef71282f31 Added webConfigSetBootAsMediaPlayer and webConfigSetMediaPlayerAutoClose. Updated WebBootDisplayKind. Removed 'Enabled' from WebArgType enums. yellows8 2019-02-26 21:54:47 -0500
  • a48f7c3502 Added webConfigSetBootDisplayKind and enum WebBootDisplayKind. Added enum WebShimKind_Offline. Minor other web adjustments. yellows8 2019-02-26 19:40:20 -0500
  • 9e11dd1bd7 Added error handling for web TLVs. webPageCreate and webConfigSet* now return Result. Moved webWifiCreate/webWifiShow immediately after _webShow in web.c. yellows8 2019-02-26 17:55:16 -0500
  • dd184c2955 Embed arguments directly in config-struct Liam Minopulos 2019-02-26 23:51:43 +0100
  • bb93efbd17 Include error header Liam Minopulos 2019-02-26 23:13:54 +0100
  • 33e6413ba5 Revert "Include error header" Liam Minopulos 2019-02-26 22:57:39 +0100
  • e92086bbdd Include error header Liam Minopulos 2019-02-26 22:57:39 +0100
  • 320f17a94f Implement error applet Liam Minopulos 2019-02-26 22:57:31 +0100
  • 904deeec10 Updated @brief in the web.h docs-header. yellows8 2019-02-26 15:23:01 -0500
  • 2cd9825074 Added webConfigSetCallbackUrl, webConfigSetCallbackableUrl, and webConfigSetUserAgentAdditionalString. Improved web docs. yellows8 2019-02-26 15:15:58 -0500
  • 47c8c41301 Add hidsysActivate*Button to hidsys.h exelix 2019-02-26 15:40:29 +0100
  • 13e9da3962 Do not store the home button event exelix 2019-02-26 07:54:42 +0100
  • 6aa2640e4a Fixed comment alignment for WebArgType. yellows8 2019-02-25 23:24:29 -0500
  • 50e2d43b70 Added WebArgType enum. yellows8 2019-02-25 23:21:44 -0500
  • 91bf06653e Added webConfigSetDisplayUrlKind. Added more _webConfigSet* funcs. yellows8 2019-02-25 21:23:53 -0500
  • 708ad83ead Renamed webShow to webConfigShow. Added webConfigSetWhitelist. yellows8 2019-02-25 20:12:36 -0500
  • 7ccc29f397 Internal web arg handling improvements. yellows8 2019-02-25 19:38:15 -0500
  • ec5f1dc17f Renamed WebPageConfig to WebCommonConfig with more fields. Renamed webPageShow to webShow. Various web improvements including version handling. yellows8 2019-02-25 19:08:49 -0500
  • a812549802 Do not store events as global variables exelix 2019-02-25 21:43:28 +0100
  • 9d536520b3 Better formatting, remove UnknownMessageHandler exelix 2019-02-25 17:22:13 +0100
  • 9f45bb4d7e Fixed IPC issues with bsdRead. yellows8 2019-02-24 22:17:27 -0500
  • 88328709e0 Convert tabs to spaces exelix 2019-02-24 17:42:39 +0100
  • fb31b8f184 Add UnknownMessageHandler, correct typos and better formatting exelix 2019-02-24 17:35:14 +0100
  • 4b8e501fdb Various web improvements, changed/added some structs. yellows8 2019-02-23 16:59:46 -0500
  • bf13da990a Critical fix in new barrier impl fincs 2019-02-23 21:09:41 +0100
  • e8f3964475 barrier: More efficient impl, maybe plutooo 2018-10-23 23:02:23 +0200
  • 9011f278b6 Add IOverlayAppletProxy-specific functions and hid:sys exelix 2019-02-23 19:27:22 +0100
  • 0a230bae65 Fixed issue in _webTLVWrite. Updated web docs. The url param for webPageCreate is no longer optional. yellows8 2019-02-21 00:15:09 -0500
  • 601c76b508 Initial support for WebApplet/non-webWifi. yellows8 2019-02-20 23:42:17 -0500
  • 425df41e7e Improved internal web applet launching/exit handling. yellows8 2019-02-20 18:34:16 -0500
  • d61c2d07b6 Added appletRequestLaunchApplication and appletRequestLaunchApplicationForQuest. yellows8 2019-02-19 23:04:09 -0500
  • d90893c566 Expose libappletCreateWriteStorage. yellows8 2019-02-19 21:46:53 -0500
  • 1415df75e4 Update svcSleepThread definition Luke Street 2018-12-04 03:16:51 -0500
  • 567828f44e Fixed doxygen issues / improved docs. Closes #230. yellows8 2019-02-19 16:56:33 -0500
  • e2f05654dd Moved web applet-exit handling into a dedicated func, which can optionally handle reading the applet reply storage. Added out param to webWifiShow for the applet reply data. yellows8 2019-02-18 22:32:18 -0500
  • f392dc0ce2 Added libappletReadStorage and libappletPopOutData. yellows8 2019-02-18 22:27:50 -0500
  • 821c46539d Added 7.0.0+ support for _viCreateStrayLayer. yellows8 2019-02-18 22:25:17 -0500
  • e3f021bab3 Verify that the version is 2.0.0+ in swkbdInlineCreate. yellows8 2019-02-18 16:42:12 -0500
  • 11b7bece4a Change all services except fatal to use hosversion* instead of kernelAboveXYZ fincs 2019-02-17 14:54:19 +0100
  • 61cc738730 Introduce hosversion.h - HOS version detection utilities fincs 2019-02-17 14:52:00 +0100
  • 6c3f72929d Fixed WebWifiPageArg struct, improved web-wifi handling and added docs. yellows8 2019-02-18 12:29:40 -0500
  • fdc6d1a182 hosversion: Fix logic version-detection plutooo 2019-02-17 21:41:47 +0100
  • 848a5c3ad9 hosversion: Attempt a non-tristate solution plutooo 2019-02-17 21:00:13 +0100
  • 371b164e79 Revert "hosversion: Suggestion for tristate properly handle error scenarios" plutooo 2019-02-17 17:39:43 +0100
  • 6892ab4d13 Revert "hosversion: Add hosversionBetween" plutooo 2019-02-17 17:39:36 +0100
  • cd62b39275 hosversion: Add hosversionBetween plutooo 2019-02-17 15:36:18 +0100
  • af67b4adb1 hosversion: Suggestion for tristate properly handle error scenarios plutooo 2019-02-17 15:17:33 +0100
  • c6aad4e57b Change all services except fatal to use hosversion* instead of kernelAboveXYZ fincs 2019-02-17 14:54:19 +0100
  • 25a57d7f38 Introduce hosversion.h - HOS version detection utilities fincs 2019-02-17 14:52:00 +0100
  • ee2e19ce38 Improve names/documentation for jit kernel patch functions in detect.h/c + codestylefixes fincs 2019-02-16 16:42:08 +0100
  • 1cb2c18fa5 Added capssc. yellows8 2019-02-15 20:08:17 -0500
  • 7d9601810d Added nfp:user services wrappers. (#237) averne 2019-02-16 03:06:41 +0900
  • 246c6267f4 nfc: pass an NfpuInitConfig when initializing averne 2019-02-15 12:03:05 +0900
  • c3b934b69a nfc: restore NfpuInitConfig, allow custom configs when initializing the service averne 2019-02-13 17:00:07 +0900
  • 1eb6a6ef25 nfc: remove init config averne 2019-02-09 16:23:34 +0100
  • 0c609f91b2 hid: fix official->controller id function averne 2019-02-09 16:13:51 +0100
  • cb7100dc7f nfc: add comments about autoclear averne 2019-02-05 19:00:59 +0100
  • 44891e6705 nfc: remove CONTROLLER_P1_AUTO handling, fix event autoclear averne 2019-02-04 23:19:58 +0100
  • 6886765a90 nfc: fix unaries averne 2019-02-03 21:29:59 +0100
  • d3c2cd223a nfc: misc changes averne 2019-02-03 20:50:30 +0100
  • a02b00f167 nfc: remove inlines, misc changes in nfpuListDevices averne 2019-02-01 19:59:23 +0100
  • ea19b60af1 nfc: Add const identifier in nfpuCreate/SetApplicationArea averne 2019-01-31 23:23:29 +0100
  • 042d3f42ec nfc: fix nfpuCreateApplicationArea cmd_id... averne 2019-01-31 22:48:23 +0100
  • 2d6b494828 nfc: add nfpuSetApplicationArea, nfpuCreateApplicationArea, nfpuFlush and nfpuRestore, remove NfpuAppId averne 2019-01-31 22:42:50 +0100
  • 2fdde95503 nfc: clarify name of NfpuDeviceState member averne 2019-01-31 22:28:19 +0100
  • d4b436bfa2 nfc: missing arg in nfpuGetApplicationArea is actually the npad_id averne 2019-01-29 07:33:29 +0100
  • ff144c492a nfc: add missing argument in nfpuOpenApplicationArea. averne 2019-01-29 00:21:29 +0100
  • e9b458993b nfc: added nfpuOpenApplicationArea and nfpuGetApplicationArea. averne 2019-01-28 23:49:22 +0100
  • e1e022537c nfc: document unknown field of NfpuRegisterInfo averne 2019-01-28 22:43:02 +0100
  • 447d8d1d1f nfc: change mii_name representation to u16 averne 2019-01-27 22:53:47 +0100
  • 9d96f57083 hid: actually remove underscores averne 2019-01-27 22:51:36 +0100
  • 193ee79b5b hid: remove underscores averne 2019-01-27 22:43:12 +0100
  • be873292fc nfc: add nfpuIsEnabled averne 2019-01-27 22:20:52 +0100
  • 0f25c30a90 nfc: add support for CONTROLLER_P1_AUTO averne 2019-01-27 21:09:27 +0100
  • 8b0fe90af6 nfpu: move code to nfc.c/h averne 2019-01-27 12:05:40 +0100
  • bfa678be8a hid: move official/libnx controller converters to hid.h averne 2019-01-27 00:24:11 +0100
  • fea5cf13b0 nfpu: fix typedef oversight, switch order of arguments of static functions, get rid of dynamic allocation averne 2019-01-26 21:57:36 +0100
  • f5f5214427 nfpu: typdef NfpuMiiCharInfo averne 2019-01-26 17:18:56 +0100
  • 142e5394e9 nfpu: move register info mii data to its own struct, fix offsets of unknown fields averne 2019-01-26 15:54:16 +0100
  • 01848e95b7 nfpu: remove shaky acronym expansion, improve consistency of mii fields. averne 2019-01-26 00:07:40 +0100
  • 47a950d9b4 Added nfp:user services wrappers. averne 2019-01-25 23:06:20 +0100
  • 17731d750e Add function to test OFW behavior under CFW plutooo 2019-02-14 22:03:00 +0100
  • fc557cbf2a Detect and use the CFW jit patch. plutooo 2019-02-13 22:40:00 +0100
  • 16cbf1c9f6 Fixed minimum required sysver for capssu. yellows8 2019-02-11 20:36:41 -0500
  • e02b6c167a Added capssu and caps.h. yellows8 2019-02-08 19:47:13 -0500
  • 224ba8a87d hwopus: Provide a better name for the flag parameter of _hwopusDecodeInterleaved() Lioncash 2019-01-29 23:02:34 -0500
  • 653a363702 hwopus: Provide a better name for the flag parameter of _hwopusDecodeInterleaved() Lioncash 2019-01-29 23:02:34 -0500
  • b3b5816fd0 Added swkbdInlineAppearArgSetLeftButtonText and swkbdInlineAppearArgSetRightButtonText. yellows8 2019-01-28 21:15:45 -0500