summaryrefslogtreecommitdiff
path: root/plugins/wearable
AgeCommit message (Expand)AuthorFilesLines
2019-11-05Remove pweroff_popup, shorten long key press intervalYoungjae Cho2-17/+6
2019-10-28Delete trailing '\n' character in log of ctime_rYoungjae Cho1-0/+4
2019-10-22Stop checking lock if process had been terminatedYoungjae Cho1-34/+53
2019-10-08Remove unused code regarding /usr/bin/save_blenvtizen_5.5.m2_releasesubmit/tizen_5.5_mobile_hotfix/20201026.185104submit/tizen_5.5/20191031.000004submit/tizen/20191010.021317accepted/tizen/unified/20191011.023405accepted/tizen/5.5/unified/mobile/hotfix/20201027.090849accepted/tizen/5.5/unified/20191031.023311tizen_5.5_mobile_hotfixaccepted/tizen_5.5_unified_mobile_hotfixHyotaek Shim1-5/+0
2019-10-07Fix ASAN build errorssubmit/tizen/20191007.054826accepted/tizen/unified/20191007.234854Hyotaek Shim1-1/+1
2019-09-30Do not make caution of pmlock_expired for normal applicationssubmit/tizen/20191001.010135submit/tizen/20190930.121512accepted/tizen/unified/20191001.062605Hyotaek Shim1-0/+3
2019-09-19Fix library dependency in plugin modulessubmit/tizen/20190919.122002submit/tizen/20190919.121821accepted/tizen/unified/20190923.225250Hyotaek Shim1-1/+1
2019-09-18Do not enter S_SLEEP on emulator environmentsubmit/tizen/20190918.102133accepted/tizen/unified/20190919.010706Hyotaek Shim1-2/+4
2019-09-18Fix SleepSupport not to step into default_action(S_SLEEP)submit/tizen/20190918.025803accepted/tizen/unified/20190918.102335Hyotaek Shim1-1/+1
2019-09-17Delete duplicated call for lcd_on_procedure()submit/tizen/20190918.011459Youngjae Cho1-11/+2
2019-09-16Fix SleepSupportsubmit/tizen/20190916.054022accepted/tizen/unified/20190916.111603Hyotaek Shim1-1/+7
2019-09-11Add ultrapowersaving modulesubmit/tizen/20190916.012534accepted/tizen/unified/20190916.111618Youngjae Cho2-0/+184
2019-09-09Add HBM, LBM modulesubmit/tizen/20190909.095136accepted/tizen/unified/20190911.111739Youngjae Cho8-0/+1357
2019-09-09Increase ALWAYS_ON_TIMEOUT from 1 hour to 100 hourssubmit/tizen/20190909.022603Hyotaek Shim1-3/+3
2019-09-05Add SleepSupport field in display.confsubmit/tizen/20190905.124935submit/tizen/20190905.124442accepted/tizen/unified/20190906.111923Hyotaek Shim1-3/+7
2019-09-03coverity fixsanghyeok.oh1-1/+3
2019-08-28Apply MCD displaysubmit/tizen/20190829.010425lokilee737-446/+1412
2019-08-16dbus: modified to use renamed apisubmit/tizen/20190826.105652submit/tizen/20190816.021726accepted/tizen/unified/20190827.043450accepted/tizen/unified/20190816.112235sanghyeok.oh3-7/+7
2019-08-14dbus: modified to use revised apisubmit/tizen/20190814.105129accepted/tizen/unified/20190816.112325sanghyeok.oh3-13/+20
2019-08-09Remove vconf enum for VCONFKEY_SYSMAN_POWER_OFF_POPUPsubmit/tizen/20190809.075412accepted/tizen/unified/20190809.110757lokilee731-4/+0
2019-07-30Remove power off popup from power off typesubmit/tizen/20190730.112013lokilee732-9/+11
2019-07-09Apply async for dpmssubmit/tizen/20190709.075431accepted/tizen/unified/20190709.113101lokilee731-5/+0
2019-07-04Fix error while loading display.sosubmit/tizen/20190704.115311accepted/tizen/unified/20190705.041547lokilee731-21/+1
2019-07-03Apply changes for ambient modesubmit/tizen/20190703.113545lokilee731-3/+23
2019-06-27Add protection code to prevent crashsubmit/tizen/20190627.050132accepted/tizen/unified/20190627.115203lokilee731-0/+5
2019-06-25Change dpms_get_state to use HAL for lcd get statelokilee731-4/+17
2019-06-24Add battery_health_changed to keep dim in case of bad battery healthsubmit/tizen/20190624.124304accepted/tizen/unified/20190625.051522lokilee731-0/+23
2019-06-20Add display_staydim_check for commonly used codelokilee731-4/+11
2019-05-22Move same files in each profile to display folderlokilee739-3136/+0
2019-05-22Change lcd control method from dbus-send to using internal APIs supported by ...lokilee734-159/+19
2019-05-14Fix signature mis-match in expired_deliver_resultlokilee731-1/+1
2019-05-13Revert "Fix dbus error by no reply timeout"Hyotaek Shim1-2/+7
2019-05-13Fix dbus error by no reply timeoutlokilee731-7/+2
2019-05-10Fix invalid return value of dbuslokilee731-1/+1
2019-05-02Add variable ret for dbus_handle_broadcast_dbus_signal_varlokilee732-3/+13
2019-04-26Fix misused function of g_timeout_add_secondssubmit/tizen/20190426.060759accepted/tizen/unified/20190429.103708lokilee732-4/+4
2019-04-18Fix LCDAlwaysOn and powerkey behaviorslokilee731-27/+9
2019-04-12Add error logs for vconf_get_int and vconf_set_intlokilee738-57/+133
2019-04-10Change libgdbus library name to libsyscommon.submit/tizen/20190410.090025accepted/tizen/unified/20190412.124538Yunmi Ha7-7/+7
2019-04-09Add image effect for displaysubmit/tizen/20190409.053926accepted/tizen/unified/20190410.002230lokilee732-0/+223
2019-04-02Add dbus path and interface for Coreappssubmit/tizen/20190402.054126accepted/tizen/unified/20190402.144729lokilee731-0/+8
2019-04-01Add a new function to control touchscreen while swimminglokilee732-0/+136
2019-02-27power: cleanupsanghyeok.oh1-4/+4
2019-02-27Add bezel for wearable targetlokilee733-7/+175
2019-02-21Apply consistent log messages.Yunmi Ha2-144/+143
2019-02-20Apply consistent log messages.Yunmi Ha2-42/+42
2018-12-27Remove executable flag from non-executable filessubmit/tizen/20181231.070821submit/tizen/20181231.010834submit/tizen/20181227.070601accepted/tizen/unified/20181231.125000lokilee736-0/+0
2018-12-07Fix build errorssubmit/tizen/20181207.064308accepted/tizen/unified/20181207.175428lokilee731-1/+1
2018-11-23Remove commented-out code and fix violations of coding standardsubmit/tizen/20181127.023050accepted/tizen/unified/20181127.133503lokilee734-16/+9
2018-10-31Fix bugs that are related with display for auto_testlokilee731-2/+9