summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
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