19 Oct 2023 |
George | I'm on phone, sec. | 09:01:47 |
linsui | Nevermind, found it. https://hosted.weblate.org/translate/f-droid/f-droid/en/?checksum=581611909d20ddcc | 09:02:42 |
linsui | I thought it's the target sdk version of the app. | 09:03:06 |
George | Can you also provide what comes before it or a screenshot? | 09:04:13 |
Licaon_Kter[xmpp] | linsui: if it says or_later, might be about blocking them say "23 or later on Android 14" | 09:07:11 |
Licaon_Kter[xmpp] | https://gitlab.com/fdroid/fdroidclient/-/blob/master/app/src/main/res/values/strings.xml#L471 | 09:09:19 |
linsui | https://gitlab.com/fdroid/fdroidclient/-/blob/master/app/src/main/java/org/fdroid/fdroid/CompatibilityChecker.java#L83 | 09:09:20 |
linsui | The %s is the Android version of the minInstallableTargetSdk. | 09:10:06 |
George | So basically, "targets" means "requires at least"? | 09:12:10 |
linsui | Yes. | 09:12:26 |
linsui | Not sure what the complete text is. | 09:12:42 |
Licaon_Kter[xmpp] | Explains? https://gitlab.com/fdroid/fdroidclient/-/merge_requests/1294#note_1598871427 | 09:15:22 |
paulali | Hello here, we are trying to bring F-Droid TWIF back.
If you have any news on Android or F-Droid or Translation news on F-Droid or anything with regards to FOSS/FLOSS on Android that you'd like highlighted. Please post it on the F-Droid forum thread at https://forum.f-droid.org/t/new-twif-submission-thread/23546/
Any input will be highly appreciated.
Thank you. | 12:43:18 |
critdroid | In reply to @rdfg77:kde.org The %s is the Android version of the minInstallableTargetSdk. Android version and corresponding SDK are different things. So what will we see here and where? Btw, most users I know are glad to remember their Android version, SDK would be double Dutch for them. | 14:27:19 |
linsui | The Android version. | 14:28:10 |
critdroid | In reply to @paulali:matrix.org
Hello here, we are trying to bring F-Droid TWIF back.
If you have any news on Android or F-Droid or Translation news on F-Droid or anything with regards to FOSS/FLOSS on Android that you'd like highlighted. Please post it on the F-Droid forum thread at https://forum.f-droid.org/t/new-twif-submission-thread/23546/
Any input will be highly appreciated.
Thank you. Interesting fact especially in this room for translators since your posts currently cannot be translated because there's no communication with Weblate. | 14:37:57 |
critdroid | In reply to @rdfg77:kde.org The Android version. Ok, so we'll read "targets 10"? Or "targets Android 10+"? Still vague. | 14:41:48 |
linsui | In reply to @critdroid:matrix.org Ok, so we'll read "targets 10"? Or "targets Android 10+"? Still vague. https://gitlab.com/fdroid/fdroidclient/-/blob/master/app/src/main/java/org/fdroid/fdroid/Utils.java#L316 | 14:44:32 |
linsui | I thought you'll get "targets 10". | 14:45:20 |
_hc | its not a great UX for sure, but its what is there. | 14:49:40 |
_hc | It'll be something like Requires: targets 10 | 14:49:52 |
_hc | something we can hopefully overhaul later. | 14:50:10 |
linsui | Hmm, yes, no one can understand what "targets 10" means | 14:53:10 |
linsui | It's easy to improve. We just need to add a "Android" there. | 14:53:37 |
_hc | its related to incompatibilies | 14:53:37 |
critdroid | or we simply replace "targets" by "Android" 🙃 | 14:57:25 |
_hc | that won't work with the other htings | 14:58:15 |
_hc | if an app version is flagged as incompatible because of targetSdkVersion , it'll get Requires: targets Android 10 | 14:58:49 |
_hc | or is it just targets 10 ? I forget | 14:59:04 |
_hc | for minSdk, it'll get Requires: Android 10+ | 14:59:26 |