Commit 822fc36f by Kunj Gupta

Made some changes for Citrix flavor.

parent e44ee2f8
...@@ -8,17 +8,17 @@ ...@@ -8,17 +8,17 @@
"client": [ "client": [
{ {
"client_info": { "client_info": {
"mobilesdk_app_id": "1:957773681882:android:90c2e6c83d0908f5", "mobilesdk_app_id": "1:957773681882:android:04163e834a73b6ef",
"android_client_info": { "android_client_info": {
"package_name": "com.vsoft.servicenow.ge.debug" "package_name": "com.vsoft.servicenow.citrix.debug"
} }
}, },
"oauth_client": [ "oauth_client": [
{ {
"client_id": "957773681882-go7d0rln03htjche50s07m9r73mqgiu0.apps.googleusercontent.com", "client_id": "957773681882-fardpbm81ihjnlmfb0ns8nure98cgijm.apps.googleusercontent.com",
"client_type": 1, "client_type": 1,
"android_info": { "android_info": {
"package_name": "com.vsoft.servicenow.ge.debug", "package_name": "com.vsoft.servicenow.citrix.debug",
"certificate_hash": "5369fc4c8024379da200c54f6f889559c45b60d2" "certificate_hash": "5369fc4c8024379da200c54f6f889559c45b60d2"
} }
}, },
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
"client_info": { "client_info": {
"mobilesdk_app_id": "1:957773681882:android:7cdac4a20e2cb330", "mobilesdk_app_id": "1:957773681882:android:7cdac4a20e2cb330",
"android_client_info": { "android_client_info": {
"package_name": "com.vsoft.uoflservicenow.debug" "package_name": "com.vsoft.servicenow.citrix.staging"
} }
}, },
"oauth_client": [ "oauth_client": [
...@@ -62,51 +62,7 @@ ...@@ -62,51 +62,7 @@
"client_id": "957773681882-5vohjmciupgpv35utrukqv7kijek2lm4.apps.googleusercontent.com", "client_id": "957773681882-5vohjmciupgpv35utrukqv7kijek2lm4.apps.googleusercontent.com",
"client_type": 1, "client_type": 1,
"android_info": { "android_info": {
"package_name": "com.vsoft.uoflservicenow.debug", "package_name": "com.vsoft.servicenow.citrix.staging",
"certificate_hash": "5369fc4c8024379da200c54f6f889559c45b60d2"
}
},
{
"client_id": "957773681882-rl34anslfron5f8epo6d0u0uten6bh4p.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyBN1ZaTBm2S2hBWfajKGq60FtaZzo0ESAs"
}
],
"services": {
"analytics_service": {
"status": 1
},
"appinvite_service": {
"status": 2,
"other_platform_oauth_client": [
{
"client_id": "957773681882-rl34anslfron5f8epo6d0u0uten6bh4p.apps.googleusercontent.com",
"client_type": 3
}
]
},
"ads_service": {
"status": 2
}
}
},
{
"client_info": {
"mobilesdk_app_id": "1:957773681882:android:04163e834a73b6ef",
"android_client_info": {
"package_name": "com.vsoft.servicenow.citrix.debug"
}
},
"oauth_client": [
{
"client_id": "957773681882-fardpbm81ihjnlmfb0ns8nure98cgijm.apps.googleusercontent.com",
"client_type": 1,
"android_info": {
"package_name": "com.vsoft.servicenow.citrix.debug",
"certificate_hash": "5369fc4c8024379da200c54f6f889559c45b60d2" "certificate_hash": "5369fc4c8024379da200c54f6f889559c45b60d2"
} }
}, },
......
...@@ -7,31 +7,36 @@ public class AppConfig { ...@@ -7,31 +7,36 @@ public class AppConfig {
public static final String APP_INTERNAL_NAME = "Citrix"; public static final String APP_INTERNAL_NAME = "Citrix";
public static final String DOMAIN_RELEASE = "https://ven01199.service-now.com/";
public static final String DOMAIN_DEBUG = "https://ven01199.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
*/ */
/*Catalogue Category API */ /*Catalogue Category API */
public static final String URL_GET_CATALOGUE = "api/vsng2/app_apis/category"; public static final String URL_GET_CATALOGUE = "api/vsng2/uofl_mobile/catalogue_screen";
/*Catalogue Category Items API */ /*Catalogue Category Items API */
public static final String URL_GET_CATALOGUE_ITEM = "api/vsng2/app_apis/catalog_item"; public static final String URL_GET_CATALOGUE_ITEM = "api/vsng2/uofl_mobile/catalog_item";
/*Variable form API */ /*Variable form API */
//public static final String URL_GET_VARIABLE = "/api/vsng2/app_apis/variables"; public static final String URL_GET_VARIABLE = "api/vsng2/uofl_mobile/catalogue_variable_screen";
public static final String URL_GET_VARIABLE = "api/vsng2/uofl_mobile/catalogue_variable_screen?"; public static final String URL_GET_UI_POLICY = "/api/vsng2/uofl_mobile/uipolicy";
public static final String URL_GET_VARIABLE_CHOICE = "/api/vsng2/uofl_mobile/question_choice";
public static final String URL_GET_UI_POLICY = "/api/vsng2/app_apis/uipolicy"; public static final String URL_POST_CATALOGUE_ITEM = "api/vsng2/uofl_mobile";
public static final String URL_GET_VARIABLE_CHOICE = "/api/vsng2/app_apis/question_choice";
public static final String URL_POST_CATALOGUE_ITEM = "api/vsng2/app_apis";
/** /**
* Socket Chat server URLs * Socket Chat server URLs
......
<?xml version="1.0" encoding="utf-8"?>
<resources>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<color name="colorPrimary">#393e4f</color>
<color name="colorPrimaryDark">#393e4f</color>
<color name="colorAccent">#393e4f</color>
<color name="login_screen_login_button_background_color">#187cba</color> <color name="login_screen_login_button_background_color">#187cba</color>
<color name="login_screen_bottom_color">#ff9d1c</color> <color name="login_screen_bottom_color">#ff9d1c</color>
<color name="screen_bg_color">#393e4f</color>
<color name="back_button_bg_color">#e01d24</color> <color name="back_button_bg_color">#e01d24</color>
<color name="home_screen_bg_color">@color/colorPrimary</color>
<color name="screen_bg_color">@color/colorPrimaryDark</color>
</resources> </resources>
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