Tusky-App-Android/app/src/main
Christophe Beyls ec599c8f8a
Replace java.util.Random with kotlin Random object (#4364)
This also improves randomness by avoiding to reinitialize the random
number generator repeatedly from a seed based on the current time.
Typically, if the number generator is reinitialized repeatedly at
non-random times (like multiple times in a row), then generated numbers
have a higher chance of repeating.

The Kotlin Random object is only initialized once, using the best seed
available for the current Android version.
2024-04-10 21:47:27 +02:00
..
java/com/keylesspalace/tusky Replace java.util.Random with kotlin Random object (#4364) 2024-04-10 21:47:27 +02:00
res Translated using Weblate (Galician) 2024-04-03 18:30:31 +00:00
AndroidManifest.xml change SendStatusService type to shortService (#4292) 2024-02-29 12:21:15 +01:00
ic_launcher-web.png new app icon (#2695) 2022-09-13 19:48:09 +02:00