Wholphin/app/src/main/java/com/github/damontecres/wholphin
Ray 38697b011d
Switch from synchronized mutations to copy-on-write (#609)
## Description
Instead of synchronizing all access to event observers, use a
`CopyOnWriteArrayList`. This means sending events doesn't need to lock.
2025-12-31 16:10:29 -05:00
..
data Some minor optimizations to improve UI speed (#593) 2025-12-29 15:36:05 -05:00
preferences Better restoration for auto sign in (#566) 2025-12-24 16:44:41 -05:00
services A few more UI tweaks (#603) 2025-12-30 18:39:48 -05:00
ui A few more UI tweaks (#603) 2025-12-30 18:39:48 -05:00
util Switch from synchronized mutations to copy-on-write (#609) 2025-12-31 16:10:29 -05:00
MainActivity.kt Add resume/continue watching items to Android TV watch next row (#372) 2025-12-27 15:40:45 -05:00
WholphinApplication.kt Add resume/continue watching items to Android TV watch next row (#372) 2025-12-27 15:40:45 -05:00