1
0
Fork 0
BangleApps/apps/contacts
Tom Wallroth ab1232763e bumped version to 0.04 2024-05-18 21:39:34 +02:00
..
ChangeLog bumped version to 0.04 2024-05-18 21:39:34 +02:00
README.md contacts: Inital version of contacts app. 2023-11-03 15:03:43 +01:00
app-icon.js contacts: Inital version of contacts app. 2023-11-03 15:03:43 +01:00
app.png contacts: Inital version of contacts app. 2023-11-03 15:03:43 +01:00
contacts.app.js refactored contacts.app.js, added function to call contact from the watch by triggering intent on phone 2024-05-18 21:37:46 +02:00
contacts.json contacts: Inital version of contacts app. 2023-11-03 15:03:43 +01:00
interface.html contacts: add vcard export 2023-11-11 09:25:19 +01:00
metadata.json bumped version to 0.04 2024-05-18 21:39:34 +02:00

README.md

Contacts

This app provides a common way to set up the contacts.json file.

Contacts JSON file

When the app is loaded from the app loader, a file named contacts.json is loaded along with the javascript etc. The file has the following contents:

[
  {
  "name":"NONE"
  },
  {
  "name":"First Last",
  "number":"123456789",
  }
]

Contacts Editor

Clicking on the download icon of Contents in the app loader invokes the contact editor. The editor downloads and displays the current contacts.json file. Clicking the Edit button beside an entry causes the entry to be deleted from the list and displayed in the edit boxes. It can be restored - by clicking the Add button.