Add rich feature in card view
Bug #1537619 reported by
Gary.Wang
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Unity SoundCloud Scope |
Fix Released
|
Undecided
|
Gary.Wang |
Bug Description
There are some rich features offered by soundcloud are missing in this scope.
1.Detailed track info
2.Retrieve comment list
3.Post a comment
4.Support to mark a "like" for tracks
5.Support to follow an artist
Related branches
lp://staging/~gary-wzl77/unity-scope-soundcloud/unity-scope-soundcloud
- Unity API Team: Pending requested
-
Diff: 2654 lines (+1539/-260)26 files modifiedCMakeLists.txt (+1/-1)
click/manifest.json.in (+1/-1)
click/soundcloud.apparmor (+1/-1)
click/soundcloud.provider.in (+1/-0)
data/com.ubuntu.scopes.soundcloud_soundcloud.ini.in (+2/-0)
include/api/client.h (+28/-0)
include/api/comment.h (+70/-0)
include/api/resource.h (+2/-1)
include/api/track.h (+21/-0)
include/api/user.h (+20/-0)
include/scope/activation.h (+64/-0)
include/scope/preview.h (+9/-1)
include/scope/query.h (+6/-0)
include/scope/scope.h (+9/-0)
po/POTFILES.in (+16/-12)
po/en_GB.po (+147/-63)
po/unity-scope-soundcloud.pot (+149/-73)
src/CMakeLists.txt (+2/-0)
src/api/client.cpp (+323/-9)
src/api/comment.cpp (+71/-0)
src/api/track.cpp (+39/-1)
src/api/user.cpp (+30/-0)
src/scope/activation.cpp (+91/-0)
src/scope/preview.cpp (+245/-73)
src/scope/query.cpp (+181/-23)
src/scope/scope.cpp (+10/-1)
Changed in unity-scope-soundcloud: | |
assignee: | nobody → Gary.Wang (gary-wzl77) |
status: | New → In Progress |
Changed in unity-scope-soundcloud: | |
status: | In Progress → Fix Released |
To post a comment you must log in.