Tobiloba Oyelekan

Results 3 issues of Tobiloba Oyelekan

Creating a second Service like this makes the socket reconnect, thereby opening multiple connections @Provides @Singleton fun provideAuthService(scarlet: Scarlet): Service1 { return scarlet.create(Service1::class.java) } @Provides @Singleton fun providesUserService(scarlet: Scarlet): Service2...

This PR adds android security lint check dependency to app module Closes #1680 Ran `./gradlew lint` to check results Before ![Screenshot 2024-12-23 at 11 06 13 PM](https://github.com/user-attachments/assets/c09afc69-2798-4f2b-8721-80809085d35f) After ![Screenshot 2024-12-23...

**What I have done and why** This is a step towards addressing #1325 In-order to create tests for `DefaultSearchContentsRepository` and `DefaultRecentSearchRepository`, we need fakes for `NewsResourceFtsDao` and `TopicFtsDao` If this...