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
0b9ca7bc
authored
Sep 30, 2019
by
Krishna Vemulawada
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
splash screen change
parent
a234bb0e
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
5 additions
and
4 deletions
app/build.gradle
app/src/main/java/com/vsoft/vera/ui/ChatActivity.java
app/src/main/java/com/vsoft/vera/ui/SplashScreen.java
app/src/main/res/drawable/fulton_splash_screen.png → app/src/main/res/drawable/splash_screen_bg.png
app/vportal/staging/app-vportal-staging.apk
app/vportal/staging/output.json
app/build.gradle
View file @
0b9ca7bc
...
@@ -72,7 +72,7 @@ android {
...
@@ -72,7 +72,7 @@ android {
vportal
{
vportal
{
applicationId
"com.vsoft.vera.vportal"
applicationId
"com.vsoft.vera.vportal"
versionCode
1
versionCode
1
versionName
"0.1.
3
"
versionName
"0.1.
4
"
}
}
}
}
}
}
...
...
app/src/main/java/com/vsoft/vera/ui/ChatActivity.java
View file @
0b9ca7bc
...
@@ -1236,6 +1236,7 @@ public class ChatActivity extends AppCompatActivity implements OnDSListener, OnD
...
@@ -1236,6 +1236,7 @@ public class ChatActivity extends AppCompatActivity implements OnDSListener, OnD
}
}
mInputMessageView
.
setText
(
firstLetterCaps
(
finalSpeechResult
));
mInputMessageView
.
setText
(
firstLetterCaps
(
finalSpeechResult
));
attemptSend
();
attemptSend
();
}
}
@Override
@Override
...
...
app/src/main/java/com/vsoft/vera/ui/SplashScreen.java
View file @
0b9ca7bc
...
@@ -40,7 +40,7 @@ public class SplashScreen extends Activity {
...
@@ -40,7 +40,7 @@ public class SplashScreen extends Activity {
requestWindowFeature
(
Window
.
FEATURE_NO_TITLE
);
requestWindowFeature
(
Window
.
FEATURE_NO_TITLE
);
setContentView
(
R
.
layout
.
splash_screen
);
setContentView
(
R
.
layout
.
splash_screen
);
mainLayt
=
(
LinearLayout
)
findViewById
(
R
.
id
.
splash_main_lyt
);
mainLayt
=
(
LinearLayout
)
findViewById
(
R
.
id
.
splash_main_lyt
);
Glide
.
with
(
this
).
load
(
R
.
drawable
.
fulton_splash_screen
).
into
(
new
SimpleTarget
<
Drawable
>()
{
Glide
.
with
(
this
).
load
(
R
.
drawable
.
splash_screen_bg
).
into
(
new
SimpleTarget
<
Drawable
>()
{
@Override
@Override
public
void
onResourceReady
(
Drawable
resource
,
Transition
<?
super
Drawable
>
transition
)
{
public
void
onResourceReady
(
Drawable
resource
,
Transition
<?
super
Drawable
>
transition
)
{
if
(
Build
.
VERSION
.
SDK_INT
>=
Build
.
VERSION_CODES
.
JELLY_BEAN
)
{
if
(
Build
.
VERSION
.
SDK_INT
>=
Build
.
VERSION_CODES
.
JELLY_BEAN
)
{
...
...
app/src/main/res/drawable/
fulton_splash_screen
.png
→
app/src/main/res/drawable/
splash_screen_bg
.png
View file @
0b9ca7bc
635 KB
|
W:
|
H:
634 KB
|
W:
|
H:
2-up
Swipe
Onion skin
app/vportal/staging/app-vportal-staging.apk
View file @
0b9ca7bc
The file could not be displayed because it is too large.
app/vportal/staging/output.json
View file @
0b9ca7bc
[{
"outputType"
:{
"type"
:
"APK"
},
"apkData"
:{
"type"
:
"MAIN"
,
"splits"
:[],
"versionCode"
:
1
,
"versionName"
:
"0.1.3"
,
"enabled"
:
true
,
"outputFile"
:
"app-vportal-staging.apk"
,
"fullName"
:
"vportalStaging"
,
"baseName"
:
"vportal-staging"
},
"path"
:
"app-vportal-staging.apk"
,
"properties"
:{}}]
[{
"outputType"
:{
"type"
:
"APK"
},
"apkData"
:{
"type"
:
"MAIN"
,
"splits"
:[],
"versionCode"
:
1
,
"versionName"
:
"0.1.4"
,
"enabled"
:
true
,
"outputFile"
:
"app-vportal-staging.apk"
,
"fullName"
:
"vportalStaging"
,
"baseName"
:
"vportal-staging"
},
"path"
:
"app-vportal-staging.apk"
,
"properties"
:{}}]
\ No newline at end of file
\ No newline at end of file
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