mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-11-06 00:03:28 +01:00
haptic feedback, listed sources
This commit is contained in:
@@ -195,7 +195,7 @@ class GitLab implements AppSource {
|
||||
}
|
||||
}
|
||||
|
||||
class sourceProvider {
|
||||
class SourceProvider {
|
||||
// Add more source classes here so they are available via the service
|
||||
AppSource getSource(String url) {
|
||||
if (url.toLowerCase().contains('://github.com')) {
|
||||
@@ -227,4 +227,6 @@ class sourceProvider {
|
||||
apk.version,
|
||||
apk.apkUrls);
|
||||
}
|
||||
|
||||
List<String> getSourceHosts() => ['github.com', 'gitlab.com'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user