1
0
Fork 0
mirror of https://github.com/KokaKiwi/BarInsta synced 2026-03-14 00:11:40 +00:00

improve downloading (creating files)

* creating files is offloaded to task thread so it doesn't hang the ui
* add notification to inform the above happening
This commit is contained in:
Austin Huang 2021-07-01 20:26:34 -04:00
parent b1f31ab736
commit 0e788c9889
No known key found for this signature in database
GPG key ID: 84C23AA04587A91F
2 changed files with 23 additions and 5 deletions

View file

@ -205,6 +205,7 @@
<string name="direct_download_desc">Downloads posts directly to the phone!</string>
<string name="direct_download_loading">Fetching post(s)</string>
<string name="downloader_complete">Download completed</string>
<string name="downloader_preparing">Preparing to download…</string>
<string name="downloader_downloading_post">Downloading post…</string>
<string name="downloader_downloading_media">Downloading media</string>
<string name="downloader_downloading_pfp">Downloading profile picture</string>