Update custom lib + move some apk

This commit is contained in:
stom79 2017-11-05 17:53:16 +01:00
parent bd0e711142
commit fecb850f5c
56 changed files with 4 additions and 4 deletions

View File

@ -43,7 +43,7 @@ dependencies {
implementation 'com.google.code.gson:gson:2.8.0'
implementation 'org.jsoup:jsoup:1.10.3'
implementation 'de.hdodenhof:circleimageview:2.2.0'
implementation 'com.github.stom79:country-picker-android:1.2.0-beta-1'
implementation 'com.github.stom79:country-picker-android:1.2.0'
safetynetImplementation 'com.google.android.gms:play-services-safetynet:11.4.2'
safetynetImplementation 'io.github.kobakei:ratethisapp:1.2.0'
}

View File

@ -74,10 +74,10 @@ import android.widget.TextView;
import android.widget.TimePicker;
import android.widget.Toast;
import com.github.stom79.localepicker.CountryPicker;
import com.github.stom79.localepicker.CountryPickerListener;
import com.loopj.android.http.AsyncHttpClient;
import com.loopj.android.http.BinaryHttpResponseHandler;
import com.mukesh.countrypicker.CountryPicker;
import com.mukesh.countrypicker.CountryPickerListener;
import com.nostra13.universalimageloader.cache.disc.impl.UnlimitedDiskCache;
import com.nostra13.universalimageloader.core.DisplayImageOptions;
import com.nostra13.universalimageloader.core.ImageLoader;
@ -815,7 +815,7 @@ public class TootActivity extends AppCompatActivity implements OnRetrieveSearcAc
picker.setListener(new CountryPickerListener() {
@SuppressLint("InflateParams")
@Override
public void onSelectCountry(String name, String code, String dialCode, String locale, int flagDrawableResID) {
public void onSelectCountry(String name, String locale, int flagDrawableResID) {
picker.dismiss();
AlertDialog.Builder transAlert = new AlertDialog.Builder(TootActivity.this);
transAlert.setTitle(R.string.translate_toot);