summaryrefslogtreecommitdiff
path: root/data/org.gnome.Contacts.appdata.xml.in.in
blob: 52aed5db1124e645c07cd450a99577429a946834 (plain)
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
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
  <id>@app_id@.desktop</id>
  <metadata_license>CC0-1.0</metadata_license>
  <project_license>GPL-2.0-or-later</project_license>
  <name>Contacts</name>
  <summary>A contacts manager for GNOME</summary>
  <description>
    <p>
      Contacts keeps and organize your contacts information. You can create,
      edit, delete and link together pieces of information about your contacts.
      Contacts aggregates the details from all your sources providing a
      centralized place for managing your contacts.
    </p>
    <p>
      Contacts will also integrate with online address books and automatically
      link contacts from different online sources.
    </p>
  </description>
  <screenshots>
    <screenshot height="575" width="800" type="default">
      <image>
      https://wiki.gnome.org/Apps/Contacts?action=AttachFile&amp;do=get&amp;target=appdata.png
    </image>
    </screenshot>
  </screenshots>

  <releases>
    <release date="2022-01-12" version="42~alpha" type="development">
      <description>
        <p>
          This is the first unstable release in the GNOME 42 series,
          with the following improvements:
        </p>
        <ul>
          <li>
            A fresh new look thanks to a port to GTK 4 and libadwaita, along
            with a new UI design.
          </li>
          <li>
            It is now possible to open up a contact's location with your
            default maps application (provided it supports "maps:" URIs)
          </li>
          <li>
            Fixes to the birthday editor.
          </li>
        </ul>
        <p>This release also updates translations in several languages.</p>
      </description>
    </release>
    <release date="2021-09-29" version="41.0">
      <description>
        <p>
          Version 41 is a stable release, with the following major
          improvements since version 40:
        </p>
        <ul>
          <li>
            When adding or updating a contact, Contacts will now scroll the
            list to the newly-made contact.
          </li>
          <li>
            Long names are wrapped over more lines, which makes them more
            readable, especially in the case of a small screen.
          </li>
          <li>
            We now have a dedicated selection mode button, which makes the UX
            for touchscreen devices much more intuitive.
          </li>
          <li>
            Several small UI improvements, like extra tooltips that follow the
            GNOME HIG.
          </li>
          <li>
            When opening a contact, a previously entered birthday is now shown
          </li>
        </ul>
        <p>This release also updates translations in several languages</p>
      </description>
    </release>
    <release date="2021-09-04" version="41~beta" type="development">
      <description>
        <p>
          This is the first unstable release in the GNOME 41 series,
          with the following improvements:
        </p>
        <ul>
          <li>
            When adding or updating a contact, Contacts will now scroll the
            list to the newly-made contact.
          </li>
          <li>
            The Contacts title after cancelling selecting now correctly shows
            "Contacts"
          </li>
          <li>
            When opening a contact, a previously entered birthday is now shown
          </li>
          <li>
            We now have a dedicated selection mode button, which makes the UX
            for touchscreen devices much more intuitive.
          </li>
          <li>
            Several small UI improvements, like extra tooltips that follow the
            GNOME HIG.
          </li>
        </ul>
        <p>This release also updates translations in several languages.</p>
      </description>
    </release>
    <release date="2021-03-23" version="40.0">
      <description>
        <p>
          Version 40 is a stable release, with the following major
          improvements since 3.38:
        </p>
        <ul>
          <li>
            Several issues that occurred when editing or adding postal
            addresses are now fixed
          </li>
          <li>
            Better accessibility when creating a new contact by adding support
            for mnemonics
          </li>
          <li>You can now select a contact by using a long press</li>
          <li>The avatar selector now displays properly on smaller screens</li>
          <li>Deleting the final contact now properly clears the title bar</li>
          <li>Contacts now also remembers if the window was fullscreened</li>
          <li>Cancelling selection no longer hides headerbar buttons</li>
          <li>Fixed: stop cursor from appearing when viewing a contact</li>
          <li>Several style and typography updates</li>
        </ul>
        <p>This release also updates translations in several languages</p>
      </description>
    </release>
    <release date="2021-03-01" version="40~beta" type="development">
      <description>
        <p>
          This is the second unstable release in the GNOME 40 series,
          with the following improvements:
        </p>
        <ul>
          <li>Cancelling selection no longer hides headerbar buttons</li>
          <li>Fixed: stop cursor from appearing when viewing a contact</li>
        </ul>
        <p>This release also updates translations in several languages.</p>
      </description>
    </release>
    <release date="2021-02-13" version="40~alpha" type="development">
      <description>
        <p>
          This is the first unstable release in the GNOME 40 series,
          with the following improvements:
        </p>
        <ul>
          <li>
            Several issues that occurred when editing or adding postal
            addresses are now fixed
          </li>
          <li>
            Better accessibility when creating a new contact by adding support
            for mnemonics
          </li>
          <li>You can now select a contact by using a long press</li>
          <li>The avatar selector now displays properly on smaller screens</li>
          <li>Deleting the final contact now properly clears the title bar</li>
          <li>Contacts now also remembers if the window was fullscreened</li>
          <li>Several style and typography updates</li>
        </ul>
        <p>This release also updates translations in several languages.</p>
      </description>
    </release>
    <release date="2020-09-19" version="3.38">
      <description>
        <p>
          Version 3.38 is a stable release, with the following major
          improvements since 3.36:
        </p>
        <ul>
          <li>Editing contacts from a Nextcloud account improved</li>
          <li>
            In some setups, Contacts confused typing 'N' with Ctrl+N,
            creating a new contact. This should no longer be the case
          </li>
          <li>Fixed: sometimes the Contacts icon is not shown properly</li>
          <li>Virtual keyboards can adapt themselves on the "Name" field</li>
          <li>Contacts switched to the stable libhandy release</li>
          <li>Cheese is now an optional dependency</li>
        </ul>
        <p>This release also updates translations in several languages</p>
      </description>
    </release>
    <release date="2020-08-24" version="3.37.2" type="development">
      <description>
        <p>
          This is the beta release in the 3.37 development series,
          with the following improvements:
        </p>
        <ul>
          <li>Fixed: cannot get past the initial setup screen</li>
        </ul>
        <p>This release also updates translations in several languages.</p>
      </description>
    </release>
    <release date="2020-08-13" version="3.37.1" type="development">
      <description>
        <p>
          This is the first unstable release in the 3.37 development series,
          with the following improvements:
        </p>
        <ul>
          <li>Fix: sometimes the Contacts icon is not shown properly</li>
          <li>Fix: sometimes typing 'n' creates a new contact</li>
          <li>Virtual keyboard might give adapt for typing a name</li>
          <li>Bump libhandy to 0.85</li>
          <li>Increase the minimal version of several dependencies</li>
          <li>Several build fixes</li>
        </ul>
        <p>This release also updates translations in several languages.</p>
      </description>
    </release>
    <release date="2020-03-10" version="3.36">
      <description>
        <p>
          Version 3.36 is a stable release, with the following major
          improvements since 3.34:
        </p>
        <ul>
          <li>A refreshed UI when viewing, editing or creating contacts</li>
          <li>Contacts now behaves even better on smaller screens</li>
        </ul>
        <p>This release also updates translations in several languages.</p>
      </description>
    </release>
    <release date="2020-02-03" version="3.35.90" type="development">
      <description>
        <p>
          This is the next unstable release in the 3.35 development series,
          with the following improvements:
        </p>
        <ul>
          <li>
            When showing a contact, Contacts now provides buttons to perform
            relevant actions
          </li>
          <li>A refreshed UI when creating or editing a contact</li>
          <li>The address book window is now adaptive</li>
        </ul>
        <p>This release also updates translations in several languages.</p>
      </description>
    </release>
    <release date="2020-01-05" version="3.35.1" type="development">
      <description>
        <p>
          This is the first unstable release in the 3.35 development series,
          with the following improvements:
        </p>
        <ul>
          <li>
            You can now use a "back" gesture on touch devices to go back to the
            contact list when viewing or editing a contact
          </li>
          <li>Contacts now works on even smaller screens</li>
          <li>Nightly now show off with a fancy new icon</li>
          <li>
            Bugfix: if another app opens Contacts, this still works even if
            it's not running
          </li>
        </ul>
        <p>This release also updates translations in several languages.</p>
      </description>
    </release>
    <release date="2019-09-09" version="3.34">
      <description>
        <p>
          Version 3.34 is a stable release, with the following major
          improvements since 3.32:
        </p>
        <ul>
          <li>Updated avatars which follow the GNOME avatar style</li>
          <li>Better accessibility with mnemonics for the setup window</li>
          <li>A new --search option for the command-line</li>
          <li>Fixed issues when using the webcam to add an avatar</li>
          <li>Fixed searching contacts in GNOME Shell returning no results</li>
        </ul>
        <p>This release also updates translations in several languages.</p>
      </description>
    </release>
    <release date="2019-09-04" version="3.33.92" type="development">
      <description>
        <p>
          This is the last unstable release in the 3.33 development series,
          with the following improvements since 3.33.91:
        </p>
        <ul>
          <li>Updated the man page</li>
        </ul>
        <p>This release also updates translations in several languages.</p>
      </description>
    </release>
    <release date="2019-08-20" version="3.33.91" type="development">
      <description>
        <p>
          This is the next unstable release in the 3.33 development series,
          some would say a beta, with the following improvements:
        </p>
        <ul>
          <li>
            Make the avatars more in line with the other apps in the GNOME
            ecoosystem. If possible, the initials will be used to make an
            avatar if none is available.
          </li>
          <li>Fix searching contacts from GNOME Shell returning no results</li>
          <li>Add a small description of the --search option</li>
        </ul>
        <p>This release also updates translations in several languages.</p>
      </description>
    </release>
    <release date="2019-07-22" version="3.33.4" type="development">
      <description>
        <p>
          This is the second unstable release in the 3.33 development series,
          with the following improvements:
        </p>
        <ul>
          <li>Flatpak: Allow webcam access (and other small fixes)</li>
          <li>Even better integration with CI</li>
          <li>Add mnemonics to the setup window</li>
        </ul>
        <p>This release also updates translations in several languages.</p>
      </description>
    </release>
    <release date="2019-04-24" version="3.33.1" type="development">
      <description>
        <p>
          This is the first unstable release in the 3.33 development series,
          with the following improvements:
        </p>
        <ul>
          <li>
            Added a show-contact application action, so other applications
            can activate Contacts to show a specific contact
          </li>
          <li>Reverted an accidental change in the Appstream ID</li>
          <li>Pass along the right printf-format to MessageDialogs</li>
        </ul>
        <p>This release also updates translations in several languages.</p>
      </description>
    </release>
    <release date="2019-03-12" version="3.32">
      <description>
        <p>
          Version 3.32 is the next stable release, with the following major
          improvements since 3.30:
        </p>
        <ul>
          <li>A new, modern icon</li>
          <li>A responsive UI: Contacts now works on all screen sizes!</li>
          <li>
            Property types are now handled more consistently, fixing some minor
            issues, e.g. types mixing translations with the ones from Google.
          </li>
          <li>A few minor performance optimizations</li>
          <li>Solved a bug where the birthday did not change</li>
          <li>Fixed a crash when right-clicking in the contact list</li>
        </ul>
        <p>This release also updates translations in several languages.</p>
      </description>
    </release>
    <release date="2019-02-06" version="3.31.90" type="development">
      <description>
        <p>
          This is the next unstable release in the 3.31 development series,
          with the following improvements:
        </p>
        <ul>
          <li>
            The interface now adapts to the size of its window, making it
            possible to use on smaller screens (such as phones)
          </li>
        </ul>
        <p>This release also updates translations in several languages.</p>
      </description>
    </release>
    <release date="2019-01-09" version="3.31.4" type="development">
      <description>
        <p>
          This is the next unstable release in the 3.31 development series,
          with the following improvements:
        </p>
        <ul>
          <li>
            Small improvements for the "types" of properties ("Home", "Work",
            …). Contacts should now also be able to more easily identify
            untranslated properties from Google Contacts.
          </li>
          <li>Some UI tweaks for the primary menu</li>
          <li>The appdata file and the desktop file are now validated by CI</li>
        </ul>
        <p>This release also updates translations in several languages.</p>
      </description>
    </release>
    <release date="2018-12-10" version="3.31.3" type="development">
      <description>
        <p>
          This is the first unstable release in the 3.31 development series,
          with the following improvements:
        </p>
        <ul>
          <li>An updated application icon</li>
          <li>Dropped the app menu</li>
          <li>Added a dependency on libhandy</li>
          <li>Fix birthday not being properly saved</li>
          <li>Telepathy is now disabled by default</li>
          <li>Flatpak fixes</li>
        </ul>
        <p>This release also updates translations in several languages.</p>
      </description>
    </release>
    <release date="2018-09-03" version="3.30">
      <description>
        <p>
          Version 3.30 is the next stable release, with the following major
          improvements since 3.28:
        </p>
        <ul>
          <li>Tweaks to the avatar selector UI</li>
          <li>Several fixes for the Flatpak build</li>
          <li>OARS content ratings</li>
        </ul>
        <p>This release also updates translations in several languages.</p>
      </description>
    </release>
    <release date="2018-08-27" version="3.29.92" type="development">
      <description>
        <p>
          This is the last unstable release in the 3.29 development series,
          with the following improvements:
        </p>
        <ul>
          <li>The avatar selector now uses the native file chooser</li>
          <li>Added OARS content rating</li>
          <li>Restructured the code to allow automated tests</li>
          <li>Several flatpak fixes</li>
        </ul>
        <p>This release also updates translations in several languages.</p>
      </description>
    </release>
    <release date="2018-05-24" version="3.29.2" type="development">
      <description>
        <p>
          This is the first unstable release in the 3.29 development series,
          with the following improvements:
        </p>
        <ul>
          <li>The avatar selection UI has been revamped</li>
          <li>
            Use GNOME's Meson conventions: compilation options can now no
            longer have an auto value. Some have also been renamed to drop the
            "with-" prefix.
          </li>
          <li>The Flatpak manifest was improved in several ways.</li>
          <li>Extended the CI pipeline to use flatpak</li>
        </ul>
        <p>This release also updates translations in several languages.</p>
      </description>
    </release>
    <release date="2018-03-12" version="3.28">
      <description>
        <p>
          Version 3.28 is a stable release, with the following major improvements:
        </p>
        <ul>
          <li>Favorite contacts, which are shown at the top of the contact list.</li>
          <li>Sort contacts by their first name or surname.</li>
          <li>Small tweaks to the UI, such as a more welcoming setup screen and rounded avatars.</li>
          <li>Performance improvements to the GNOME Shell search provider.</li>
          <li>A slightly decreased memory usage.</li>
        </ul>
        <p>This release also updates translations in several languages.</p>
      </description>
    </release>
    <release date="2018-03-05" version="3.27.92" type="development">
      <description>
        <p>
          This is the fourth unstable (beta) release in the 3.27 development series,
          with the following improvements:
        </p>
        <ul>
          <li>The titlebar is now updated when a contact's name changes.</li>
          <li>The window will now remember its size and restore it on the next start.</li>
          <li>Postal addresses are now sorted before notes.</li>
        </ul>
        <p>This release also updates translations in several languages.</p>
      </description>
    </release>
    <release date="2018-02-05" version="3.27.90" type="development">
      <description>
        <p>
          This is the third unstable release in the 3.27 development series,
          with the following improvements:
        </p>
        <ul>
          <li>Support for favorite contacts. These contacts will be shown at the top of the list.</li>
          <li>Contacts now allows sorting by both first name and surname.</li>
          <li>Avatars are now displayed as a circle and are better optimized for memory usage.</li>
          <li>Selection mode can now be started by right-clicking the contact list.</li>
        </ul>
        <p>This release also updates translations in several languages.</p>
      </description>
    </release>
    <release date="2018-01-09" version="3.27.4" type="development">
      <description>
        <p>
          This is the second unstable release in the 3.27 development series,
          with the following improvements:
        </p>
        <ul>
          <li>Contacts now has a shortcuts window</li>
          <li>Small tweaks to the setup screen</li>
          <li>Support --version as command-line argument</li>
          <li>Telepathy is no longer a mandatory dependency</li>
          <li>Support for maps can be disabled at compile time</li>
          <li>Improved the Shell search provider</li>
        </ul>
        <p>This release also updates translations in several languages.</p>
      </description>
    </release>
    <release date="2017-11-13" version="3.27.2" type="development">
      <description>
        <p>
          This is the first unstable release in the 3.27 development series,
          with the following improvements:
        </p>
        <ul>
          <li>Contact properties are now sorted by type</li>
          <li>Avatars are now displayed using rounded border</li>
        </ul>
        <p>This release also updates translations in several languages.</p>
      </description>
    </release>
    <release date="2017-09-11" version="3.26.0">
      <description>
        <p>
          Version 3.26 is a stable release, with the following improvements:
        </p>
        <ul>
          <li>Support for Flatpak</li>
          <li>Support for faster builds using Meson</li>
          <li>Saving notes in a contact now works again</li>
          <li>Some contact properties are now selectable</li>
          <li>Use our own app icon, rather than a predefined one</li>
        </ul>
        <p>This release also updates translations in several languages.</p>
      </description>
    </release>
    <release date="2017-09-05" version="3.25.92.1" type="development">
      <description>
        <p>
          This is an unstable release in the 3.25 development series,
          which fixes build errors in version 3.25.92.
        </p>
      </description>
    </release>
    <release date="2017-09-04" version="3.25.92" type="development">
      <description>
        <p>
          This is an unstable release in the 3.25 development series,
          with the following improvements:
        </p>
        <ul>
          <li>Added experimental support for Flatpak</li>
          <li>Contacts can now be built with Meson</li>
          <li>Contacts now provides its own proper app icon</li>
          <li>Some labels in the contact sheet are now selectable</li>
        </ul>
        <p>
          The following bugs are also fixed:
        </p>
        <ul>
          <li>Can't save notes in a contact</li>
          <li>Bumped minimal version of telepathy-glib, GTK+ and GLib</li>
        </ul>
        <p>This release also updates translations in several languages.</p>
      </description>
    </release>
    <release date="2017-07-17" version="3.25.4" type="development">
      <description>
        <p>
          This is an unstable release in the 3.25 development series,
          with the following improvements:
        </p>
        <ul>
          <li>Contacts now provides its own application icon</li>
          <li>Small UI improvements to the avatar chooser dialog</li>
        </ul>
        <p>
          The following bugs are also fixed:
        </p>
        <ul>
          <li>Folks now requires version 11.4 or higher</li>
          <li>Migrated away from intltool and libgd</li>
          <li>Got rid of a bunch of warnings and critical messages</li>
          <li>Use the locale to translate months</li>
          <li>Added git.mk to automagically create .gitignores</li>
        </ul>
        <p>This release also updates translations in several languages.</p>
      </description>
    </release>
  </releases>

  <kudos>
    <kudo>AppMenu</kudo>
    <kudo>HiDpiIcon</kudo>
    <kudo>ModernToolkit</kudo>
    <kudo>SearchProvider</kudo>
  </kudos>
  <recommends>
    <control>keyboard</control>
    <control>pointing</control>
    <control>touch</control>
  </recommends>
  <requires>
    <display_length compare="ge">360</display_length>
  </requires>
  <provides>
    <binary>gnome-contacts</binary>
  </provides>
  <url type="homepage">https://wiki.gnome.org/Apps/Contacts</url>
  <url type="bugtracker">https://gitlab.gnome.org/GNOME/gnome-contacts/issues</url>
  <url type="donation">http://www.gnome.org/friends/</url>
  <update_contact>nielsdg@gnome.org</update_contact>
  <project_group>GNOME</project_group>
  <developer_name>The GNOME Project</developer_name>
  <launchable type="desktop-id">org.gnome.Contacts.desktop</launchable>
  <translation type="gettext">gnome-contacts</translation>
  <content_rating type="oars-1.1">
    <content_attribute id="violence-cartoon">none</content_attribute>
    <content_attribute id="violence-fantasy">none</content_attribute>
    <content_attribute id="violence-realistic">none</content_attribute>
    <content_attribute id="violence-bloodshed">none</content_attribute>
    <content_attribute id="violence-sexual">none</content_attribute>
    <content_attribute id="violence-desecration">none</content_attribute>
    <content_attribute id="violence-slavery">none</content_attribute>
    <content_attribute id="violence-worship">none</content_attribute>
    <content_attribute id="drugs-alcohol">none</content_attribute>
    <content_attribute id="drugs-narcotics">none</content_attribute>
    <content_attribute id="drugs-tobacco">none</content_attribute>
    <content_attribute id="sex-nudity">none</content_attribute>
    <content_attribute id="sex-themes">none</content_attribute>
    <content_attribute id="sex-homosexuality">none</content_attribute>
    <content_attribute id="sex-prostitution">none</content_attribute>
    <content_attribute id="sex-adultery">none</content_attribute>
    <content_attribute id="sex-appearance">none</content_attribute>
    <content_attribute id="language-profanity">none</content_attribute>
    <content_attribute id="language-humor">none</content_attribute>
    <content_attribute id="language-discrimination">none</content_attribute>
    <content_attribute id="social-chat">none</content_attribute>
    <content_attribute id="social-info">none</content_attribute>
    <content_attribute id="social-audio">none</content_attribute>
    <content_attribute id="social-location">none</content_attribute>
    <content_attribute id="social-contacts">intense</content_attribute>
    <content_attribute id="money-purchasing">none</content_attribute>
    <content_attribute id="money-gambling">none</content_attribute>
  </content_rating>
  <custom>
    <value key="Purism::form_factor">workstation</value>
    <value key="Purism::form_factor">mobile</value>
  </custom>
</component>