Commit Graph

95 Commits

Author SHA1 Message Date
61de3cd565 feat: Move the crypto APIs to pigeon 2023-08-03 21:19:11 +02:00
271428219a feat: Adjust to Moxxy changes 2023-08-03 20:55:05 +02:00
6896b928e8 feat: Store the avatar path also in the shared preferences 2023-07-30 22:40:02 +02:00
79938aa177 fix: Fix self-replies after receiving another message
If the order of events is

- 1 or more messages received
- 1 reply
- 1 message received,

then the self-reply will be grouped together with the message
above it.
2023-07-30 22:28:16 +02:00
2f5a39416b feat: Allow the sender's data being null 2023-07-30 22:05:45 +02:00
2490a8ee9f fix: Add payload to all intents 2023-07-30 20:40:59 +02:00
c7ee2b6c6e feat: Allow attaching arbitrary data to the notification 2023-07-29 15:32:33 +02:00
6da35cd0ba feat: Allow showing regular notifications 2023-07-29 13:12:41 +02:00
30ef477999 feat: Make i18n data a bit more persistent 2023-07-29 12:50:50 +02:00
8f93821617 feat: Color in the notification silhouette 2023-07-29 12:34:40 +02:00
daf40aed0b feat: Allow setting the self-avatar 2023-07-28 21:46:47 +02:00
e975e749e4 fix: Fix images disappearing after replying 2023-07-28 21:06:50 +02:00
adb8ee88d1 feat: Take care of i18n 2023-07-28 17:32:14 +02:00
f90b3866ab Handle tapping the notification 2023-07-28 14:11:13 +02:00
fb9dab3d1e Implement streaming data into Flutter 2023-07-28 13:54:57 +02:00
da851a985b Cleanup 2023-07-28 12:46:02 +02:00
864b868f45 Rewrite the notification code in Kotlin 2023-07-28 00:46:19 +02:00
1771c0e1b6 Basic stuff 2023-07-27 20:45:09 +02:00
17642f9fab chore(release): publish packages
- moxplatform_android@0.1.17+1
 - moxplatform@0.1.17+1
 - moxplatform_platform_interface@0.1.17+1
2023-07-21 22:22:36 +02:00
d5fdbe736b fix: Accidentally used the name as the target's key. Oops 2023-07-21 22:22:25 +02:00
2486d846e8 fix: Fix minor things 2023-07-21 19:15:13 +02:00
3cd615aa3e fix: Add a pubspec file for melos 2023-07-21 17:38:55 +02:00
8c9724055f chore(release): publish packages
- moxplatform@0.1.17
 - moxplatform_android@0.1.17
 - moxplatform_platform_interface@0.1.17
2023-07-21 17:38:23 +02:00
f6e442fd4b fix: Fix example code 2023-07-21 17:31:43 +02:00
563b0386d6 feat: Improve code quality of the cryptography 2023-07-21 17:30:59 +02:00
eab467ee1d feat: Rewrite recordSentMessage in Kotlin 2023-07-21 13:23:11 +02:00
052a4e4700 feat: Add an API for creating direct share shortcuts 2023-07-21 13:04:44 +02:00
3bc880079c feat: Migrate to moxlib 0.2.0 2023-06-18 12:19:24 +02:00
7a999cf860 fix: Fix typecasting issue 2022-10-05 16:38:15 +02:00
7990ef2aec feat: I forgot to bump dependency versions 2022-10-05 15:29:38 +02:00
e891eb0ef0 release: Bump version 2022-10-05 15:06:58 +02:00
31f33a0413 feat: Also hash the file on encryption and decryption 2022-10-05 15:05:43 +02:00
35138e102e meta: Bump version 2022-10-04 23:41:13 +02:00
98c3355b44 meta: Implement access to AES encryption (but fast) 2022-10-04 23:37:32 +02:00
4a89958351 chore(release): publish packages
- moxplatform_android@0.1.11+2
 - moxplatform_platform_interface@0.1.11+2
 - moxplatform@0.1.11+2
2022-09-06 14:22:29 +02:00
bf49dfc0d7 style: Make melos happy 2022-09-06 14:22:15 +02:00
52acfeb3d1 chore(release): publish packages
- moxplatform@0.1.11+1
 - moxplatform_android@0.1.11+1
 - moxplatform_platform_interface@0.1.11+1
2022-09-06 14:19:53 +02:00
e1494cda4c refactor: Make version constraints looser 2022-09-06 14:19:16 +02:00
54d70187e1 refactor: Remove unused implementations 2022-09-06 14:09:02 +02:00
3aad6b617d style: Lint using very_good_analysis 2022-09-06 14:08:36 +02:00
acd186e0b6 feat: Migrate to melos 2022-09-06 13:30:48 +02:00
7f5fd68789 refactor: Rename src to packages 2022-09-01 13:39:12 +02:00
a280146258 flake: Make it the same as moxxyv2 2022-09-01 13:38:48 +02:00
b388904ebb fix: Fix wakelock being acquired but not released
Based on e427f3b701
and
6c353dd4fc.

Also bump version.
2022-08-31 12:50:43 +02:00
90d11e3191 release: Bump plugin_platform_interface 2022-08-29 22:17:22 +02:00
4f02468071 version: Bump 2022-08-28 12:36:52 +02:00
c48c804695 experiment: Does this fix the moxxy/moxxyv2#99? 2022-08-28 12:30:37 +02:00
c3f25a5ab5 release: Bump 2022-08-20 15:58:19 +02:00
3755ce3a4a meta: Publish to gitea 2022-08-09 14:19:07 +02:00
8b090246e7 ???: Add linux? 2022-08-09 14:16:11 +02:00