TP- 24990 | cosmos logo fixes | Aman C (#231)

* TP-24990 | New app logo + name

* TP-24990 | removed code push key

* TP-24990 | Cosmos name changes

* TP-24990 | name fix
This commit is contained in:
Aman Chaturvedi
2023-04-12 18:09:39 +05:30
committed by GitHub Enterprise
parent 40fa19a7c9
commit 596babe838
14 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.7 KiB

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.0 KiB

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

@@ -1,5 +1,5 @@
<resources>
<string name="app_name">Field App</string>
<string name="app_name">Cosmos</string>
<string name="appCenterCrashes_whenToSendCrashes" moduleConfig="true" translatable="false">DO_NOT_ASK_JAVASCRIPT</string>
<string name="appCenterAnalytics_whenToEnableAnalytics" moduleConfig="true" translatable="false">ALWAYS_SEND</string>
<string moduleConfig="true" name="CodePushDeploymentKey">pastethekeyhere</string>

View File

@@ -45,7 +45,7 @@ const ForceUninstallScreen = (props: IForceUninstallScreen) => {
</Heading>
<Text >Please follow these instructions.</Text>
<Text>1. Download the new app by clicking the button at the bottom.</Text>
<Text>2. Uninstall this app (Field App).</Text>
<Text>2. Uninstall this app (Cosmos).</Text>
<Text>3. Install the downloaded app.</Text>
<Button
variant="primary"

View File

@@ -9,7 +9,7 @@ import Calendar from '../assets/icons/Calendar';
import PhoneIcon from '../assets/icons/PhoneIcon';
export const permissionsScreenMessage =
'NAVI field app needs your permission to access certain features';
'NAVI Cosmos needs your permission to access certain features';
export const androidPermissions = [
{

View File

@@ -62,7 +62,7 @@ const Login = () => {
// GenericStyles.justifyContentCenter,
]}>
<NaviLogoIcon style={[GenericStyles.mb12, styles.mt84]} />
<Heading dark>Login to Field App</Heading>
<Heading dark>Login to Cosmos</Heading>
<Text light style={[GenericStyles.mb24, GenericStyles.mt4]}>
Use your registered mobile number
</Text>