Netloader now uses SO_REUSEADDR, this fixes netloader activation temporarily failing after a netloader error previously occurred.
yellows8
2020-04-06 10:36:47 -0400
The icon sizes for theme-layout menuListIcon/menuActiveEntryIcon can now be controlled with the size field, with the internal imageSize field being used when size is invalid. When entering Theme Menu, the initially selected menu-entry is now the currently configured theme. Minor improvements.
yellows8
2020-01-04 18:08:54 -0500
Removed hbmenuLogoImage from theme_t and just determine which AssetId to use for logo during rendering, imageSize from the asset is now used instead of from the layoutobj. Removed drawImageFromLayout since it's no longer used, and removed imageSize from the layout objects which don't need it anymore.
yellows8
2020-01-03 17:49:08 -0500
Added support for using themes with extension '.romfs', which contains '/theme.cfg', optionally '/icon.jpg' for the menu-entry in theme-menu, and any assets. Added 'assets' group to theme config, this is only used with .romfs themes. Added 'backgroundImage' to layout theme config, which requires assets.background_image to be setup. Various improvements.
yellows8
2020-01-02 11:07:43 -0500
Added support for using fileassoc with netloader, an error will now be thrown if the filename/file-extension used with netloader is not recognized. Various improvements.
yellows8
2019-12-30 11:15:38 -0500
Fixed a crash in touch handling for star-button when the current directory is empty (no menu entries). Implemented layouts which can optionally be loaded from theme config, closes#83.
yellows8
2019-12-26 01:40:54 -0500
Added APP_AUTHOR to Makefile.nx.
yellows8
2019-12-14 12:44:43 -0500
6e642e97a4#98 : Support for scroll by holding direction pad keys. Ideally this should have been supported with hid API. Since it is not available yet, adding the logic in the application itself.
GiantPluto
2019-12-14 19:12:33 +0530
Don't use hidGetHandheldMode() to determine whether to use handheld or non-handheld. Just accept input from controllers 0-7 and handheld regardless, as long as the controller is connected. Closes#108.
yellows8
2019-12-11 20:13:02 -0500
Use nifmInitialize/nifmExit in netloader.c, since netstatusGetDetails() uses nifm directly and latest libnx no longer uses nifm in socket init/exit.
yellows8
2019-11-18 12:06:54 -0500
Updated language handling for latest libnx. Added support for SetLanguage_ZHHANS/SetLanguage_ZHHANT, and changed STR_ZH/STR_TW to STR_ZH_HANS/STR_ZH_HANT (system-language is still not actually used).
yellows8
2019-10-04 18:16:42 -0400
Display the temperature status. Moved statusGet code from drawNetwork() into drawStatus(). Added types in common.h to fix building with latest libnx nacp.h, with the pc-build.
yellows8
2019-09-16 11:43:23 -0400
Enabled using setvbuf with adjustments, improves netloader perf. Fixed issue with large-chunksize, chunksize is now uint32_t and initialized to 0. Minor other change.
yellows8
2019-08-08 17:55:56 -0400
Fixed buffer overflow when the netloader chunksize is too large, during NRO transfer (this will not occur with an unmodified nxlink).
yellows8
2019-08-05 12:00:45 -0400
ce35f40f31Display "Applet Mode" indicator when running under an applet
fincs
2019-07-29 17:36:59 +0200