Release version 0.4.1 35/179135/4 accepted/tizen/unified/20180611.015306 submit/tizen/20180604.095416 submit/tizen/20180607.013257
authorYunjin Lee <yunjin-.lee@samsung.com>
Wed, 16 May 2018 04:18:30 +0000 (13:18 +0900)
committerYunjin Lee <yunjin-.lee@samsung.com>
Mon, 4 Jun 2018 09:44:32 +0000 (18:44 +0900)
- Modify screen reader not to read role of contents
- Fix UX issues
- Fix scrollable range according to the UX
- Handling home key according to the profile
- Handling rotary event for wearable circle UI

Change-Id: Ide14e27faaa1cb03d278f684cd06609bebd5d5ae
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
CMakeLists.txt
packaging/askuser-notification.spec
packaging/askuser.changes

index d0ff80c029ef075f4d0e3fd8c8fe4b50fc558eee..9ecdfde58c7bb4708eb7f4548ed05110b8e83abd 100644 (file)
@@ -22,7 +22,7 @@
 CMAKE_MINIMUM_REQUIRED(VERSION 2.8.3)
 PROJECT("askuser")
 SET(ASKUSER_VERSION_MAJOR 0)
-SET(ASKUSER_VERSION ${ASKUSER_VERSION_MAJOR}.4.0)
+SET(ASKUSER_VERSION ${ASKUSER_VERSION_MAJOR}.4.1)
 
 ############################# cmake packages ##################################
 
index f6b6251e7f0793a9babc028f5b8c92ec70b4ca0d..28e1d6f6f6e0ae5d526da12c53a563e6d9802e9a 100644 (file)
@@ -4,7 +4,7 @@
 
 Name:       askuser-notification
 Summary:    User daemon which shows popup with privilege request
-Version:    0.4.0
+Version:    0.4.1
 Release:    1
 Group:      Security/Access Control
 License:    Apache-2.0
index cac17038a47f17a437436980e8ebd33fe0b935d6..a222c5732b8322e3193875d16f466deffe2d0de8 100644 (file)
@@ -1,3 +1,11 @@
+Mon June 2 2018 Yunjin Lee <yunjin-.lee@samsung.com>
+Release version 0.4.1
+- Modify screen reader not to read role of contents
+- Fix UX issues
+- Fix scrollable range according to the UX
+- Handling home key according to the profile
+- Handling rotary event for wearable circle UI
+
 Mon Apr 23 2018 Tomasz Swierczek <t.swierczek@samsung.com>
 Release version 0.4.0
 - Removed unnecessary coregl dependency