Sylvia van Os
Sylvia van Os
We're just done with Android 15, but 16 is now "stable enough to be targetable". # All Android 16 devices (See https://developer.android.com/about/versions/16/behavior-changes-all) ## Intent security changes (See https://developer.android.com/about/versions/16/behavior-changes-all#intent-redirect-attacks) I don't...
Google Play is complaining about this. Mindlessly removing it hasn't worked (because it breaks Android 14 stuff) so we need to look at what we can do: > Your app...
Occasionally, users manually edit their export files. While this is obviously *not* a supported use case and will never be, it definitely can't hurt to make the importer a bit...
Catima's edge-to-edge support on Android 15 (2.34.4) is completely broken. It needs to be reverted. It looks fine in portrait mode, but as soon as you run it in landscape...
Several places in strings.xml use the direct text "Catima", it should refer to app_name everywhere so that in languages where the name Catima is transliterated it consistently uses the same...
Pkpass files can be updated online: https://developer.apple.com/documentation/walletpasses/adding-a-web-service-to-update-passes While the documentation suggests this is mostly for changes like boarding gate for plane travel, some organizations seem to use it to "expire"...
It doesn't seem to always happen, seems to be some timing issue? Needs deeper looking into. 1. View a card 2. Tap the barcode to enter full-screen 3. Leave full-screen...
Some file managers seem to not correctly use `application/vnd.apple.pkpass` as mime type for pkpass files, making Catima not show up as option. We should try to add a workaround for...
.pkpasses exists, which is basically a zip file of multiple pkpass files with mimetype `application/vnd.apple.pkpasses`. See https://developer.apple.com/documentation/walletpasses/distributing-and-updating-a-pass#Create-a-bundle-of-passes for more details. This doesn't seem very common, but would be good to...
Right now, only the date can be set. For event tickets this is not really precise enough. Allowing users to set the time may also help fix #2124.