profile/iot/apps/dotnet/music-player.git
7 months agoFix extended playlist after changing language 03/319503/1 accepted/tizen_9.0_unified tizen_9.0 accepted/tizen/9.0/unified/20241030.232938 accepted/tizen/unified/20241025.143730 accepted/tizen/unified/x/20241027.210406 tizen_9.0_m2_release
Md. Farhan Mahtab/NC eXperience Group /SRBD/Engineer/Samsung Electronics [Thu, 24 Oct 2024 11:26:39 +0000 (17:26 +0600)]
Fix extended playlist after changing language

[Problem] Two extra playlist appears after system language is changed
[Cause & Measure]
 Cause   : When language is changed two default playlist are not properly deleted
 Measure : Two default playlist are properly deleted by finding correct playlist

Change-Id: Ib57b19449e46e87010538d9fa1c29d565f78b4f1
Signed-off-by: Md. Farhan Mahtab/NC eXperience Group /SRBD/Engineer/Samsung Electronics <farhan.m1@samsung.com>
8 months agoUpdate Version 1.0.4 01/318601/1 accepted/tizen_unified_toolchain accepted/tizen/unified/20241006.053314 accepted/tizen/unified/toolchain/20241022.122705 accepted/tizen/unified/toolchain/20241022.123106 accepted/tizen/unified/x/20241007.013553 accepted/tizen/unified/x/asan/20241014.000554
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

8 months agoFix defects detected by static analysis tool 48/318548/1
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

8 months agoUpdate Version 1.0.3 14/318514/1
Md. Shahrukh Islam/NC eXperience Group /SRBD/Engineer/Samsung Electronics [Tue, 1 Oct 2024 08:22:43 +0000 (14:22 +0600)]
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>
8 months agoFixed Same track added multiple times in a playlist 98/318398/4
Md. Shahrukh Islam/NC eXperience Group /SRBD/Engineer/Samsung Electronics [Fri, 27 Sep 2024 09:51:50 +0000 (15:51 +0600)]
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>
8 months agoUpdate Version 1.0.2 62/317962/2 accepted/tizen_unified_dev accepted/tizen/unified/20240924.005942 accepted/tizen/unified/dev/20240924.080650 accepted/tizen/unified/toolchain/20241004.102146 accepted/tizen/unified/x/20240923.124445
Md. Shahrukh Islam/NC eXperience Group /SRBD/Engineer/Samsung Electronics [Mon, 23 Sep 2024 05:59:00 +0000 (11:59 +0600)]
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>
8 months agoUpdated Framework and SDK Version 60/317960/1
Md. Shahrukh Islam/NC eXperience Group /SRBD/Engineer/Samsung Electronics [Mon, 23 Sep 2024 05:30:21 +0000 (11:30 +0600)]
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>
9 months agoFixed Buttons cannot be pressed in the Create playlist popup. 41/317241/3
Md. Shahrukh Islam/NC eXperience Group /SRBD/Engineer/Samsung Electronics [Fri, 6 Sep 2024 06:17:42 +0000 (12:17 +0600)]
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>
9 months agoFixed Can't add music to Favourite playlist from More 52/317052/4
Md. Shahrukh Islam/NC eXperience Group /SRBD/Engineer/Samsung Electronics [Tue, 3 Sep 2024 08:09:14 +0000 (14:09 +0600)]
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>
9 months agoAdding profiling and VS backup files to .gitignore 69/316969/2
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

9 months agoFixed Translation issue in Korean language 45/316445/4
Md. Farhan Mahtab/NC eXperience Group /SRBD/Engineer/Samsung Electronics [Wed, 21 Aug 2024 09:41:03 +0000 (15:41 +0600)]
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>
9 months agoFixed window cut issue of PlayerView 82/316382/1
Mobaswirul Islam/NC eXperience Group /SRBD/Engineer/Samsung Electronics [Tue, 20 Aug 2024 12:24:11 +0000 (18:24 +0600)]
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>
9 months agoFixed "Create" Button Size 25/316325/1
Md. Shahrukh Islam/NC eXperience Group /SRBD/Engineer/Samsung Electronics [Mon, 19 Aug 2024 09:26:26 +0000 (15:26 +0600)]
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>
9 months agoFixed item hidden issue of music-player 94/316294/1
Md. Shahrukh Islam/NC eXperience Group /SRBD/Engineer/Samsung Electronics [Mon, 19 Aug 2024 05:11:16 +0000 (11:11 +0600)]
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>
11 months agoUpdate Version 1.0.1 71/314471/1 accepted/tizen/unified/20240715.155407 accepted/tizen/unified/dev/20240716.080905 accepted/tizen/unified/toolchain/20240812.133523 accepted/tizen/unified/x/20240716.041653 accepted/tizen/unified/x/asan/20240813.232009
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>
11 months agoFixed Search option crash issue in Music application 78/314378/3
Md. Shahrukh Islam/NC eXperience Group /SRBD/Engineer/Samsung Electronics [Thu, 11 Jul 2024 09:20:21 +0000 (15:20 +0600)]
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>
11 months agoFixed Unresponsive Playback Slider Issue 65/314265/2
Mobaswirul Islam/NC eXperience Group /SRBD/Engineer/Samsung Electronics [Tue, 9 Jul 2024 08:44:54 +0000 (14:44 +0600)]
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>
15 months agoUpdated Select Query for fetching Album and Artist 14/307714/2
Akshat Airan/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics [Tue, 12 Mar 2024 10:55:48 +0000 (16:25 +0530)]
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>
15 months ago Added Korean Translation in Collection View of 72/306972/7 accepted/tizen/unified/20240424.063517 accepted/tizen/unified/dev/20240620.011234 accepted/tizen/unified/x/20240425.051145 accepted/tizen/unified/x/asan/20240625.092947
Akshat Airan/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics [Fri, 1 Mar 2024 09:01:55 +0000 (14:31 +0530)]
 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>
15 months ago1.Fixed Tabview and added Korean acc. to context. 08/306608/4
Akshat Airan/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics [Fri, 23 Feb 2024 05:50:48 +0000 (11:20 +0530)]
1.Fixed Tabview and added Korean acc. to context.
2.Added koreanLanguage Translation in Headings of each view.

Change-Id: I2dfbe9e1accf35a9f7aa9766c1905e99555ae2ef

15 months ago1. Updated Tab with TabView 44/305944/6
Akshat Airan/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics [Wed, 14 Feb 2024 05:23:57 +0000 (10:53 +0530)]
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>
16 months agoAdded MultilanguageResource Support 24/305824/4
Akshat Airan/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics [Thu, 8 Feb 2024 09:32:14 +0000 (15:02 +0530)]
Added MultilanguageResource Support

Change-Id: If84b3f2854337fe208cf8124eca181d86fff656a
Signed-off-by: Akshat Airan/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <akshat.airan@samsung.com>
21 months agoAdding Maximize to Application Window 92/298292/1 accepted/tizen_8.0_unified accepted/tizen_unified_riscv tizen_8.0 accepted/tizen/8.0/unified/20231005.095738 accepted/tizen/unified/20230906.014639 accepted/tizen/unified/riscv/20231215.050507 tizen_8.0_m2_release
Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics [Tue, 5 Sep 2023 04:44:46 +0000 (10:14 +0530)]
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>
2 years agoFixing JIRA Issue TIZENIOT-2576 14/283714/1 accepted/tizen/unified/20221111.105328
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>
2 years agoFixing scale factor issues. 16/282416/2 accepted/tizen_7.0_unified accepted/tizen_7.0_unified_hotfix tizen_7.0 tizen_7.0_hotfix accepted/tizen/7.0/unified/20221110.061045 accepted/tizen/7.0/unified/hotfix/20221116.111634 accepted/tizen/unified/20221004.073937 tizen_7.0_m2_release
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>
2 years agoModifying spec for 64 bit support. 19/279319/1 accepted/tizen/unified/20220808.135319 submit/tizen/20220805.102531
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>
2 years ago[TIZENIOT-2557] : fix for MiniPlayer elapsed time and end time display. 56/277856/2 accepted/tizen/unified/20220717.023608 submit/tizen/20220715.093952 submit/tizen/20220805.074805
Dipika Tanwar/Platform S/W Team /SRI-Delhi/Engineer/Samsung Electronics [Thu, 14 Jul 2022 06:24:01 +0000 (11:54 +0530)]
[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>
3 years ago[TIZENIOT-2542] Fixing search view overlap issue 19/276019/1 accepted/tizen/unified/20220712.133038 submit/tizen/20220711.100119
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>
3 years agoFixed PlayerView Layout for HD resolution, SearchView crash 86/274986/2 accepted/tizen/unified/20220524.050345 submit/tizen/20220513.103126
Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics [Fri, 13 May 2022 04:57:04 +0000 (10:27 +0530)]
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>
3 years agoFixed Width for AlertDialog Popups and its buttons, MiniPlayer 66/274866/1
Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics [Wed, 11 May 2022 05:31:28 +0000 (11:01 +0530)]
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>
3 years agoFixing selectorview svace 41/274841/1 accepted/tizen/unified/20220512.085007 submit/tizen/20220510.125505 submit/tizen/20220510.151853
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>
3 years agoFixed SVACE Issues 38/274838/2
Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics [Tue, 10 May 2022 10:52:53 +0000 (16:22 +0530)]
Fixed SVACE Issues

Change-Id: Id738164680b39784eefa18582e675e067d468e9c
Signed-off-by: Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <shivam.v2@samsung.com>
3 years agoFixed MiniPlayer Layout for HD resolution 01/274801/1 submit/tizen/20220509.161301
Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics [Mon, 9 May 2022 15:57:26 +0000 (21:27 +0530)]
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>
3 years ago[TIZENIOT-2533] Fixing More button Issue 00/274800/2 submit/tizen/20220509.153423
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>
3 years agoFixing binding, animation and Title issue 93/274393/1
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>
3 years agoFixing dispose crash issue of PlaylistSelectorView. 79/274179/1
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>
3 years agoFixing image view for scale in style file. 42/273942/3
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>
3 years agoFixing binding issues 55/273555/2 accepted/tizen/unified/20220421.065407 submit/tizen/20220408.090947 submit/tizen/20220418.085441
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>
3 years agoAdding tpk file 16/273416/1 submit/tizen/20220405.085546
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>
3 years agoAdding SpToPx in all the Views 41/273341/1
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>
3 years agoAdding LyricsView, Detail View, Delete Popup, CreatePlaylist Popup scalable view. 64/273264/3
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>
3 years agoAdding Scalable UI features to Album and Artist Details. 81/272381/3
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>
3 years ago1. Adding Scalable Features to Selector, Search View. 09/272109/4
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>
3 years agoImplemented scalable changes for Player. 49/271949/2
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>
3 years agoAdding layout in ListItemView 71/271771/2
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>
3 years ago1. Fixed click issue of Play/Pause Icon 18/271718/3
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>
3 years agoAdding Mini-Player and AlbumDetails View Scalable UI changes 66/270966/3
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>
3 years agoDpToPx changes for Views, Required for Scalable Support 88/270388/3
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>
3 years agoAdded Play/Pause icon for TrackView and PlaylistDetails. 59/269459/2 accepted/tizen/unified/20220117.134938 submit/tizen/20220114.150346
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>
3 years agoAdding Lottie Animations. 88/269288/4
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>
3 years agoAdding updated tpk 73/269273/1 accepted/tizen/unified/20220114.130129 submit/tizen/20220112.083114
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>
3 years ago[TIZENIOT-2507]Fixing mini-player adding process 53/269253/1
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>
3 years agoChanges for armv7hl architecture 13/268513/1 accepted/tizen/unified/20211224.035341 submit/tizen/20211224.035725
wchang kim [Fri, 24 Dec 2021 03:45:44 +0000 (12:45 +0900)]
Changes for armv7hl architecture

Change-Id: I09439dd05cd73020b4815c244fe51f23a9594a5f

3 years agoAdded Track Highlights in all Views. 49/267649/3 accepted/tizen/unified/20211214.124845 submit/tizen/20211213.121257
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>
3 years ago1. Adding Utils for Add/Remove songs to playlist. 56/266956/2 accepted/tizen/unified/20211126.111913 submit/tizen/20211125.074930 submit/tizen/20211126.060049
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>
3 years ago1. Added add/remove songs from Playlist 35/266535/1
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>
3 years agoAdding Current playing track highlights 65/266465/2
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>
3 years agoAdding rive animation for track without thumbnail 86/266186/2 accepted/tizen/unified/20211110.122311 submit/tizen/20211109.094344
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>
3 years agoAdded Detail View options 55/265955/2
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>
3 years agoAdded dark theme for Selector, Search View and added scrollbar animation for collecti... 09/265509/3
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>
3 years agoRemoved delete option from default playlists 36/265436/2
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>
3 years agoAdding maximum playlist restriction 06/265406/4
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>
3 years agoAdding Error Popup and changing views from search. 11/265311/2
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>
3 years agoImplemented NUI Context for Main Thread Invocationa and Updated Player ErrorOccurred... 78/265178/2
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>
3 years agoAdded shadow of playing track album art 93/265093/2
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>
3 years agoUpdating volume and playback slider for pressed state 42/265042/1
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>
3 years agoAdd theme support for Playing list and fixed playback slider position 28/265028/1
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>
3 years agoImplemented back key handling for all the views 32/264932/1
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>
3 years agoAdd 'add to playlist' feature to player view and fix some crash issues 13/264713/2 accepted/tizen_6.5_unified tizen_6.5 accepted/tizen/6.5/unified/20211029.015810 accepted/tizen/unified/20211001.001333 submit/tizen/20210929.055951 submit/tizen_6.5/20211028.163901 tizen_6.5.m2_release
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>
3 years agoFixed dispose calls. 75/264675/4
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>
3 years agoImplemeted playlist update system 47/264547/1
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>
3 years agoAdd more menu in PlayerView and implemented create playlist feature in Playlist View 15/264515/1 accepted/tizen/unified/20210924.132707 submit/tizen/20210923.162342
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>
3 years agoAdding Playlist Selector, Create Playlist and related classes. 66/264466/4
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>
3 years agoFollowing changes have been made 64/264464/2
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>
3 years agoFixed SVACE issues 59/264459/2
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>
3 years agoFollowing changes are implemented : 52/264452/1
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>
3 years agoUpdated project file for svace, add new app icon 73/264373/2
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>
3 years agoAdded License notice, changed project file. 67/264367/1
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>
3 years agoUpdate or Added Following Changes 09/264309/2 accepted/tizen/unified/20210916.014214 submit/tizen/20210915.141722
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>
3 years agoAdding Selector, SearchView and related classes 08/264308/2
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>
3 years agoModified Folder structure for GBS build to include app in the image 64/264264/1
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>
3 years agoAdding light/dark theme support part 2 18/262818/3
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>
3 years ago1. Adding Artist View and related classes. 66/262266/5
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>
3 years agoAdding dark/light theme support part-1 97/261997/1
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>
3 years agoAdding album color extraction source 10/261410/3
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>
3 years ago1.Adding AlbumView, AlbumDetailView and related classes. 31/261031/3
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>
3 years agoAdding Player Classes 78/260778/3
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>
3 years agoUpdating player view model and common 59/260459/3
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>
3 years agoAdding Lyrics View and related class 08/260108/6
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>
3 years agoAdding playerview and related class 50/259750/3
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>
4 years agoAdding base layout and trackview classes 11/259111/4
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>
4 years agoInitial source for the MusicPlayer 99/258499/3
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>
4 years agoInitial empty repository master
Tizen Infrastructure [Mon, 29 Mar 2021 07:45:05 +0000 (07:45 +0000)]
Initial empty repository