-
-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix crash, webp support #762
base: master
Are you sure you want to change the base?
Conversation
bro你真是赛博活菩萨 |
how do I add the extension? |
By installing app-debug.zip |
I believe this alternative is good and offers a better gallery. However, there is one thing missing: whenever I reach the bottom of what I read, I usually see suggestions for related titles, but this alternative does not have that feature. I think that is the only thing lacking at the moment. As for the rest, I haven't encountered any errors. |
It's probably part of the same error.Even though I added the extension to almost the entire app, it's just a patch. I don't fully understand how the entire app works. |
I just checked it again and it's now appearing. Thank you for the work. |
Do you know of any way to deal with the android sandboxing so the debug version gets to access the release version's downloads? Because they have different signatures, they also have different folders. I tried messing with the dev compatibility flags but I couldn't find anything that could help me with that. I remembered slightly there were ways to deal with that in previous android versions, but I'm unsure if it still exists (without literally having the app ask for admin status) |
I am using root but |
Using the same path in settings, I found that either app can't see the other's files. There's no conflict too, I tried downloading on one and it didn't corrupt the other's download manifest. They are truly sandboxed by some insane magic I don't get. I might try to check the files out to see how they made this work. |
But you can just rename the android data app id with the id of the debug if you not have permission you can use |
About the downloads. I connected my phone to my pc to easily access my files and moved the files to the Debug version. It's hard to move the files on phone only so i suggest you guys to try using pc or laptop instead to move the files |
妙手回春啊大夫 |
谢谢您治好我弟弟,差点我的弟弟连口水都流不出来了 |
Thank you so much |
这个安装包提示要卸载旧的安装包,我下载的那些该怎么办啊,求大佬教教怎么只卸载安装包不删除下载的图片 |
好吧,原来只能把下载的导到电脑上,再装回来了。 |
而且要想导老版本数据好像也只能导电脑上,这个app的导入导出数据功能只能把收藏夹,未下载的本子,状态显示那些导入导出,不能把已下载的本子导出啊 |
You can do this in the following way: Find the folder you downloaded in Settings-Folder Location, then open the new app and set it to the same directory path. This should solve the problem that your downloads cannot be seen; in addition, if you need to sync favorites and status viewers, you need to use Settings-Other Settings-Export Data and select Settings-Other Settings-Export Data on the new app and select the corresponding file to import 你可以通过如下方式:在设置-文件夹位置中找到你下载的文件夹,然后打开新的app设置成相同的目录路径,这应该可以解决你的下载无法看见的问题;另外如果你需要同步收藏和状态查看器,你需要使用设置-其他设置-导出数据并在新app上选择设置-其他设置-导出数据并选择对应文件导入 |
You can do this in the following way: Find the folder you downloaded in Settings-Folder Location, then open the new app and set it to the same directory path. This should solve the problem that your downloads cannot be seen; in addition, if you need to sync favorites and status viewers, you need to use Settings-Other Settings-Export Data and select Settings-Other Settings-Export Data on the new app and select the corresponding file to import |
Do you want to commit to https://github.com/maxwai/NClientV3?It seems keep alive together |
Simple code to support .webp format
![](https://private-user-images.githubusercontent.com/36446521/385213321-36c74bd6-ecd5-4cd0-8bd6-c5231636abb6.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk4MDIyODQsIm5iZiI6MTczOTgwMTk4NCwicGF0aCI6Ii8zNjQ0NjUyMS8zODUyMTMzMjEtMzZjNzRiZDYtZWNkNS00Y2QwLThiZDYtYzUyMzE2MzZhYmI2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE3VDE0MTk0NFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWQ3ZDE5Nzk4ZTI2YzdiNGI4ZDU0MWQ5OTFkZmEwOWM5NWYxNWFmZGUyZjYxZTEyZjAxNjY5Y2Q4Yzk1OWI3MTkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.BZpb3TYrgxO7gnOY8sXxAEH7axeSISUuRWCOk458mJQ)
Download and install: 8/12/24
app-debug.zip
to fix the issue temporary
Thanks to #756
It is an interesting application.
I only have Notepad++, so I work with that.
you just need to add one more extension WEBP("webp")
but the app is programmed to work with extensions of 3 characters jpg png gif,
webp has 4 characters so I just touched the part that arbitrarily takes the final 3 characters for something more flexible and then you just have to modify the regex, with which you search the files
and the functions that converted the extension into a character and the character into an extension
simply follow the functions from the inside out