~music-app-dev/music-app/trusty

« back to all changes in this revision

Viewing changes to manifest.json

  • Committer: Tarmac
  • Author(s): Andrew Hayzen, Victor Thompson, Daniel Holm
  • Date: 2013-10-12 01:50:13 UTC
  • mfrom: (159.2.53 expandable-and-more.3)
  • Revision ID: tarmac-20131012015013-3j51o2kujo7sbyqj
* Expanable item in playlists tab, playlists, artists, albums and in tracks tab.
* Removed the press and hold on above.
* Removed shuffle setting from settings since its now in new toolbar.
* Changed color of swipe to delete; added some translatable strings; added back action into HUD.
* Use default black in SwipeDelete.
* Added add to playlist in now playing page.
* Commented out a lot of output.
* Fix for shuffle requiring a restart to take affect
* Fix for blank images in MusicaddtoPlaylist and fallback image
* Fix for cover art in header of playlist tracks
* Fix for fallback cover art in the artist tab
* Add proper manifest file
* Make the Recent and Genre horizontal list cover arts a bit smaller. They clipped at the bottom.
* Force header to disappear when now playing page is shown, this helps stop a glitch where the header overlays the now playing page preventing the user from going back - unless they use the HUD
* Use UbuntuShape for play/pause in Now Playing Toolbar.
* Fix so that count is updated in MusicaddtoPlaylist.qml when a track is
removed from a playlist
* Update version to 1.0 prior to release
* Added screenshots.
* Updated translations.
* Back button on MusicNowPlaying.qml now uses the images/dropdown-menu.svg as per design spec
* Fixes for the music-app.desktop
* Fixes to the manifest.json. Fixes: https://bugs.launchpad.net/bugs/1237893.

Approved by Ubuntu Phone Apps Jenkins Bot, Daniel Holm, Victor Thompson, Andrew Hayzen.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
    "description": "Music application for Ubuntu", 
 
3
    "architecture": "armhf",
 
4
    "framework": "ubuntu-sdk-13.10", 
 
5
    "hooks": {
 
6
        "music": {
 
7
            "apparmor": "apparmor/music.json", 
 
8
            "desktop": "music-app.desktop"
 
9
        }
 
10
    }, 
 
11
    "icon": "images/music.png", 
 
12
    "maintainer": "Ubuntu App Cats <ubuntu-touch-coreapps@lists.launchpad.net>", 
 
13
    "name": "com.ubuntu.music", 
 
14
    "title": "music", 
 
15
    "version": "1.0"
 
16
}