clragon
clragon
I see this issue has a lot of interest. I will bump it in the list of priorities. Thank you for your feedback, everyone.
feature spec: 1. introduce an option to select the resolution of a video being played, picking from available resolutions. 2. introduce a "preferred video resolution" setting picking an Enum [480p,...
this feature now exists. I dropped the ability to decide video resolution on the fly because that is somewhat complex to manage in the current setup, unfortunately. however, there is...
this should now finally be fixed. let us know if it is not.
I have added fastlane to the repository. I will look into automatically generating screenshots with it.
I have now opened a merge request with a config file for e1547. https://gitlab.com/fdroid/fdroiddata/-/merge_requests/13540
The build config for e1547 has been merged and the app should be available on fdroid at some point in the near future.
after working on a completely unrelated package, I now have new knowledge. ```dart @override Widget build(BuildContext context) { return KeyboardListener( focusNode: _focusNode, onKeyEvent: (key) { if (key is! KeyDownEvent) return;...
Hi, the keypads cannot be different because the inputs are compared and have to match for the user to continue. Can you elaborate on how you would like this feature...
As of version 5.x, its now possible to directly set the suggestions through the controller.