Migrated logEvents to retrofit (#3087)

* Switched wikimedia-android-data-client for new features

* Added UserCLient and UserInterface

* Migrated ContributionsSyncAdapter to UserClient
Fixed sync related bugs

* Removed unused code

* Removed unused code

* Updated wikimedia-android-data-client to new version
This commit is contained in:
Ilgaz Er 2019-08-11 16:46:11 +03:00 committed by Vivek Maskara
parent 386d08794e
commit bb273eb22d
8 changed files with 90 additions and 132 deletions

View file

@ -31,7 +31,7 @@ dependencies {
implementation 'com.facebook.fresco:fresco:1.13.0'
implementation 'com.drewnoakes:metadata-extractor:2.11.0'
implementation 'org.apache.commons:commons-lang3:3.8.1'
implementation 'com.dmitrybrant:wikimedia-android-data-client:0.0.25'
implementation 'com.github.ilgazer:wikimedia-android-data-client:f65809ee2c'
// UI
implementation 'fr.avianey.com.viewpagerindicator:library:2.4.1.1@aar'