Skip to content

Commit 73f2ca9

Browse files
authored
Merge pull request #221 from hove-io/task/releases-09-11
Task/releases 09 11
2 parents 440be65 + bc42c41 commit 73f2ca9

File tree

2 files changed

+111
-62
lines changed

2 files changed

+111
-62
lines changed

docs/assets/file/config.json

Lines changed: 45 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,14 @@
4747
"secondary": ""
4848
},
4949
"traffic": {
50-
"primary": "",
51-
"secondary": ""
50+
"primary": {
51+
"dark": "",
52+
"light": ""
53+
},
54+
"secondary": {
55+
"dark": "",
56+
"light": ""
57+
}
5258
},
5359
"disruptions": {
5460
"information": "",
@@ -603,28 +609,34 @@
603609
],
604610
"icons_resources": {
605611
"aroundme": {
612+
"account_button": "",
606613
"traffic_button": ""
607614
},
608615
"journey": {
609-
"departure": "ic_departure",
610-
"arrival": "ic_arrival",
611-
"indoor_parking": "ic_custom_indoor_parking",
612-
"outdoor_parking": "ic_custom_outdoor_parking"
616+
"departure": "",
617+
"arrival": "",
618+
"indoor_parking": "",
619+
"outdoor_parking": "",
620+
"transports_tab": "",
621+
"walking_tab": "",
622+
"bike_tab": "",
623+
"car_tab": "",
624+
"ridesharing_tab": ""
613625
}
614626
},
615627
"titles_resources": {
628+
"aroundme": {
629+
"filters": "filters_screen_title"
630+
},
616631
"journey": {
617632
"journeys": "journeys_screen_title",
618633
"roadmap": "roadmap_screen_title",
619634
"ridesharing": "ridesharing_screen_title"
620-
},
621-
"aroundme": {
622-
"filters": "filters_screen_title"
623635
}
624636
},
625637
"features_configuration": {
626638
"aroundme": {
627-
"booking": true,
639+
"account_mode": true,
628640
"bookmark_mode": {
629641
"enabled": true,
630642
"tabs": {
@@ -646,6 +658,7 @@
646658
"lat": "48.846790",
647659
"lon": "2.377090"
648660
},
661+
"default_zoom_level": "TRANSPORTS",
649662
"go_from_go_to": true,
650663
"journey_mode": true,
651664
"max_history": 10,
@@ -709,7 +722,7 @@
709722
"car_traffic_jam": true,
710723
"departure_time_shift": {
711724
"earlier_minutes": 10,
712-
"later_minutes": 50
725+
"later_minutes": 5
713726
},
714727
"disruption_contributors": [
715728
""
@@ -718,6 +731,9 @@
718731
"max_favorite_addresses": 10,
719732
"max_favorite_pois": 10,
720733
"max_history": 10,
734+
"min_walking_duration_display": {
735+
"journey_summary": 180
736+
},
721737
"next_departures": {
722738
"journeys": {
723739
"frequency": 30
@@ -739,9 +755,25 @@
739755
"realtime_delays": true,
740756
"ridesharing_price": true,
741757
"search_only": false,
742-
"step_by_step_guidance": true,
758+
"speed": {
759+
"cycling": {
760+
"enabled": true,
761+
"bike": {
762+
"slow": 1.2,
763+
"fast": 3.4
764+
},
765+
"bss": {
766+
"slow": 5.6,
767+
"fast": 7.8
768+
}
769+
}
770+
},
771+
"step_by_step_guidance": {
772+
"enabled": true,
773+
"launch_button_label_res": ""
774+
},
743775
"stop_point_search_mode": false,
744-
"traffic": {
776+
"traffic_mode": {
745777
"alert_subscription": true
746778
},
747779
"transport_networks": true,

0 commit comments

Comments
 (0)