Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
InvestCustomer
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Giang Tran
InvestCustomer
Commits
ffd3b088
Commit
ffd3b088
authored
Apr 27, 2021
by
Giang Tran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change app name
parent
85ec6e8d
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
59 additions
and
29 deletions
+59
-29
App.js
App.js
+1
-1
build.gradle
android/app/build.gradle
+4
-0
InvestCustomer2604.apk
android/app/release/InvestCustomer2604.apk
+0
-0
output-metadata.json
android/app/release/output-metadata.json
+21
-0
strings.xml
android/app/src/main/res/values/strings.xml
+1
-1
project.pbxproj
ios/Invest.xcodeproj/project.pbxproj
+4
-4
Info.plist
ios/Invest/Info.plist
+1
-1
PacketCQG.js
src/Screens/Account/PacrtCQG/PacketCQG.js
+2
-4
Authen.js
src/Screens/Authen/Authen.js
+2
-3
MethodPayView.js
src/Screens/MethodPay/MethodPayView.js
+12
-9
Tab1.js
src/Screens/NewFeed/Tab1/Tab1.js
+5
-4
en.js
src/helper/i18/locales/en.js
+3
-1
vn.js
src/helper/i18/locales/vn.js
+3
-1
No files found.
App.js
View file @
ffd3b088
...
...
@@ -105,7 +105,7 @@ const styles = StyleSheet.create({
backgroundColor
:
'#1C6AF6'
,
},
logo
:
{
width
:
2
5
0
,
width
:
2
2
0
,
height
:
80
,
resizeMode
:
'contain'
,
},
...
...
android/app/build.gradle
View file @
ffd3b088
...
...
@@ -186,6 +186,10 @@ android {
}
}
lintOptions
{
checkReleaseBuilds
false
}
}
dependencies
{
...
...
android/app/release/InvestCustomer2604.apk
0 → 100644
View file @
ffd3b088
File added
android/app/release/output-metadata.json
0 → 100644
View file @
ffd3b088
{
"version"
:
1
,
"artifactType"
:
{
"type"
:
"APK"
,
"kind"
:
"Directory"
},
"applicationId"
:
"com.dcv.invest"
,
"variantName"
:
"release"
,
"elements"
:
[
{
"type"
:
"SINGLE"
,
"filters"
:
[],
"properties"
:
[],
"versionCode"
:
1
,
"versionName"
:
"1.0"
,
"enabled"
:
true
,
"outputFile"
:
"app-release.apk"
}
]
}
\ No newline at end of file
android/app/src/main/res/values/strings.xml
View file @
ffd3b088
<resources>
<string
name=
"app_name"
>
Invest
</string>
<string
name=
"app_name"
>
DCV
Invest
</string>
</resources>
ios/Invest.xcodeproj/project.pbxproj
View file @
ffd3b088
...
...
@@ -903,7 +903,7 @@
CODE_SIGN_ENTITLEMENTS
=
Invest/Invest.entitlements
;
CODE_SIGN_IDENTITY
=
"Apple Development"
;
CODE_SIGN_STYLE
=
Automatic
;
CURRENT_PROJECT_VERSION
=
2
3
;
CURRENT_PROJECT_VERSION
=
2
;
DEVELOPMENT_TEAM
=
MXZ24GRH48
;
ENABLE_BITCODE
=
NO
;
GCC_PREPROCESSOR_DEFINITIONS
=
(
...
...
@@ -912,7 +912,7 @@
);
INFOPLIST_FILE
=
Invest/Info.plist
;
LD_RUNPATH_SEARCH_PATHS
=
"$(inherited) @executable_path/Frameworks"
;
MARKETING_VERSION
=
1.
5
;
MARKETING_VERSION
=
1.
6
;
OTHER_LDFLAGS
=
(
"$(inherited)"
,
"-ObjC"
,
...
...
@@ -936,11 +936,11 @@
CODE_SIGN_ENTITLEMENTS
=
Invest/Invest.entitlements
;
CODE_SIGN_IDENTITY
=
"Apple Development"
;
CODE_SIGN_STYLE
=
Automatic
;
CURRENT_PROJECT_VERSION
=
2
3
;
CURRENT_PROJECT_VERSION
=
2
;
DEVELOPMENT_TEAM
=
MXZ24GRH48
;
INFOPLIST_FILE
=
Invest/Info.plist
;
LD_RUNPATH_SEARCH_PATHS
=
"$(inherited) @executable_path/Frameworks"
;
MARKETING_VERSION
=
1.
5
;
MARKETING_VERSION
=
1.
6
;
OTHER_LDFLAGS
=
(
"$(inherited)"
,
"-ObjC"
,
...
...
ios/Invest/Info.plist
View file @
ffd3b088
...
...
@@ -44,7 +44,7 @@
<
k
e
y
>
NSCameraUsageDescription
<
/k
e
y
>
<
string
>
Accect
connect
camera
<
/string
>
<
k
e
y
>
NSLocationWhenInUseUsageDescription
<
/k
e
y
>
<
string
/
>
<
string
><
/string
>
<
k
e
y
>
NSPhotoLibraryUsageDescription
<
/k
e
y
>
<
string
>
To
upload
images
<
/string
>
<
k
e
y
>
UIAppFonts
<
/k
e
y
>
...
...
src/Screens/Account/PacrtCQG/PacketCQG.js
View file @
ffd3b088
...
...
@@ -13,6 +13,7 @@ import {connect} from 'react-redux';
import
{
showLoading
,
hideLoading
}
from
'../../../actions/loadingAction'
;
import
{
useNavigation
}
from
'@react-navigation/native'
;
import
{
saveUserToRedux
}
from
'../../../actions/users'
;
import
AppText
from
'../../../components/AppText'
;
const
PacketCQG
=
(
props
)
=>
{
const
[
listData
,
setListData
]
=
useState
([]);
...
...
@@ -117,10 +118,7 @@ const PacketCQG = (props) => {
<
HeaderBack
title
=
{
'OpenAccountCQG'
}
/
>
<
ScrollView
showsVerticalScrollIndicator
=
{
false
}
>
<
View
style
=
{
styles
.
container
}
>
<
Text
style
=
{
styles
.
txtNote
}
>
L
ư
u
ý
:
Ph
í
đượ
c
t
í
nh
theo
th
á
ng
v
à
m
ứ
c
gi
á
n
à
y
đượ
c
á
p
d
ụ
ng
đế
n
h
ế
t
ng
à
y
30
/
12
/
2021
.
<
/Text
>
<
AppText
i18nKey
=
{
'Note_cqg'
}
/
>
<
ContainerTop
fee
=
{
fee
}
/
>
<
WrapNomarl
...
...
src/Screens/Authen/Authen.js
View file @
ffd3b088
...
...
@@ -11,7 +11,6 @@ import {
ImageBackground
,
Dimensions
,
}
from
'react-native'
;
import
HeaderAuthen
from
'../../components/Header/HeaderAuthen'
;
import
{
createMaterialTopTabNavigator
}
from
'@react-navigation/material-top-tabs'
;
import
{
getFontXD
,
HEIGHTXD
}
from
'../../Config/Functions'
;
import
Login
from
'./Login'
;
...
...
@@ -52,12 +51,12 @@ const Authen = (props) => {
<
Tab
.
Screen
name
=
"LOGIN"
component
=
{
Login
}
options
=
{{
tabBarLabel
:
I18n
.
t
(
'Login'
)
}}
options
=
{{
tabBarLabel
:
'Login'
}}
/
>
<
Tab
.
Screen
name
=
"REGISTOR"
component
=
{
Registor
}
options
=
{{
tabBarLabel
:
I18n
.
t
(
'Register'
)
}}
options
=
{{
tabBarLabel
:
'Register'
}}
/
>
<
/Tab.Navigator
>
<
/ImageBackground
>
...
...
src/Screens/MethodPay/MethodPayView.js
View file @
ffd3b088
...
...
@@ -13,19 +13,22 @@ const MethodPayView = (props) => {
const
{
isRefresh
,
listMethod
,
onRefresh
}
=
props
;
console
.
log
(
'List'
,
listMethod
);
return
(
<
View
style
=
{{
flex
:
1
}}
>
<
HeaderBack
title
=
{
'PaymentSetting'
}
/
>
<
View
style
=
{{
flex
:
1
}}
>
<
FlatList
keyExtractor
=
{(
item
)
=>
item
.
method
}
showsVerticalScrollIndicator
=
{
false
}
refreshing
=
{
isRefresh
}
onRefresh
=
{
onRefresh
}
onEndReachedThreshold
=
{
0.01
}
data
=
{
listMethod
}
renderItem
=
{({
item
})
=>
<
Item
item
=
{
item
}
/>
}
/>
{
listMethod
.
length
>
0
?
(
<
FlatList
keyExtractor
=
{(
item
)
=>
item
.
method
}
showsVerticalScrollIndicator
=
{
false
}
refreshing
=
{
isRefresh
}
onRefresh
=
{
onRefresh
}
onEndReachedThreshold
=
{
0.01
}
data
=
{
listMethod
}
renderItem
=
{({
item
})
=>
<
Item
item
=
{
item
}
/>
}
/>
)
:
null
}
<
TouchableOpacity
onPress
=
{()
=>
navigate
.
navigate
(
ADDMETHODPAY
)}
...
...
src/Screens/NewFeed/Tab1/Tab1.js
View file @
ffd3b088
...
...
@@ -14,6 +14,7 @@ import {getFontXD} from '../../../Config/Functions';
import
Item
from
'./item'
;
import
{
getListNew
,
getListCategoryNew
}
from
'../../../apis/Functions/NewFeed'
;
import
I18n
from
'../../../helper/i18/i18n'
;
import
AppText
from
'../../../components/AppText'
;
const
NewFeed
=
(
props
)
=>
{
const
[
selected
,
setSelected
]
=
useState
(
''
);
...
...
@@ -103,10 +104,10 @@ const NewFeed = (props) => {
styles
.
item
,
selected
==
''
?
{
backgroundColor
:
'#BCD7F8'
}
:
{},
]}
>
<
Text
style
=
{[
styles
.
txt
,
selected
==
''
?
{
color
:
'#1C6AF6'
}
:
{}]}
>
T
ấ
t
c
ả
<
/Text
>
<
App
Text
i18nKey
=
{
'All'
}
style
=
{[
styles
.
txt
,
selected
==
''
?
{
color
:
'#1C6AF6'
}
:
{}]}
/
>
<
/TouchableOpacity
>
{
fillters
.
map
((
e
)
=>
(
<
TouchableOpacity
...
...
src/helper/i18/locales/en.js
View file @
ffd3b088
...
...
@@ -75,7 +75,7 @@ export default {
Ok
:
'Ok'
,
Can_not_get_data
:
"Can't get data"
,
Search
:
'Search'
,
NullDataSearch
:
"Data not found"
,
NullDataSearch
:
'Data not found'
,
Cancel
:
'Cancel'
,
Close
:
'Close'
,
...
...
@@ -111,4 +111,6 @@ export default {
Re_send
:
'Re send'
,
Copied
:
'Copied!'
,
Please_fill_in
:
'Please fill in '
,
Note_cqg
:
'Note: The fee is calculated on a monthly basis and is applied until the end of the day 30/12/2021'
,
};
src/helper/i18/locales/vn.js
View file @
ffd3b088
...
...
@@ -76,7 +76,9 @@ export default {
Can_not_get_data
:
'Không lấy được dữ liệu!'
,
Cancel
:
'Huỷ'
,
Search
:
'Tìm kiếm'
,
NullDataSearch
:
"Không tìm thấy kết quả"
,
NullDataSearch
:
'Không tìm thấy kết quả'
,
Note_cqg
:
' Lưu ý:Phí được tính theo tháng và mức giá này được áp dụngđến hết ngày 30/12/2021.'
,
Close
:
'Đóng'
,
No_Internet
:
'Không có kết nốt Internet'
,
...
...
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