Commit Graph

887 Commits

Author SHA1 Message Date
Adam Brown 70af3a45c8 Merge branch 'main' of github.com:ouchadam/helium 2022-11-06 20:55:15 +00:00
Adam Brown 51e6332a74
Merge pull request #254 from ouchadam/bug/clear-cache-on-update
Fix app upgrade not asking user to clear cache
2022-11-06 20:55:07 +00:00
Adam Brown 2e6e21215e using html page url link for release bot message 2022-11-06 20:53:57 +00:00
Adam Brown 06bff064a8 fixing app upgrade not asking user to clear cache 2022-11-06 20:49:15 +00:00
Adam Brown a242f8238d
Merge pull request #251 from ouchadam/release-candidate
[Auto] Release Candidate
2022-11-06 19:01:05 +00:00
Adam Brown 42cc13c0be updating version for release 2022-11-06 18:57:37 +00:00
Adam Brown dace6e9b8a using dynamic colour for links in messages to avoid clashing 2022-11-06 18:52:51 +00:00
Adam Brown c848bea0a1
Merge pull request #250 from ouchadam/tech/engine-tests
Tech/engine tests
2022-11-06 18:38:02 +00:00
Adam Brown 6dc98ef8d3 adding tests around marking room as read
- fixes wrong message instance being used for filtering
2022-11-06 18:31:59 +00:00
Adam Brown aab6170caa adding send message tests 2022-11-06 17:33:06 +00:00
Adam Brown 623639d2ec adding directory use case test 2022-11-05 11:42:31 +00:00
Adam Brown a21f3a1663 lifting directory local echo merging to its own class 2022-11-05 11:12:12 +00:00
Adam Brown 9048f9fb0c adding test for invites use case 2022-11-05 11:04:04 +00:00
Adam Brown 093ca6df3b add 6 args flow combine 2022-11-05 10:48:47 +00:00
Adam Brown 0d0c3d55fe ignore unsupported events 2022-11-05 10:11:09 +00:00
Adam Brown a39a0ece3e
Merge pull request #249 from ouchadam/feature/improved-rich-text-parsing
Improved RichText support
2022-11-05 09:53:08 +00:00
Adam Brown c9a29b0b25 add support for more types of html tags and nesting 2022-11-05 09:39:12 +00:00
Adam Brown c6b9a997f3 make profile tab switch instant when the data is already available 2022-11-04 11:34:55 +00:00
Adam Brown 4d853f0338 porting to flow concat for the initial sync state read 2022-11-04 11:16:10 +00:00
Adam Brown 5db1a87a38 fixing sync leak when changing to the profile page 2022-11-04 10:25:54 +00:00
Adam Brown a3dd5541e4
Merge pull request #248 from ouchadam/feature/clearer-redactions
Clearer redactions
2022-11-04 09:32:31 +00:00
Adam Brown 2739aa8ba5 fixing test compilation errors 2022-11-04 09:27:16 +00:00
Adam Brown d3070d578a removing manual redacted text fallback and using empty instead 2022-11-04 09:15:02 +00:00
Adam Brown 7a426ab1e7 add dedicated redacted message type in order to render it separately 2022-11-04 09:10:48 +00:00
Adam Brown 82de03e963
Merge pull request #247 from ouchadam/dependabot/gradle/app.cash.turbine-turbine-0.12.1
Bump turbine from 0.12.0 to 0.12.1
2022-11-04 08:25:39 +00:00
dependabot[bot] 6100e56d0c
Bump turbine from 0.12.0 to 0.12.1
Bumps [turbine](https://github.com/cashapp/turbine) from 0.12.0 to 0.12.1.
- [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.12.0...0.12.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-04 05:05:26 +00:00
Adam Brown f526a8d54b
Merge pull request #141 from ouchadam/readme-data-usage
Add readme section about data usage
2022-11-03 18:19:33 +00:00
Adam Brown 1993ac12ad
Merge pull request #246 from ouchadam/bug/edit-own-message
Fix edits changing message order
2022-11-03 17:57:35 +00:00
Adam Brown 49937beb9a fix edits changing message order
- was caused by the edited event timestamp replacing the original message, which in turn caused the message to be ordered as the latest message
2022-11-03 17:47:39 +00:00
Adam Brown a709fe503a avoid opening the room list when going back from the settings page 2022-11-03 17:24:47 +00:00
Adam Brown ac6c4e8194 updating current page when goto fails due to already being on the same page 2022-11-03 17:21:12 +00:00
Adam Brown 718fb681c3 replacing &amp; html entity with & 2022-11-03 17:17:21 +00:00
Adam Brown c6a6dd9bd3 simplify notification channels creation 2022-11-03 17:10:29 +00:00
Adam Brown ab330c94d9
Merge pull request #245 from ouchadam/tech/push-tests
Tech/Push registration tests
2022-11-03 16:59:02 +00:00
Adam Brown 67be48a48e fixing previous false positive 2022-11-03 16:18:11 +00:00
Adam Brown d28ea9c67f adding tests around the firebase registrar 2022-11-03 15:57:55 +00:00
Adam Brown b417b83fdf adding test around top level push registrar switching 2022-11-03 15:40:03 +00:00
Adam Brown 1991468a01 using unified push wrapper to allow for testing 2022-11-03 14:37:06 +00:00
Adam Brown 8545d0dab4 adding unified push registrar tests 2022-11-03 14:32:42 +00:00
Adam Brown 1e8d868348 adding unified push delegate tests 2022-11-03 13:44:01 +00:00
Adam Brown 093e5b64bb splitting the unified push reciever logic to a testable delegate 2022-11-03 13:11:01 +00:00
Adam Brown b6f223c8c9 ignoring engine creation from the coverage report 2022-11-03 12:48:21 +00:00
Adam Brown 78a4cbd140
Merge pull request #244 from ouchadam/tech/gallery-tests
Tech/Image Gallery Tests
2022-11-03 12:44:51 +00:00
Adam Brown b1c5481d1e adding test for cancelling previous page job
- fixes wrong page key being used to cancel previous
2022-11-03 12:40:27 +00:00
Adam Brown 6492afe063 adding missing image gallery reducer tests 2022-11-03 12:34:05 +00:00
Adam Brown 42761c0899 adding test for fetching media folders 2022-11-03 11:28:27 +00:00
Adam Brown dcf4b4c80a adding media fetching tests 2022-11-03 10:57:05 +00:00
Adam Brown 40534bc581
Merge pull request #234 from ouchadam/tech/redux-pages
tech/redux pattern
2022-11-03 09:16:33 +00:00
Adam Brown 533122f1ab porting viewmodel tests to reducer 2022-11-03 09:04:25 +00:00
Adam Brown 678897e8de extracting reducer scope creation 2022-11-03 08:04:24 +00:00