Use WorkManagers to process upload contributions
** Removed UploadService and Added UploadWorker to process contributions Upload
** Made nescessary changes to remove the usages of the Service from the classes
** UI Fxies- Minor changes in the retry and cancel uplaod icons to give them a clickable area of 48 dp
This commit is contained in:
Ashish 2021-01-21 20:30:49 +05:30
parent d00127947c
commit 62ee2e8259
35 changed files with 643 additions and 797 deletions

View file

@ -135,8 +135,7 @@
android:name=".review.ReviewActivity"
android:label="@string/title_activity_review" />
<service android:name=".upload.UploadService" />
<service
<service
android:name=".auth.WikiAccountAuthenticatorService"
android:exported="true"
android:process=":auth">