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