summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
CORP\mobaswirul.i [Thu, 3 Oct 2024 05:32:17 +0000 (11:32 +0600)]
Update Version 1.0.4
[Changes]
1. Fixed Statically Analyzed Issues
Change-Id: I20c894334890cda3970b456319230a658e7e1632
CORP\mobaswirul.i [Wed, 2 Oct 2024 05:29:02 +0000 (11:29 +0600)]
Fix defects detected by static analysis tool
[Problem] Issues detected by Static Analysis Tool
[Cause & Measure]
Cause : No Default Case in switch statements
Measure : Added Default Case
Change-Id: Ide1d85dd859765a0db5351f886c00a4814c965fa
Update Version 1.0.3
[Changes]
1. Fixed adding same track in playlist multiple time.
Change-Id: I15cb541b3bbbc48a7cd8f5e7f5bb98a2b8d71895
Signed-off-by: Md. Shahrukh Islam/NC eXperience Group /SRBD/Engineer/Samsung Electronics <shahrukh.i@samsung.com>
Fixed Same track added multiple times in a playlist
[Problem] [TNINE-4666] Same track added multiple times in a playlist
[Cause & Measure]
Cause : Track was not checked if existed or not in playlist.
Measure : Before adding track is not checked if it is existing in that playlist or not.
Change-Id: Ib123371df2e377220bb236f1bffd34c9d8b221f6
Signed-off-by: Md. Shahrukh Islam/NC eXperience Group /SRBD/Engineer/Samsung Electronics <shahrukh.i@samsung.com>
Update Version 1.0.2
[Problem] N/A
[Cause & Measure]
Cause : Version update
Measure : Version update
Change-Id: I45cdd08734595fda979fa31e9c9a23b4ad82637a
Signed-off-by: Md. Shahrukh Islam/NC eXperience Group /SRBD/Engineer/Samsung Electronics <shahrukh.i@samsung.com>
Updated Framework and SDK Version
[Problem] N/A
[Cause & Measure]
Cause : Version update
Measure : Updated
Tizen.Net.Sdk : 1.2.1
TargetFramework : net6.0
Tizen.Net : 12.0.0.18428
Change-Id: I962a1fe338dc01d961612459084abd373e42c77c
Signed-off-by: Md. Shahrukh Islam/NC eXperience Group /SRBD/Engineer/Samsung Electronics <shahrukh.i@samsung.com>
Fixed Buttons cannot be pressed in the Create playlist popup.
[Problem] [TNINE-4168] Buttons cannot be pressed in the Create playlist popup.
[Cause & Measure]
Cause : Different ratio was not implemented and a gap between inputField and buttons was introduced.
Measure : Implemented ratio in button sizes and removed the gap between inputField and buttons.
Change-Id: I28d973bd5180c9c737f96491fb5ae8b617f9bbf9
Signed-off-by: Md. Shahrukh Islam/NC eXperience Group /SRBD/Engineer/Samsung Electronics <shahrukh.i@samsung.com>
Fixed Can't add music to Favourite playlist from More
[Problem] [TNINE-4167] Can't add music to Favourite playlist from More
[Cause & Measure]
Cause : Favourite playlist was being ignored in condition.
Measure : Favourite playlist is not ignored right now and set each track of selected list as favourite.
Change-Id: I7ea414259cf044506114e774c5647a91de62fc82
Signed-off-by: Md. Shahrukh Islam/NC eXperience Group /SRBD/Engineer/Samsung Electronics <shahrukh.i@samsung.com>
Azijur Rahman Sheatu [Mon, 2 Sep 2024 05:09:33 +0000 (11:09 +0600)]
Adding profiling and VS backup files to .gitignore
[Problem] N/A
[Cause & Measure]
Cause : N/A
Measure : N/A
Change-Id: I531eafee28c85d0e2337ff45b603b7c010a2a9af
Fixed Translation issue in Korean language
[Problem] [TNINE-437] Words that need Korean language translation[9.0]
[Cause & Measure]
Cause : 1. Some words weren't added to Resources.resx file.
2. TextLabel wasn't properly created to show translated words.
Measure : 1. Added words that neded tranlation in Resources.resx file
2. Used TranslatableText property of TextLabel instead of Text property.
Change-Id: I3ead22d9f01f9b5cfcbbec02b33acef1dcbc603c
Signed-off-by: Md. Farhan Mahtab/NC eXperience Group /SRBD/Engineer/Samsung Electronics <farhan.m1@samsung.com>
Fixed window cut issue of PlayerView
[Problem] [TNINE-4170] Some part of the ongoing music playing window is out of display
[Cause & Measure]
Cause : Using Linear Layout with fixed padding.
Measure : Used FlexLayout with SpaceBetween Justification Property.
Change-Id: I509556f78f0b579f1f234bd86b967bb9d2b562ac
Signed-off-by: Mobaswirul Islam/NC eXperience Group /SRBD/Engineer/Samsung Electronics <mobaswirul.i@samsung.com>
Fixed "Create" Button Size
[Problem] [TNINE-4169] Create button text is Smaller than the Cancel button text in Create playlist popup
[Cause & Measure]
Cause : PointSize was assigned with smaller value and fontstyle was not similar.
Measure : Assigned PointSize with another value so that fontsize becomes same like "Cancel" button and usded UIFontStyles.AllNormal for similarity.
Change-Id: I64e9f82854c18ed0249352b290db1b54e7bd3739
Signed-off-by: Md. Shahrukh Islam/NC eXperience Group /SRBD/Engineer/Samsung Electronics <shahrukh.i@samsung.com>
Fixed item hidden issue of music-player
[Problem] [TNINE-4166] When music list is long the last item is partially covered vy the botton TAB bar.
[Cause & Measure]
Cause : HeightSpecification was using LayoutParamPolicies.WrapContent.
Measure : Used LayoutParamPolicies.MatchParent instead of LayoutParamPolicies.WrapContent.
Change-Id: I1aa1749ee8e632ba87f1a9996651a26a3b65149d
Signed-off-by: Md. Shahrukh Islam/NC eXperience Group /SRBD/Engineer/Samsung Electronics <shahrukh.i@samsung.com>
Azijur Rahman Sheatu [Fri, 12 Jul 2024 06:10:33 +0000 (12:10 +0600)]
Update Version 1.0.1
[Problem] N/A
[Cause & Measure]
Cause : Version update
Measure : Version update
Change-Id: I343a6e0caefa14eae4e93747e162f34705049435
Signed-off-by: Azijur Rahman Sheatu <azijur.r@samsung.com>
Fixed Search option crash issue in Music application
[Problem] [TNINE-3638] Search option is not working in Music application
[Cause & Measure]
Cause : Database query issue happens if the searchText contains "'" character.
Measure : Used an extra "'" before "'".
Change-Id: Ia296c9e706474378acdb069267bd028e9ad3ce83
Signed-off-by: Md. Shahrukh Islam/NC eXperience Group /SRBD/Engineer/Samsung Electronics <shahrukh.i@samsung.com>
Fixed Unresponsive Playback Slider Issue
[Problem] [TNINE-3739] Progress Bar interaction did not change in Music Player
[Cause & Measure]
Cause : MediaInfo/AudioInfo doesn't have tracklength information.
Measure : Used player.StreamInfo.GetDuration() to geth tracklength.
Change-Id: Ieebe0e539577adf70df42d4d10f0e36f5cd1814b
Signed-off-by: Mobaswirul Islam/NC eXperience Group /SRBD/Engineer/Samsung Electronics <mobaswirul.i@samsung.com>
Updated Select Query for fetching Album and Artist
list.
Change-Id: Ia175f6d79b0e3db144a768ffaaa925c5c18c5833
Signed-off-by: Akshat Airan/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <akshat.airan@samsung.com>
Added Korean Translation in Collection View of
each tab and at Selector View .
Change-Id: I02e61d358d58572a33d539aa2d5d554fc57dce27
Signed-off-by: Akshat Airan/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <akshat.airan@samsung.com>
1.Fixed Tabview and added Korean acc. to context.
2.Added koreanLanguage Translation in Headings of each view.
Change-Id: I2dfbe9e1accf35a9f7aa9766c1905e99555ae2ef
1. Updated Tab with TabView
2. Remove MultiResourceManager file
3. Added Multilanguage support
Change-Id: I39ed660f995b55b556437775f97a87960b0e907a
Signed-off-by: Akshat Airan/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <akshat.airan@samsung.com>
Added MultilanguageResource Support
Change-Id: If84b3f2854337fe208cf8124eca181d86fff656a
Signed-off-by: Akshat Airan/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <akshat.airan@samsung.com>
Adding Maximize to Application Window
Change-Id: Ia4f013cc5950eaa1feeebfaf7d92cdf54505ec2e
Signed-off-by: Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <shivam.v2@samsung.com>
tarun.mahay [Wed, 2 Nov 2022 05:34:09 +0000 (11:04 +0530)]
Fixing JIRA Issue TIZENIOT-2576
Change-Id: If711204624fa39da8e89172335236ec2252d9440
Signed-off-by: tarun.mahay <tarun.mahay@samsung.com>
tarun.mahay [Mon, 3 Oct 2022 08:56:15 +0000 (14:26 +0530)]
Fixing scale factor issues.
Change-Id: I78038297789cbea2eacd25375da75f1c0ab13031
Signed-off-by: tarun.mahay <tarun.mahay@samsung.com>
shivamv [Fri, 5 Aug 2022 10:19:00 +0000 (15:49 +0530)]
Modifying spec for 64 bit support.
Change-Id: Ib1b70c4f76ebc372a01e274b021a92887c805a4a
Signed-off-by: shivamv <shivam.v2@samsung.com>
[TIZENIOT-2557] : fix for MiniPlayer elapsed time and end time display.
Change-Id: If27e67a70bef3b38e34d9f607f2e9862958eaea7
Signed-off-by: Dipika Tanwar/Platform S/W Team /SRI-Delhi/Engineer/Samsung Electronics <dipika.t@samsung.com>
aman.jeph [Wed, 8 Jun 2022 14:52:15 +0000 (20:22 +0530)]
[TIZENIOT-2542] Fixing search view overlap issue
Change-Id: I8ac2a5fb264f29dd249c36c323f1f6a8a106d819
Signed-off-by: aman.jeph <aman.jeph@samsung.com>
Fixed PlayerView Layout for HD resolution, SearchView crash
Change-Id: Ic886d0f8572ad016694ca4ae987fc49041ec1947
Signed-off-by: Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <shivam.v2@samsung.com>
Fixed Width for AlertDialog Popups and its buttons, MiniPlayer
Change-Id: I181dcd39a5377952ced91bc9ee9f330ae3b63f32
Signed-off-by: Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <shivam.v2@samsung.com>
aman.jeph [Tue, 10 May 2022 12:42:17 +0000 (18:12 +0530)]
Fixing selectorview svace
Change-Id: I9cc6fc1147bd6d82f93d427857932c616b4513fd
Signed-off-by: aman.jeph <aman.jeph@samsung.com>
Fixed SVACE Issues
Change-Id: Id738164680b39784eefa18582e675e067d468e9c
Signed-off-by: Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <shivam.v2@samsung.com>
Fixed MiniPlayer Layout for HD resolution
Change-Id: I1f58fa2dab7c2b41dd69e0ac26399667cc54053b
Signed-off-by: Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <shivam.v2@samsung.com>
aman.jeph [Mon, 9 May 2022 15:22:13 +0000 (20:52 +0530)]
[TIZENIOT-2533] Fixing More button Issue
Change-Id: Ib1aa447c8b1caa19fa12b73aa49b62906810edc0
Signed-off-by: aman.jeph <aman.jeph@samsung.com>
aman.jeph [Wed, 27 Apr 2022 11:30:00 +0000 (17:00 +0530)]
Fixing binding, animation and Title issue
Change-Id: I2f7d69a659da4644c5a837574c0a11674ab2f1da
Signed-off-by: aman.jeph <aman.jeph@samsung.com>
aman.jeph [Fri, 22 Apr 2022 11:52:29 +0000 (17:22 +0530)]
Fixing dispose crash issue of PlaylistSelectorView.
Change-Id: Ieced62d5b767c8658c98194db8afae21be238ca2
Signed-off-by: aman.jeph <aman.jeph@samsung.com>
aman.jeph [Mon, 18 Apr 2022 12:52:17 +0000 (18:22 +0530)]
Fixing image view for scale in style file.
Refactor PlaylistSelectorView for better scalability.
Fix dispose function for item layout classes.
Change-Id: Id311be6230a8ad7bf8afd80bf4131940e6e73c16
Signed-off-by: aman.jeph <aman.jeph@samsung.com>
aman.jeph [Thu, 7 Apr 2022 13:14:21 +0000 (18:44 +0530)]
Fixing binding issues
Change-Id: I5c240f10f9e2b30c33c95f4d657df64bab8f9d58
Signed-off-by: aman.jeph <aman.jeph@samsung.com>
aman.jeph [Tue, 5 Apr 2022 08:43:54 +0000 (14:13 +0530)]
Adding tpk file
Change-Id: Id452e92c76fc713333977d3b9ce0d68fb166002c
Signed-off-by: aman.jeph <aman.jeph@samsung.com>
aman.jeph [Mon, 4 Apr 2022 12:24:35 +0000 (17:54 +0530)]
Adding SpToPx in all the Views
Change-Id: Ibd5a465bfb1d8ca3cd17f11ffe09fb9ab26b7e52
Signed-off-by: aman.jeph <aman.jeph@samsung.com>
aman.jeph [Fri, 1 Apr 2022 09:42:35 +0000 (15:12 +0530)]
Adding LyricsView, Detail View, Delete Popup, CreatePlaylist Popup scalable view.
Fix binding crash.
Change-Id: I7ebaa5549edf0fe40abadb420c175438da8f8f48
Signed-off-by: aman.jeph <aman.jeph@samsung.com>
shivamv [Tue, 15 Mar 2022 08:54:32 +0000 (14:24 +0530)]
Adding Scalable UI features to Album and Artist Details.
Change-Id: Id4126eff72fc0176e5016719d890f3381dbed843
Signed-off-by: shivamv <shivam.v2@samsung.com>
shivamv [Wed, 9 Mar 2022 08:58:31 +0000 (14:28 +0530)]
1. Adding Scalable Features to Selector, Search View.
2. Modifying TopRightView in Player View.
Change-Id: I95c1e69b9d46c943801292e13f0421ea73dec661
Signed-off-by: shivamv <shivam.v2@samsung.com>
aman.jeph [Thu, 3 Mar 2022 13:45:06 +0000 (19:15 +0530)]
Implemented scalable changes for Player.
Fix padding and Background color issues in Views
Change-Id: Ib4cd04fd2001456862e03dac1942076eb57b4171
Signed-off-by: aman.jeph <aman.jeph@samsung.com>
aman.jeph [Mon, 28 Feb 2022 10:39:08 +0000 (16:09 +0530)]
Adding layout in ListItemView
Change-Id: I1384a072ab1f64b39d18a4c239af377effc9c994
Signed-off-by: aman.jeph <aman.jeph@samsung.com>
shivamv [Fri, 25 Feb 2022 08:56:06 +0000 (14:26 +0530)]
1. Fixed click issue of Play/Pause Icon
2. Fixed Favorite List Updation Issue
3. Added scalable UI featues to PlaylistSelectorView
Change-Id: Ib70c7a54220fd464b5e1b750da965798273af728
Signed-off-by: shivamv <shivam.v2@samsung.com>
aman.jeph [Fri, 11 Feb 2022 12:44:12 +0000 (18:14 +0530)]
Adding Mini-Player and AlbumDetails View Scalable UI changes
Change-Id: I080c3f316a08480f0f6c1a94d995a96b22119bdb
Signed-off-by: aman.jeph <aman.jeph@samsung.com>
aman.jeph [Mon, 31 Jan 2022 11:40:39 +0000 (17:10 +0530)]
DpToPx changes for Views, Required for Scalable Support
Change-Id: I3ed713ee57ef4d9230452a4160e5c6c94eb126a7
Signed-off-by: aman.jeph <aman.jeph@samsung.com>
shivamv [Fri, 14 Jan 2022 13:08:30 +0000 (18:38 +0530)]
Added Play/Pause icon for TrackView and PlaylistDetails.
Change-Id: I83157c3bea9e9c23454600d90d94471eae9a7385
Signed-off-by: shivamv <shivam.v2@samsung.com>
shivamv [Wed, 12 Jan 2022 10:11:13 +0000 (15:41 +0530)]
Adding Lottie Animations.
Change-Id: I29972a3603c4580a32e6b71cdda9128c52003be4
Signed-off-by: shivamv <shivam.v2@samsung.com>
aman.jeph [Wed, 12 Jan 2022 08:22:21 +0000 (13:52 +0530)]
Adding updated tpk
Change-Id: I86c21ac7e9bbcc1dd60a2e9f05a5f734faa09881
Signed-off-by: aman.jeph <aman.jeph@samsung.com>
aman.jeph [Wed, 12 Jan 2022 05:05:23 +0000 (10:35 +0530)]
[TIZENIOT-2507]Fixing mini-player adding process
Change-Id: Ib5efb9271ee4e32205a74029249e3ab0cd0f6411
Signed-off-by: aman.jeph <aman.jeph@samsung.com>
wchang kim [Fri, 24 Dec 2021 03:45:44 +0000 (12:45 +0900)]
Changes for armv7hl architecture
Change-Id: I09439dd05cd73020b4815c244fe51f23a9594a5f
shivamv [Wed, 8 Dec 2021 07:17:03 +0000 (12:47 +0530)]
Added Track Highlights in all Views.
Change-Id: I859e09d9631000c8fe13529545409cc75155830e
Signed-off-by: shivamv <shivam.v2@samsung.com>
shivamv [Tue, 23 Nov 2021 05:34:33 +0000 (11:04 +0530)]
1. Adding Utils for Add/Remove songs to playlist.
2. Cleaning the whole code, Making required fields readonly.
Change-Id: Ib43579a3e0a54195c019e5abbacf02b2ca36d553
Signed-off-by: shivamv <shivam.v2@samsung.com>
shivamv [Mon, 15 Nov 2021 05:15:26 +0000 (10:45 +0530)]
1. Added add/remove songs from Playlist
2. Added MiniPlayer
Change-Id: Ie89dbc7344cb2f25d9d08a2b68bf9237dd77a3e8
Signed-off-by: shivamv <shivam.v2@samsung.com>
aman.jeph [Fri, 12 Nov 2021 09:19:58 +0000 (14:49 +0530)]
Adding Current playing track highlights
Change-Id: I104070e6c27eb0b2bce287b0354a8b7ff9fe3900
Signed-off-by: aman.jeph <aman.jeph@samsung.com>
aman.jeph [Tue, 9 Nov 2021 04:40:28 +0000 (10:10 +0530)]
Adding rive animation for track without thumbnail
Change-Id: Idc5bf355c2465da0424b1e1fdc5a0d94b646d8c3
Signed-off-by: aman.jeph <aman.jeph@samsung.com>
aman.jeph [Tue, 2 Nov 2021 09:43:06 +0000 (15:13 +0530)]
Added Detail View options
Fix dark theme support of some views
Change-Id: Ie5b6ef89227368382cf0fa2a1a34acd50faf15fd
Signed-off-by: aman.jeph <aman.jeph@samsung.com>
shivamv [Thu, 21 Oct 2021 05:29:02 +0000 (10:59 +0530)]
Added dark theme for Selector, Search View and added scrollbar animation for collection Views.
Change-Id: I795202f3a424f3cc313d9aa7cdf25b82ab9d4797
Signed-off-by: shivamv <shivam.v2@samsung.com>
aman.jeph [Tue, 19 Oct 2021 10:20:38 +0000 (15:50 +0530)]
Removed delete option from default playlists
Added disposed for menuitems
Change-Id: I9513633c347f9b43fc11ece01c55822181c8eb3c
Signed-off-by: aman.jeph <aman.jeph@samsung.com>
aman.jeph [Mon, 18 Oct 2021 14:32:27 +0000 (20:02 +0530)]
Adding maximum playlist restriction
Adding maximum trackcount restriction
Change-Id: If0e7ae0ea3280398a4866b31bcd893eed4a2400d
Signed-off-by: aman.jeph <aman.jeph@samsung.com>
shivamv [Thu, 14 Oct 2021 11:02:23 +0000 (16:32 +0530)]
Adding Error Popup and changing views from search.
Change-Id: I4eb370a588fd683e77b3cbaa2824e2278b8328b3
Signed-off-by: shivamv <shivam.v2@samsung.com>
aman.jeph [Tue, 12 Oct 2021 12:25:24 +0000 (17:55 +0530)]
Implemented NUI Context for Main Thread Invocationa and Updated Player ErrorOccurred event
Fixed theme issues for tabs
Change-Id: If764291eb9f819375f7482455e45230f0c532c7e
Signed-off-by: aman.jeph <aman.jeph@samsung.com>
aman.jeph [Fri, 8 Oct 2021 13:02:20 +0000 (18:32 +0530)]
Added shadow of playing track album art
Change-Id: Ic74b5a3da66daec83eeabc0a115c6ffaac4caf0a
Signed-off-by: aman.jeph <aman.jeph@samsung.com>
aman.jeph [Thu, 7 Oct 2021 12:35:47 +0000 (18:05 +0530)]
Updating volume and playback slider for pressed state
Change-Id: I02bbfbb2576bcb06a31166fbe02f66bfe65880ee
Signed-off-by: aman.jeph <aman.jeph@samsung.com>
aman.jeph [Thu, 7 Oct 2021 08:43:34 +0000 (14:13 +0530)]
Add theme support for Playing list and fixed playback slider position
Change-Id: Ic6cad49ef79a0679ab64645d7f365655f5d617d7
Signed-off-by: aman.jeph <aman.jeph@samsung.com>
aman.jeph [Tue, 5 Oct 2021 09:37:23 +0000 (15:07 +0530)]
Implemented back key handling for all the views
Change-Id: I624f06e6711f05f0d7e10d2792213f220f206ead
Signed-off-by: aman.jeph <aman.jeph@samsung.com>
aman.jeph [Tue, 28 Sep 2021 13:03:02 +0000 (18:33 +0530)]
Add 'add to playlist' feature to player view and fix some crash issues
Change-Id: I7d0103cb6eb03123b6220754e507fe49593cf7f6
Signed-off-by: aman.jeph <aman.jeph@samsung.com>
shivamv [Tue, 28 Sep 2021 05:58:34 +0000 (11:28 +0530)]
Fixed dispose calls.
Change-Id: Ic8c88af826cda6ad00404df1a935e2d3fb6cfba5
Signed-off-by: shivamv <shivam.v2@samsung.com>
aman.jeph [Fri, 24 Sep 2021 08:28:50 +0000 (13:58 +0530)]
Implemeted playlist update system
Change-Id: Ifcdf30c646525b152d1e0b68ad4807e78a0c5529
Signed-off-by: aman.jeph <aman.jeph@samsung.com>
aman.jeph [Thu, 23 Sep 2021 15:59:32 +0000 (21:29 +0530)]
Add more menu in PlayerView and implemented create playlist feature in Playlist View
Change-Id: Ie998930de4d9291036afd670668e0a51864dda6c
Signed-off-by: aman.jeph <aman.jeph@samsung.com>
shivamv [Wed, 22 Sep 2021 14:42:09 +0000 (20:12 +0530)]
Adding Playlist Selector, Create Playlist and related classes.
Change-Id: I8a0c8153f785a9f48969cab3af4b25d9a9b9c224
Signed-off-by: shivamv <shivam.v2@samsung.com>
aman.jeph [Wed, 22 Sep 2021 07:52:19 +0000 (13:22 +0530)]
Following changes have been made
1. Fixed album detail view back buton crash
2. Fixed visibility issue in artist detail view
3. Implemented dispose for PlaylistView
Change-Id: I1f5cec06568e6631f9fea24402b4a43b4858537e
Signed-off-by: aman.jeph <aman.jeph@samsung.com>
shivamv [Tue, 21 Sep 2021 10:38:50 +0000 (16:08 +0530)]
Fixed SVACE issues
Change-Id: Ia7745520193ff4085329a1c34ca6dfab1a4c3225
Signed-off-by: shivamv <shivam.v2@samsung.com>
aman.jeph [Sun, 19 Sep 2021 20:23:00 +0000 (01:53 +0530)]
Following changes are implemented :
1. Fix selection callback crash issue
2. Corrected back button click order
3. Corrected TextLabel style use
Change-Id: I708f2be86e1bd251252ef41a25f7c5e79b26f688
Signed-off-by: aman.jeph <aman.jeph@samsung.com>
aman.jeph [Thu, 16 Sep 2021 11:59:28 +0000 (17:29 +0530)]
Updated project file for svace, add new app icon
Added c# lang version 8.0
Change-Id: I8b86a5655eecfc799b295cb3afef8bb5078d7f9f
Signed-off-by: aman.jeph <aman.jeph@samsung.com>
aman.jeph [Thu, 16 Sep 2021 10:37:28 +0000 (16:07 +0530)]
Added License notice, changed project file.
remove unused xaml file and fix binding context for selector view
Change-Id: Ifd2d5b91bd43f986bf3ee984929f92945e90fad2
Signed-off-by: aman.jeph <aman.jeph@samsung.com>
aman.jeph [Wed, 15 Sep 2021 13:51:59 +0000 (19:21 +0530)]
Update or Added Following Changes
1. Intergrated tabs and detail views
2. Added More options
Change-Id: I243066062e39816d298eb9142766e2b5c1ebb337
Signed-off-by: aman.jeph <aman.jeph@samsung.com>
shivamv [Wed, 15 Sep 2021 12:43:58 +0000 (18:13 +0530)]
Adding Selector, SearchView and related classes
Change-Id: I167e50821bdb28d9e0e8289ddce34dee58e98292
Signed-off-by: shivamv <shivam.v2@samsung.com>
Amritanshu [Wed, 15 Sep 2021 07:30:40 +0000 (13:00 +0530)]
Modified Folder structure for GBS build to include app in the image
Change-Id: I3ddbdba2217b411b32cc622291c90b86d80aa7c7
Signed-off-by: Amritanshu <a.pandia1@samsung.com>
aman.jeph [Fri, 20 Aug 2021 06:20:55 +0000 (11:50 +0530)]
Adding light/dark theme support part 2
Change-Id: Idbfd80c32b4c3a5a9c9393e239528c6cd8d2ac9f
Signed-off-by: aman.jeph <aman.jeph@samsung.com>
shivamv [Thu, 5 Aug 2021 10:39:49 +0000 (16:09 +0530)]
1. Adding Artist View and related classes.
2. Adding Artist : Details View and related classes.
3. Modifying MediaContent classes.
Change-Id: I66dcf5d5ca6156fac07e4fd6e71e1ce40242b558
Signed-off-by: shivamv <shivam.v2@samsung.com>
aman.jeph [Fri, 30 Jul 2021 09:18:48 +0000 (14:48 +0530)]
Adding dark/light theme support part-1
Change-Id: I62bba67864778f1a551b58c89da4dc5b7eb5ae15
Signed-off-by: aman.jeph <aman.jeph@samsung.com>
aman.jeph [Fri, 16 Jul 2021 10:11:37 +0000 (15:41 +0530)]
Adding album color extraction source
Updating Lyrics View source
Change-Id: Ieab3630ff97ff95b74d88d008baaa036aaa9432a
Signed-off-by: aman.jeph <aman.jeph@samsung.com>
shivamv [Thu, 8 Jul 2021 16:49:16 +0000 (22:19 +0530)]
1.Adding AlbumView, AlbumDetailView and related classes.
2.Modifying some files to remove redundancy.
Change-Id: Ief6afe9a0bb2b61f17742117f135541bbd7fa0d7
Signed-off-by: shivamv <shivam.v2@samsung.com>
aman.jeph [Fri, 2 Jul 2021 11:16:18 +0000 (16:46 +0530)]
Adding Player Classes
Change-Id: I3ef04a543739a19ae18c8d6d61fc6417e70cb4e4
Signed-off-by: aman.jeph <aman.jeph@samsung.com>
aman.jeph [Fri, 25 Jun 2021 06:15:25 +0000 (11:45 +0530)]
Updating player view model and common
Change-Id: Ic25be459461fdce9fe2c8007ceb6858b0ebb6af0
Signed-off-by: aman.jeph <aman.jeph@samsung.com>
aman.jeph [Fri, 18 Jun 2021 11:13:22 +0000 (16:43 +0530)]
Adding Lyrics View and related class
Change-Id: Ifc100b49a80809775bc879f8c64ee89472bba9e7
Signed-off-by: aman.jeph <aman.jeph@samsung.com>
aman.jeph [Fri, 11 Jun 2021 11:57:12 +0000 (17:27 +0530)]
Adding playerview and related class
Change-Id: I0890702f0dca7ae9e8aaf607c562b2800cdf3b69
Signed-off-by: aman.jeph <aman.jeph@samsung.com>
aman.jeph [Tue, 1 Jun 2021 07:25:51 +0000 (12:55 +0530)]
Adding base layout and trackview classes
Change-Id: I9242ea28821262489605bcc566c545603c2519f0
Signed-off-by: aman.jeph <aman.jeph@samsung.com>
aman.jeph [Wed, 19 May 2021 06:26:17 +0000 (11:56 +0530)]
Initial source for the MusicPlayer
Change-Id: I947b6ce92bf38712c2879e7773074e12c6a45e2f
Signed-off-by: aman.jeph <aman.jeph@samsung.com>
Tizen Infrastructure [Mon, 29 Mar 2021 07:45:05 +0000 (07:45 +0000)]
Initial empty repository