summaryrefslogtreecommitdiff
path: root/app/src/main/java/se/leap/bitmaskclient/providersetup/ProviderApiManagerV5.java
AgeCommit message (Expand)Author
2025-03-27remove deprecated TODOscyBerta
2025-03-27fix updateServiceInfo() in v5, ensure the authentication token is used (if av...cyBerta
2025-03-27implement updating VPN certificate in v5, also fixes a NPEcyBerta
2025-03-27set bitmask-core's debug mode before fetching ServiceInfos in case app is a d...cyBerta
2025-02-03persist v5 provider on successful provider setup, ensure introducer is also s...cyBerta
2024-12-11set introducer URL in bitmask-core during provider setup, in case there's an ...cyBerta
2024-12-11implement provider setup progress event handling for v5cyBerta
2024-12-11validate ca certificate after fetching it from the APIcyBerta
2024-12-11catch possible exceptions when trying to set base country in bitmask-corecyBerta
2024-12-11alwaysy use bitmask-core to fetch provider.json, avoid downloading it twicecyBerta
2024-12-11remove unused DOWNLOAD_VPN_CERTIFICATE action in APIv5cyBerta
2024-12-11fix fix check when to run geolocation lookups on provider setupcyBerta
2024-12-11update bitmask-core API, store v5 provider detailscyBerta
2024-12-11add support for running bitmask-core's apiv5 bootstrap via tor + snowflakecyBerta
2024-12-11add new java swagger model classes to Provider model, replace java models of ...cyBerta
2024-12-11implement ProviderAPI's DOWNLOAD_SERVICE_JSON action for v5cyBerta
2024-12-11very basic provider setup for v5, proper error handling still missingcyBerta
2024-07-11initial refactoring to add a separate provider api manager for API v5cyBerta