Skip to content

Commit

Permalink
Rename ecom/ui/vault/forage -> ecom/ui/vault/rosetta (#281)
Browse files Browse the repository at this point in the history
All of the moving parts use the prefix rosetta instead of forage. For
example:
* RosettaPinElement
* RosettaPinSubmitter
etc.

Also, calling an implementation detail "forage" is unproductive because
all the implementation details are forage-related

Signed-off-by: Devin Morgan <[email protected]>
  • Loading branch information
devinmorgan authored Jun 24, 2024
1 parent 6610256 commit 773e080
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import com.joinforage.forage.android.core.ui.element.ForageConfigManager
import com.joinforage.forage.android.core.ui.element.ForagePinElement
import com.joinforage.forage.android.core.ui.getLogoImageViewLayout
import com.joinforage.forage.android.ecom.ui.vault.bt.BTVaultWrapper
import com.joinforage.forage.android.ecom.ui.vault.forage.RosettaPinElement
import com.joinforage.forage.android.ecom.ui.vault.rosetta.RosettaPinElement
import com.launchdarkly.sdk.android.LDConfig

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.joinforage.forage.android.ecom.ui.vault.forage
package com.joinforage.forage.android.ecom.ui.vault.rosetta

import android.content.Context
import android.content.res.TypedArray
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import android.widget.TextView
import androidx.test.core.app.ApplicationProvider
import com.joinforage.forage.android.core.services.VaultType
import com.joinforage.forage.android.core.ui.textwatcher.PinTextWatcher
import com.joinforage.forage.android.ecom.ui.vault.forage.RosettaPinElement
import com.joinforage.forage.android.ecom.ui.vault.rosetta.RosettaPinElement
import org.junit.Assert.assertEquals
import org.junit.Assert.assertFalse
import org.junit.Assert.assertNotNull
Expand Down

0 comments on commit 773e080

Please sign in to comment.