AnimeNeko / Atarashii

DISCONTINUED. Atarashii! - An amazing, modern MAL app for Android 4+
http://atarashiiapp.com
BSD 2-Clause "Simplified" License
79 stars 23 forks source link

Retrofit, apache & support library #456

Closed ratan12 closed 8 years ago

ratan12 commented 9 years ago

The support design library has been updated. The current library is using a new rev number which means that the compile sdk version also needs to be updated.

if the compile version gets an update the old apache library won't be able to get compiled anymore. Retrofit was using it for making requests.if we update retrofit we must use another library which supports this.

when we upgrade to the newest version I do not how to get the response codes.

I am taking about retrofit 2

srvrguy commented 9 years ago

Retrofit 2 is still in beta. Do we want to move to a beta library? However, I'm seeing version 1.9.0 in the Gradle file, which doesn't look like an actual stable release.

I'm fine with getting OkHttp in place of the Apache Commons HTTP library, it's a good move anyway.

ratan12 commented 9 years ago

Retrofit doesn't really matter for now but apache does because I want to update the support design library.

Once retrofit 2 will be released I want to make sure everything works fine. No surprises that we need to adjust more things or add more libraries. It is better to test it first.