Commit Graph

57 Commits

Author SHA1 Message Date
42155d9e31 final commit 2023-09-09 00:30:56 +02:00
2813e72647 chore(base,interface,android): Bump version 2023-09-03 21:58:47 +02:00
4167227c7b feat(interface,android): Allow passing an initial locale to the service 2023-09-03 21:57:25 +02:00
81e819b4a7 chore(repo): Release new version 2023-09-03 13:11:12 +02:00
fe07b2a488 fix(repo): Remove notification examples 2023-09-03 13:09:44 +02:00
f2b140de18 chore(android,base,interface): Move notification stuff into Moxxy 2023-09-03 13:03:51 +02:00
be58288025 feat(base,interface,android): Move more logic to Moxxy 2023-08-30 20:34:38 +02:00
27440067cd fix(android): Fix notification grouping with the foreground notification 2023-08-28 13:36:36 +02:00
11ea1fae12 fix(android): Fix creating notifications on Android 13 2023-08-26 23:28:07 +02:00
fe6d0a60c1 feat(android,interface): Implement video thumbnail generation 2023-08-24 20:06:31 +02:00
fb71ac330a chore(android,interface,base): Bump versions 2023-08-05 00:10:36 +02:00
2a9afdbb0c fix(android): Fix FileProvider id 2023-08-05 00:10:07 +02:00
73008c95b6 chore(android,interface,base): Bump versions 2023-08-05 00:08:22 +02:00
0d4f0c59cc feat(android,interface): Handle battery optimisation 2023-08-05 00:04:49 +02:00
173d5f5166 chore(release): publish packages
- moxplatform@0.1.17+2
 - moxplatform_android@0.1.18
 - moxplatform_platform_interface@0.1.18
2023-08-04 13:44:52 +02:00
43e88af803 fix: Format and lint 2023-08-04 13:38:11 +02:00
b12e36da83 feat: Move recordSentMessage to pigeon 2023-08-03 21:27:13 +02:00
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
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
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