Tags: MMRLApp/MMRL
Tags
Pass versions to OnlineModule and update state logic Refactored OnlineModuleEntity to accept a list of versions when converting to OnlineModule. Updated LocalRepository to provide versions when fetching online modules. Modified OnlineState to use the last version's timestamp for lastUpdated. Updated UI and ViewModel logic to include local updateJson as a version when present, ensuring version lists are accurate and up-to-date.
Add user profile support to HiddenUserManager Introduces methods to retrieve user profile IDs and UserHandles in HiddenUserManager, updates IUserManager interface with getProfileIds and getProfiles, and refactors HiddenPackageManager to use user profiles for package queries. This enhances multi-user support and improves package management across user profiles.
Add overloaded getUsers methods to IUserManager and update HiddenUser… …Manager Introduced new overloaded getUsers methods in IUserManager to support different parameter combinations. Updated HiddenUserManager to dynamically invoke the appropriate getUsers method via reflection, providing compatibility with multiple method signatures and improved error handling.
PreviousNext