From: Lukasz Stanislawski Date: Thu, 14 Jul 2016 06:50:44 +0000 (+0900) Subject: [ABS] password_view: emit ACCEPT event only once X-Git-Tag: accepted/tizen/mobile/20160714.095951^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3be0f95c457fa388d0fc9bd796c83955155605a1;p=profile%2Fmobile%2Fapps%2Fnative%2Flockscreen.git [ABS] password_view: emit ACCEPT event only once After we do not use fake events, the changed callback is being triggered even if character limit was already reached. To avoid duplication of ACCEPT signal from passoword view we add additional constraint check. Reference: submit/tizen/20160714.064859 Commit id: 8738a86d6a34a64de1d29a26268a134434a8f863 Requested by: l.stanislaws@samsung.com SDK rootstrap version: 20160714_1 --- diff --git a/org.tizen.lockscreen-0.1.0-arm.tpk b/org.tizen.lockscreen-0.1.0-arm.tpk index 6dea4d8..b9396d8 100644 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 index 9bbb64a..dbe46b0 100644 Binary files a/org.tizen.lockscreen-0.1.0-arm_debug.tpk and b/org.tizen.lockscreen-0.1.0-arm_debug.tpk differ diff --git a/org.tizen.lockscreen-0.1.0-i386.tpk b/org.tizen.lockscreen-0.1.0-i386.tpk index 6302f79..488fda6 100644 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 index edc3c29..046ad57 100644 Binary files a/org.tizen.lockscreen-0.1.0-i386_debug.tpk and b/org.tizen.lockscreen-0.1.0-i386_debug.tpk differ diff --git a/packaging/org.tizen.lockscreen.spec b/packaging/org.tizen.lockscreen.spec index 273a66a..492865b 100644 --- a/packaging/org.tizen.lockscreen.spec +++ b/packaging/org.tizen.lockscreen.spec @@ -1,6 +1,6 @@ Name: org.tizen.lockscreen -#VCS_FROM: profile/mobile/apps/native/lockscreen#ed457dbce73c3bbecfcf8d31c4c9d90ca2c306a6 -#RS_Ver: 20160712_2 +#VCS_FROM: profile/mobile/apps/native/lockscreen#8738a86d6a34a64de1d29a26268a134434a8f863 +#RS_Ver: 20160714_1 Summary: Lockscreen app Version: 0.1.0 Release: 1 @@ -28,7 +28,7 @@ Requires(post): /usr/bin/tpk-backend %endif %description -profile/mobile/apps/native/lockscreen#ed457dbce73c3bbecfcf8d31c4c9d90ca2c306a6 +profile/mobile/apps/native/lockscreen#8738a86d6a34a64de1d29a26268a134434a8f863 This is a container package which have preload TPK files %prep