Anssi Hannula
Anssi Hannula
As far as I can see, the check is too strict. Enlarging the filesystem past that limit should be okay when the META_BG feature is enabled (in which case the...
For e.g. POST, `OAuth1Session.request()` does `req_kwargs['headers'].setdefault('Content-Type', FORM_URLENCODED)`. This seems to override the proper "multipart/form-data" content type which `PreparedRequest.prepare_body()` gets from `self._encode_files()`. Overriding it manually using `headers` parameter for `session.post()` won't...
> The Nokia N900 has keybinds like Ctrl-Backspace to go back to the launcher/opened app list, would it be possible to implement the same thing with FinQwerty on the Fxtec...
Unfortunately ctrl+backspace on Android is usually "remove last word", so I won't assign anything to that combination in the regular FinQwerty layouts in order to keep that functionality. But I...
> What FinQwerty layout is the closest to the N900's layout? I don't think any are too close, look [here](https://android.onse.fi/finqwerty/#pro1) for layout charts. > Can't it be the big "F"...
I'm sorry about the delay in response. What does [KeyEvent Display](https://play.google.com/store/apps/details?id=aws.apps.keyeventdisplay) show for the modifier keys (Alt, Sym, yellow-arrow, ctrl) under LineageOS? Scancode is the most interesting bit of info,...
Unfortunately, as far as I know, that is not possible to implement in-app, as the keyboard layouts xml and the layouts themselves have to be in app resources files, so...