Skip to content
This repository has been archived by the owner on Nov 5, 2022. It is now read-only.

Commit

Permalink
Fix Bluetooth bug for api 31or more + Remove deprecated activities (#294
Browse files Browse the repository at this point in the history
)

* ...

* Bluetooth request for APK>30

* remove useless activity

* Fixed a code smell and remove all unsused imports

* Removed useless activities from the manifest

Co-authored-by: nathanduchesne <[email protected]>
  • Loading branch information
Flamantrose321 and nathanduchesne authored Jun 10, 2022
1 parent e7f2806 commit e34577d
Show file tree
Hide file tree
Showing 21 changed files with 121 additions and 954 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -93,27 +93,6 @@ class UserProfileActivityTest : TestCase() {

}


/*@Test
fun clickOnGoogleButtonSendToGoogleSignInActivityTestOrLogoutCorrectly() {
val context: Context = ApplicationProvider.getApplicationContext()
val intent = Intent(context, MockUserProfileActivity::class.java)
ActivityScenario.launch<UserProfileActivity>(intent).use { scenario ->
val googleSignInButton = onView(withId(R.id.googleSignInButton))
googleSignInButton.perform(click())
Intents.intended(
Matchers.allOf(
IntentMatchers.hasComponent(GoogleSignInActivity::class.java.name),
IntentMatchers.toPackage(packageName)
)
)
}
}*/


@Test
fun testBuildRequest() {
val request = UserProfileActivity.buildRequest()
Expand Down

This file was deleted.

Loading

0 comments on commit e34577d

Please sign in to comment.