Zhang Hu

Results 11 comments of Zhang Hu

> I have met the same bug. have you found a solution? try another version

Already upgrade to NDK 10e I solved the problem, but i don't know if it is right Modify file vendor/libjpeg-turbo/Android.mk change line 87 ``` else ifeq ($(TARGET_ARCH_ABI),armeabi) LOCAL_CFLAGS += \...

I also checked if GLSurfaceView is dirty before setImage

I looked at the code,I think the `id` in url should be `group`,try to changed it but still not working, don't know why **In Code:** [if (!empty($_GET['group']))](https://github.com/projectsend/projectsend/blob/fc479b011c6450b4e152c4f435846c49024a38d7/public.php#L25C1-L25C1) **The public page...

账号设成公开就可以了

I meet "Could not find DRM device!".

I think the problem is in wxWidgets: https://github.com/wxWidgets/wxWidgets/blob/a812fffda3fe686c94e24bff27e8effd96e4de64/src/common/stattextcmn.cpp#L145 ```C++ // Find the last word to chop off. const size_t lastSpace = line.rfind(' ', posEnd); if ( lastSpace == wxString::npos )...