quarto-connect-announcement

This repository serves as API endpoint of Quarto Connect app’s announcement.

API hosted on GitHub Pages, append path api/[variant]/announcement_v1.json and it becomes app endpoints.

API JSON scheme

** Strings are UTF-8 encoded.

How to make new announcement for QC app?

  1. Under this repo find announcement_v1.json in desired variant. e.g api/release
  2. Update the json content accordingly.

App users will receive the announcement in their app once the update is reflected on GitHub Pages.

When will app check for new announcement?

The checking is done at function onResume() of MainActivity.java.