izivkov/CasioGShockSmartSync

F-Droid can't build

licaon-kter opened this issue · 15 comments

another thing, can you clean up translations before tagging or we should inject ExtraTranslation or something else? https://gitlab.com/fdroid/fdroiddata/-/jobs/7407886941#L618

The link just shows a 505 page

link works fine for me

error is now:

> Task :app:lintVitalRelease FAILED
/home/vagrant/build/org.avmedia.gshockGoogleSync/app/src/main/java/org/avmedia/gShockPhoneSync/services/KeepAliveManager.kt:40: Error: Missing PendingIntent mutability flag [UnspecifiedImmutableFlag]
        val pendingIntent = PendingIntent.getActivity(this, 0, notificationIntent, 0)
                                                                                   ~
   Explanation for issues of type "UnspecifiedImmutableFlag":
   Apps targeting Android 12 and higher must specify either FLAG_IMMUTABLE or
   FLAG_MUTABLE when constructing a PendingIntent.
   FLAG_IMMUTABLE is available since target SDK 23, and is almost always the
   best choice. See
   https://developer.android.com/guide/components/intents-filters#CreateImmuta
   blePendingIntents for a list of common exceptions to this rule.
   https://developer.android.com/about/versions/12/behavior-changes-12#pending-intent-mutability
   https://goo.gle/UnspecifiedImmutableFlag
1 errors, 0 warnings

these email replies you do have missing images 😄

Screenshot from 2024-08-06 11-34-12

I am going to use a linter before tagging

Ah, network glitches on Gitlab, yeah :)

Running lint against the code, showed the error you reported. I fixed it and tagged again. Will run lint from now on. Thanks.