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
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.8 KiB |
|
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 5.3 KiB |
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 3.9 KiB |
|
Before Width: | Height: | Size: 8.7 KiB After Width: | Height: | Size: 8.0 KiB |
|
Before Width: | Height: | Size: 6.7 KiB After Width: | Height: | Size: 6.3 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 9.0 KiB After Width: | Height: | Size: 8.6 KiB |
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 20 KiB |
@@ -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>
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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 = [
|
||||
{
|
||||
|
||||
@@ -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>
|
||||
|
||||