Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Krishna Vemulavada
/
vera_2.1_app
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
752f45ec
authored
Apr 03, 2018
by
Kunj Gupta
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Made some changes for Arrow flavor.
parent
0c2c057e
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
49 additions
and
28 deletions
app/src/arrow/google-services.json
app/src/arrow/java/com/vsoft/servicenow/AppConfig.java
app/src/arrow/res/drawable/home_background.png
app/src/arrow/res/drawable/ic_login_banner.png
app/src/arrow/res/drawable/my_notifications.png
app/src/arrow/res/drawable/splash_logo.png
app/src/arrow/res/layout/splash_screen.xml
app/src/arrow/res/menu/menu_main.xml
app/src/arrow/res/values/colors.xml
app/src/arrow/res/values/strings.xml
app/src/arrow/res/values/styles.xml
app/src/main/res/values/strings.xml
app/src/arrow/google-services.json
View file @
752f45ec
...
@@ -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"
...
...
app/src/arrow/java/com/vsoft/servicenow/AppConfig.java
View file @
752f45ec
...
@@ -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
...
...
app/src/arrow/res/drawable/home_background.png
deleted
100755 → 0
View file @
0c2c057e
710 KB
app/src/arrow/res/drawable/ic_login_banner.png
View file @
752f45ec
22.7 KB
|
W:
|
H:
3.32 KB
|
W:
|
H:
2-up
Swipe
Onion skin
app/src/arrow/res/drawable/my_notifications.png
deleted
100755 → 0
View file @
0c2c057e
32.9 KB
app/src/arrow/res/drawable/splash_logo.png
View file @
752f45ec
56 KB
|
W:
|
H:
11.2 KB
|
W:
|
H:
2-up
Swipe
Onion skin
app/src/arrow/res/layout/splash_screen.xml
View file @
752f45ec
...
@@ -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"
...
...
app/src/arrow/res/menu/menu_main.xml
deleted
100755 → 0
View file @
0c2c057e
<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>
app/src/arrow/res/values/colors.xml
View file @
752f45ec
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<resources>
<resources>
<color
name=
"colorPrimary"
>
#0
5183d
</color>
<color
name=
"colorPrimary"
>
#0
0A1DB
</color>
<color
name=
"colorPrimaryDark"
>
#0
5183d
</color>
<color
name=
"colorPrimaryDark"
>
#0
0A1DB
</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>
...
...
app/src/arrow/res/values/strings.xml
View file @
752f45ec
<resources>
<resources>
<string
name=
"app_name"
>
GE Appliances
</string>
<string
name=
"app_name"
>
Arrow
</string>
<!--Home Screen Option-->
<!--Home Screen Option-->
<!--Start-->
<!--Start-->
...
...
app/src/arrow/res/values/styles.xml
View file @
752f45ec
<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>
app/src/main/res/values/strings.xml
View file @
752f45ec
...
@@ -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-->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment