aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-06-20Segment processYuta Doi3-75/+103
2018-06-20Remove unnecessary codeYuta Doi2-11/+0
2018-06-20Use enum instead of constant macroYuta Doi3-31/+72
2018-06-20Add layout "system" to layout.dbYuta Doi1-0/+10
2018-06-20Add category "system" for showing specific app on restriction mode ONYuta Doi3-3/+73
2018-06-20Bug fix: Refer removed surface id in vector of pending_end_drawYuta Doi1-1/+3
2018-06-19Bug fix: nullptr accessYuta Doi1-3/+2
2018-06-18Remove unnecesarry member variable: role2surfaceid_Yuta Doi2-13/+8
2018-06-18Modify API of PolicyManagerYuta Doi5-21/+74
2018-06-15Modify format of layout information and process for updating layoutYuta Doi7-616/+113
2018-06-15Add new addStateToJson()Yuta Doi1-4/+30
2018-06-14Modify the process for updating layer stateYuta Doi3-143/+106
2018-06-11Update managing layout informationYuta Doi1-3/+25
2018-06-11Update managing layout informationYuta Doi1-18/+62
2018-06-08PolicyManager manage layout information (area, category, role)Yuta Doi3-116/+305
2018-06-08PolicyManager uses layout informationYuta Doi4-17/+314
2018-06-07Modify struct stm_state_tYuta Doi4-96/+241
2018-06-05Add new roles and remove unnecessary role definitionYuta Doi2-7/+3
2018-06-05Add the role "launcher"Yuta Doi2-1/+5
2018-06-05Bug fix: refer the released memory of role nameYuta Doi1-9/+7
2018-06-01Modify request_surface for XDG appYuta Doi1-3/+6
2018-06-01Modify API of PolicyManagerYuta Doi4-400/+419
2018-06-01Use sd_event_add_defer() for dispatching checkPolicyYuta Doi1-32/+45
2018-06-01Add timer for restriction modeYuta Doi5-204/+346
2018-06-01PolicyManager uses sd_event loop for the process of check policyYuta Doi3-86/+180
2018-05-28Use afb_service_call instead of afb_service_call_syncYuta Doi1-6/+5
2018-05-25The surfaces are managed by using the roles instead of the drawing namesYuta Doi3-44/+34
2018-05-25Delete label "role" for the API activateSurface and deactivateSurfaceYuta Doi4-57/+40
2018-05-24Use $ORIGIN for rpathYuta Doi1-1/+1
2018-05-23Bugfix: Restriction app is displayed on Dashboard app when steping on foot brakeYuta Doi1-4/+8
2018-05-23Bugfix: Occur segmentation fault when steping on the accelerator before navi ...Yuta Doi1-4/+17
2018-05-23Loads libpolicy_manager.so from the directory where WindowManager is installedYuta Doi1-2/+2
2018-05-21Add lightstatus brake ON/OFF eventYuta Doi8-44/+168
2018-05-21Modify the definition of role:phone for ALSYuta Doi1-6/+1
2018-05-21Waiting for the surface of new app is created before setting the sizeYuta Doi1-0/+6
2018-05-21Bug Fix: When restriction app gets invisible event, other app also gets itYuta Doi1-11/+23
2018-05-17App (ResourceManager) class has the current car infoYuta Doi5-240/+165
2018-05-16Modify the policy of restrictionYuta Doi2-240/+281
2018-05-14Add transmission gear position event in PolicyManagerYuta Doi5-21/+113
2018-05-14PolicyManager can judge the current car stateYuta Doi5-89/+5
2018-05-14Change the policy of switchng car run/stop in dummy stmYuta Doi2-31/+42
2018-05-14Add policy of switchng accel pedal status to dummy stmYuta Doi6-16/+97
2018-05-11Remove unnecessary header from policy_manager.hppYuta Doi2-50/+44
2018-05-11LowCanClient can set filterYuta Doi2-3/+32
2018-05-11LowCanClient can receive accelerator.pedal.position signalYuta Doi5-54/+143
2018-05-11The role "video" can be shown in split area for ALSYuta Doi4-19/+43
2018-05-10Fix switching visibility when deactivatingYuta Doi1-0/+2
2018-05-10Replace json_object_from_file to inputJsonFilieYuta Doi7-26/+73
2018-05-10Modify for restriction roleYuta Doi10-40/+216
2018-05-09Add conversion map role2appYuta Doi2-17/+9