Commit Graph

6 Commits

Author SHA1 Message Date
b4e3a5c542 chore(ui,service,shared): Fix linter issues 2023-09-10 19:22:56 +02:00
c96880d437 fix(android): (Hopefully) fix build issues
Okay, so it turns out we cannot just have a plugin right
next to the actual app because then Flutter won't generate
both the GeneratedPluginRegistrant and the correct links to
the plugins. As such, we have to move the plugin code out of
Moxxy into the new moxxy_native library.

However, we need access to the activity to receive the notification
tap events (at least on Android). To fix this, we have a quirk that
checks if we have a notification event before finishing the handling
of the PreStartDoneEvent.
2023-09-08 15:33:39 +02:00
17295320c3 fix(android): Make notification tapping work again 2023-09-06 21:17:18 +02:00
4dfacc759b chore(android): Refactor the plugin code a bit 2023-09-06 17:55:57 +02:00
da57b113f8 feat(android,ui): Use Android 13's new photo picker 2023-09-06 17:51:53 +02:00
7f2c978736 fix(service): Bring back notification tap events 2023-09-02 13:03:24 +02:00