Loading app/src/beta/res/values/static_strings.xml +1 −1 Original line number Diff line number Diff line Loading @@ -4,5 +4,5 @@ - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> <resources> <!-- Name of the application --> <string name="app_name" translatable="false">Firefox Beta</string> <string name="app_name" translatable="false">Tor Browser Alpha</string> </resources> app/src/main/res/values/static_strings.xml +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> <resources> <!-- Name of the application --> <string name="app_name" translatable="false">Firefox Preview</string> <string name="app_name" translatable="false">Tor Browser Dev</string> <!-- Preference for developers --> <string name="preference_leakcanary" translatable="false">LeakCanary</string> Loading app/src/nightly/res/values/static_strings.xml +1 −1 Original line number Diff line number Diff line Loading @@ -4,5 +4,5 @@ - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> <resources> <!-- Name of the application --> <string name="app_name" translatable="false">Firefox Nightly</string> <string name="app_name" translatable="false">Tor Browser Nightly</string> </resources> app/src/release/res/values/static_strings.xml +1 −1 Original line number Diff line number Diff line Loading @@ -4,5 +4,5 @@ - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> <resources> <!-- Name of the application --> <string name="app_name" translatable="false">Firefox</string> <string name="app_name" translatable="false">Tor Browser</string> </resources> app/src/test/java/org/mozilla/fenix/ext/ContextTest.kt +3 −3 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ class ContextTest { private lateinit var mockContext: Context private val selectedLocale = Locale("ro", "RO") private val appName = "Firefox Preview" private val appName = "Tor Browser Dev" private val mockId: Int = 11 Loading @@ -61,7 +61,7 @@ class ContextTest { val result = mockContext.getStringWithArgSafe(mockId, appName) assertEquals("Incearca noul Firefox Preview", result) assertEquals("Incearca noul Tor Browser Dev", result) } @Test Loading @@ -74,7 +74,7 @@ class ContextTest { val result = mockContext.getStringWithArgSafe(mockId, appName) assertEquals("Try the new Firefox Preview", result) assertEquals("Try the new Tor Browser Dev", result) } @Test Loading Loading
app/src/beta/res/values/static_strings.xml +1 −1 Original line number Diff line number Diff line Loading @@ -4,5 +4,5 @@ - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> <resources> <!-- Name of the application --> <string name="app_name" translatable="false">Firefox Beta</string> <string name="app_name" translatable="false">Tor Browser Alpha</string> </resources>
app/src/main/res/values/static_strings.xml +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> <resources> <!-- Name of the application --> <string name="app_name" translatable="false">Firefox Preview</string> <string name="app_name" translatable="false">Tor Browser Dev</string> <!-- Preference for developers --> <string name="preference_leakcanary" translatable="false">LeakCanary</string> Loading
app/src/nightly/res/values/static_strings.xml +1 −1 Original line number Diff line number Diff line Loading @@ -4,5 +4,5 @@ - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> <resources> <!-- Name of the application --> <string name="app_name" translatable="false">Firefox Nightly</string> <string name="app_name" translatable="false">Tor Browser Nightly</string> </resources>
app/src/release/res/values/static_strings.xml +1 −1 Original line number Diff line number Diff line Loading @@ -4,5 +4,5 @@ - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> <resources> <!-- Name of the application --> <string name="app_name" translatable="false">Firefox</string> <string name="app_name" translatable="false">Tor Browser</string> </resources>
app/src/test/java/org/mozilla/fenix/ext/ContextTest.kt +3 −3 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ class ContextTest { private lateinit var mockContext: Context private val selectedLocale = Locale("ro", "RO") private val appName = "Firefox Preview" private val appName = "Tor Browser Dev" private val mockId: Int = 11 Loading @@ -61,7 +61,7 @@ class ContextTest { val result = mockContext.getStringWithArgSafe(mockId, appName) assertEquals("Incearca noul Firefox Preview", result) assertEquals("Incearca noul Tor Browser Dev", result) } @Test Loading @@ -74,7 +74,7 @@ class ContextTest { val result = mockContext.getStringWithArgSafe(mockId, appName) assertEquals("Try the new Firefox Preview", result) assertEquals("Try the new Tor Browser Dev", result) } @Test Loading