mirror of
https://github.com/KokaKiwi/BarInsta
synced 2026-03-14 08:21:35 +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:
parent
b1f31ab736
commit
0e788c9889
2 changed files with 23 additions and 5 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue