Files
AuroraStore/app
Oliver Ford 86c08e9eab Add marker files to indicate download progress
1bfc8a14 adds the ability to download APKs via an intent, but since
intents are asynchronous, and the incomplete APK appears in its final
destination ~immediately while it downloads, the caller lacks a way to
identify that download has completed.

This commit adds two marker files in the form:

    sdcard/Aurora/Store/Downloads/com.pkg/.1234.download-in-progress
    sdcard/Aurora/Store/Downloads/com.pkg/.1234.download-complete

(where `com.pkg` and `1234` are package names and version codes
respectively)

in order that the caller can see:

  1. the version that is being downloaded;
  2. when the download has finished.
2021-05-27 01:19:49 +05:30
..
2021-02-15 05:37:36 +05:30
2021-04-06 22:39:56 +05:30
2021-02-15 05:37:36 +05:30