Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC-Android
Manage
Activity
Members
Labels
Plan
Issues
533
Issue boards
Milestones
Wiki
Code
Merge requests
11
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC-Android
Commits
661f445e
Commit
661f445e
authored
8 years ago
by
Geoffrey Métais
Browse files
Options
Downloads
Patches
Plain Diff
Set observable string field to MediaLibraryItem
parent
ebc07262
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
medialibrary/build.gradle
+4
-0
4 additions, 0 deletions
medialibrary/build.gradle
medialibrary/src/org/videolan/medialibrary/media/MediaLibraryItem.java
+3
-2
3 additions, 2 deletions
...src/org/videolan/medialibrary/media/MediaLibraryItem.java
with
7 additions
and
2 deletions
medialibrary/build.gradle
+
4
−
0
View file @
661f445e
...
...
@@ -46,6 +46,10 @@ android {
proguardFile
'proguard.cfg'
}
}
dataBinding
{
enabled
=
true
}
}
dependencies
{
...
...
This diff is collapsed.
Click to expand it.
medialibrary/src/org/videolan/medialibrary/media/MediaLibraryItem.java
+
3
−
2
View file @
661f445e
package
org.videolan.medialibrary.media
;
import
android.databinding.ObservableField
;
import
android.os.Parcel
;
import
android.os.Parcelable
;
...
...
@@ -21,8 +22,8 @@ public abstract class MediaLibraryItem implements Parcelable {
public
abstract
int
getItemType
();
long
mId
;
protected
String
mTitle
;
p
rotected
String
m
Description
;
protected
String
mTitle
,
mDescription
;
p
ublic
ObservableField
<
String
>
observable
Description
=
null
;
protected
MediaLibraryItem
()
{}
...
...
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