Alex Cohn

Results 72 comments of Alex Cohn

It seems that [`ReadFileTest.testReadFile_bmp()`](https://github.com/rmtheis/tess-two/blame/master/tess-two-test/src/com/googlecode/leptonica/android/test/ReadFileTest.java#L69) is redundant. This tests is duplicate of `ReadFileTest.testReadFile_png()` and uses same **PNG** file compression. That's quite natural because Android Bitmap class does not provide an API...

Same for **com.picsart.studio** v. 18.1.2 (a the [base](https://drive.google.com/file/d/10wpicI8nlYdqrDPG7cc7OUbaQb3x0hT7/view?usp=sharing) of a split APK): A fat APK, downloaded from https://picsart-estudio.en.uptodown.com/android/download, can be repackaged without complaints. ``` apktool b base I: Using Apktool...

> Delete layouts.xml Also, remove `layout/APKTOOL_DUMMY_23e` or whatever from `res/values/public.xml` Thanks a lot, @MrIkso

Happens for me with resource xml with **`$`** in tag name, e.g. ````

@darrinps there are some good reasons why this was not merged. One, as you noticed, is that this still lacks 64 bit, which makes this solution unsatisfactory for majority of...

@pcm2a what is your incentive to target Q? Remember, you can use Q APIs in a project that targets earlier SDK. At any rate, if you don't set min supported...

@pcm2a if you think this PR is important, feel free to vote for it.

@HBiSoft Passing **FileDescriptor** still won't let you work around the scoped storage. You need significant changes on the ffmpeg binary as well, to handle this: pass these file descriptors via...

@HBiSoft they have their [**struct State**](https://github.com/wseemann/FFmpegMediaMetadataRetriever/blob/35322d19597fac190ddb31ffd65a765b6747688b/gradle/fmmr-library/binaries/src/main/jni/metadata/ffmpeg_mediametadataretriever.h#L40) that can handle such URI, that's not how FFmpeg-Android is built.

@HBiSoft on the one hand, **ffmpeg** supports the pipe protocol out-of-the-box, and I believe that the Android port did not damage this functionality. On the other hand, the pipe protocol...