Auxio/app/src/main/java/org/oxycblt/auxio/util
OxygenCobalt cd00950a5c
all: audit synchronized usages
Audit usages of Synchronized throughout the app to prevent deadlocks.

This is primarily composed of not making long-running work
synchronized, instead only making mutations and reads synchronized.
This does cause minor issues, such as during a sanitization event
the playback state could be feasibly saved, changed, and then restored
back to the previous state unintentionally. However, preventing
deadlocks is generally better than trying to fix those.
2022-07-03 09:12:19 -06:00
..
ContextUtil.kt all: use synchronized annotation 2022-07-02 17:28:51 -06:00
FrameworkUtil.kt all: audit synchronized usages 2022-07-03 09:12:19 -06:00
LogUtil.kt all: update logging 2022-06-15 11:06:10 -06:00
PrimitiveUtil.kt image: remove animated indicator 2022-06-15 16:11:41 -06:00