Commit Graph

675 Commits

Author SHA1 Message Date
Adam Brown
416d10a2b6
Merge pull request #149 from ouchadam/feature/room-parsing
Improved room name parsing
2022-09-19 21:12:14 +01:00
Adam Brown
ff83263619 providing null heroes for fixture 2022-09-19 21:08:01 +01:00
Adam Brown
257f94830d fixing test compilation error 2022-09-19 20:52:30 +01:00
Adam Brown
d30925fd5a taking heroes into account when processing room display name 2022-09-19 20:49:56 +01:00
Adam Brown
355d4a021c taking into account canonical room aliases 2022-09-19 20:17:39 +01:00
Adam Brown
bd2dca2a41 only logging on device http responses in debug builds 2022-09-19 19:58:10 +01:00
Adam Brown
82d4f5b960
Merge pull request #146 from ouchadam/dependabot/gradle/io.mockk-mockk-1.12.8
Bump mockk from 1.12.7 to 1.12.8
2022-09-16 09:13:14 +01:00
dependabot[bot]
389f1cc6ee
Bump mockk from 1.12.7 to 1.12.8
Bumps [mockk](https://github.com/mockk/mockk) from 1.12.7 to 1.12.8.
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](https://github.com/mockk/mockk/compare/1.12.7...v1.12.8)

---
updated-dependencies:
- dependency-name: io.mockk:mockk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-16 05:31:48 +00:00
Adam Brown
f8976cc1bc
Merge pull request #145 from ouchadam/feature/synapse-cache-error
Fixing synapse caching breaking encrypted smoke test
2022-09-15 20:40:17 +01:00
Adam Brown
488d38d455
Merge pull request #142 from ouchadam/dependabot/gradle/app.cash.turbine-turbine-0.10.0
Bump turbine from 0.9.0 to 0.10.0
2022-09-15 20:31:02 +01:00
Adam Brown
be17c9efec re-enabling latest synapse for tests 2022-09-15 20:28:41 +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
6347364584 updating version for release 2022-09-15 20:06:17 +01:00
Adam Brown
0eb8db3862 allowing unified push payloads to have default nulls
- fixes crash on non message unified push events
2022-09-15 20:06:17 +01:00
Adam Brown
4967e44fd6 removing top bar under status bar 2022-09-15 20:06:17 +01:00
Adam Brown
3cec16e33a cleaning up messages theming 2022-09-15 20:06:17 +01:00
Adam Brown
bce38bb24b adding back a light theme or make use of the dynamic colour scheme 2022-09-15 20:06:17 +01:00
Adam Brown
2718728bb8 fixing wrong initial push registrar selection 2022-09-15 20:06:17 +01:00
Adam Brown
eff150aebc fixing crash when switching from the invitations screen to the conversation directory and back to the profile 2022-09-15 20:06:17 +01:00
Adam Brown
e5eb597369 skipping first invite emission as we only want to render future invites 2022-09-15 20:06:17 +01:00
Adam Brown
c8eaeff48f only showing material you option for android 12+ devices 2022-09-15 20:06:17 +01:00
Adam Brown
e773bc35c4 rendering invites as notification which temporarily open the app on tap 2022-09-15 20:06:17 +01:00
Adam Brown
4b850af810 fixing memory _leak_ on android Q when exiting screens 2022-09-15 20:06:17 +01:00
Adam Brown
ee91de4301 removing invites from the database after rejecting them and allowing them to fail with 403 (if the user no longer has access) 2022-09-15 20:06:17 +01:00
Adam Brown
40461f692f observe invite changes and render a ! badge on the profile bottom item 2022-09-15 20:06:17 +01:00
Izzy
7320690162 initial fastlane structures 2022-09-15 20:06:17 +01:00
Adam Brown
d524f30425 adding build script for generating signed foss releases 2022-09-15 20:06:17 +01:00
Adam Brown
50914aaeb4 fixing firebase classes being imported for foss variant
- the notification module was pulling in firebase for an annotation import, which in turn pulled in the .aar manifest entries and services etc, fixed by removing the unneeded dependency
2022-09-15 20:06:17 +01:00
Adam Brown
1478f4a7ff replace user ids with names in test logging 2022-09-15 18:54:50 +01:00
dependabot[bot]
5f3511d619
Bump turbine from 0.9.0 to 0.10.0
Bumps [turbine](https://github.com/cashapp/turbine) from 0.9.0 to 0.10.0.
- [Release notes](https://github.com/cashapp/turbine/releases)
- [Changelog](https://github.com/cashapp/turbine/blob/trunk/CHANGELOG.md)
- [Commits](https://github.com/cashapp/turbine/compare/0.9.0...0.10.0)

---
updated-dependencies:
- dependency-name: app.cash.turbine:turbine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-15 05:24:33 +00: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
5a300b1967
Merge pull request #137 from IzzySoft/fastlane
initial fastlane structures
2022-09-12 21:32:32 +01:00
Adam Brown
addf76c7ea
Merge pull request #139 from ouchadam/feature/light-theme
Light theme
2022-09-12 21:31:07 +01:00
Adam Brown
e854e9b02c removing top bar under status bar 2022-09-12 20:57:33 +01:00
Adam Brown
62c0945be6 cleaning up messages theming 2022-09-12 20:53:57 +01:00
Adam Brown
c6431add42 adding back a light theme or make use of the dynamic colour scheme 2022-09-12 19:45:00 +01:00
Adam Brown
ee3d41a741 fixing wrong initial push registrar selection 2022-09-11 22:48:06 +01:00
Adam Brown
fdd1ca61e8 fixing crash when switching from the invitations screen to the conversation directory and back to the profile 2022-09-11 22:34:03 +01:00
Adam Brown
4d0e2a9d99 skipping first invite emission as we only want to render future invites 2022-09-11 22:26:20 +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
defabfbae5 rendering invites as notification which temporarily open the app on tap 2022-09-11 12:14:20 +01:00
Adam Brown
514b25caea fixing memory _leak_ on android Q when exiting screens 2022-09-11 11:36:16 +01:00
Adam Brown
577e692e32 removing invites from the database after rejecting them and allowing them to fail with 403 (if the user no longer has access) 2022-09-10 19:50:19 +01:00
Adam Brown
a109ec6cff observe invite changes and render a ! badge on the profile bottom item 2022-09-10 19:29:45 +01:00
Izzy
28fa985923
initial fastlane structures 2022-09-10 18:42:57 +02:00
Adam Brown
7554eac7af adding build script for generating signed foss releases 2022-09-10 17:10:48 +01:00
Adam Brown
b0e53a7b84
Merge pull request #136 from ouchadam/feature/foss-firebase-imports
Ensure FOSS build has no firebase dependencies
2022-09-10 15:41:13 +01:00
Adam Brown
ff72462be5 fixing firebase classes being imported for foss variant
- the notification module was pulling in firebase for an annotation import, which in turn pulled in the .aar manifest entries and services etc, fixed by removing the unneeded dependency
2022-09-10 15:35:48 +01:00
Adam Brown
bb65b89b76 updating version for release 2022-09-08 20:06:08 +01:00