Tyler Nychka

Results 5 issues of Tyler Nychka

Enables offline mode for a select number of features. Creates a de-synchronized offline state after losing internet connection, then projects expected changes across the mobile app until refreshed. On refresh,...

Creates Kotlin Multiplatform Shared Library for realm data models and adds local scoring interactor for offline mode. This PR migrates the Android Realm models into a Shared Realm library. This...

Rename doesnt_contain_shit() to contains_jack_shit()

Redefine containsShit as size() > 0 work to keep it in the same style as doesnt_contain_shit that is ``` x.contains_shit; x.doesnt_contain_shit; ``` as opposed to ``` contains_shit(x); x.doesnt_contain_shit; ```

Several new pull requests have gone in, update the readme to match these changes