summaryrefslogtreecommitdiff
path: root/app/src/main/java/se/leap/bitmaskclient/DefaultedURL.java
AgeCommit message (Collapse)Author
2020-12-29new year cleanup: restructure messy projectcyBerta
2018-02-128827 - fix equals for ProviderFup Duck
2018-01-23add custom provider optionFup Duck
2018-01-038773 preseeded providers implementation for production flavorcyBerta
2015-04-22Avoid the check for a null provider.Parménides GV
A provider can be asked if it's configured or not, so that we don't find more provider = null issues. I've created a DefaultedURL which links to https://example.net, so that we can initialize an URL. I use composition instead of inheritance, since URL class is final.