summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applets (follow)
Commit message (Expand)AuthorAgeFilesLines
* Prevent nullptr dereference on swkbd error caseDavid Marcec2020-06-241-1/+1
* software_keyboard: Eliminate trivial redundant copiesLioncash2020-06-201-2/+2
* core/web_browser: Allow WebApplet to exit gracefully when an error occursFearlessTobi2020-03-221-0/+6
* hle: services: Use std::shared_ptr instead of copy by value.bunnei2020-02-087-39/+39
* services: am: Clear events on PopOutData and PopInteractiveOutData.bunnei2020-02-061-0/+2
* am: Refactor IStorage interface.bunnei2020-02-065-10/+10
* applets: software_keyboard: Signal state change on end of interactive session.bunnei2020-02-061-0/+1
* applets: software_keyboard: Minor cleanup.bunnei2020-02-061-2/+2
* kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)bunnei2019-11-252-6/+6
* service: Resolve sign conversion errorsLioncash2019-11-121-8/+8
* Merge pull request #3062 from bunnei/event-improvebunnei2019-11-061-5/+5
|\
| * kernel: events: Remove ResetType::Automatic.bunnei2019-11-031-5/+5
* | common_func: Use std::array for INSERT_PADDING_* macros.bunnei2019-11-041-5/+6
|/
* applets: Add accessor for AppletFrontendSetZach Hilman2019-09-302-0/+6
* service/am: Remove usages of global system accessorsLioncash2019-09-0512-48/+88
* file_sys: Rename other ContentRecordType membersBakugo2019-07-021-2/+2
* applets: Pass current process title ID to appletsZach Hilman2019-06-254-14/+20
* general_frontend: Add documentation for parental controls and ecommerce appletsZach Hilman2019-06-252-16/+16
* web_browser: Only delete temporary directory if it was createdZach Hilman2019-06-251-1/+3
* web_browser: Take ECommerce applet frontend optionally in constructorZach Hilman2019-06-251-1/+6
* web_browser: Use function tables for execute and initializeZach Hilman2019-06-252-7/+285
* web_browser: Correct structures and properly parse TLVs/ShimKindZach Hilman2019-06-252-61/+168
* applets: Track ECommerce and Parental Control applet frontendsZach Hilman2019-06-252-7/+29
* applets: Implement Auth applet backendZach Hilman2019-06-252-0/+146
* Merge pull request #2482 from DarkLordZach/prepobunnei2019-06-215-20/+64
|\
| * loader: Move NSO module tracking to AppLoaderZach Hilman2019-05-262-3/+4
| * applets/error: Save report on error appletZach Hilman2019-05-251-5/+14
| * applets: Save report on stubbed appletZach Hilman2019-05-254-15/+49
* | common/hex_util: Combine HexVectorToString() and HexArrayToString()Lioncash2019-06-121-6/+6
* | Merge pull request #2526 from lioncash/globalZach Hilman2019-06-052-5/+37
|\ \
| * | core/core: Remove unnecessary includesLioncash2019-05-292-5/+37
| |/
* | Merge pull request #1931 from DarkLordZach/mii-database-1bunnei2019-05-302-6/+7
|\ \ | |/ |/|
| * mii_manager: Fix incorrect loop condition in mii UUID generation codeZach Hilman2019-04-252-1/+2
| * profile_select: Port Service::Account::UUID to Common::UUIDZach Hilman2019-04-252-5/+5
* | core/kernel/object: Rename ResetType enum membersLioncash2019-05-181-3/+3
|/
* web_browser: Make OpenPage non-constZach Hilman2019-04-178-15/+20
* main: Add GMainWindow hooks for Error displayZach Hilman2019-04-171-2/+2
* general_backend: Move StubApplet and add backend PhotoViewerZach Hilman2019-04-172-1/+102
* applets: Add Error appletZach Hilman2019-04-173-24/+224
* applets: Port current applets to take frontend in constructorZach Hilman2019-04-176-14/+16
* applets: Add AppletManager class to control lifetimeZach Hilman2019-04-172-0/+137
* patch_manager: Dump NSO name with build IDZach Hilman2019-03-281-2/+1
* game_list: Register content with ContentProviderZach Hilman2019-03-271-2/+3
* core/hle/ipc: Remove unnecessary includesLioncash2019-03-052-0/+4
* core/frontend/applets/web_browser: Include missing headersLioncash2019-01-171-2/+8
* core/frontend/applets/web_browser: Make OpenPage() non-constLioncash2019-01-171-1/+1
* Merge pull request #1939 from DarkLordZach/web-appletbunnei2019-01-103-1/+229
|\
| * web_browser: Add bounds checking to applet interfaceZach Hilman2018-12-291-7/+7
| * core: Add getter and setter for WebBrowserApplet frontendZach Hilman2018-12-281-1/+1
| * applets: Implement LibAppletOff (Web) appletZach Hilman2018-12-282-0/+228
* | core/kernel: Remove unnecessary inclusionsLioncash2019-01-012-2/+2
|/
* Merge pull request #1781 from DarkLordZach/applet-profile-selectbunnei2018-12-232-0/+127
|\
| * applets: Correct event ResetTypes from OneShot to StickyZach Hilman2018-12-034-13/+5
| * applets: Implement ProfileSelect appletZach Hilman2018-12-032-0/+130
| * software_keyboard: Signal state changed event upon constructionZach Hilman2018-12-031-1/+6
* | applets: Correct usage of SignalStateChanged eventZach Hilman2018-12-102-5/+4
|/
* hle_ipc: Refactor SleepClientThread to avoid ReadableEventZach Hilman2018-11-291-5/+1
* kernel/event: Reference ReadableEvent from WritableEventZach Hilman2018-11-292-18/+12
* core: Port all current usages of Event to Readable/WritableEventZach Hilman2018-11-292-20/+28
* am: Return StubApplet instead of nullptr when AppletId not foundZach Hilman2018-11-222-7/+5
* applets: Add StubAppletZach Hilman2018-11-222-0/+96
* am/applets: Make the applet data broker part of the applet itself.Lioncash2018-11-204-20/+27
* am/applets: Replace includes with forward declarations where applicableLioncash2018-11-202-2/+9
* am/applets: Relocate comments above the relevant data member in AppletDataBrokerLioncash2018-11-201-11/+18
* software_keyboard: Fix erroneous extra PushNormalDataZach Hilman2018-11-191-3/+2
* software_keyboard: Return correct result code on user cancel operationZach Hilman2018-11-193-5/+1
* applet: Add AppletDataBroker to manage HLE to AM service interactionZach Hilman2018-11-194-47/+159
* software_keyboard: Use correct offset for inital text stringZach Hilman2018-11-191-1/+2
* software_keyboard: Check for UTF-8 config flagZach Hilman2018-11-192-9/+23
* software_keyboard: Push all data over all channels on dialog completionZach Hilman2018-11-181-18/+26
* applet: Use std::queue instead of std::vector for storage stackZach Hilman2018-11-184-8/+22
* applet: Add operation completed callbackZach Hilman2018-11-181-1/+1
* software_keyboard: Push buffer size to offset 0x4 in output dataZach Hilman2018-11-183-7/+20
* software_keyboard: Make GetText asynchronousZach Hilman2018-11-182-5/+19
* am: Allow applets to push multiple and different channels of dataZach Hilman2018-11-183-18/+18
* am: Implement text check software keyboard modeZach Hilman2018-11-182-9/+63
* am: Deglobalize software keyboard appletZach Hilman2018-11-184-18/+29
* am/applets: Add connector between frontend and AM applet classesZach Hilman2018-11-182-0/+128
* am/applets: Add Applet superclass to describe a generic appletZach Hilman2018-11-182-0/+75