Aditya Mishra
Aditya Mishra
Hi, an explicit mention of pending intent flags is needed from API level 31 or higher for FLAG_MUTABLE or FLAG_IMMUTABLE. I have updated it accordingly. Thanks!
As per new guidelines: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent. This needs to be updated in the...
Icons for SourceRowView have been updated, and the corresponding changes in radar-commons-android can be found [here](https://github.com/RADAR-base/radar-commons-android/pull/437/files).
Updated the icon or google sleep plugin.
Added Custom Item for each plugin. With Support for different icons for different connection states of a plugin. https://github.com/RADAR-base/radar-prmt-android/assets/98681758/82f10b3b-8981-4ce8-8d62-a3044d108f84 Supporting PR from radar-commons-android -> https://github.com/RADAR-base/radar-commons-android/pull/445
Added a new endpoint for fetching the project data to be used for the self-enrollment portal Fixes https://github.com/RADAR-base/ManagementPortal/issues/915
Create a new public endpoint for exposing the project's info. This should not expose all the fields of the ProjectDto, but instead a subset of it, which includes projectName, description,...
Related to: https://github.com/RADAR-base/radar-commons-android/pull/458