You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Services class in the org.opendatakit/services/application package extends ToolAwareApplication and implements IToolAware. This class manages Firebase Analytics initialization and logging upon app creation, and includes a deprecated method to get a context instance.
Tasks for this issue:
Write unit tests to ensure the correct initialization and logging of Firebase Analytics events.
Test the singleton implementation and ensure the _please_dont_use_getInstance() method behaves as expected, even though it is deprecated.
Verify that the getApkDisplayNameResourceId() method returns the correct resource ID.
This issue aims to improve code coverage and ensure the stability of the Services class functionality.
fix for #504
The text was updated successfully, but these errors were encountered:
@Agaba-derrick
I will suggest that you work on #507 first, as that is more beginner friendly, before working on this. But if you feel confident, you can go ahead :)
The Services class in the org.opendatakit/services/application package extends ToolAwareApplication and implements IToolAware. This class manages Firebase Analytics initialization and logging upon app creation, and includes a deprecated method to get a context instance.
Tasks for this issue:
This issue aims to improve code coverage and ensure the stability of the Services class functionality.
fix for #504
The text was updated successfully, but these errors were encountered: