Commit Graph

833 Commits

Author SHA1 Message Date
Adam Brown 89af610f58 optimise plain text appending to avoid creating extra instances 2022-10-28 18:05:37 +01:00
Adam Brown f694ffe786 add best guess end to url parsing 2022-10-28 17:35:30 +01:00
Adam Brown 45962157f0 ensuring all rich text usages use asString exit 2022-10-28 16:24:53 +01:00
Adam Brown 648742be9b
Merge pull request #228 from ouchadam/release
[Auto] Sync Release
2022-10-27 20:18:05 +01:00
Adam Brown b884ecb69a
Merge pull request #227 from ouchadam/release-candidate
[Auto] Release Candidate
2022-10-27 20:08:51 +01:00
Adam Brown e0f094393b updating version for release 2022-10-27 20:04:59 +01:00
dependabot[bot] 10fc9f7383
Bump accompanist-systemuicontroller from 0.25.1 to 0.27.0
Bumps [accompanist-systemuicontroller](https://github.com/google/accompanist) from 0.25.1 to 0.27.0.
- [Release notes](https://github.com/google/accompanist/releases)
- [Commits](https://github.com/google/accompanist/compare/v0.25.1...v0.27.0)

---
updated-dependencies:
- dependency-name: com.google.accompanist:accompanist-systemuicontroller
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-25 05:27:21 +00:00
Adam Brown eeb13b3f6c adding missing rich text test usages 2022-10-24 22:56:17 +01:00
Adam Brown e79c5c9a27 handling edits with rich text (kind of~) 2022-10-24 22:47:35 +01:00
Adam Brown 87f25e6e66 removing previous tag stripping 2022-10-24 22:30:22 +01:00
Adam Brown de8c476ed5 Merge branch 'main' of github.com:ouchadam/helium into feature/message-formatting 2022-10-24 22:19:20 +01:00
Adam Brown c3015633f6
Merge pull request #223 from ouchadam/bug/replying-to-author
Fixes wrong author name in replies
2022-10-24 22:18:25 +01:00
Adam Brown 7a93d6af1f
Merge pull request #220 from ouchadam/dependabot/gradle/org.amshove.kluent-kluent-1.72
Bump kluent from 1.71 to 1.72
2022-10-24 22:14:56 +01:00
Adam Brown c25171eeca fixing wrong author name in replies 2022-10-24 22:11:47 +01:00
Adam Brown 9476fc5814 handling more text parsing cases for fallbacks and urls 2022-10-24 22:03:53 +01:00
Adam Brown 02e8743b81
Merge pull request #221 from ouchadam/release-candidate
[Auto] Release Candidate
2022-10-24 20:15:12 +01:00
Adam Brown 173591e6bb updating version for release 2022-10-24 20:11:03 +01:00
dependabot[bot] c6866787cc
Bump kluent from 1.71 to 1.72
Bumps [kluent](https://github.com/MarkusAmshove/Kluent) from 1.71 to 1.72.
- [Release notes](https://github.com/MarkusAmshove/Kluent/releases)
- [Changelog](https://github.com/MarkusAmshove/Kluent/blob/master/CHANGELOG.md)
- [Commits](https://github.com/MarkusAmshove/Kluent/compare/v1.71...v1.72)

---
updated-dependencies:
- dependency-name: org.amshove.kluent:kluent
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-24 05:34:12 +00:00
Adam Brown fddcdaa50c adding custom html parsing with tag styling 2022-10-23 23:15:46 +01:00
Adam Brown e13ce95b83 adding super naive html parsing for style options 2022-10-23 20:04:38 +01:00
Adam Brown 3517cf492a
Merge pull request #219 from ouchadam/bug/dendrite-sync-error
Allow SyncResponse state events to be optional
2022-10-22 20:13:32 +01:00
Adam Brown 1f3c62e9c3 allow state events to be missing/null
- dendrite can omit the state field from the sync response
2022-10-22 20:06:31 +01:00
Adam Brown f7f4c897d6
Merge pull request #218 from ouchadam/bug/dendrite-infinite-login
Fix dendrite failing to fully login
2022-10-22 19:35:18 +01:00
Adam Brown 4bd75f1bd8 allowing the one time keys count to be optional
- for dendrite the field is provided in later syncs
2022-10-22 19:17:35 +01:00
Adam Brown 82f2eea824
Merge pull request #217 from ouchadam/feature/copy-text
Add support for copying text content from message
2022-10-22 16:25:09 +01:00
Adam Brown f695b319eb handling bubble long clicks as copy text events 2022-10-22 16:18:15 +01:00
Adam Brown 370420b31e Merge branch 'main' of github.com:ouchadam/helium 2022-10-22 14:36:50 +01:00
Adam Brown 21beabfb11
Merge pull request #216 from ouchadam/tech/dependencies-update
Tech/dependencies update
2022-10-22 14:07:28 +01:00
Adam Brown 4a912c70fa reusing image request build base instance to avoid redundant creations 2022-10-22 14:02:13 +01:00
Adam Brown 400e1812dd upgrading activity-compose to latest 2022-10-22 12:41:27 +01:00
Adam Brown e87e97fa82 upgrading material3 library 2022-10-22 12:38:15 +01:00
Adam Brown 80c1847a48 reusing mockk version and upgrading crashlytics gradle plugin 2022-10-22 12:34:34 +01:00
Adam Brown a0581c67ec
Merge pull request #215 from ouchadam/bug/avoid-crash-for-missing-users
using a fallback user when we're unable to find the author
2022-10-22 12:26:01 +01:00
Adam Brown 1ac9ce1ec0 extracting the firebase version to the dependencies file and updating to latest 2022-10-22 12:16:31 +01:00
Adam Brown 4290248294
Merge pull request #214 from ouchadam/tech/workflow-upgrades
updating setup-java to latest
2022-10-22 12:10:09 +01:00
Adam Brown 6ca4ecce68 using a fallback user when we're unable to find the author
fixes potential crash when failing to lookup a user by id
2022-10-22 12:09:51 +01:00
Adam Brown be00270958 updating setup-java to latest 2022-10-22 12:01:29 +01:00
Adam Brown aa609a7115 Merge branch 'main' of github.com:ouchadam/helium 2022-10-22 11:53:20 +01:00
Adam Brown 7e8b440e77
Merge pull request #213 from ouchadam/tech/bubble-components
Tech/bubble components
2022-10-22 11:52:21 +01:00
Adam Brown 0536364121 extract member cache sizes to vars 2022-10-22 11:52:16 +01:00
Adam Brown e024860a77 extract reply bubble view to the components module 2022-10-22 11:46:33 +01:00
Adam Brown ef1c9de572
Merge pull request #211 from ouchadam/dependabot/gradle/org.amshove.kluent-kluent-1.71
Bump kluent from 1.70 to 1.71
2022-10-22 11:12:03 +01:00
dependabot[bot] 6acbdaf40f
Bump kluent from 1.70 to 1.71
Bumps [kluent](https://github.com/MarkusAmshove/Kluent) from 1.70 to 1.71.
- [Release notes](https://github.com/MarkusAmshove/Kluent/releases)
- [Changelog](https://github.com/MarkusAmshove/Kluent/blob/master/CHANGELOG.md)
- [Commits](https://github.com/MarkusAmshove/Kluent/compare/v1.70...v1.71)

---
updated-dependencies:
- dependency-name: org.amshove.kluent:kluent
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-20 05:36:24 +00:00
Adam Brown d17ee34d78 porting image bubble to design system 2022-10-18 22:25:52 +01:00
Adam Brown 9ba6d70daa extracts the swipeable bubble container to the design system 2022-10-18 22:08:24 +01:00
Adam Brown fc9a864ed8
Merge pull request #209 from ouchadam/release-candidate
[Auto] Release Candidate
2022-10-17 23:16:41 +01:00
Adam Brown 856e18c1af updating version for release 2022-10-17 23:12:57 +01:00
Adam Brown 146e30193f
Merge pull request #208 from ouchadam/bug/importing-keys-fails-first-time
Room key imports failing the first time
2022-10-17 23:12:11 +01:00
Adam Brown 23ba01509c fixing key imports failing the first time 2022-10-17 23:05:13 +01:00
Adam Brown 0d9bb308cd
Merge pull request #207 from ouchadam/bug/login-never-completes
Fixes login sometimes never transitioning to next state
2022-10-17 22:35:33 +01:00