-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
IzzyOnDroid #2
Comments
Another question: where are the stories downloaded from? Apart from that: it will go online with the next sync around 6 pm UTC 😃 |
@IzzySoft i removed the EDIT: and i forgot to say thank you! |
Thank you! Yes, SAF is a pain especially with Android 5-11 (and the permission mess there). And for heavy file operations pretty slow, agreed. But why MANAGE and not just READ/WRITE? Ah, legacy and "ignored" with Android 12+ or something, right? |
@IzzySoft because READ/WRITE does not work on android >= 11. It is either SAF or MANAGE |
Thanks for confirming! I wasn't 100% sure. And now wonder how Goog then deals with it in their toy shop if they limit MANAGE to "well proven cases, mostly only file managers and such"… 🤷♂️
On 10 (and only there) you can opt into legacy, though. But that would make it complicated if you want to cover > 10 as well. Crazy stuff that… |
@IzzySoft i do opt in on android 10 for legacy storage but still does not work. Dont rrmeber were but it is written that some File operations might fail.... And indeed create dirs, delete them, fails even with the legacy storage flag... |
Wow. That's weird. But well, I believe you. Makes it even more crazy how they deal with it concerning PlayStore admission… That leaves the two questions:
|
@IzzySoft books can be either downloaded from the web or imported from a zip. I am 100% but then I think I need read storage for pre SAF devices ? |
Ah, that implicitly answers the reason of my question. So nothing reaching out to some non-free/fixed server by default – and the app would even work without any server as one can import from ZIP. Very good, so we don't need some NonFreeNet or such 😉
If there were any affected, yes. But which should that be? Conty requires at least Android-5, which was when SAF was introduced. Would you support devices on Android < 5, then yes. But you don't. So if you consequently use SAF for all file operations outside your app's dedicated storage (i.e. outside |
Oh, PS: I miss the IzzyOnDroid badge in the Readme (I just wanted to use that to quickly check your min Android version on the repo browser, but only found the PlayStore and Github badges there) |
Indeed i could use SAF bu i am thinking to not use SAF for devices < 10 since it is much faster (10 is sadly the one version where everything is messed up without real solution). So i guess i prefer READ/WRITE over SAF. Is that ok? And I brought back the badge! |
Sure. SAF would be more granular and mostly guaranteeing which directories the app can access – but my question is mostly about transparency. So I've added the reasoning now (putting all storage permissions to your app's "green list" with an explanation). Thanks! |
I see you added Sentry. Is it strictly opt-in? Or is something of it enabled by default? |
@IzzySoft Damn that s a mistake should only be in playstore builds :s Will be removed in next ones... |
Thanks for the swift action! Just manually triggered an update now to verify… Oops, now |
Managé permission is normal ! As we explained before in this issue. But indeed I forgot to increase the build number :( will.make a new one tomorrow morning |
No probs, and no need to hurry it. In this specific case it's even somehow useful it overwrites the existing APK – but only for new installs, and for those who did not yet update. So a timely update would be great indeed, but tomorrow is totally sufficient, thanks! |
@IzzySoft the new build is up https://github.com/Akylas/conty/releases/tag/android%2Fgithub%2F1.5.6%2F19. Sorry for all the trouble and thank your for your great support as usual! |
Thanks – and it just went live with today's sync 🤩 |
@IzzySoft i have a little question for you. iOS users are asking me to release ipa file through github (thanks to the new european law). So to do that i would need to create new releases on github (all my apps) specially for iOS.
|
It would log an error on each try – but yeah, it wouldn't "break" anything.
Well, that would be nice to avoid the error, yes. My guess is it won't even come to that as you most likely already plan what I suggest now: AutoUpdateMode: Version ^android/github/[^/]+/%c$ is what's set up for Conty here currently. Your IPAs will most likely come with tags named matching the RegEx |
Yes that s the case i use ios in the tags and not android! So awesome! BTW will be the same for : |
Ah, while we're here… fastlane. Could you maybe adjust the |
@IzzySoft should be better now. |
A final touch is still needed: current version would render fine as Github flavored Markdown, but not otherwise. Can you make sure the bullet-point lists are "separated" (i.e. have an empty line before and after)? In |
@IzzySoft here is a new app of mine. Would love for it to be on IzzyOnDroid ;)
Thanks!
The text was updated successfully, but these errors were encountered: