chinwag-android/app
Ivan Kupalov ef1ae581b4
Fix some of the StrictMode violations (#1931)
Mostly it's disk reads/writes.

Conscrypt reads own version on startup which reads from disk multiple
times. There's no solution for it right now.

SharedPreferences which are used in BaseActivity also read from disk
and pretty early but it shouldn't be a problem.
2020-11-23 20:05:48 +01:00
..
schemas/com.keylesspalace.tusky.db.AppDatabase Add support for muting conversations (#1732) 2020-03-24 21:06:04 +01:00
src Fix some of the StrictMode violations (#1931) 2020-11-23 20:05:48 +01:00
.gitignore
build.gradle upgrade dependencies (#1990) 2020-11-22 19:02:54 +01:00
proguard-rules.pro convert EmojiPreference and EmojiCompatFont to Kotlin (#1922) 2020-09-02 12:27:51 +02:00