macearl
macearl
for newer ffmpeg versions `FF_INPUT_BUFFER_PADDING_SIZE` in `scan.c` needs to be renamed to `AV_INPUT_BUFFER_PADDING_SIZE` to be able to compile again
Hi, as there are tons of issues recently closed it would be great if you could build a new release apk, or mark a branch as a new release (whatever...
Would it be trivial to adapt this method to the i9305, iirc the only difference between the i9300 and i9305 was the modem and the additional ram. Im not sure...
So i just tried to update the kernel on my bpi m64. commands: ``` wget https://github.com/avafinger/bpi-m64-firmware/blob/master/linux-image-4.4.89-m64_1.0-2.deb sudo dpkg -i linux-image-4.4.89-m64_1.0-2.deb sync && sync && reboot ``` now my bpi is...
Just a small fix which removes the deprecated `getExternalStorageDirectory` in favour of the (scoped) `getExternalFilesDir` This fixes the backup/restore preferences functionality on Android 11+. As I'm not really versed in...
### Problem description When sharing URLs which are not part of the [WEB_URL pattern from AOSP](https://github.com/aosp-mirror/platform_frameworks_support/blob/a9ac247af2afd4115c3eb6d16c05bc92737d6305/compat/src/main/java/androidx/core/util/PatternsCompat.java#L211) or Magnet links (added through https://github.com/termux/termux-app/issues/1339 ). The file editor gets opened instead of...