[ABS] password_view: enable entry click accepted/tizen/mobile/20160712.000831 submit/tizen_mobile_tpk/20160711.135910
authorLukasz Stanislawski <l.stanislaws@samsung.com>
Mon, 11 Jul 2016 14:00:52 +0000 (23:00 +0900)
committerLukasz Stanislawski <l.stanislaws@samsung.com>
Mon, 11 Jul 2016 14:00:52 +0000 (23:00 +0900)
Enable clicking entry when password view is type 'password'.
If for some reason lockscreen window loose focus, user can
call vk by clicking into entry field.

Reference: submit/tizen/20160711.135910
Commit id: 33578adaf4c91b3bb335ab06d3f11808e780c7b5
Requested by: l.stanislaws@samsung.com
SDK rootstrap version: 20160711_2

org.tizen.lockscreen-0.1.0-arm.tpk
org.tizen.lockscreen-0.1.0-arm_debug.tpk [new file with mode: 0644]
org.tizen.lockscreen-0.1.0-i386.tpk
org.tizen.lockscreen-0.1.0-i386_debug.tpk [new file with mode: 0644]
packaging/org.tizen.lockscreen.spec

index 0d61845..56d773f 100644 (file)
Binary files a/org.tizen.lockscreen-0.1.0-arm.tpk and b/org.tizen.lockscreen-0.1.0-arm.tpk differ
diff --git a/org.tizen.lockscreen-0.1.0-arm_debug.tpk b/org.tizen.lockscreen-0.1.0-arm_debug.tpk
new file mode 100644 (file)
index 0000000..8824b11
Binary files /dev/null and b/org.tizen.lockscreen-0.1.0-arm_debug.tpk differ
index d459cf8..32605ff 100644 (file)
Binary files a/org.tizen.lockscreen-0.1.0-i386.tpk and b/org.tizen.lockscreen-0.1.0-i386.tpk differ
diff --git a/org.tizen.lockscreen-0.1.0-i386_debug.tpk b/org.tizen.lockscreen-0.1.0-i386_debug.tpk
new file mode 100644 (file)
index 0000000..a66a5f9
Binary files /dev/null and b/org.tizen.lockscreen-0.1.0-i386_debug.tpk differ
index 7b13edc..0769575 100644 (file)
@@ -1,5 +1,5 @@
 Name:       org.tizen.lockscreen
-#VCS_FROM:   profile/mobile/apps/native/lockscreen#826d8a27611e2a69f2c32b5e205bd5f0e9c464bd
+#VCS_FROM:   profile/mobile/apps/native/lockscreen#33578adaf4c91b3bb335ab06d3f11808e780c7b5
 #RS_Ver:    20160711_2 
 Summary:    Lockscreen app
 Version:    0.1.0
@@ -15,6 +15,8 @@ Requires(post):  /usr/bin/tpk-backend
 %define internal_name org.tizen.lockscreen
 %define preload_tpk_path %{TZ_SYS_RO_APP}/.preload-tpk 
 
+%define build_mode %{nil}
+
 %ifarch i386 i486 i586 i686 x86_64
 %define target i386
 %else
@@ -26,7 +28,7 @@ Requires(post):  /usr/bin/tpk-backend
 %endif
 
 %description
-profile/mobile/apps/native/lockscreen#826d8a27611e2a69f2c32b5e205bd5f0e9c464bd
+profile/mobile/apps/native/lockscreen#33578adaf4c91b3bb335ab06d3f11808e780c7b5
 This is a container package which have preload TPK files
 
 %prep
@@ -37,7 +39,7 @@ This is a container package which have preload TPK files
 %install
 rm -rf %{buildroot}
 mkdir -p %{buildroot}/%{preload_tpk_path}
-install %{internal_name}-%{version}-%{target}.tpk %{buildroot}/%{preload_tpk_path}/
+install %{internal_name}-%{version}-%{target}%{build_mode}.tpk %{buildroot}/%{preload_tpk_path}/
 
 %post