- 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>
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 ##################################
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
+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