Ben Rericha
Ben Rericha
## What type of PR is this? (check all applicable) - [ ] Refactor - [x] Feature - [ ] Bug Fix - [ ] Optimization ## Description Implements a...
Part of the work towards #137. The app is currently using Material 2, which doesn't seem to support edge to edge. Migrating to Material 3 should help this process and...
We've temporarily disabled the abortOnError lint rule to enable CI. We should resolve these errors so that the rule can be enabled. Use the output from running `gradlew app:lintDebug` to...
The OneSignal push notifications seem to not be working. It is possible that OneSignal has changed how it works under the hood in the time since it was added to...
Since the app targets SDK 33 now users need to grant permission for the app to send notifications. Rather than prompt immediately we could wait until a certain condition is...
While I was working on #135 there were quite a few uses of deprecated methods, most of which were fixed in that specific example by migrating to the AndroidX preference...