aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/am/applets
AgeCommit message (Expand)Author
2020-10-20Revert "core: Fix clang build"bunnei
2020-10-17core: Fix clang buildLioncash
2020-09-25frontend/controller: Eliminate dependency on the global system instanceLioncash
2020-09-04Address feedbackMorph
2020-09-04applets/controller: Set min_players to have a minimum value of 1.Morph
2020-09-04applets/controller: Implement "Explain Text"Morph
2020-09-04Project Mjölnir: Part 2 - Controller AppletMorph
2020-08-16common/fileutil: Convert namespace to Common::FSLioncash
2020-08-14software_keyboard: Resolve a pessimizing move warningLioncash
2020-08-13General: Tidy up clang-format warnings part 2Lioncash
2020-07-20Address issuesDavid Marcec
2020-07-19swkbd: Return result for Calc request for inlined swkbdDavid Marcec
2020-06-25Prevent nullptr dereference on swkbd error caseDavid Marcec
2020-06-20software_keyboard: Eliminate trivial redundant copiesLioncash
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