Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lib_base
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
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sikang
lib_base
Commits
149200d4
Commit
149200d4
authored
Jan 07, 2019
by
sikang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加三个联系人,BUG修复
parent
fb7811fe
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
11 deletions
+12
-11
src/main/java/tech/starwin/mvp/api/UserApi.java
+3
-2
src/main/java/tech/starwin/utils/format_utils/InfoTranslator.java
+3
-3
src/main/res/values/strings.xml
+6
-6
No files found.
src/main/java/tech/starwin/mvp/api/UserApi.java
View file @
149200d4
...
...
@@ -142,14 +142,15 @@ public interface UserApi {
@Field
(
"parentType"
)
String
parentType
,
@Field
(
"friendId"
)
String
friendId
,
@Field
(
"friendName"
)
String
friendName
,
@Field
(
"friendType"
)
String
friendType
,
@Field
(
"friendMobile"
)
String
friendMobile
,
@Field
(
"friendType"
)
String
friendType
,
@Field
(
"friendId1"
)
String
friendId1
,
@Field
(
"friendName1"
)
String
friendName1
,
@Field
(
"friendType1"
)
String
friendType1
,
@Field
(
"friendMobile1"
)
String
friendMobile1
,
@Field
(
"friendType1"
)
String
friendType1
,
@Header
(
"X-AUTH-TOKEN"
)
String
token
);
/**
* 提交工作认证信息
*/
...
...
src/main/java/tech/starwin/utils/format_utils/InfoTranslator.java
View file @
149200d4
...
...
@@ -205,9 +205,9 @@ public class InfoTranslator {
*/
public
static
StringAdapter
getFriendContactAdapter
(
Context
context
)
{
StringAdapter
adapter
=
new
StringAdapter
();
adapter
.
addItem
(
newItem
(
context
,
"FRIEND"
,
R
.
string
.
contact_f
ather
));
adapter
.
addItem
(
newItem
(
context
,
"CLASSMATE"
,
R
.
string
.
contact_
mother
));
adapter
.
addItem
(
newItem
(
context
,
"COLLEAGUE"
,
R
.
string
.
contact_
spouse
));
adapter
.
addItem
(
newItem
(
context
,
"FRIEND"
,
R
.
string
.
contact_f
riend
));
adapter
.
addItem
(
newItem
(
context
,
"CLASSMATE"
,
R
.
string
.
contact_
classmates
));
adapter
.
addItem
(
newItem
(
context
,
"COLLEAGUE"
,
R
.
string
.
contact_
colleagues
));
return
adapter
;
}
...
...
src/main/res/values/strings.xml
View file @
149200d4
...
...
@@ -1031,12 +1031,12 @@
<string
name=
"disable_permission"
>
Anda telah menon-aktifkan beberapa izin yang diperlukan, silakan lanjutkan setelah memberikan izin di "Pengaturan - Aplikasi"
</string>
<string
name=
"contact_father"
>
A
nggota keluarga
</string>
<string
name=
"contact_mother"
>
Anggota keluarga
</string>
<string
name=
"contact_spouse"
>
Anggota keluarga
</string>
<string
name=
"contact_friend"
>
Anggota keluarga
</string>
<string
name=
"contact_classmates"
>
Anggota keluarga
</string>
<string
name=
"contact_colleagues"
>
Anggota keluarg
a
</string>
<string
name=
"contact_father"
>
A
yah
</string>
<string
name=
"contact_mother"
>
Ibu
</string>
<string
name=
"contact_spouse"
>
Suami/Istri
</string>
<string
name=
"contact_friend"
>
Teman
</string>
<string
name=
"contact_classmates"
>
Teman Sekelas
</string>
<string
name=
"contact_colleagues"
>
Rekan Kerj
a
</string>
<string
name=
"family_members_title"
>
Anggota keluarga
</string>
<string
name=
"full_name_select_hint"
>
Nama lengkap Pilih
</string>
...
...
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