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
a5116c7d
Commit
a5116c7d
authored
7 years ago
by
Janne Mareike Koschinski
Browse files
Options
Downloads
Patches
Plain Diff
Removed debug info
parent
b25ba61d
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
app/src/main/java/de/kuschku/quasseldroid/ui/chat/ChatActivity.kt
+0
-2
0 additions, 2 deletions
...main/java/de/kuschku/quasseldroid/ui/chat/ChatActivity.kt
lib/src/main/java/de/kuschku/libquassel/quassel/BufferInfo.kt
+1
-1
1 addition, 1 deletion
...src/main/java/de/kuschku/libquassel/quassel/BufferInfo.kt
with
1 addition
and
3 deletions
app/src/main/java/de/kuschku/quasseldroid/ui/chat/ChatActivity.kt
+
0
−
2
View file @
a5116c7d
...
@@ -20,7 +20,6 @@ import android.view.Gravity
...
@@ -20,7 +20,6 @@ import android.view.Gravity
import
android.view.Menu
import
android.view.Menu
import
android.view.MenuItem
import
android.view.MenuItem
import
android.view.View
import
android.view.View
import
android.widget.Toast
import
butterknife.BindView
import
butterknife.BindView
import
butterknife.ButterKnife
import
butterknife.ButterKnife
import
com.afollestad.materialdialogs.MaterialDialog
import
com.afollestad.materialdialogs.MaterialDialog
...
@@ -216,7 +215,6 @@ class ChatActivity : ServiceBoundActivity(), SharedPreferences.OnSharedPreferenc
...
@@ -216,7 +215,6 @@ class ChatActivity : ServiceBoundActivity(), SharedPreferences.OnSharedPreferenc
else
->
{
else
->
{
progressBar
.
visibility
=
View
.
VISIBLE
progressBar
.
visibility
=
View
.
VISIBLE
progressBar
.
isIndeterminate
=
true
progressBar
.
isIndeterminate
=
true
Toast
.
makeText
(
this
,
state
.
toString
(),
Toast
.
LENGTH_SHORT
).
show
()
}
}
}
}
})
})
...
...
This diff is collapsed.
Click to expand it.
lib/src/main/java/de/kuschku/libquassel/quassel/BufferInfo.kt
+
1
−
1
View file @
a5116c7d
...
@@ -18,7 +18,7 @@ data class BufferInfo(var bufferId: Int, var networkId: Int, var type: Buffer_Ty
...
@@ -18,7 +18,7 @@ data class BufferInfo(var bufferId: Int, var networkId: Int, var type: Buffer_Ty
companion
object
:
ShortFlags
.
Factory
<
Type
>
{
companion
object
:
ShortFlags
.
Factory
<
Type
>
{
val
validValues
=
values
().
filter
{
it
.
bit
!=
0
.
toShort
()
}.
toTypedArray
()
val
validValues
=
values
().
filter
{
it
.
bit
!=
0
.
toShort
()
}.
toTypedArray
()
override
fun
of
(
bit
:
Short
)
=
ShortFlags
.
of
BitMask
<
Type
>(
bit
)
override
fun
of
(
bit
:
Short
)
=
ShortFlags
.
of
<
Type
>(
bit
)
override
fun
of
(
vararg
flags
:
Type
)
=
ShortFlags
.
of
(*
flags
)
override
fun
of
(
vararg
flags
:
Type
)
=
ShortFlags
.
of
(*
flags
)
}
}
}
}
...
...
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