summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Seoyeon Kim [Thu, 4 May 2023 10:48:56 +0000 (19:48 +0900)]
Update NUI Accessibility Gadget to sync with tizen
- 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: I8fa2e843d1b1a4d461ad76421e26ded39a4f05f4
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Seoyeon Kim [Thu, 6 Apr 2023 09:34:51 +0000 (18:34 +0900)]
Create AccessibilityGadget files to support NUI Gadget
- Settings app could be changed from Widget to Gadget.
- The NUIGadget is the UI Gadget model for NUIApplication.
- Supporting menu :
1. Voice Type & Language
2. Volume
3. Keyboard feedback
4. Reader description
5. Haptic
6. Sound feedback
Change-Id: Ib3b44a98fc95e47b5834f7cc1caa1ac19ab5e6b5
Signed-off-by: Seoyeon Kim <seoyeon2.kim@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