CORP\mobaswirul.i [Wed, 18 Sep 2024 05:06:56 +0000 (11:06 +0600)]
Update Version 1.2.2 [MainGadget]
[Problem] N/A
[Cause & Measure]
Cause : Version update
Measure : Version update
[Changes]
N/A
Change-Id: I562ff176c4ef7ec5fc7dcece44d4e0d8ea53a5bd
CORP\mobaswirul.i [Wed, 18 Sep 2024 04:39:43 +0000 (10:39 +0600)]
Update Version 1.2.2 [SettingView]
[Problem] N/A
[Cause & Measure]
Cause : Version update after fixing apps gadget loading issue
Measure: Version update after fixing apps gadget loading issue
Change-Id: I62a889c05d7ee679426f5c9ee11e2b5bf0fcc052
Signed-off-by: CORP\mobaswirul.i <mobaswirul.i@samsung.com>
CORP\mobaswirul.i [Thu, 12 Sep 2024 04:41:23 +0000 (10:41 +0600)]
Fixed Apps loading view never ends.
[Problem] [TNINE-4447] Apps loading view never ends.
[Cause & Measure]
Cause : OnPageAppeared was not invoked after adding.
Measure : Invoked OnPageAppeared after adding the view.
Change-Id: I72342f635af578a11bb305861d102c4e633ec4fe
Update Version 1.2.1 [SettingView]
[Problem] N/A
[Cause & Measure]
Cause : Version update
Measure : Version update
Change-Id: I92d18ffeec4611604baac9683ae5583f4fd6731e
Update Version 1.2.1 [MainGadget]
[Problem] N/A
[Cause & Measure]
Cause : Version update
Measure : Version update
Change-Id: I2a117d3f498fadf784312e15159fae6fbdd3a99c
Updated Framework and SDK Version Of SettingMainGadget
[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: I13b0f6123e5fd77ec517d277e4bd212cd1721d96
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: I42e40bf1852ffaa37b92225f9d11eca44e8ac997
Signed-off-by: Mobaswirul Islam/NC eXperience Group /SRBD/Engineer/Samsung Electronics <mobaswirul.i@samsung.com>
Fixed Fullscreen mode issue after navigating back from Wallpaper Gadget
Problem]: [TNINE-4370] After navigating from Wallpaper setting gadget, maximizing the window hides Bottom Border.
[Cause & Measure]
Cause : Border's OverlayMode was never set back to false.
Measure : Set OverlayMode to false while maximizing using Border's Button.
Change-Id: I100f49f34b3df131fc18a510c5319ec812eba640
Azijur Rahman Sheatu [Mon, 2 Sep 2024 06:42:30 +0000 (12:42 +0600)]
Remove add-ons generated itemms from gitignore
[Problem] N/A
[Cause & Measure]
Cause : N/A
Measure : N/A
Change-Id: I0802528fec3382fd9cd0ec2d0eef89d0760e0169
Signed-off-by: Azijur Rahman Sheatu <azijur.r@samsung.com>
Azijur Rahman Sheatu [Thu, 11 Jul 2024 15:33:18 +0000 (21:33 +0600)]
[SettingGadget] Implemention of User Certificates Gadget backend logic.
[Problem] User certficate tab contents are empty.
[Cause & Measure]
Cause : User Certificate content were not added.
Measure : Adding certificte informations in the Tab view.
Change-Id: I3c828bd5197bc31d59ba4c64833008466e62804a
Signed-off-by: Azijur Rahman Sheatu <azijur.r@samsung.com>
Fixed FullScreen mode issue in settings app
[Problem] [TNINE-4155] In Maximize window mode after entering any gadget when we click the backutton, the window snap to the bottom right side.
[Cause & Measure]
Causes : Object's type was used to decide whether to restore window or not.
Measure : Used a boolean flag to decide if the window was maximized for gadget.
Change-Id: Id10524d1253862015738a09b7f87b2e2e09c9e0a
Signed-off-by: Mobaswirul Islam/NC eXperience Group /SRBD/Engineer/Samsung Electronics <mobaswirul.i@samsung.com>
Fixed TalkBack - Double action on click not working in Settings App
[Problem] [TNINE-348] Tizen 8.0 Validation TalkBack - Double action on click not working
[Cause & Measure]
Causes : a) AccessibilityActivated event was not handled properly
b) Navigator.Push() disables border's accessibility
Measure : a) Handled AccessibilityActivated Event.
b) Used Add function instead of Push.
Change-Id: I129c1df64ca9cb5a68c7e7fc15968735bcace097
Signed-off-by: Mobaswirul Islam/NC eXperience Group /SRBD/Engineer/Samsung Electronics <mobaswirul.i@samsung.com>
Azijur Rahman Sheatu [Fri, 12 Jul 2024 09:04:33 +0000 (15:04 +0600)]
Update Version 1.2.0
[Problem] N/A
[Cause & Measure]
Cause : Version update
Measure : Version update
Change-Id: I21cd5341616e87aa296aa17c607c4f8c96c3b03f
Azijur Rahman Sheatu [Fri, 12 Jul 2024 06:54:30 +0000 (12:54 +0600)]
Update Version 1.2.0
[Problem] N/A
[Cause & Measure]
Cause : Version update
Measure : Version update
Change-Id: I754546f075ff40df04b9ba1d79d9859d5dc9968e
Signed-off-by: Azijur Rahman Sheatu <azijur.r@samsung.com>
Azijur Rahman Sheatu [Tue, 28 May 2024 06:37:02 +0000 (12:37 +0600)]
[SettingView] Implement User Certificates Gadget UI.
[Problem] [TNINE-357] User certficate menu is not working in Settings > About device.
[Cause & Measure]
Cause : Gadget for User Certificate was not implemented.
Measure : Implemented User Certificate Gadget.
Change-Id: I26c377c768d206ac4a635d7365375146faa5a9ec
Signed-off-by: Azijur Rahman Sheatu <azijur.r@samsung.com>
Fix window position and size issue in low resolution.
[Problem] When opening in low resolution the window border is positioned on the left side not centered.
[Cause & Measure]
Cause : Base NUIApplication window size and position is being initialized with default value due to Tizen.System.TryGetValue giving static resolution.
Measure : NUIApplication is initialized with smaller initial window size and postion and later resized according to resolution in OnCreate.
Change-Id: I4125b19d10069edc605e1f7d034038ce8707700e
Signed-off-by: Md. Farhan Mahtab/NC eXperience Group /SRBD/Engineer/Samsung Electronics <farhan.m1@samsung.com>
Logging Debug Information
[Problem] Logging Debug Information
[Cause & Measure]
Cause : Logging Debug Information
Measure : Logging Debug Information
Change-Id: Iefdba7c7a1654fb5d5fad3822cb28159393c6b74
Signed-off-by: Md. Farhan Mahtab/NC eXperience Group /SRBD/Engineer/Samsung Electronics <farhan.m1@samsung.com>
Fix window position and size issue in low resolution.
[Problem] When opening in low resolution the window border is positioned on the left side not centered and window size is not properly adjusted according to resolution.
[Cause & Measure]
Cause : Inside SettingViewBorder Constructor, MinSize is set to default value.
Measure : MinSize is properly calculated according to screen size.
Change-Id: I00c2dd7c3cb0099aeec230b43cce2362592b9d8b
Signed-off-by: Md. Farhan Mahtab/NC eXperience Group /SRBD/Engineer/Samsung Electronics <farhan.m1@samsung.com>
Modifying SettingView to improve launch time
[Problem] Launch time was delayed.
[Cause & Measure]
Cause : Overhead of handling multiple threads.
Measure : Removed workerthreads.
Change-Id: I0a054a166283d0be382da408eeb85d5a7136b2df
Signed-off-by: Mobaswirul Islam/NC eXperience Group /SRBD/Engineer/Samsung Electronics <mobaswirul.i@samsung.com>
azijur-r [Mon, 15 Apr 2024 06:57:43 +0000 (12:57 +0600)]
Modifying the post build script.
[Problem] NUIGadgetResourceManager.GetString(String name) was getting null for newly installed gadgets.
[Cause & Measure]
Cause : As defined by the FW team, DLL directories should be "res/allowed/<res-type>" rather than "res/allowed" to get the resources properly.
Measure : Changed the post build script accordingly to store the resources files in proper destination
Change-Id: I65e9a861f6e5baba60222a8d914d3378e20a17fe
Signed-off-by: azijur-r <azijur.r@samsung.com>
y-zinchuk [Tue, 20 Feb 2024 13:30:30 +0000 (13:30 +0000)]
Version 1.1.20
set app size
loading appinfo components one by one
loading sections one by one
fix after review
remove image visual
update performance of loading apps
update application infos type
add application item info
update storage apps gadget
add icon to more menu items
add sorting icons
fix typo
updating main menu items
update main menu component
fix device renaming pop-up
update apps storage gadget
add collection view item
unsubscribe from theme-changed event
fix after review
set scroll bar style
update timezone gadget
loading datetime items one by one
update customization logic
change slider icons
add sound icons
p-czaja [Fri, 22 Dec 2023 11:36:09 +0000 (11:36 +0000)]
Version 1.1.19
update storage gadget resources
update resources
update tabs size
remove init task
fix after review
loading sound items one by one
loading display items one by one
update menu gadget
update sections
handle null reference exception
p-czaja [Fri, 15 Dec 2023 10:19:27 +0000 (10:19 +0000)]
Version 1.1.18
Piotr Czaja [Wed, 13 Dec 2023 09:56:47 +0000 (10:56 +0100)]
Restore autogenerated Resource files.
Change-Id: If6ab3f485dbb6e31982a6d43682a805ebaf44974
Piotr Czaja [Wed, 13 Dec 2023 09:25:01 +0000 (10:25 +0100)]
Update nuget version.
Change-Id: I5503728807f795d754a225f078a094917ac33702
Piotr Czaja [Wed, 13 Dec 2023 08:53:47 +0000 (09:53 +0100)]
Update translations
Change-Id: I554fc22333f096ae5aabb6b59ebd0899db49203b
Piotr Czaja [Wed, 13 Dec 2023 06:12:20 +0000 (07:12 +0100)]
Add SpeechRateRow control.
Change-Id: Ia186855564ac3d820208f706d4cfda603d4d492a
Piotr Czaja [Mon, 11 Dec 2023 13:28:25 +0000 (14:28 +0100)]
Add missing translations.
Change-Id: Ib2f201740428e24c0a2d23748adb84706e4ecb67
Piotr Czaja [Fri, 8 Dec 2023 12:48:38 +0000 (13:48 +0100)]
Change character encoding when reading main menu cache file
Change-Id: I702a9974cb58d1cecd48ef7f8ad272fadefff535
p-czaja [Wed, 6 Dec 2023 10:36:41 +0000 (10:36 +0000)]
Version 1.1.17
fix null potential defect
fix customization update
fix main menu item
load menu items in onprecreate method
fix after review
update main page
add custom page
init resources manager
Piotr Czaja [Wed, 22 Nov 2023 12:29:15 +0000 (13:29 +0100)]
Start loading main menu items first.
Change-Id: Ic2ec19327f2733efa344b32a8e802ff7e7eeecaa
set app size and location
change timestamp
refactor logs
update navigator
add performance logs
Piotr Czaja [Mon, 20 Nov 2023 16:18:20 +0000 (17:18 +0100)]
Add creating rows.
Change-Id: Ifb514b7493ba1509a15f6bf89528456dcb93b72e
Piotr Czaja [Mon, 20 Nov 2023 13:49:52 +0000 (14:49 +0100)]
Apply fixes after review.
Change-Id: I2843c035fddaad1362ce046edffca0ce4c52032b
Piotr Czaja [Wed, 8 Nov 2023 08:16:09 +0000 (09:16 +0100)]
Refactor code. Add performance measure logs.
Change-Id: Ieb5f4e939515ca421f17bed74aa5b41920bb4494
Signed-off-by: Piotr Czaja <p.czaja@samsung.com>
added loading component
loading certificates in a separate task
Marcin Romaniuk [Wed, 15 Nov 2023 11:17:11 +0000 (12:17 +0100)]
log scalable info at startup in background task
p-czaja [Wed, 15 Nov 2023 08:23:16 +0000 (08:23 +0000)]
Version 1.1.16
Piotr Czaja [Wed, 15 Nov 2023 07:34:13 +0000 (08:34 +0100)]
Avoid null checking.
Change-Id: Ieb10f52837050daee89a5bd1d8483f348173e2e4
Piotr Czaja [Wed, 8 Nov 2023 08:16:09 +0000 (09:16 +0100)]
Change cache file format.
Change-Id: I66d1119562fa0aee5f4868635cf036bd1265a307
Piotr Czaja [Mon, 6 Nov 2023 13:27:46 +0000 (14:27 +0100)]
Get main menu items from cache.
Change-Id: If6beccfa855b622d25959af8e922951cb3597037
Piotr Czaja [Thu, 2 Nov 2023 11:30:47 +0000 (12:30 +0100)]
Defer saving customization files.
Change-Id: Iad29f0a481925bf676610d63bdcba8a61db9f570
Piotr Czaja [Mon, 30 Oct 2023 15:24:45 +0000 (16:24 +0100)]
Defer creating main view appbar.
Change-Id: I2d06711c4df6ec361587a20fce1990732e28b5bc
Piotr Czaja [Thu, 2 Nov 2023 07:46:29 +0000 (08:46 +0100)]
Avoid creating main menu items from gadget.
Change-Id: I3f532ed41656b3dc77896b19c8e514979e80170b
Piotr Czaja [Tue, 31 Oct 2023 15:34:16 +0000 (16:34 +0100)]
Return string resource if the value is not properly get.
Change-Id: I661a96039a71ce2154ce10ea49db227935738bc2
Piotr Czaja [Mon, 16 Oct 2023 10:31:52 +0000 (12:31 +0200)]
Use manifest metadata.
Change-Id: I98bb5182c62a0d4e89d047ae0296ff31fcf91800
Piotr Czaja [Fri, 20 Oct 2023 08:44:23 +0000 (10:44 +0200)]
Update Tizen.NET nuget version.
Change-Id: Ia00ab2f6e664fd96128feb1a8830939240d2204d
Piotr Czaja [Thu, 19 Oct 2023 12:13:30 +0000 (14:13 +0200)]
Improve Storage page loading time.
Change-Id: Ie2a8548b31127b26c992cd9ba8082591ef13d80b
Piotr Czaja [Tue, 31 Oct 2023 12:40:44 +0000 (13:40 +0100)]
Change border corner radius.
Change-Id: I22f8e99268bbca54b00d353982c1a096220dfcca
Piotr Czaja [Wed, 25 Oct 2023 13:44:53 +0000 (15:44 +0200)]
Change background color when list item is clicked.
Change-Id: I3613db81b92ad789c76a10cd1db6dfcb6fcfdc22
Marcin Romaniuk [Fri, 13 Oct 2023 21:36:32 +0000 (23:36 +0200)]
add cache for main menus; clear cache when theme or lang changes
Marcin Romaniuk [Fri, 13 Oct 2023 21:26:00 +0000 (23:26 +0200)]
load main menus from gadgets in separate task