profile/mobile/apps/native/lockscreen.git
8 years ago[ABS] Merge "cmake: fix build break as fixing edc file name" into tizen accepted/tizen/mobile/20160824.055258 submit/tizen_mobile_tpk/20160824.040955
chulseung kim [Wed, 24 Aug 2016 04:11:20 +0000 (13:11 +0900)]
[ABS] Merge "cmake: fix build break as fixing edc file name" into tizen

Reference: submit/tizen/20160824.040955
Commit id: ed1b44956deb804da589115392ddb8b91b039a7f
Requested by: charles0.kim@samsung.com
SDK rootstrap version: 20160823_2

8 years ago[ABS] device_lock: reset password if expired. accepted/tizen/mobile/20160822.000822 submit/tizen_mobile_tpk/20160819.114136
Lukasz Stanislawski [Fri, 19 Aug 2016 11:42:53 +0000 (20:42 +0900)]
[ABS] device_lock: reset password if expired.

use dpm request

Reference: submit/tizen/20160819.114136
Commit id: 2e7498824d24bca5bf3e77116eb024412d75f70a
Requested by: l.stanislaws@samsung.com
SDK rootstrap version: 20160819_2

8 years ago[ABS] window: change elm_win_role_set to efl_util API accepted/tizen/mobile/20160818.232138 submit/tizen_mobile_tpk/20160818.141116
Lukasz Stanislawski [Thu, 18 Aug 2016 14:12:39 +0000 (23:12 +0900)]
[ABS] window: change elm_win_role_set to efl_util API

According to WM team elm_win_role_set should be exchanged
with efl_util_set_notification_window_level with MEDIUM layer.

Reference: submit/tizen/20160818.141116
Commit id: e5fa3084e91e32382e2fc38c62a9f52569eae840
Requested by: l.stanislaws@samsung.com
SDK rootstrap version: 20160818_2

8 years ago[ABS] fix license in source files. submit/tizen_mobile_tpk/20160818.081250
Lukasz Stanislawski [Thu, 18 Aug 2016 08:14:11 +0000 (17:14 +0900)]
[ABS] fix license in source files.

Reference: submit/tizen/20160818.081250
Commit id: 6a3dfd5d6b2565cb2070c711cf82fb942123120c
Requested by: l.stanislaws@samsung.com
SDK rootstrap version: 20160818_2

8 years ago[ABS] events: avoid dangling pointer after init->shutdown->init accepted/tizen/mobile/20160725.234601 submit/tizen_mobile_tpk/20160725.131650
Lukasz Stanislawski [Mon, 25 Jul 2016 13:18:10 +0000 (22:18 +0900)]
[ABS] events: avoid dangling pointer after init->shutdown->init

Reference: submit/tizen/20160725.131650
Commit id: 7f4faa49782d59a3870ac6ec7b07ab58dbd4e70f
Requested by: l.stanislaws@samsung.com
SDK rootstrap version: 20160725_3

8 years ago[ABS] main_view: freeze events during unlock accepted/tizen/mobile/20160725.122008 submit/tizen_mobile_tpk/20160725.100337
Lukasz Stanislawski [Mon, 25 Jul 2016 10:04:53 +0000 (19:04 +0900)]
[ABS] main_view: freeze events during unlock

This patch fix display bug, when swipe gesture could be triggered
multiple times during unlock.

Reference: submit/tizen/20160725.100337
Commit id: 076b81159a0d9d52ff9e40d84d2a5df36ce1cad7
Requested by: l.stanislaws@samsung.com
SDK rootstrap version: 20160725_2

8 years ago[ABS] time_format: thaw timer after display turned on accepted/tizen/mobile/20160724.043212 submit/tizen_mobile_tpk/20160722.151319
Lukasz Stanislawski [Fri, 22 Jul 2016 15:14:35 +0000 (00:14 +0900)]
[ABS] time_format: thaw timer after display turned on

Reference: submit/tizen/20160722.151319
Commit id: 8f45b00dc8f4240c2128113e84699f54de24ba4f
Requested by: l.stanislaws@samsung.com
SDK rootstrap version: 20160722_2

8 years ago[ABS] camera: request unlock after camera launch accepted/tizen/mobile/20160719.101748 submit/tizen_mobile_tpk/20160719.084741
Lukasz Stanislawski [Tue, 19 Jul 2016 08:49:06 +0000 (17:49 +0900)]
[ABS] camera: request unlock after camera launch

If lockscreen is working in non-secured mode (swipe unlock), process
will exit after launching camera application. To solve problem with
exiting lockscreen before camera-app window appears the timeout
was added, until some better solution will be available on platform.

Reference: submit/tizen/20160719.084741
Commit id: f95fa4a51c2261b5edf2fd3f26ef8865da1492be
Requested by: l.stanislaws@samsung.com
SDK rootstrap version: 20160719_1

8 years ago[ABS] password_view: emit ACCEPT event only once accepted/tizen/mobile/20160714.095951 submit/tizen_mobile_tpk/20160714.064859
Lukasz Stanislawski [Thu, 14 Jul 2016 06:50:44 +0000 (15:50 +0900)]
[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

8 years ago[ABS] password_view: do not use fake key events accepted/tizen/mobile/20160712.133236 submit/tizen_mobile_tpk/20160712.104113
Lukasz Stanislawski [Tue, 12 Jul 2016 10:42:48 +0000 (19:42 +0900)]
[ABS] password_view: do not use fake key events

When using fake key events to feed elm_entry
the plafrom thinks it has connected HW keyboard.

Reference: submit/tizen/20160712.104113
Commit id: ed457dbce73c3bbecfcf8d31c4c9d90ca2c306a6
Requested by: l.stanislaws@samsung.com
SDK rootstrap version: 20160712_2

8 years ago[ABS] password_view: enable entry click accepted/tizen/mobile/20160712.000831 submit/tizen_mobile_tpk/20160711.135910
Lukasz Stanislawski [Mon, 11 Jul 2016 14:00:52 +0000 (23:00 +0900)]
[ABS] password_view: enable entry click

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

8 years ago[ABS] password_view: do not turn off screen accepted/tizen/mobile/20160712.000825 submit/tizen_mobile_tpk/20160711.125552
Lukasz Stanislawski [Mon, 11 Jul 2016 12:57:06 +0000 (21:57 +0900)]
[ABS] password_view: do not turn off screen

Reset turn-off timer when user is typing password.

Reference: submit/tizen/20160711.125552
Commit id: 826d8a27611e2a69f2c32b5e205bd5f0e9c464bd
Requested by: l.stanislaws@samsung.com
SDK rootstrap version: 20160711_2

8 years ago[ABS] Message port added for background changing. accepted/tizen/mobile/20160711.085101 submit/tizen_mobile_tpk/20160711.063632
Lukasz Stanislawski [Mon, 11 Jul 2016 06:37:44 +0000 (15:37 +0900)]
[ABS] Message port added for background changing.

This is needed to control lockscreen background by minicontrol.

Reference: submit/tizen/20160711.063632
Commit id: b0b8d6f906310db7690bed0e252a9d5a8592470b
Requested by: l.stanislaws@samsung.com
SDK rootstrap version: 20160710_3

8 years ago[ABS] events_view: set relative page move accepted/tizen/mobile/20160707.230334 submit/tizen_mobile_tpk/20160707.135907
Lukasz Stanislawski [Thu, 7 Jul 2016 14:00:29 +0000 (23:00 +0900)]
[ABS] events_view: set relative page move

After recent efl changes settings this is required for
scroller to work properly.

Reference: submit/tizen/20160707.135907
Commit id: c58cd3755f2f5fb4af6b731f448c863c896dad70
Requested by: l.stanislaws@samsung.com
SDK rootstrap version: 20160707_1

8 years ago[ABS] fix for password view. accepted/tizen/mobile/20160707.043850 submit/tizen_mobile_tpk/20160706.180928
Lukasz Stanislawski [Wed, 6 Jul 2016 18:10:40 +0000 (03:10 +0900)]
[ABS] fix for password view.

Reference: submit/tizen/20160706.180928
Commit id: 268cba9cd1e18b7727aac1061b098985d056e1ff
Requested by: l.stanislaws@samsung.com
SDK rootstrap version: 20160706_3

8 years ago[ABS] Revert "quickfix for virual keyboard issue." submit/tizen_mobile_tpk/20160706.152957
Lukasz Stanislawski [Wed, 6 Jul 2016 15:31:05 +0000 (00:31 +0900)]
[ABS] Revert "quickfix for virual keyboard issue."

Patch enables back password unlock panel.

This reverts commit e94e12aaff199146bb64033791454f3e6b089873.

Reference: submit/tizen/20160706.152957
Commit id: aa5a4a9ac6f8088c942bcf1f18f3b905cda2d764
Requested by: l.stanislaws@samsung.com
SDK rootstrap version: 20160706_2

8 years ago[ABS] camera_view: quickfix for render artifacts accepted/tizen/mobile/20160701.034533 submit/tizen_mobile_tpk/20160630.143759
Lukasz Stanislawski [Thu, 30 Jun 2016 14:39:07 +0000 (23:39 +0900)]
[ABS] camera_view: quickfix for render artifacts

Patch fixes still visible camera icon circle, when
user exits camera-app application.

Reference: submit/tizen/20160630.143759
Commit id: 6116175f0fb81fd725730a743be53dc09afcde8d
Requested by: l.stanislaws@samsung.com
SDK rootstrap version: 20160630_3

8 years ago[ABS] use style_set instead of theme_set API accepted/tizen/mobile/20160630.004433 submit/tizen_mobile_tpk/20160629.164321
Lukasz Stanislawski [Wed, 29 Jun 2016 16:44:28 +0000 (01:44 +0900)]
[ABS] use style_set instead of theme_set API

The elm_layout_theme_set API may not update properly internals
of widgets inheriting from elm_layout. Use elm_object_style_set
API instead.

Reference: submit/tizen/20160629.164321
Commit id: 261eced8ae61d54eb0be1486035f5b5d125f0fc9
Requested by: l.stanislaws@samsung.com
SDK rootstrap version: 20160629_3

8 years ago[ABS] [TSAM-5149 fix] Privileges added. accepted/tizen/mobile/20160623.130217 submit/tizen_mobile_tpk/20160623.082316
Radoslaw Czerski [Thu, 23 Jun 2016 08:24:27 +0000 (17:24 +0900)]
[ABS] [TSAM-5149 fix] Privileges added.

They are needed to let lock-screen
to set wallpaper from media storage of sd card.

Reference: submit/tizen/20160623.082316
Commit id: a991daa54109684f8d1324584335515fd309667d
Requested by: r.czerski@samsung.com
SDK rootstrap version: 20160622_2

8 years ago[ABS] [TSAM-5149 fix] Privileges added. accepted/tizen/mobile/20160623.125730 submit/tizen_mobile_tpk/20160622.135334
Radoslaw Czerski [Wed, 22 Jun 2016 13:54:43 +0000 (22:54 +0900)]
[ABS] [TSAM-5149 fix] Privileges added.

They are needed to let lock-screen
to set wallpaper from media storage of sd card.

Reference: submit/tizen/20160622.135334
Commit id: a991daa54109684f8d1324584335515fd309667d
Requested by: r.czerski@samsung.com
SDK rootstrap version: 20160622_2

8 years ago[ABS] quickfix for virual keyboard issue. accepted/tizen/mobile/20160618.032353 submit/tizen_mobile_tpk/20160617.090143
Lukasz Stanislawski [Fri, 17 Jun 2016 09:02:59 +0000 (18:02 +0900)]
[ABS] quickfix for virual keyboard issue.

Because virtual keyboard appears under lockscreen, tester
may block his device compleatly. Force unlock when lock
type is password.

Reference: submit/tizen/20160617.090143
Commit id: e94e12aaff199146bb64033791454f3e6b089873
Requested by: l.stanislaws@samsung.com
SDK rootstrap version: 20160616_2

8 years ago[ABS] events: Block minicontrollers scroll. accepted/tizen/mobile/20160617.084534 submit/tizen_mobile_tpk/20160616.150920
Lukasz Stanislawski [Thu, 16 Jun 2016 15:10:27 +0000 (00:10 +0900)]
[ABS] events: Block minicontrollers scroll.

Reference: submit/tizen/20160616.150920
Commit id: 2b596c46535b4dc6d3d361be91d21cdb68213e3b
Requested by: l.stanislaws@samsung.com
SDK rootstrap version: 20160616_1

8 years ago[ABS] main_ctrl: thaw display on "normal" event. accepted/tizen/mobile/20160617.084508 submit/tizen_mobile_tpk/20160616.145232
Lukasz Stanislawski [Thu, 16 Jun 2016 14:53:46 +0000 (23:53 +0900)]
[ABS] main_ctrl: thaw display on "normal" event.

The "focused" event used previously was additionally triggered on
startup which was causing display to be turned "on" again after
pressing power button.

Reference: submit/tizen/20160616.145232
Commit id: 8362b05fa39b56a804ab87cf8028624df5960cae
Requested by: l.stanislaws@samsung.com
SDK rootstrap version: 20160616_1

8 years ago[ABS] device_lock_ctrl: init do not depend on events accepted/tizen/mobile/20160616.105723 submit/tizen_mobile_tpk/20160616.081222
Lukasz Stanislawski [Thu, 16 Jun 2016 08:13:36 +0000 (17:13 +0900)]
[ABS] device_lock_ctrl: init do not depend on events

Do not assume that all modules should be correctly
initialized when initializing device_lock_ctrl

Reference: submit/tizen/20160616.081222
Commit id: 8c6c936de6b69f17f47b2b19d23dd78a33233fb9
Requested by: l.stanislaws@samsung.com
SDK rootstrap version: 20160616_1

8 years ago[ABS] util_time: fix handler leak accepted/tizen/mobile/20160616.003749 submit/tizen_mobile_tpk/20160615.173340
Lukasz Stanislawski [Wed, 15 Jun 2016 17:34:54 +0000 (02:34 +0900)]
[ABS] util_time: fix handler leak

Reference: submit/tizen/20160615.173340
Commit id: 36858c984458f7e1e6934c3a557ec6f125c47c99
Requested by: l.stanislaws@samsung.com
SDK rootstrap version: 20160615_2

8 years ago[ABS] events: use swipe to expand list submit/tizen_mobile_tpk/20160615.153459
Lukasz Stanislawski [Wed, 15 Jun 2016 15:36:06 +0000 (00:36 +0900)]
[ABS] events: use swipe to expand list

Allow user to expand notification list by swiping on list

Reference: submit/tizen/20160615.153459
Commit id: b5d373b554a4514fecabc976b455e465462f13e0
Requested by: l.stanislaws@samsung.com
SDK rootstrap version: 20160615_2

8 years ago[ABS] warnings removed accepted/tizen/mobile/20160615.070525 submit/tizen_mobile_tpk/20160615.055526
Lukasz Stanislawski [Wed, 15 Jun 2016 05:56:34 +0000 (14:56 +0900)]
[ABS] warnings removed

Reference: submit/tizen/20160615.055526
Commit id: b30a64a173363f7f55b5791a2e142bc23fea480e
Requested by: l.stanislaws@samsung.com
SDK rootstrap version: 20160614_3

8 years ago[ABS] device_lock_ctrl: unlock without animation on vconf change accepted/tizen/mobile/20160613.022350 submit/tizen_mobile_tpk/20160612.134705
Lukasz Stanislawski [Sun, 12 Jun 2016 13:48:17 +0000 (22:48 +0900)]
[ABS] device_lock_ctrl: unlock without animation on vconf change

When Call UI application request to close lockscreen
the animation was still visible.

Reference: submit/tizen/20160612.134705
Commit id: 830ef4df8e88332e94d279481155e7268044acf5
Requested by: l.stanislaws@samsung.com
SDK rootstrap version: 20160612_1

8 years ago[ABS] main_ctrl: turn off display if lockscreen is focused accepted/tizen/mobile/20160610.012504 submit/tizen_mobile_tpk/20160609.151932
Lukasz Stanislawski [Thu, 9 Jun 2016 15:20:43 +0000 (00:20 +0900)]
[ABS] main_ctrl: turn off display if lockscreen is focused

This path fixes switching off display in case when
other application is being displayed over locksceen
eg. when org.tizen.camera was launched from lockscreen.

Reference: submit/tizen/20160609.151932
Commit id: 04e7ec70a58097b1ecbe3d13145586f520ce3d20
Requested by: l.stanislaws@samsung.com
SDK rootstrap version: 20160609_4

8 years ago[ABS] swipe_lock: change battery text position accepted/tizen/mobile/20160525.003821 submit/tizen_mobile_tpk/20160524.100513
Lukasz Stanislawski [Tue, 24 May 2016 10:06:16 +0000 (19:06 +0900)]
[ABS] swipe_lock: change battery text position

According to new UX guideline battery text should be places
on the bottom of the screen.

Reference: submit/tizen/20160524.100513
Commit id: a6771a7ca098e5849ba13d7c271492f0c64826c3
Requested by: l.stanislaws@samsung.com
SDK rootstrap version: 20160524_4

8 years ago[ABS] device_lock: handle vconf key change as unlock request accepted/tizen/mobile/20160518.114325 submit/tizen_mobile_tpk/20160518.092144
Lukasz Stanislawski [Wed, 18 May 2016 09:22:52 +0000 (18:22 +0900)]
[ABS] device_lock: handle vconf key change as unlock request

Fallback to original implementation since more proper one
like using app_control or tzsh has been blocked.

Reference: submit/tizen/20160518.092144
Commit id: 29d4c43e38ab08fb2ab4b845afb02d8015a22646
Requested by: l.stanislaws@samsung.com
SDK rootstrap version: 20160518_1

8 years ago[ABS] device_lock: handle vconf key change as unlock request accepted/tizen/mobile/20160517.033411 submit/tizen_mobile_tpk/20160516.101457
Lukasz Stanislawski [Mon, 16 May 2016 10:15:58 +0000 (19:15 +0900)]
[ABS] device_lock: handle vconf key change as unlock request

Fallback to original implementation since more proper one
like using app_control or tzsh has been blocked.

Reference: submit/tizen/20160516.101457
Commit id: 29d4c43e38ab08fb2ab4b845afb02d8015a22646
Requested by: l.stanislaws@samsung.com
SDK rootstrap version: 20160516_2

8 years ago[ABS] manifest: Accelerate app launch accepted/tizen/mobile/20160513.004118 submit/tizen_mobile_tpk/20160512.082010
Lukasz Stanislawski [Thu, 12 May 2016 08:21:12 +0000 (17:21 +0900)]
[ABS] manifest: Accelerate app launch

Reference: submit/tizen/20160512.082010
Commit id: f1d6ceceea1c96f7ab348140dca0c4749b746768
Requested by: l.stanislaws@samsung.com
SDK rootstrap version: 20160511_2

8 years ago[ABS] fix sdk build accepted/tizen/mobile/20160510.002804 submit/tizen_mobile_tpk/20160509.064731
l.stanislaws [Mon, 9 May 2016 06:48:37 +0000 (15:48 +0900)]
[ABS] fix sdk build

The sdk edje_cc compiler do not accept rel.to phrase.

Reference: submit/tizen/20160509.064731
Commit id: d8aa55dc3d04598a7ff87ecc81c64ed26efbba40
Requested by: l.stanislaws@samsung.com
SDK rootstrap version: 20160506_1

8 years ago[ABS] events: change method of launching app accepted/tizen/mobile/20160504.115343 submit/tizen_mobile_tpk/20160504.080735
l.stanislaws [Wed, 4 May 2016 08:08:40 +0000 (17:08 +0900)]
[ABS] events: change method of launching app

After discussion with Aleksandr Sapozhnik we agreed that lockscreen
should not verify application launch request result, since its primary
task is to unlock screen, not launching application. Moreover there is
no guideline how lockscreen should handle failed launch requests.

Current logic has been modify in following manner:
1. If event do not support launching application or any error
   occured during launching, lockscreen will unlock immideatly
2. If app_control is launched successfully, lockscreen wait until
   APP_CONTROL_RESULT_APP_STARED or APP_CONTROL_RESULT_CANCELED events
   appear and unlock.

Issues: this way of unlocking do not enforce any synchronization method, so
        lockscreen may unlock before launched application appear.

Reference: submit/tizen/20160504.080735
Commit id: eb4ce69fdfb07df471ce2f41f62b347d6d94e840
Requested by: l.stanislaws@samsung.com
SDK rootstrap version: 20160503_2