Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
60f21162
Commit
60f21162
authored
Mar 25, 2020
by
Thomas Guillem
Committed by
Max Kellermann
Mar 26, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
android/Settings: remove the EXPIRIMENTAL text
Using MPD from Android since quite some times now. I consider it very stable now.
parent
4ff25323
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Settings.java
android/src/Settings.java
+2
-1
No files found.
android/src/Settings.java
View file @
60f21162
...
@@ -105,12 +105,13 @@ public class Settings extends Activity {
...
@@ -105,12 +105,13 @@ public class Settings extends Activity {
else
else
mRunButton
.
setChecked
(
false
);
mRunButton
.
setChecked
(
false
);
mFirstRun
=
true
;
mFirstRun
=
true
;
mTextStatus
.
setText
(
""
);
break
;
break
;
case
MSG_STARTED:
case
MSG_STARTED:
Log
.
d
(
TAG
,
"onStarted"
);
Log
.
d
(
TAG
,
"onStarted"
);
mRunButton
.
setChecked
(
true
);
mRunButton
.
setChecked
(
true
);
mFirstRun
=
true
;
mFirstRun
=
true
;
mTextStatus
.
setText
(
"
CAUTION: this version is EXPERIMENTAL!"
);
// XXX
mTextStatus
.
setText
(
"
MPD service started"
);
break
;
break
;
case
MSG_LOG:
case
MSG_LOG:
if
(
mLogListArray
.
size
()
>
MAX_LOGS
)
if
(
mLogListArray
.
size
()
>
MAX_LOGS
)
...
...
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