Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
PublicAndroidApps
Nebulo
Commits
e4d94204
Commit
e4d94204
authored
Jul 11, 2019
by
Daniel Wolf
Browse files
Added LeakCanary to the licenses dialog
parent
f3fc01ac
Pipeline
#4919
failed with stages
in 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/src/main/java/com/frostnerd/smokescreen/dialog/LicensesDialog.kt
View file @
e4d94204
...
...
@@ -38,6 +38,7 @@ class LicensesDialog(context: Context):BaseDialog(context, context.getPreference
libraries
[
"sentry-java (BSD 3-Clause revised)"
]
=
context
.
getString
(
R
.
string
.
license_sentry
)
libraries
[
"Material Design Icons (Apache License Version 2.0)"
]
=
context
.
getString
(
R
.
string
.
license_apache2
)
libraries
[
"FABProgressCircle (Apache License Version 2.0)"
]
=
context
.
getString
(
R
.
string
.
license_apache2
)
libraries
[
"LeakCanary (Apache License Version 2.0)"
]
=
context
.
getString
(
R
.
string
.
license_apache2
)
setTitle
(
R
.
string
.
dialog_about_licenses
)
val
view
=
layoutInflater
.
inflate
(
R
.
layout
.
dialog_licenses
,
null
,
false
)
...
...
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