Patryk Miś

Results 34 issues of Patryk Miś

# Gradle output with --stacktrace ``` FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':strings:BetterRead'. > Process 'command 'C:\Program Files\Eclipse Adoptium\jdk-11.0.13.8-hotspot\bin\java.exe'' finished with non-zero...

* Update Gradle Wrapper to 7.5.1 * Bump Android Gradle Plugin to 7.2.2 * Bump compileSDKVersion to 33 * Bump NDK version, AndroidX and other dependencies * Enable optimization, cleanup...

This is modified Inno Setup, probably v5.20. Firstly, Tried latest GIT version: ``` >innoextract --debug -i "setup-hyp.exe" found loader header resource at 0x18eac found loader header magic version 5.1.5 loaded...

enhancement

`aria-haspopup` and `aria-expanded` attributes must be set for button element or div with `role="button"` attribute instead of outer `div` with `data-controller="dropdown"`. Moreover: * The links container must have `role="menu"` defined....

help wanted
good first issue

Since it is not app for use with only GrapheneOS and it is available on Google Play, I thought it's time for adding translations. My friends use it successfully e.g....

Needs some adjustments in the code too. Polish metadata: unfortunately without Polish screenshots.

Examples: # Loaders in activity, android.app, content, … deprecated files: * app/src/main/java/com/prangesoftwaresolutions/audioanchor/activities/*.java > Loaders have been deprecated as of Android P (API 28). The recommended option for dealing with loading...

maybe someday

Since it is not app for use with only GrapheneOS and it is available on Google Play, I thought it's time for adding translations. My friends use it successfully e.g....

MediaFormat and MediaCodec supports FLAC (Free Lossless Audio Codec), so glad to see this format supported in this app too. It could be done like in BCR: * https://github.com/chenxiaolong/BCR/blob/master/app/src/main/java/com/chiller3/bcr/format/FlacContainer.kt *...

feature request

Android 4.4+ supports FLAC, M4A and OGG natively ([MediaFormat](https://developer.android.com/reference/android/media/MediaFormat) and [MediaCodec](https://developer.android.com/reference/android/media/MediaCodec)). Great working implementation is done e.g. [in BCR project](https://github.com/chenxiaolong/BCR).