summaryrefslogtreecommitdiff
path: root/src/se/leap/bitmaskclient/ProviderListContent.java
AgeCommit message (Collapse)Author
2013-11-19Simplified the methods to add a new provider.Parménides GV
Adding a new provider is the same that selecting a new one, using the same methods and following the same workflow.
2013-11-19Preseeded providers only have provider.json urlParménides GV
I've refactored everything to be able to remove all but provider.json url at urls files.
2013-11-19Removing unnecessary fields from ProviderItem.Parménides GV
I'm targeting to refactor the whole ProviderItem class because I've not used the Provider class so far and I should not duplicate information from "Provider" into "ProviderItem".
2013-11-15New provider hides other providers.Parménides GV
If a new provider is added, it gets selected automatically hiding all other providers, as if it had been selected clicking on it.
2013-11-09bitmaskclient instead of leapclient in package pathcyBerta