summaryrefslogtreecommitdiffhomepage
path: root/ios/RelayCache/CachedRelays.swift
AgeCommit message (Collapse)AuthorFilesLines
2023-12-11Moving RelayCache into MullvadRESTmojganii1-28/+0
2023-06-13Replace Caching type with FileCache<Content: Codable>Andrej Mihajlov1-1/+1
2023-06-13Cache the last used shadowsocks configuration and reuse it subsequentlyBug Magnet1-3/+3
2022-10-21Move RelayCache.IO and CachedRelays into new RelayCache.frameworksajacl1-0/+28
Moved RelayCache.IO and CachedRelays into new RelayCache.framework Moved prebuild script to build phase script. Renamed script, renamed/moved RelayCache.IO to RelayCache. Renamed RelayCache.Tracker to RelayCacheTracker. Set APPLICATION_EXTENSION_API_ONLY to true for RelayCache framework. Updated gitignore. Removed relays.json from git. Removed relays.json from RelayCache framework Removed RelayCache/FetchResult, moved/renamed code into RelayCacheTracker file. Renamed CachedRelaysFetchResult to RelaysFetchResult. Changed access level for RelaysFetchResult and NoCachedRelaysError.