thunderbird-android/k9mail
Andrew Gaul 5bbadc9ce6 Make some static fields final
Adding final prohibits modification and allows initialization of
primitive and String fields at compile time instead of runtime in
clinit:

https://developer.android.com/training/articles/perf-tips.html#UseFinal

Found via error-prone.
2018-02-10 10:38:16 -08:00
..
src Make some static fields final 2018-02-10 10:38:16 -08:00
build.gradle TextToHtml: Extract sections from a plain text email 2018-01-25 06:40:30 +01:00
proguard-rules.pro Use ProGuard to strip unused code in release builds (#2753) 2017-11-10 21:54:31 +00:00