-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathconfig.json
338 lines (337 loc) · 9.77 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
{
"Authors": [
"Alexander Muller",
"Timur Pulathaneli",
"Joel Fischer",
"Nicole Yarroch",
"Justin Gluck",
"Bilal Alsharifi",
"Brett"
],
"languages": [
"en"
],
"navigation": [
{
"name": "Getting Started",
"navigation": [
{
"name": "Installation"
},
{
"name": "SDK Configuration"
},
{
"name": "Integration Basics - Java",
"platforms": ["Android", "JavaSE", "JavaEE"]
},
{
"name": "Integration Basics - iOS",
"platforms": ["iOS"]
},
{
"name": "Integration Basics - JS",
"platforms": ["JavaScript"]
},
{
"name": "Connecting to an Infotainment System"
},
{
"name": "Adding the Lock Screen",
"platforms": ["iOS", "Android"]
},
{
"name": "Using AOA Protocol",
"platforms": ["Android"]
},
{
"name":"Multiple Transports",
"platforms": ["Android", "iOS"]
},
{
"name": "Adapting to the Head Unit Language"
},
{
"name": "Understanding Permissions"
},
{
"name": "Checking Supported Features"
},
{
"name": "Setting Security Level for Multiplexing",
"platforms": ["Android"]
},
{
"name":"Proguard Guidelines",
"platforms": ["Android"]
},
{
"name": "Deploying to AWS",
"platforms": ["JavaEE"]
},
{
"name": "Example Apps"
}
]
},
{
"name": "Displaying a User Interface",
"navigation": [
{
"name": "Adaptive Interface Capabilities"
},
{
"name": "Main Screen Templates"
},
{
"name": "Template Text"
},
{
"name": "Template Images"
},
{
"name": "Template Custom Buttons"
},
{
"name": "Template Subscription Buttons"
},
{
"name": "Main Menu"
},
{
"name": "Popup Menus"
},
{
"name": "Popup Keyboards"
},
{
"name": "Alerts and Subtle Alerts"
},
{
"name": "Media Clock"
},
{
"name": "Slider"
},
{
"name": "Scrollable Message"
}
]
},
{
"name": "Customizing Look and Functionality",
"navigation": [
{
"name": "Customizing the Template"
},
{
"name": "Customizing the Keyboard"
},
{
"name": "Customizing Help Prompts"
}
]
},
{
"name": "Speech and Audio",
"navigation": [
{
"name": "Playing Spoken Feedback"
},
{
"name": "Playing Audio Indications"
},
{
"name": "Setting Up Voice Commands"
},
{
"name": "Getting Microphone Audio"
}
]
},
{
"name": "Other SDL Features",
"navigation": [
{
"name": "Batch Sending RPCs"
},
{
"name": "Retrieving Vehicle Data"
},
{
"name": "Remote Control Vehicle Features"
},
{
"name": "Creating an App Service"
},
{
"name": "Using App Services"
},
{
"name": "Calling a Phone Number"
},
{
"name": "Setting the Navigation Destination"
},
{
"name": "Getting the Navigation Destination"
},
{
"name": "Uploading Files"
},
{
"name": "Uploading Images"
},
{
"name": "Creating an OEM Cloud App Store"
},
{
"name": "Encryption",
"platforms": ["Android","iOS", "JavaEE", "JavaSE"]
},
{
"name": "Encryption - Not Supported",
"platforms": ["javascript"]
},
{
"name": "OEM Exclusive Apps",
"platforms": ["Android"]
}
]
},
{
"name": "Video Streaming for Navigation Apps",
"platforms": ["iOS","Android"],
"navigation": [
{
"name": "Introduction"
},
{
"name": "Video Streaming - iOS",
"platforms": ["iOS"]
},
{
"name": "Video Streaming - Java",
"platforms": ["Android"]
},
{
"name": "Audio Streaming"
},
{
"name": "Touch Input",
"platforms": ["iOS"]
},
{
"name": "Supporting Haptic Input"
},
{
"name": "Displaying Turn Directions"
},
{
"name": "Menus"
}
]
},
{
"name": "Developer Tools",
"platforms": ["Android","iOS", "JavaEE", "JavaSE"],
"navigation": [
{
"name": "Configuring SDL Logging"
}
]
},
{
"name": "Migrating to Newer SDL iOS Versions",
"platforms": ["iOS"],
"navigation": [
{
"name": "Updating to v7.0",
"platforms": ["iOS"]
}
]
},
{
"name": "Migrating to Newer SDL Java Suite Versions",
"platforms": ["Android", "JavaEE", "JavaSE"],
"navigation": [
{
"name": "Updating to v4.4",
"platforms": ["Android"]
},
{
"name": "Updating to v4.5",
"platforms": ["Android"]
},
{
"name": "Updating to v4.6",
"platforms": ["Android"]
},
{
"name": "Updating to v4.7",
"platforms": ["Android"]
},
{
"name": "Updating to v4.9",
"platforms": [
"Android", "JavaEE", "JavaSE"
]
},
{
"name": "Updating to v5.0",
"platforms": [
"Android", "JavaEE", "JavaSE"
]
},
{
"name": "Updating to v5.1",
"platforms": [
"Android", "JavaEE", "JavaSE"
]
},
{
"name": "Updating to v5.4",
"platforms": ["Android"]
},
{
"name": "Updating to v5.6",
"platforms": ["Android"]
},
{
"name": "Updating to v5.7",
"platforms": ["Android"]
}
]
},
{
"name": "Frequently Asked Questions",
"platforms": ["Android" ,"iOS"],
"navigation": [
{
"name": "React Native",
"platforms": ["iOS"]
},
{
"name": "Kotlin Support",
"platforms": ["Android"]
},
{
"name": "SDL Notifications",
"platforms": ["Android"]
},
{
"name": "Trusted Router Service",
"platforms": ["Android"]
},
{
"name": "Multiple Processes",
"platforms": ["Android"]
}
]
},
{
"name": "NodeJS Documentation",
"platforms": ["javascript"]
}
]
}