Tusky-App-Android/app/src/main/java/com/keylesspalace/tusky/components/account
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
..
list Don't use mutable shared flows in UI (#4346) 2024-03-29 20:02:12 +01:00
media Replace java.util.Random with kotlin Random object (#4364) 2024-04-10 21:47:27 +02:00
AccountActivity.kt Replace Gson library with Moshi (#4309) 2024-04-02 21:01:04 +02:00
AccountFieldAdapter.kt upgrade ktlint plugin to 12.0.3 (#4169) 2024-01-04 17:00:55 +01:00
AccountPagerAdapter.kt upgrade ktlint plugin to 12.0.3 (#4169) 2024-01-04 17:00:55 +01:00
AccountViewModel.kt fix swipe-refresh spinner showing forever when refreshing AccountActivity (#4345) 2024-03-30 11:31:29 +01:00