Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
QuasselDroid-ng
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Janne Mareike Koschinski
QuasselDroid-ng
Commits
17cf4bc0
Verified
Commit
17cf4bc0
authored
6 years ago
by
Janne Mareike Koschinski
Browse files
Options
Downloads
Patches
Plain Diff
Fixes
#178
parent
98e581f9
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/src/main/java/de/kuschku/quasseldroid/util/missingfeatures/RequiredFeatures.kt
+30
-28
30 additions, 28 deletions
...hku/quasseldroid/util/missingfeatures/RequiredFeatures.kt
with
30 additions
and
28 deletions
app/src/main/java/de/kuschku/quasseldroid/util/missingfeatures/RequiredFeatures.kt
+
30
−
28
View file @
17cf4bc0
...
@@ -24,50 +24,52 @@ import de.kuschku.quasseldroid.R
...
@@ -24,50 +24,52 @@ import de.kuschku.quasseldroid.R
object
RequiredFeatures
{
object
RequiredFeatures
{
val
features
=
listOf
(
val
features
=
listOf
(
MissingFeature
(
ExtendedFeature
.
SynchronizedMarkerLine
,
MissingFeature
(
ExtendedFeature
.
BufferActivitySync
,
QuasselVersion
.
VERSION_0_13
,
QuasselVersion
.
VERSION_0_13
,
R
.
string
.
label_feature_
synchronizedmarkerline
),
R
.
string
.
label_feature_
bufferactivitysync
),
MissingFeature
(
ExtendedFeature
.
SaslAuthentication
,
MissingFeature
(
ExtendedFeature
.
CoreSideHighlights
,
QuasselVersion
.
VERSION_0_13
,
QuasselVersion
.
VERSION_0_13
,
R
.
string
.
label_feature_
saslauthentication
),
R
.
string
.
label_feature_
coresidehighlights
),
MissingFeature
(
ExtendedFeature
.
SaslExternal
,
MissingFeature
(
ExtendedFeature
.
BacklogFilterType
,
QuasselVersion
.
VERSION_0_13
,
QuasselVersion
.
VERSION_0_13
,
R
.
string
.
label_feature_saslexternal
),
R
.
string
.
label_feature_backlogfiltertype
),
MissingFeature
(
ExtendedFeature
.
HideInactiveNetworks
,
MissingFeature
(
ExtendedFeature
.
RichMessages
,
QuasselVersion
.
VERSION_0_13
,
QuasselVersion
.
VERSION_0_13
,
R
.
string
.
label_feature_hideinactivenetworks
),
R
.
string
.
label_feature_richmessages
),
MissingFeature
(
ExtendedFeature
.
SenderPrefixes
,
QuasselVersion
.
VERSION_0_13
,
R
.
string
.
label_feature_senderprefixes
),
MissingFeature
(
ExtendedFeature
.
RemoteDisconnect
,
QuasselVersion
.
VERSION_0_13
,
R
.
string
.
label_feature_remotedisconnect
),
MissingFeature
(
ExtendedFeature
.
SynchronizedMarkerLine
,
QuasselVersion
.
VERSION_0_13
,
R
.
string
.
label_feature_synchronizedmarkerline
),
MissingFeature
(
ExtendedFeature
.
AwayFormatTimestamp
,
QuasselVersion
.
VERSION_0_13
,
R
.
string
.
label_feature_awayformattimestamp
),
MissingFeature
(
ExtendedFeature
.
PasswordChange
,
MissingFeature
(
ExtendedFeature
.
PasswordChange
,
QuasselVersion
.
VERSION_0_13
,
QuasselVersion
.
VERSION_0_13
,
R
.
string
.
label_feature_passwordchange
),
R
.
string
.
label_feature_passwordchange
),
MissingFeature
(
ExtendedFeature
.
CapNegotiation
,
MissingFeature
(
ExtendedFeature
.
CapNegotiation
,
QuasselVersion
.
VERSION_0_13
,
QuasselVersion
.
VERSION_0_13
,
R
.
string
.
label_feature_capnegotiation
),
R
.
string
.
label_feature_capnegotiation
),
MissingFeature
(
ExtendedFeature
.
VerifyServerSSL
,
QuasselVersion
.
VERSION_0_13
,
R
.
string
.
label_feature_verifyserverssl
),
MissingFeature
(
ExtendedFeature
.
CustomRateLimits
,
MissingFeature
(
ExtendedFeature
.
CustomRateLimits
,
QuasselVersion
.
VERSION_0_13
,
QuasselVersion
.
VERSION_0_13
,
R
.
string
.
label_feature_customratelimits
),
R
.
string
.
label_feature_customratelimits
),
MissingFeature
(
ExtendedFeature
.
AwayFormatTimestamp
,
MissingFeature
(
ExtendedFeature
.
HideInactiveNetworks
,
QuasselVersion
.
VERSION_0_13
,
R
.
string
.
label_feature_awayformattimestamp
),
MissingFeature
(
ExtendedFeature
.
BufferActivitySync
,
QuasselVersion
.
VERSION_0_13
,
R
.
string
.
label_feature_bufferactivitysync
),
MissingFeature
(
ExtendedFeature
.
CoreSideHighlights
,
QuasselVersion
.
VERSION_0_13
,
R
.
string
.
label_feature_coresidehighlights
),
MissingFeature
(
ExtendedFeature
.
SenderPrefixes
,
QuasselVersion
.
VERSION_0_13
,
QuasselVersion
.
VERSION_0_13
,
R
.
string
.
label_feature_
senderprefixe
s
),
R
.
string
.
label_feature_
hideinactivenetwork
s
),
MissingFeature
(
ExtendedFeature
.
RemoteDisconnect
,
MissingFeature
(
ExtendedFeature
.
SaslAuthentication
,
QuasselVersion
.
VERSION_0_13
,
QuasselVersion
.
VERSION_0_13
,
R
.
string
.
label_feature_
remotedisconnect
),
R
.
string
.
label_feature_
saslauthentication
),
MissingFeature
(
ExtendedFeature
.
RichMessages
,
MissingFeature
(
ExtendedFeature
.
SaslExternal
,
QuasselVersion
.
VERSION_0_13
,
QuasselVersion
.
VERSION_0_13
,
R
.
string
.
label_feature_
richmessages
),
R
.
string
.
label_feature_
saslexternal
),
MissingFeature
(
ExtendedFeature
.
BacklogFilterType
,
MissingFeature
(
ExtendedFeature
.
VerifyServerSSL
,
QuasselVersion
.
VERSION_0_13
,
QuasselVersion
.
VERSION_0_13
,
R
.
string
.
label_feature_
backlogfiltertype
)
R
.
string
.
label_feature_
verifyserverssl
)
)
)
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment