elan-ev/StudIPAndroidApp

Move all I/O code to Retrofit2 and OkHttp3

Closed this issue · 1 comments

Currently two different networking libs are used in the App. Okttp+Retrofit and Volley in older code. The goal of this issue is to track the refactoring of the code to get rid of Volley in favour of OkHttp3 and Retrofit2.

TODO:

  • Refacter usages of Volley to Retrofit
  • Remove lib from project
  • Test and remove missed remainders

Current classes using Volley:

  • SyncHelper
  • OAuthConnector
  • StudipApplication
  • Messages*
  • PlannerListFragment
  • UserListFragment

Fixed with #134