aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/am/applets
AgeCommit message (Expand)Author
2020-03-22core/web_browser: Allow WebApplet to exit gracefully when an error occursFearlessTobi
2020-02-07hle: services: Use std::shared_ptr instead of copy by value.bunnei
2020-02-05services: am: Clear events on PopOutData and PopInteractiveOutData.bunnei
2020-02-05am: Refactor IStorage interface.bunnei
2020-02-05applets: software_keyboard: Signal state change on end of interactive session.bunnei
2020-02-05applets: software_keyboard: Minor cleanup.bunnei
2019-11-24kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...bunnei
2019-11-12service: Resolve sign conversion errorsLioncash
2019-11-06Merge pull request #3062 from bunnei/event-improvebunnei
2019-11-03common_func: Use std::array for INSERT_PADDING_* macros.bunnei
2019-11-03kernel: events: Remove ResetType::Automatic.bunnei
2019-09-30applets: Add accessor for AppletFrontendSetZach Hilman
2019-09-04service/am: Remove usages of global system accessorsLioncash
2019-07-02file_sys: Rename other ContentRecordType membersBakugo
2019-06-24applets: Pass current process title ID to appletsZach Hilman
2019-06-24general_frontend: Add documentation for parental controls and ecommerce appletsZach Hilman
2019-06-24web_browser: Only delete temporary directory if it was createdZach Hilman
2019-06-24web_browser: Take ECommerce applet frontend optionally in constructorZach Hilman
2019-06-24web_browser: Use function tables for execute and initializeZach Hilman
2019-06-24web_browser: Correct structures and properly parse TLVs/ShimKindZach Hilman
2019-06-24applets: Track ECommerce and Parental Control applet frontendsZach Hilman
2019-06-24applets: Implement Auth applet backendZach Hilman
2019-06-21Merge pull request #2482 from DarkLordZach/prepobunnei
2019-06-12common/hex_util: Combine HexVectorToString() and HexArrayToString()Lioncash
2019-06-05Merge pull request #2526 from lioncash/globalZach Hilman
2019-05-30Merge pull request #1931 from DarkLordZach/mii-database-1bunnei
2019-05-29core/core: Remove unnecessary includesLioncash
2019-05-26loader: Move NSO module tracking to AppLoaderZach Hilman
2019-05-25applets/error: Save report on error appletZach Hilman
2019-05-25applets: Save report on stubbed appletZach Hilman
2019-05-18core/kernel/object: Rename ResetType enum membersLioncash
2019-04-25mii_manager: Fix incorrect loop condition in mii UUID generation codeZach Hilman
2019-04-25profile_select: Port Service::Account::UUID to Common::UUIDZach Hilman
2019-04-17web_browser: Make OpenPage non-constZach Hilman
2019-04-17main: Add GMainWindow hooks for Error displayZach Hilman
2019-04-17general_backend: Move StubApplet and add backend PhotoViewerZach Hilman
2019-04-17applets: Add Error appletZach Hilman
2019-04-17applets: Port current applets to take frontend in constructorZach Hilman
2019-04-17applets: Add AppletManager class to control lifetimeZach Hilman
2019-03-27patch_manager: Dump NSO name with build IDZach Hilman
2019-03-26game_list: Register content with ContentProviderZach Hilman
2019-03-05core/hle/ipc: Remove unnecessary includesLioncash
2019-01-17core/frontend/applets/web_browser: Include missing headersLioncash
2019-01-17core/frontend/applets/web_browser: Make OpenPage() non-constLioncash
2019-01-10Merge pull request #1939 from DarkLordZach/web-appletbunnei
2018-12-31core/kernel: Remove unnecessary inclusionsLioncash
2018-12-28web_browser: Add bounds checking to applet interfaceZach Hilman
2018-12-28core: Add getter and setter for WebBrowserApplet frontendZach Hilman
2018-12-28applets: Implement LibAppletOff (Web) appletZach Hilman
2018-12-23Merge pull request #1781 from DarkLordZach/applet-profile-selectbunnei