Commit Graph

15 Commits

Author SHA1 Message Date
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
7f2c978736 fix(service): Bring back notification tap events 2023-09-02 13:03:24 +02:00
7c56383601 chore(all): Lint and format tests and migrations 2023-03-21 16:32:34 +01:00
3adf9b0d00 feat(ui): Use slang for the intro page 2022-11-17 18:13:29 +01:00
6fba0f28db test(service): Integration test MoxxyReconnectionPolicy 2022-11-16 22:58:25 +01:00
bd6aaa07c8 feat(service): Replace the Migrator system with the database 2022-11-15 13:16:32 +01:00
54046b6796 style: Use those settings permanently 2022-07-17 22:08:00 +02:00
d01b46934f style: Add trailing commas 2022-07-17 22:02:20 +02:00
dc8e8ff882 style: Migrate to very_good_analysis 2022-07-17 21:20:57 +02:00
294dce22d9 style: Move lib/xmpp over to very_good_analysis 2022-07-17 14:55:16 +02:00
68dda80c1f build: Use build_runner for the data classes and licenses 2022-05-07 21:56:02 +02:00
54356ccb0c service: Improve the service state management 2022-02-21 19:50:28 +01:00
3eaf113cdb meta: Upgrade Flutter and isar 2022-02-16 18:29:01 +01:00
ba384ef5b6 style: Let the linter ignore isar's build artifact 2022-01-23 12:26:33 +01:00
27e543016f Initial commit 2021-12-21 16:15:45 +01:00