Adam Brown
|
8e336fd730
|
avoiding duplicated room event emissions when watching a specific room id
|
2022-10-03 20:08:03 +01:00 |
Adam Brown
|
86a8865cd1
|
updating to latest material3 lib
|
2022-10-03 20:08:03 +01:00 |
Adam Brown
|
0a0f998785
|
taking into account redactions and updating the message list
|
2022-09-29 19:00:40 +01:00 |
Adam Brown
|
c61646bbd3
|
creating dedicated activity for image selection
|
2022-09-29 13:50:58 +01:00 |
Adam Brown
|
846cf66fa1
|
adding runtime permission granter
|
2022-09-28 17:58:48 +01:00 |
Adam Brown
|
9dcbd63eae
|
Merge pull request #163 from ouchadam/bug/various-crypto-fixes
Various crypto fixes
|
2022-09-27 21:20:49 +01:00 |
Adam Brown
|
894592870b
|
using correct data param when creating device crypto
|
2022-09-27 19:05:07 +01:00 |
dependabot[bot]
|
2b5775aa7f
|
Bump json from 20220320 to 20220924
Bumps [json](https://github.com/douglascrockford/JSON-java) from 20220320 to 20220924.
- [Release notes](https://github.com/douglascrockford/JSON-java/releases)
- [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md)
- [Commits](https://github.com/douglascrockford/JSON-java/commits)
---
updated-dependencies:
- dependency-name: org.json:json
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-09-26 05:38:06 +00:00 |
Adam Brown
|
b93058e812
|
adding dummy tasks to noop module to allow the ide to assemble
|
2022-09-20 20:56:59 +01:00 |
Adam Brown
|
f4007bff76
|
fixing keys being rotated out when the server returns a 0 key count but we have local keys
|
2022-09-15 20:27:25 +01:00 |
Adam Brown
|
2bf0ef2232
|
allowing unified push payloads to have default nulls
- fixes crash on non message unified push events
|
2022-09-13 19:40:21 +01:00 |
Adam Brown
|
ee3d41a741
|
fixing wrong initial push registrar selection
|
2022-09-11 22:48:06 +01:00 |
Adam Brown
|
965ca92ac5
|
Merge pull request #138 from ouchadam/feature/invites-badge
Invite notification and badge
|
2022-09-11 22:11:15 +01:00 |
Adam Brown
|
831036fd43
|
only showing material you option for android 12+ devices
|
2022-09-11 21:53:00 +01:00 |
Adam Brown
|
514b25caea
|
fixing memory _leak_ on android Q when exiting screens
|
2022-09-11 11:36:16 +01:00 |
Adam Brown
|
0c113896c1
|
adding material you toggle
- meant moving the base preferences to the core module and allowing the activity to recreate itself if the theme congifuration has changed
|
2022-09-08 20:06:08 +01:00 |
Adam Brown
|
1a6f8b6b40
|
including material3 dependencies and attempting 1 for 1 swap of imports
|
2022-09-08 20:06:08 +01:00 |
Adam Brown
|
d05d86a02d
|
providing dedicated scope instead of forcing transaction callback to suspend
|
2022-09-04 11:59:08 +01:00 |
Adam Brown
|
4e3da03062
|
inverting log query to see most recent first
|
2022-09-04 11:33:13 +01:00 |
Adam Brown
|
d406586afa
|
performance room key inserts in transactions to help improve performance
- adds explicit dispatcher contexts when interacting with the olm store
|
2022-09-03 13:51:14 +01:00 |
Adam Brown
|
477ac52d16
|
checking for firebase inclusion or play services availability and removing FCM option if it's missing
|
2022-08-31 17:52:39 +01:00 |
Adam Brown
|
d01451e3e9
|
replacing non foss dependencies with noop replaceable modules when the project is build with the -Pfoss flag
|
2022-08-31 17:44:17 +01:00 |
Adam Brown
|
219b520dff
|
allowing the push endpoint querying to fail
|
2022-08-18 21:37:03 +01:00 |
Adam Brown
|
c6d68b7583
|
avoiding run blocking
|
2022-08-18 21:29:20 +01:00 |
Adam Brown
|
0c35481bda
|
adding support for unified push
|
2022-08-18 21:25:38 +01:00 |
Adam Brown
|
41da7a2af9
|
abstracting the push token register/unregister
|
2022-08-18 17:56:01 +01:00 |
Adam Brown
|
b69f2c69c0
|
abstracting the firebase push service to the push module
|
2022-08-17 19:16:45 +01:00 |
Adam Brown
|
7fe3cfa240
|
adding unified push dependency
|
2022-08-17 18:29:37 +01:00 |
Adam Brown
|
0730cd069c
|
adding support for sending clear images
|
2022-08-09 21:12:43 +01:00 |
Adam Brown
|
9c99b6a0a9
|
Merge branch 'main' of github.com:ouchadam/helium into feature/share-images-via-small-talk
|
2022-07-28 22:08:44 +01:00 |
Adam Brown
|
880a4fd78a
|
updating crashlytics plugin
|
2022-07-11 19:13:55 +01:00 |
Adam Brown
|
d8277c3f24
|
updating to kotlin 1.7.0 with separating compose compiler
|
2022-07-11 19:05:29 +01:00 |
Adam Brown
|
a7a5d73bac
|
merging with main
|
2022-06-13 19:10:02 +01:00 |
Adam Brown
|
1450a70283
|
Merge branch 'main' of github.com:ouchadam/helium into feature/share-images-via-small-talk
|
2022-06-13 19:05:41 +01:00 |
Adam Brown
|
173d34a535
|
updating timeline to take into account start syncing emissions
|
2022-06-13 18:54:56 +01:00 |
Adam Brown
|
e9ad0b4a64
|
Merge branch 'main' into feature/share-images-via-small-talk
|
2022-06-11 19:11:45 +01:00 |
Adam Brown
|
8261d53460
|
splitting core into core and compose core to allow for more modules to avoid the android plugin
|
2022-06-11 14:10:17 +01:00 |
Adam Brown
|
4a0d2cd42d
|
prepping for kotlin 1.7.0 release, removing compose from modules that don't need it
|
2022-06-11 13:29:47 +01:00 |
Adam Brown
|
7415b278cd
|
Merge branch 'main' into feature/share-images-via-small-talk
|
2022-06-11 10:35:51 +01:00 |
Adam Brown
|
65bf8c0d64
|
improved notification testing
|
2022-06-11 10:21:51 +01:00 |
Adam Brown
|
6fed8a35ce
|
wip, passing the image urls down to the matrix client layer
|
2022-06-08 20:31:07 +01:00 |
Adam Brown
|
e6bd0f80dc
|
fetching rooms and displaying when starting a share flow
|
2022-05-30 19:16:16 +01:00 |
Adam Brown
|
e1029dc497
|
adding tests around notification rendering
|
2022-05-29 16:10:00 +01:00 |
Adam Brown
|
ea2a960a3d
|
avoiding extra bitmap allocations when loading notification avatars
|
2022-05-08 14:21:44 +01:00 |
Adam Brown
|
d78000061e
|
reducing native memory footprint by releasing crypto instances after using them
- they're being recreated via olmStore.read
|
2022-05-08 13:22:10 +01:00 |
Adam Brown
|
77bdfb4cd3
|
cleaning up dependency entries
|
2022-04-25 23:09:35 +01:00 |
Adam Brown
|
21002fb9b7
|
removing debug logs
|
2022-04-13 21:20:24 +01:00 |
dependabot[bot]
|
32645aadce
|
Bump kotlinx-coroutines-test from 1.6.0 to 1.6.1
Bumps [kotlinx-coroutines-test](https://github.com/Kotlin/kotlinx.coroutines) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.6.0...1.6.1)
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-test
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-04-05 05:27:44 +00:00 |
Adam Brown
|
0aa157b5df
|
adding beta dialog to mentioning clearing cache on upgrades
|
2022-04-03 22:46:36 +01:00 |
Adam Brown
|
91cf19baad
|
fixing sign out not resetting database or inmemory caches
|
2022-03-28 22:16:45 +01:00 |