profile/mobile/apps/native/lockscreen.git
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