Auxio/app/src/main
OxygenCobalt e54a58c612
ui: audit null safety
Audit null safety to remove extraneous and stupid calls while
optimizing certain checks here and there.

This commit is primarily centered around the introduction of a new
utility: unlikelyToBeNull. This call uses requireNotNull on debug
builds and !! on release builds, which allows for bug catching in
an easier manner on normal builds while also allowing for
optimizations on the release builds.
2022-03-27 11:23:07 -06:00
..
java/org/oxycblt/auxio ui: audit null safety 2022-03-27 11:23:07 -06:00
res ui: audit null safety 2022-03-27 11:23:07 -06:00
AndroidManifest.xml app: expose file opening intents better [#78] 2022-02-15 19:27:44 -07:00