Commit 752f45ec by Kunj Gupta

Made some changes for Arrow flavor.

parent 0c2c057e
...@@ -36,6 +36,37 @@ ...@@ -36,6 +36,37 @@
"status": 2 "status": 2
} }
} }
},
{
"client_info": {
"mobilesdk_app_id": "1:222593508124:android:d77c1b70d2a38b4d",
"android_client_info": {
"package_name": "com.vsoft.servicenow.arrow.staging"
}
},
"oauth_client": [
{
"client_id": "222593508124-1jq94gaia4oahk321cd8ud74jv6tqgr3.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyALtTZoenaAEMfqvBLlHRsAU4P_aoOYBLg"
}
],
"services": {
"analytics_service": {
"status": 1
},
"appinvite_service": {
"status": 1,
"other_platform_oauth_client": []
},
"ads_service": {
"status": 2
}
}
} }
], ],
"configuration_version": "1" "configuration_version": "1"
......
...@@ -9,14 +9,21 @@ public class AppConfig { ...@@ -9,14 +9,21 @@ public class AppConfig {
public static final String APP_INTERNAL_NAME = "Arrow"; public static final String APP_INTERNAL_NAME = "Arrow";
public static final String DOMAIN_RELEASE = "https://ven01199.service-now.com/";
public static final String DOMAIN_DEBUG = "https://vsoftconsultingdemo1.service-now.com/";
public static final String LOGIN_CLIENT_ID_RELEASE = "d958eb06b0f3830093781f441d59febc"; public static final String LOGIN_CLIENT_ID_RELEASE = "d958eb06b0f3830093781f441d59febc";
public static final String LOGIN_CLIENT_SECRET_RELEASE = "krD*!O}1.8"; public static final String LOGIN_CLIENT_SECRET_RELEASE = "krD*!O}1.8";
public static final String LOGIN_CLIENT_ID_DEBUG = "d958eb06b0f3830093781f441d59febc"; public static final String LOGIN_CLIENT_ID_DEBUG = "091b5d1ea97cd700e4268b90dd5521ca";
public static final String LOGIN_CLIENT_SECRET_DEBUG = "krD*!O}1.8"; public static final String LOGIN_CLIENT_SECRET_DEBUG = "+tPJ@jS<;S";
public static final String LOGIN_CLIENT_ID_STAGING = "091b5d1ea97cd700e4268b90dd5521ca";
public static final String LOGIN_CLIENT_SECRET_STAGING = "+tPJ@jS<;S";
/**
* API Base URL
* */
public static final String DOMAIN_RELEASE = "https://ven01199.service-now.com/";
public static final String DOMAIN_DEBUG = "https://vsoftconsultingtest.service-now.com/";
public static final String DOMAIN_STAGING = "https://vsoftconsultingtest.service-now.com/";
/** /**
* Web services urls * Web services urls
......

22.7 KB | W: | H:

3.32 KB | W: | H:

app/src/arrow/res/drawable/ic_login_banner.png
app/src/arrow/res/drawable/ic_login_banner.png
app/src/arrow/res/drawable/ic_login_banner.png
app/src/arrow/res/drawable/ic_login_banner.png
  • 2-up
  • Swipe
  • Onion skin

56 KB | W: | H:

11.2 KB | W: | H:

app/src/arrow/res/drawable/splash_logo.png
app/src/arrow/res/drawable/splash_logo.png
app/src/arrow/res/drawable/splash_logo.png
app/src/arrow/res/drawable/splash_logo.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -3,8 +3,7 @@ ...@@ -3,8 +3,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:layout_gravity="center" android:layout_gravity="center"
android:orientation="vertical" android:orientation="vertical">
android:background="@drawable/home_background">
<ImageView <ImageView
android:layout_width="match_parent" android:layout_width="match_parent"
......
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
tools:context=".MainActivity">
<item android:id="@+id/action_leave"
android:title="@string/action_leave"
android:orderInCategory="100"
app:showAsAction="never"/>
</menu>
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<color name="colorPrimary">#05183d</color> <color name="colorPrimary">#00A1DB</color>
<color name="colorPrimaryDark">#05183d</color> <color name="colorPrimaryDark">#00A1DB</color>
<color name="colorAccent">#1a4a7d</color> <color name="colorAccent">#1a4a7d</color>
<color name="home_screen_bg_color"></color>
<color name="tool_bar_title_color">@color/colorPrimaryDark</color> <color name="tool_bar_title_color">@color/colorPrimaryDark</color>
<color name="view_not_implemented_color">#ff0000</color> <color name="view_not_implemented_color">#ff0000</color>
<color name="submit_button_bg_color">@color/colorPrimaryDark</color> <color name="submit_button_bg_color">@color/colorPrimaryDark</color>
......
<resources> <resources>
<string name="app_name">GE Appliances</string> <string name="app_name">Arrow</string>
<!--Home Screen Option--> <!--Home Screen Option-->
<!--Start--> <!--Start-->
......
<resources> <resources>
<style name="HomeBackgroundStyle" parent="@style/Theme.AppCompat"> <style name="HomeBackgroundStyle" parent="@style/Theme.AppCompat">
<item name="android:background">@drawable/home_background</item> <item name="android:background">@color/home_screen_bg_color</item>
</style> </style>
</resources> </resources>
...@@ -111,7 +111,6 @@ ...@@ -111,7 +111,6 @@
<!--Chat Related String--> <!--Chat Related String-->
<string name="chat_activity_label">Vera</string> <string name="chat_activity_label">Vera</string>
<string name="action_leave">Leave</string>
<string name="action_send">Send</string> <string name="action_send">Send</string>
<string name="prompt_message">Message</string> <string name="prompt_message">Message</string>
...@@ -122,12 +121,6 @@ ...@@ -122,12 +121,6 @@
<!-- messages --> <!-- messages -->
<string name="message_welcome">Chat with HR Bot</string> <string name="message_welcome">Chat with HR Bot</string>
<plurals name="message_participants">
<item quantity="one">there\'s %d participant</item>
<item quantity="other">there are %d participants</item>
</plurals>
<string name="message_user_joined">%s joined</string>
<string name="message_user_left">%s left</string>
<string name="user_action_typing">is typing</string> <string name="user_action_typing">is typing</string>
<!--Speech Recognizer--> <!--Speech Recognizer-->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment