k3b

Results 153 comments of k3b

see https://github.com/alphacep/vosk-android-demo/issues/54#issuecomment-851030622

patriciamdr has implemeted moving model to file in her branch with a settings dialog to select the language on https://github.com/patriciamdr/vosk-android-demo/ I have taken her branch and added a confirmation dialog...

I have the same problem with simple Draw v 6.0.5 Opens wrong (=previous) image with android.intent.action.SEND when content has changed and content-uri remains same --- In order to document android...

"Virtual Album" is implemented as something similar to a sql statement. Since android-10 it is not possible any more to apply the neccessary sql to the android-build-in-media-contentprovider. This is one...

> SpectrumException{name='codec_repo_decompressor_not_found', message='heif', According to https://libspectrum.io/docs/supported_image_formats the new image format "heif" is not supported yet. can this be closed as a duplicate of https://github.com/facebookincubator/spectrum/issues/32 ?

on my non-rooted android-10 i have the same issue: provider "content://settings/global" * without query filter works as expected. * with query `_id = 22` or `_id = '22'` error (see...

### "content://settings/..." does not suport "filtering by fieldname" . Some content provider do not support "filtering by fieldname." Among these are "content://settings/..." (since android-6) On my android-10 filtering "content://sms/inbox" and...

thanks for info. if i understood https://commonsware.com/blog/2020/08/16/action-image-capture-android-r.html correctly ACTION_IMAGE_CAPTURE. need EXTRA_INITIAL_INTENTS with a list to other existing, known apps as implemented in https://gitlab.com/commonsguy/cw-android-r/-/blob/v0.3/CamChooser/src/main/java/com/commonsware/android/r/camchooser/CameraIntent.kt

i have added code that should fix the issue for "opencamera" and "simple camera". unfortunately i cannot test the changes because i have no android-11 or android-12 device and the...

@har-nick thanks a lot for testing. camera found > 03-02 18:33:33.707 20766 20766 I k3b.camerafolder: > -- additional known camera app added 'net.sourceforge.opencamera' = ResolveInfo{72c1414 net.sourceforge.opencamera/.MainActivity m=0x108000} but cannot start...