DownloadWorker: Verify downloaded files using SHA256 or SHA1

This lets us avoid downloading same files again

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2023-12-28 20:45:05 +05:30
parent c99d213df3
commit 4d4429fd7a
10 changed files with 46 additions and 158 deletions

View File

@@ -70,18 +70,6 @@
android:textAppearance="@style/TextAppearance.Aurora.Line1" />
</RelativeLayout>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
<com.google.android.material.button.MaterialButton
android:id="@+id/btn_install"
style="@style/Widget.MaterialComponents.Button.OutlinedButton"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/action_install"
android:textAppearance="@style/TextAppearance.Aurora.Line1" />
</RelativeLayout>
</ViewFlipper>
</RelativeLayout>