Release 0.4.6 76/200376/1 accepted/tizen/unified/20190307.231000 submit/tizen/20190227.150434 submit/tizen/20190228.055430
authorTomasz Swierczek <t.swierczek@samsung.com>
Fri, 22 Feb 2019 10:19:34 +0000 (11:19 +0100)
committerTomasz Swierczek <t.swierczek@samsung.com>
Fri, 22 Feb 2019 10:21:14 +0000 (11:21 +0100)
* Remove checkbox from wearable popup UI, UI fixes
* Fix screen reader to read the contents when request popup launched

Change-Id: I61b745eada071069f522ba622a0705a1a5d476d1

CMakeLists.txt
packaging/askuser-notification.spec
packaging/askuser.changes

index f6b35d0253b79016a27409eff59453478c27961f..3888d9a72c78479e733a45129cba64e23a298c3a 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.5)
+SET(ASKUSER_VERSION ${ASKUSER_VERSION_MAJOR}.4.6)
 
 ############################# cmake packages ##################################
 
index 3a9a0d7580328c71bf76a495ad16b080b3cf15d9..41b04731cd09c2ab7b639f6f480a68e206d2f4af 100644 (file)
@@ -4,7 +4,7 @@
 
 Name:       askuser-notification
 Summary:    User daemon which shows popup with privilege request
-Version:    0.4.5
+Version:    0.4.6
 Release:    1
 Group:      Security/Access Control
 License:    Apache-2.0
index 80e74429325c38a625263fc5af85bbf301f4dd48..fe8b8d4b2b8107ad92caebc16370e0f92a00e9ff 100644 (file)
@@ -1,3 +1,9 @@
+Fri Feb 22 2019 Tomasz Swierczek <t.swierczek@samsung.com>
+Release version 0.4.6
+- Remove checkbox from wearable popup UI
+- Fix screen reader to read the contents when request popup launched
+- Update popup text
+
 Mon Nov 26 2018 Ernest Borowski <e.borowski@partner.samsung.com>
 Release version 0.4.5
 - Adjust wearable UI to UX guide