summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Azijur Rahman Sheatu [Tue, 27 Aug 2024 06:33:43 +0000 (12:33 +0600)]
Fixing build error.
Problem: "working_folder should point to a locaiton inside the workspace" error occurred.
Cause: "working_folder" was indicating to a path that doesn't exist.
Measure: Removed "working_folder" to build project in any pc.
Change-Id: Ifba2ebb4e7adeb56900f07149ff2a08426ac3c44
Signed-off-by: Azijur Rahman Sheatu <azijur.r@samsung.com>
Seoyeon Kim [Wed, 14 Aug 2024 04:28:54 +0000 (13:28 +0900)]
Update csproj file for Gadget Resources
- To show the multi-language text properly, GadgetResourceType should be
expressed in .csporj file on Gadget process.
Change-Id: I586f1ede50c630d20cdab1232dacc86786a41ad9
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
azijur-r [Mon, 29 Apr 2024 04:42:58 +0000 (10:42 +0600)]
Update .rpk file in packaging folder.
[Cause and Measure] Need to update the lates build file in packaging folder.
Change-Id: I459dbe085b77e8b6cf99c2d979a56523c4879c9b
Signed-off-by: azijur-r <azijur.r@samsung.com>
Seoyeon Kim [Thu, 21 Mar 2024 07:30:36 +0000 (16:30 +0900)]
Update Accessibility highlight frame
- Update Accessibility highlight frame according to the public UX guide.
- This patch can resolve `TNINE-412` issue
: https://jira.sec.samsung.net/browse/TNINE-412
Change-Id: I4be18d89a88f4f7c9ae1c9d7e9fb27bec64a50a9
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Add missing status bar translations
Change-Id: Idbd3107447fa33c8a21dae3ba055009b0a1feb5d
Signed-off-by: Yurii Zinchuk/Tizen Services & IoT (PLT) /SRPOL/Engineer/Samsung Electronics <y.zinchuk@samsung.com>
Fix label info width
Change-Id: I41c5bf591e4d34450d8947cdc073acf9a2e08ea3
Signed-off-by: Yurii Zinchuk/Tizen Services & IoT (PLT) /SRPOL/Engineer/Samsung Electronics <y.zinchuk@samsung.com>
Piotr Czaja [Thu, 14 Dec 2023 12:53:16 +0000 (13:53 +0100)]
Use predefined SpeechRateRow control
Change-Id: I44af69d8fdf46c80681e7327b9af7fee9ba09103
Signed-off-by: Piotr Czaja <p.czaja@samsung.com>
Piotr Czaja [Fri, 8 Dec 2023 05:34:36 +0000 (06:34 +0100)]
Add missing translations.
Change-Id: I3bbd41ea4c7c4b27eb8a59c1226de7f9d1da1a1c
Signed-off-by: Piotr Czaja <p.czaja@samsung.com>
Piotr Czaja [Wed, 15 Nov 2023 08:13:28 +0000 (09:13 +0100)]
Update rpk file.
Change-Id: Id4a24f37b48b98c4c603a00b1a1793db6b8426c9
Signed-off-by: Piotr Czaja <p.czaja@samsung.com>
Piotr Czaja [Tue, 31 Oct 2023 16:16:51 +0000 (17:16 +0100)]
Add metadata information.
Change-Id: I3109d6f31bdb9b0f3b023ad7e2e0d1d9b0319e58
Signed-off-by: Piotr Czaja <p.czaja@samsung.com>
wchang kim [Mon, 24 Jul 2023 06:44:21 +0000 (15:44 +0900)]
Adding riscv64
Change-Id: I33071eb29562b5fbc8b682c2c9be0674ce9ae084
Marcin Romaniuk [Wed, 12 Apr 2023 13:59:32 +0000 (15:59 +0200)]
Add NUI Gadget for Accessibility
Create NUIGadget with VS template
Add gitignore to filter our build/ and debug/ folders create by template
Add gitattributes to avoid storing LF at remote repo
Add UX for all pages
Use vconf keys to control
Update spec
Release 1.1.0 rpk
Change-Id: I904173028ef0457e5ff71b90ec94b4375f4765ab
Signed-off-by: Marcin Romaniuk <m.romaniuk@samsung.com>
Seoyeon Kim [Fri, 24 Mar 2023 04:29:45 +0000 (13:29 +0900)]
Add Vconf interop and update turning on/off accessibility
- Added Vconf Interop to set/get vconf bool
- Updated to turn on/off tts feature
Change-Id: Ie85e66b9c6eb4c787faccd289e9520821b4ff328
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Seoyeon Kim [Thu, 3 Nov 2022 12:44:10 +0000 (21:44 +0900)]
Support multi-language for accessibility app
- Added resx files and updated csproj file and tpk file.
- Changed the normal string to resx value.
Change-Id: I789a4ce1b19a497f2142717b9169c2fe5b14a2ba
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Seoyeon Kim [Thu, 13 Oct 2022 09:24:29 +0000 (18:24 +0900)]
Change the title of Widget to 'Accessibility'
- The original UX guide wrote down the title as 'Screen Reader'.
But, for the consistency, decided to change it to 'Accessibility'.
Change-Id: Iff577579859bed4c4e5cb3e7d01124442c87366c
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Seoyeon Kim [Thu, 13 Oct 2022 09:08:59 +0000 (18:08 +0900)]
Update the background color of WidgetAccessibility as transparent
- Added to set the background color of WidgetAccessibility to
Transparent Color.
Change-Id: Id4c70c503c3160f0dbcd57bb3113bb5aba8010b9
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Seoyeon Kim [Fri, 7 Oct 2022 06:30:26 +0000 (15:30 +0900)]
Change Navigator Pop() code to use Bundle by sending message
- If only Navigator.Pop(), the widget just shows a black screen when
Back button.
- So, changed to use Bundle API and update Content info.
Change-Id: I88fed3b4ac321023ae27f44fd359f80474fc44e1
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Seoyeon Kim [Thu, 6 Oct 2022 09:37:33 +0000 (18:37 +0900)]
Add nuget.config files for building
- For SVACE build, nuget.config file is necessary.
Change-Id: Ie66ab4c56a67127dbf71843c4271e0b3ad4881c9
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Seoyeon Kim [Wed, 5 Oct 2022 09:44:48 +0000 (18:44 +0900)]
Change `Padding` to `Margin` for long text position
- Changed using `Padding` to using `Margin`
because long text needs space for its position.
Change-Id: Icbe426dde15654e04ccd1050192cd51f8c131efb
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Seoyeon Kim [Fri, 30 Sep 2022 06:32:59 +0000 (15:32 +0900)]
Fix to show Accessibility Widget
- Accessibility Widget cannot be shown at all. Fixed to show the icon
for app loading.
- Updated Window size, too.
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Seoyeon Kim [Mon, 26 Sep 2022 06:12:38 +0000 (15:12 +0900)]
Introduce Accessibility for Settings application
- Accessibility app can turn on / off Screen reader.
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Tizen Infrastructure [Fri, 23 Sep 2022 07:58:06 +0000 (07:58 +0000)]
Initial empty repository