Skip to content

Commit

Permalink
Remove support for Avanza and Avnza mini
Browse files Browse the repository at this point in the history
  • Loading branch information
goober committed Feb 23, 2017
1 parent 3c25a39 commit a08f401
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 735 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Please view this file on the master branch, on stable branches it's out of date.

(Unreleased)
* Update certificates
* Remove support for Avanza and Avanza Mini

v1.9.14 (2017-01-06)
* Updated certificates for First Card, Osuuspankki and Östgötatrafiken
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import com.liato.bankdroid.banking.banks.AkeliusSpar;
import com.liato.bankdroid.banking.banks.americanexpress.AmericanExpress;
import com.liato.bankdroid.banking.banks.AppeakPoker;
import com.liato.bankdroid.banking.banks.AvanzaMini;
import com.liato.bankdroid.banking.banks.BetterGlobe;
import com.liato.bankdroid.banking.banks.Bioklubben;
import com.liato.bankdroid.banking.banks.BlekingeTrafiken;
Expand Down Expand Up @@ -36,7 +35,6 @@
import com.liato.bankdroid.banking.banks.TicketRikskortet;
import com.liato.bankdroid.banking.banks.Vasttrafik;
import com.liato.bankdroid.banking.banks.Zidisha;
import com.liato.bankdroid.banking.banks.avanza.Avanza;
import com.liato.bankdroid.banking.banks.bitcoin.Bitcoin;
import com.liato.bankdroid.banking.banks.coop.Coop;
import com.liato.bankdroid.banking.banks.ica.ICA;
Expand Down Expand Up @@ -71,10 +69,6 @@ public static Bank fromBanktypeId(int id, Context context) throws BankException
return new Coop(context);
case IBankTypes.ICA:
return new ICA(context);
case IBankTypes.AVANZA:
return new Avanza(context);
case IBankTypes.AVANZAMINI:
return new AvanzaMini(context);
case IBankTypes.OKQ8:
return new OKQ8(context);
case IBankTypes.FIRSTCARD:
Expand Down Expand Up @@ -157,8 +151,6 @@ public static List<Bank> listBanks(Context context) {
banks.add(new Lansforsakringar(context));
banks.add(new Coop(context));
banks.add(new ICA(context));
banks.add(new Avanza(context));
banks.add(new AvanzaMini(context));
banks.add(new OKQ8(context));
banks.add(new FirstCard(context));
banks.add(new Payson(context));
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit a08f401

Please sign in to comment.