4415bb7f202e8cf2e369c057bb2e3cc4e8b820d1
[profile/ivi/MediaPlayer.git] / packaging / MediaPlayer.changes
1 * Tue Oct 08 2013 brianjjones <brian.j.jones@intel.com> accepted/tizen/20131004.164521@81d77fa
2 - Re-organizing the code so that the players are object based. Adding code to remember
3   what page you were on as well as the previous media
4
5 * Fri Oct 04 2013 brianjjones <brian.j.jones@intel.com> accepted/tizen/20131004.164521@b1a663e
6 - Adding a change so that if local media fails to load, it tries again. Also now starts on
7   previous menu.
8
9 * Thu Oct 03 2013 brianjjones <brian.j.jones@intel.com> submit/tizen/20130925.235244@b480ae8
10 - MediaPlayer will now remember where the user was on restart.  Also able to reconnect
11   to remote media if connection is lost (TIVI-1254)
12 - Load the first video when moving to the video player mode
13 - Fix background when in nightMode
14 - Make play button state driven directly off media events
15
16 * Wed Sep 25 2013 brianjjones <brian.j.jones@intel.com> submit/tizen/20130925.145436@899c31e
17 - DLNA plugin doesn't currently give a signal that it failed to connect.  So a interval call
18   has been added to continue trying until successfull.
19
20 * Tue Sep 24 2013 brianjjones <brian.j.jones@intel.com> submit/tizen/20130920.001725@98ab50d
21 - Update to the fillMediaList method.  This breaks it into pieces so the rest of the app can
22   continue to be used. This helps speed up the app and gives it a snappier feel.
23   Signed-off-by: brianjjones <brian.j.jones@intel.com>
24
25 * Thu Sep 19 2013 brianjjones <brian.j.jones@intel.com> accepted/tizen/20130918.185209@7d7f65c
26 - Removing the wait for album art, instead a default image will be used until it's ready.
27 - Broke that code out into it's own javascript file.  Several fixes for properly displaying
28 - the song text for longer names. Adding a postun to the spec so that the app is properly
29 - uninstalled. Signed-off-by: brianjjones <brian.j.jones@intel.com>
30
31 * Tue Sep 17 2013 brianjjones <brian.j.jones@intel.com> submit/tizen/20130913.223432@5b6e998
32 - Fix for NightMode, shrinking play button slightly to avoid overlap
33
34 * Fri Sep 13 2013 brianjjones <brian.j.jones@intel.com> submit/tizen/20130913.011212@023d5e5
35 - Adding DLNA browsing support. MediaPlayer will now show files found on remote servers
36
37 * Thu Sep 12 2013 brianjjones <brian.j.jones@intel.com> submit/tizen/20130909.164827@ee8af51
38 - Adding a listener for DriverMode.  If it receives a value > 0 it will pause playing video.
39
40 * Fri Sep 06 2013 brianjjones <brian.j.jones@intel.com> submit/tizen/20130830.191004@b8fe9bb
41 - Use all available space for videos and images
42 - Remove background image
43 - Adding icon, MediaPlayer.png, to the wgt file
44
45 * Tue Aug 27 2013 brianjjones <brian.j.jones@intel.com> submit/tizen/20130723.194640@f68855f
46 - Adding tizen.speech (voice control) support.
47
48 * Mon Jul 22 2013 brianjjones <brian.j.jones@intel.com> submit/tizen/20130719.021058@4b5b477
49 - Fix for play button bug, music now moves to the next song when finished, error shows up
50   if filetype can't be loaded
51 - More image shrinking
52
53 * Wed Jul 17 2013 brianjjones <brian.j.jones@intel.com> submit/tizen/20130702.231722@8097a1e
54 - Shrinking image sizes and removing hard coded reference to ogg
55
56 * Tue Jul 02 2013 brianjjones <brian.j.jones@intel.com> submit/tizen/20130701.233523@c4d3618
57 - Putting missing text back in.  Adding several try/catch statements to deal with possible
58   null arrays
59
60 * Mon Jul 01 2013 brianjjones <brian.j.jones@intel.com> submit/tizen/20130629.001025@76c119d
61 - Adding a null check for artwork.  Various other sizing tweaks
62
63 * Fri Jun 28 2013 brianjjones <brian.j.jones@intel.com> submit/tizen/20130628.000427@0eedd50
64 - Changing installation to only wrt-install if it is after the first boot.  Otherwise,
65   copy the wgt file to the correct place and let wrt-installer handle it
66
67 * Thu Jun 27 2013 brianjjones <brian.j.jones@intel.com> submit/tizen/20130626.013745@95361ce
68 - Adding slide show ability to image player.  Various changes to make app look better
69   in landscape.  Cleaning up code.
70
71 * Wed Jun 26 2013 brianjjones <brian.j.jones@intel.com> submit/tizen/20130626.013745@2809676
72 - Check that the album cover art image is valid before using it. Removing some images
73   due to renaming.
74 - Changing some image files. Adding check to ensure album cover image is valid.
75   Removing stray text.
76
77 Brian Jones <brian.j.jones@intel.com>
78 Initial Checkin