From 03702bf6916e81c8b86231fb94bef42578c4476c Mon Sep 17 00:00:00 2001 From: Floens Date: Sat, 18 Mar 2017 13:28:49 +0100 Subject: [PATCH] Push update api update. --- api/update | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 api/update diff --git a/api/update b/api/update new file mode 100644 index 00000000..d6ffa3d9 --- /dev/null +++ b/api/update @@ -0,0 +1,22 @@ +{ + "api_version": 1, + "messages": [ + { + "type": "update", + + "code": 56, + "date": "2017-03-18T13:23:06.614104", + "message_html": "

Clover v2.2.0 is available

A new version of Clover is available.

This release fixes the problem where boards couldn't be added.
- Add sliding of threads back.
- Rewrote thread watching, it's more stable and works correctly with doze now.
- Optimized parsing with multithreading.
- Added album view.
- Added bookmark clearing.
- Added inline reporting.", + + "apk": { + "default": { + "url": "https://github.com/Floens/Clover/releases/download/v2.2.0/Clover_v2.2.0.apk" + }, + "fdroid": { + "url": "https://f-droid.org/repo/org.floens.chan_56.apk" + } + } + } + ], + "check_interval": 432000000 +}