Commit Graph

959 Commits

Author SHA1 Message Date
Adam Brown 6e076e7c9f ensuring the sync emits instantly or after the initial sync 2022-10-10 20:03:53 +01:00
Adam Brown 2b55c7dffa converting task running to the engine 2022-10-09 21:54:55 +01:00
Adam Brown 489f45056c converting share module to engine 2022-10-09 21:44:06 +01:00
Adam Brown b987d1e21c converting profile module to engine 2022-10-09 21:37:43 +01:00
Adam Brown 0b02e6d028 porting pushes to chat engine 2022-10-09 21:22:43 +01:00
Adam Brown 8bbf7258be porting media decryption to the chat engine 2022-10-09 19:38:33 +01:00
Adam Brown e61dea7ba7 porting the messenger module to chat-engine 2022-10-09 19:22:03 +01:00
Adam Brown baf7cfc17a porting message observing to the chat engine 2022-10-09 18:58:03 +01:00
Adam Brown d2e8a29af8 porting settings module to chat engine 2022-10-09 17:44:18 +01:00
Adam Brown 492d7df9ac moving login and home modules to the chat engine 2022-10-09 17:24:05 +01:00
Adam Brown 128c2db432 starting engine migration
- add a chat-engine abstraction
- create a matrix-chat-engine implementation
- starts by porting the initial creation and directory listing
2022-10-09 16:52:33 +01:00
Adam Brown 65957f6854
Merge pull request #196 from ouchadam/feature/more-error-handling
More error handling
2022-10-09 16:07:21 +01:00
Adam Brown 94731d006e reusing error component in login screen 2022-10-09 15:55:10 +01:00
Adam Brown ec5c58a95c adding error views to profile, messenger and settings screens 2022-10-09 15:53:26 +01:00
Adam Brown 7e0d4d6013 add error handling to the image gallery 2022-10-09 15:40:07 +01:00
Adam Brown 9ec9797d17 providing more details to the import errors via dialog 2022-10-09 15:30:00 +01:00
Adam Brown 2e91ae5b67 add more options to generic error component 2022-10-09 15:29:38 +01:00
Adam Brown 3a8c4c11ce adding dedicated error for missing room keys cipher 2022-10-09 15:09:56 +01:00
Adam Brown ef25d01c6d
Merge pull request #194 from ouchadam/feature/extra-settings
Logging and read receipt settings
2022-10-08 12:30:06 +01:00
Adam Brown 0d0a5767d6 add subtitle to toggle item 2022-10-08 12:08:43 +01:00
Adam Brown 990cb08347 exposing option to enable/disable sending read receipts
Disabled by default
2022-10-08 11:35:14 +01:00
Adam Brown 0e4f6d6ac2 lifting hidden/private read receipt option to the view model 2022-10-08 11:09:08 +01:00
Adam Brown 43e53261b6 adding ability to opt in to on device logs, disabled by default 2022-10-08 11:07:30 +01:00
Adam Brown 31318037a7 providing a caching preferences abstraction to reading from an in memory value 2022-10-08 11:07:29 +01:00
dependabot[bot] f1be275e79
Bump kotlinVer from 1.6.10 to 1.7.20
Bumps `kotlinVer` from 1.6.10 to 1.7.20.

Updates `kotlin-test-junit` from 1.6.10 to 1.7.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.7.20/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.6.10...v1.7.20)

Updates `kotlin-gradle-plugin` from 1.7.10 to 1.7.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.7.20/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.7.10...v1.7.20)

Updates `kotlin-serialization` from 1.7.10 to 1.7.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.7.20/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.7.10...v1.7.20)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-test-junit
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-serialization
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-08 09:59:32 +00:00
Adam Brown b52d86d676
Merge pull request #193 from ouchadam/dependabot/gradle/com.squareup.sqldelight-coroutines-extensions-1.5.4
Bump coroutines-extensions from 1.5.3 to 1.5.4
2022-10-08 10:52:20 +01:00
Adam Brown 6b62a463f8
Merge pull request #192 from ouchadam/dependabot/gradle/sqldelightVer-1.5.4
Bump sqldelightVer from 1.5.3 to 1.5.4
2022-10-08 10:51:59 +01:00
dependabot[bot] 3ba01777df
Bump coroutines-extensions from 1.5.3 to 1.5.4
Bumps [coroutines-extensions](https://github.com/square/sqldelight) from 1.5.3 to 1.5.4.
- [Release notes](https://github.com/square/sqldelight/releases)
- [Changelog](https://github.com/cashapp/sqldelight/blob/master/CHANGELOG.md)
- [Commits](https://github.com/square/sqldelight/compare/1.5.3...1.5.4)

---
updated-dependencies:
- dependency-name: com.squareup.sqldelight:coroutines-extensions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-07 05:49:23 +00:00
dependabot[bot] d2cbb37066
Bump sqldelightVer from 1.5.3 to 1.5.4
Bumps `sqldelightVer` from 1.5.3 to 1.5.4.

Updates `gradle-plugin` from 1.5.3 to 1.5.4
- [Release notes](https://github.com/square/sqldelight/releases)
- [Changelog](https://github.com/cashapp/sqldelight/blob/master/CHANGELOG.md)
- [Commits](https://github.com/square/sqldelight/compare/1.5.3...1.5.4)

Updates `android-driver` from 1.5.3 to 1.5.4
- [Release notes](https://github.com/square/sqldelight/releases)
- [Changelog](https://github.com/cashapp/sqldelight/blob/master/CHANGELOG.md)
- [Commits](https://github.com/square/sqldelight/compare/1.5.3...1.5.4)

Updates `sqlite-driver` from 1.5.3 to 1.5.4
- [Release notes](https://github.com/square/sqldelight/releases)
- [Changelog](https://github.com/cashapp/sqldelight/blob/master/CHANGELOG.md)
- [Commits](https://github.com/square/sqldelight/compare/1.5.3...1.5.4)

---
updated-dependencies:
- dependency-name: com.squareup.sqldelight:gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.squareup.sqldelight:android-driver
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.squareup.sqldelight:sqlite-driver
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-07 05:49:17 +00:00
Adam Brown e2f7b935d9
Merge pull request #190 from ouchadam/release-candidate
[Auto] Release Candidate
2022-10-06 20:10:39 +01:00
Adam Brown c056a35e31 updating version for release 2022-10-06 20:06:46 +01:00
Adam Brown 1e060dad44 fixing wrong in progress reply text colour for material you 2022-10-05 21:36:44 +01:00
Adam Brown 0a982ff53f stripping out more html tags from text 2022-10-04 20:51:57 +01:00
Adam Brown 04f1dfe7ca Merge branch 'main' of github.com:ouchadam/helium 2022-10-04 19:17:54 +01:00
Adam Brown 94c90edbb1 auto rebasing isn't working correctly, reverting to merges 2022-10-04 19:17:46 +01:00
Adam Brown a930cfb3b6
Merge pull request #185 from ouchadam/dependabot/gradle/ktorVer-2.1.2
Bump ktorVer from 2.1.1 to 2.1.2
2022-10-04 19:07:14 +01:00
Adam Brown e884d0994b
Merge pull request #186 from ouchadam/dependabot/gradle/io.coil-kt-coil-compose-2.2.2
Bump coil-compose from 2.2.1 to 2.2.2
2022-10-04 19:06:59 +01:00
Adam Brown 685c44a3f8 updating version for release 2022-10-03 20:08:03 +01:00
Adam Brown 03a86a3e5c allowing the prefetching of local echos to fail 2022-10-03 20:08:03 +01:00
Adam Brown 5153ac08c0 fixing random device id generator starting with the same values 2022-10-03 20:08:03 +01:00
Adam Brown 19724ea5b3 avoiding recalculating static toolbar height 2022-10-03 20:08:03 +01:00
Adam Brown eb497be421 avoiding recreating navigation callback on recomposition 2022-10-03 20:08:03 +01:00
Adam Brown 4a4fad3cc0 providing a custom initial device display name
- Uses SmallTalk Android with a 4 character random
2022-10-03 20:08:03 +01:00
Adam Brown 011c7aebf9 updating sync service fake to reflect events by roomid change 2022-10-03 20:08:03 +01:00
Adam Brown a396712e8e fixing test harness compilation error 2022-10-03 20:08:03 +01:00
Adam Brown 511273517e extracting flow extension for starting and ignoring future emissions 2022-10-03 20:08:03 +01:00
Adam Brown 8e336fd730 avoiding duplicated room event emissions when watching a specific room id 2022-10-03 20:08:03 +01:00
Adam Brown 74dff9ccf2 avoiding sync event updates from other rooms 2022-10-03 20:08:03 +01:00
Adam Brown 03cb954ea8 computing the image size before sending to allow it to be used in local echos
- fixes local echo images changing size
2022-10-03 20:08:03 +01:00
Adam Brown aa813fe67a switching to lazy variant configuration 2022-10-03 20:08:03 +01:00