mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-08-01 13:20:16 +02:00
Added F-Droid search (#526) + search UI improvements
This commit is contained in:
@@ -415,7 +415,7 @@ abstract class AppSource {
|
||||
}
|
||||
|
||||
bool canSearch = false;
|
||||
Future<Map<String, String>> search(String query) {
|
||||
Future<Map<String, List<String>>> search(String query) {
|
||||
throw NotImplementedError();
|
||||
}
|
||||
|
||||
@@ -433,7 +433,7 @@ ObtainiumError getObtainiumHttpError(Response res) {
|
||||
abstract class MassAppUrlSource {
|
||||
late String name;
|
||||
late List<String> requiredArgs;
|
||||
Future<Map<String, String>> getUrlsWithDescriptions(List<String> args);
|
||||
Future<Map<String, List<String>>> getUrlsWithDescriptions(List<String> args);
|
||||
}
|
||||
|
||||
regExValidator(String? value) {
|
||||
|
Reference in New Issue
Block a user