Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
os
App Lounge
Commits
7388b862
Commit
7388b862
authored
Jun 10, 2020
by
Dayona Joseph
Browse files
Fix correct author
parent
1f531a28
Pipeline
#57908
passed with stage
in 4 minutes and 56 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/src/main/java/foundation/e/apps/application/ApplicationViewHolder.kt
View file @
7388b862
...
...
@@ -125,7 +125,7 @@ class ApplicationViewHolder(private val activity: Activity, private val view: Vi
}
application
!!
.
SearchAppsloadIcon
(
this
)
title
.
text
=
application
!!
.
searchAppsBasicData
!!
.
name
author
.
text
=
application
!!
.
searchAppsBasicData
!!
.
author
}
else
{
application
!!
.
PwaloadIcon
(
this
)
title
.
text
=
application
!!
.
pwabasicdata
!!
.
name
...
...
app/src/main/java/foundation/e/apps/application/model/data/SearchAppsBasicData.kt
View file @
7388b862
...
...
@@ -28,6 +28,7 @@ class SearchAppsBasicData@JsonCreator
@
param
:
JsonProperty
(
"armeabi-v7a_latest_version_number"
)
val
armeabi_v7a_lastVersionNumber
:
String
?,
@
param
:
JsonProperty
(
"architectures"
)
val
apkArchitecture
:
ArrayList
<
String
>?,
@
param
:
JsonProperty
(
"is_pwa"
)
val
is_pwa
:
Boolean
,
@
param
:
JsonProperty
(
"author"
)
val
author
:
String
?,
@
param
:
JsonProperty
(
"is_web_app"
)
val
is_web_app
:
Boolean
,
@
param
:
JsonProperty
(
"category"
)
val
category
:
String
,
@
param
:
JsonProperty
(
"icon_image_path"
)
val
icon_uri
:
String
,
...
...
Write
Preview
Supports
Markdown
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