Commit Graph

932 Commits

Author SHA1 Message Date
Adam Brown 8aa1d3f1a8
Merge pull request #275 from ouchadam/tech/version-catalog
Tech/version catalog
2022-12-11 15:14:04 +00:00
Adam Brown 5ddd407884 avoiding versioned plugins and making the buildSrc the main plugin classloader 2022-12-11 15:06:05 +00:00
Adam Brown 7e1ff25968 fix missing crashlytics plugin 2022-12-11 13:10:00 +00:00
Adam Brown f1077efc17 convert to version catalog 2022-12-11 12:50:46 +00:00
Adam Brown f3600290c8 create convention plugins for common config 2022-12-11 12:49:30 +00:00
Adam Brown 0128de4bac remove no longer needed deps 2022-12-10 15:28:37 +00:00
Adam Brown 12c4ae5221
Merge pull request #274 from ouchadam/tech/update-engine
Tech/update engine
2022-12-10 15:22:24 +00:00
Adam Brown cc4187b9ed no longer need to setup a synapse server for the smalltalk tests
- is handled by the chat-engine submodule and dedicated repository
2022-12-10 14:57:15 +00:00
Adam Brown 09c2f76e5d avoid running coverage of submodule, it's already captured by its own repo 2022-12-10 14:55:44 +00:00
Adam Brown 68130caf6e updating engine ref 2022-12-10 14:55:12 +00:00
Adam Brown d853e67b21 updating wrapper update action to use submodules 2022-12-10 11:24:11 +00:00
Adam Brown 05cbb52aca
Merge pull request #273 from ouchadam/tech/engine-submodule
Tech/engine submodule
2022-12-10 10:42:53 +00:00
Adam Brown 1e46822c6c upgrade to v3 codecov action 2022-12-07 22:33:09 +00:00
Adam Brown 0fca429a07 verbose codecov logging 2022-12-07 22:32:09 +00:00
Adam Brown ce949f0ab5 including chat-engine sub build in the coverage report 2022-12-07 21:41:20 +00:00
Adam Brown 121cfaf5bd attempt to run full coverage 2022-12-07 21:31:35 +00:00
Adam Brown 5b6e0b4875 allow config caching errors and update engine ref 2022-12-07 20:58:45 +00:00
Adam Brown 3b9c385377 updating engine ref 2022-12-05 23:05:46 +00:00
Adam Brown 09a2636c5f using engine submodule 2022-12-05 22:51:07 +00:00
Adam Brown c71f2b8a27 using test engine module 2022-12-05 22:48:38 +00:00
Adam Brown eb896017f3 First pass at extracting the engine module 2022-12-05 22:25:06 +00:00
Adam Brown 2ed44e631f
Merge pull request #270 from ouchadam/dependabot/gradle/com.google.accompanist-accompanist-systemuicontroller-0.27.1
Bump accompanist-systemuicontroller from 0.27.0 to 0.27.1
2022-12-05 19:45:37 +00:00
Adam Brown 4d829ac84e
Merge pull request #271 from ouchadam/tech/state-submodule
screen-state submodule
2022-11-28 19:20:06 +00:00
Adam Brown 99c9556fb3 use recursive submodule checkout 2022-11-28 19:10:56 +00:00
Adam Brown 37ad97c761 using screen-state submodule 2022-11-28 19:04:24 +00:00
Adam Brown bb7e8603dc Make use of extract state modules 2022-11-28 18:57:50 +00:00
dependabot[bot] a466f1a9b3
Bump accompanist-systemuicontroller from 0.27.0 to 0.27.1
Bumps [accompanist-systemuicontroller](https://github.com/google/accompanist) from 0.27.0 to 0.27.1.
- [Release notes](https://github.com/google/accompanist/releases)
- [Commits](https://github.com/google/accompanist/compare/v0.27.0...v0.27.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-18 05:04:18 +00:00
Adam Brown 89b5a724dc
Update README.md 2022-11-15 21:14:32 +00:00
Adam Brown b58434aac8
Merge pull request #263 from ouchadam/dependabot/gradle/com.squareup.leakcanary-leakcanary-android-2.10
Bump leakcanary-android from 2.9.1 to 2.10
2022-11-15 21:07:23 +00:00
dependabot[bot] 4119bcc830
Bump leakcanary-android from 2.9.1 to 2.10
Bumps [leakcanary-android](https://github.com/square/leakcanary) from 2.9.1 to 2.10.
- [Release notes](https://github.com/square/leakcanary/releases)
- [Changelog](https://github.com/square/leakcanary/blob/main/docs/changelog.md)
- [Commits](https://github.com/square/leakcanary/compare/v2.9.1...v2.10)

---
updated-dependencies:
- dependency-name: com.squareup.leakcanary:leakcanary-android
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-14 05:09:56 +00:00
Adam Brown 956d50d404
Merge pull request #262 from ouchadam/tech/sync-error-logging
Tech/sync error logging
2022-11-11 08:18:04 +00:00
Adam Brown f498840c17 reverting unused error emissions 2022-11-10 23:14:02 +00:00
Adam Brown 0020c29426 logging inner error cause to the log output
- also fixes log lines introducing blank lines due to a missing line height
2022-11-10 23:13:09 +00:00
Adam Brown d66f0c0ab9 allowing the messages view to fail with nothing to see here
- means the user can go into the settings and enable logging to find out what's going wrong
2022-11-10 22:40:42 +00:00
Adam Brown b8f60d804a tracking and logging locally sync errors 2022-11-10 22:37:08 +00:00
Adam Brown 8885406a74
Merge pull request #260 from ouchadam/tech/profile-reducer
Porting ProfileViewModel to reducer
2022-11-07 21:22:03 +00:00
Adam Brown aa19346aed create tests for profile use case 2022-11-07 21:13:52 +00:00
Adam Brown 84bb15e5db porting profile to reducer 2022-11-07 20:53:35 +00:00
Adam Brown 5c4ff454ea
Merge pull request #258 from ouchadam/release-candidate
[Auto] Release Candidate
2022-11-07 08:28:55 +00:00
Adam Brown c1b036dc50 updating version for release 2022-11-07 08:25:01 +00:00
Adam Brown f9e68304f5
Merge pull request #257 from ouchadam/bug/missing-migration
Adding migration for muted room table
2022-11-07 08:24:31 +00:00
Adam Brown 946d4a2d33 adding migration for muted room table 2022-11-07 08:15:51 +00:00
Adam Brown 9337b04d7b
Merge pull request #256 from ouchadam/release
[Auto] Sync Release
2022-11-06 21:56:09 +00:00
Adam Brown 7bf40f3466
Merge pull request #255 from ouchadam/release-candidate
[Auto] Release Candidate
2022-11-06 21:46:58 +00:00
Adam Brown 31109246e9 updating version for release 2022-11-06 21:03:14 +00:00
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