Commit Graph

227 Commits

Author SHA1 Message Date
Adam Brown cb9943c423
Merge pull request #64 from ouchadam/dependabot/gradle/org.jetbrains.kotlinx-kotlinx-coroutines-test-1.6.4
Bump kotlinx-coroutines-test from 1.6.3 to 1.6.4
2022-07-16 11:07:07 +01:00
dependabot[bot] 13700444b9
Bump kotlinx-coroutines-test from 1.6.3 to 1.6.4
Bumps [kotlinx-coroutines-test](https://github.com/Kotlin/kotlinx.coroutines) from 1.6.3 to 1.6.4.
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.6.3...1.6.4)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-test
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-14 05:31:19 +00:00
Adam Brown d9953d840c
Merge pull request #62 from ouchadam/feature/dep-updates
Dependency updates
2022-07-11 23:02:04 +01:00
Adam Brown 9d5ef07f1b
Merge branch 'main' into feature/dep-updates 2022-07-11 22:55:03 +01:00
Adam Brown 02c2e6064e
Merge pull request #63 from ouchadam/force-working-synapse-version
Force working synapse version
2022-07-11 22:54:55 +01:00
Adam Brown ca0889603a forcing synapse to last known working version 2022-07-11 22:43:11 +01:00
Adam Brown 671913fd69 using the same group alert behaviour for the summary 2022-07-11 21:08:24 +01:00
Adam Brown c7da6c1663 allowing h/w information to be null 2022-07-11 21:07:10 +01:00
Adam Brown 6c3311284c lifting desugar'd dep to the deps file 2022-07-11 19:37:53 +01:00
Adam Brown 880a4fd78a updating crashlytics plugin 2022-07-11 19:13:55 +01:00
Adam Brown d8277c3f24 updating to kotlin 1.7.0 with separating compose compiler 2022-07-11 19:05:29 +01:00
Adam Brown d6d03c7b24
Merge pull request #59 from ouchadam/dependabot/gradle/ktorVer-2.0.3
Bump ktorVer from 2.0.2 to 2.0.3
2022-06-29 20:08:25 +01:00
dependabot[bot] 27e8e7593c
Bump ktorVer from 2.0.2 to 2.0.3
Bumps `ktorVer` from 2.0.2 to 2.0.3.

Updates `ktor-client-android` from 2.0.2 to 2.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ktorio/ktor/compare/2.0.2...2.0.3)

Updates `ktor-client-core` from 2.0.2 to 2.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ktorio/ktor/compare/2.0.2...2.0.3)

Updates `ktor-client-serialization` from 2.0.2 to 2.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ktorio/ktor/compare/2.0.2...2.0.3)

Updates `ktor-serialization-kotlinx-json` from 2.0.2 to 2.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ktorio/ktor/compare/2.0.2...2.0.3)

Updates `ktor-client-logging-jvm` from 2.0.2 to 2.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ktorio/ktor/compare/2.0.2...2.0.3)

Updates `ktor-client-java` from 2.0.2 to 2.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ktorio/ktor/compare/2.0.2...2.0.3)

Updates `ktor-client-content-negotiation` from 2.0.2 to 2.0.3
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ktorio/ktor/compare/2.0.2...2.0.3)

---
updated-dependencies:
- dependency-name: io.ktor:ktor-client-android
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-serialization
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-serialization-kotlinx-json
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-logging-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-content-negotiation
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-29 18:44:18 +00:00
Adam Brown 44fd04782e
Merge pull request #58 from ouchadam/dependabot/gradle/org.jetbrains.kotlinx-kotlinx-coroutines-test-1.6.3
Bump kotlinx-coroutines-test from 1.6.2 to 1.6.3
2022-06-29 19:43:40 +01:00
dependabot[bot] 8f64529154
Bump kotlinx-coroutines-test from 1.6.2 to 1.6.3
Bumps [kotlinx-coroutines-test](https://github.com/Kotlin/kotlinx.coroutines) from 1.6.2 to 1.6.3.
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.6.2...1.6.3)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-test
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-29 05:24:24 +00:00
Adam Brown 6292c2d55a
Merge pull request #56 from ouchadam/dependabot/gradle/org.jetbrains.kotlinx-kotlinx-coroutines-core-1.6.3
Bump kotlinx-coroutines-core from 1.6.2 to 1.6.3
2022-06-28 18:19:09 +01:00
dependabot[bot] 184955d70e
Bump kotlinx-coroutines-core from 1.6.2 to 1.6.3
Bumps [kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) from 1.6.2 to 1.6.3.
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.6.2...1.6.3)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-21 05:38:54 +00:00
Adam Brown 293130dd58
Merge pull request #52 from ouchadam/dependabot/gradle/com.google.accompanist-accompanist-systemuicontroller-0.24.10-beta
Bump accompanist-systemuicontroller from 0.24.9-beta to 0.24.10-beta
2022-06-13 19:04:38 +01:00
Adam Brown 63be7ad0b1
Merge pull request #53 from ouchadam/dependabot/gradle/org.matrix.android-olm-sdk-3.2.12
Bump olm-sdk from 3.2.11 to 3.2.12
2022-06-13 19:04:20 +01:00
Adam Brown 45f773e986
Merge pull request #54 from ouchadam/message-tests
Separating initial sync vs cached sync loading states
2022-06-13 19:04:00 +01:00
Adam Brown 173d34a535 updating timeline to take into account start syncing emissions 2022-06-13 18:54:56 +01:00
Adam Brown 83537b1367 handling the first sync without any local cache as a loading state rather than showing the empty view 2022-06-11 23:11:48 +01:00
Adam Brown b82397d965 emitting events each time the sync completes so that we can know if the first sync is happening 2022-06-11 22:46:41 +01:00
Adam Brown 482e5c15b7 using a temporary database for the second device logins, exposing a false positive in the smoke tests 2022-06-11 21:55:03 +01:00
Adam Brown 34423b2d50 Merge branch 'main' into message-tests 2022-06-11 21:44:10 +01:00
Adam Brown 5a9a5136e2
Merge branch 'main' into dependabot/gradle/org.matrix.android-olm-sdk-3.2.12 2022-06-11 19:09:31 +01:00
Adam Brown 2fdcbc7223 updating coverage report location to match the android gradle plugin update 2022-06-11 19:07:17 +01:00
dependabot[bot] ac3fe270a1
Bump olm-sdk from 3.2.11 to 3.2.12
Bumps olm-sdk from 3.2.11 to 3.2.12.

---
updated-dependencies:
- dependency-name: org.matrix.android:olm-sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-11 13:37:31 +00:00
dependabot[bot] 43953a6291
Bump accompanist-systemuicontroller from 0.24.9-beta to 0.24.10-beta
Bumps [accompanist-systemuicontroller](https://github.com/google/accompanist) from 0.24.9-beta to 0.24.10-beta.
- [Release notes](https://github.com/google/accompanist/releases)
- [Commits](https://github.com/google/accompanist/compare/v0.24.9-beta...v0.24.10-beta)

---
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-06-11 13:37:21 +00:00
Adam Brown 52b03796e3 updating android gradle plugin to latest stable and aligning composer compiler version to main version 2022-06-11 14:36:40 +01:00
Adam Brown 563fdff73e applying minor build speed improvements
- disabling release build type
- only including xxhdpi resources
2022-06-11 14:29:33 +01:00
Adam Brown 8261d53460 splitting core into core and compose core to allow for more modules to avoid the android plugin 2022-06-11 14:10:17 +01:00
Adam Brown 4a0d2cd42d prepping for kotlin 1.7.0 release, removing compose from modules that don't need it 2022-06-11 13:29:47 +01:00
Adam Brown a9ef2b5190 using uuids instead of timestamps for unique test messages 2022-06-11 13:02:22 +01:00
Adam Brown 4d43b6e31f failing test when the newLogin fails 2022-06-11 12:44:55 +01:00
Adam Brown fe28496cba adding test for clear messaging (in prep for images), which uncovered bad test state 2022-06-11 12:28:18 +01:00
Adam Brown 716790712b
Merge pull request #50 from ouchadam/dependabot/gradle/org.jetbrains.kotlinx-kotlinx-coroutines-core-1.6.2
Bump kotlinx-coroutines-core from 1.6.1 to 1.6.2
2022-06-11 11:12:21 +01:00
Adam Brown f80c829010
Merge pull request #48 from ouchadam/dependabot/gradle/ktorVer-2.0.2
Bump ktorVer from 2.0.1 to 2.0.2
2022-06-11 11:12:12 +01:00
Adam Brown fbfc349b2e forcing raw response type for the wellknown as some servers may not correctly set the content-type
- migrates to the content negotiation api
2022-06-11 11:07:36 +01:00
Adam Brown 3fc28bd949
Merge branch 'main' into dependabot/gradle/ktorVer-2.0.2 2022-06-11 10:37:16 +01:00
dependabot[bot] d0871b1fa7
Bump kotlinx-coroutines-core from 1.6.1 to 1.6.2
Bumps [kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) from 1.6.1 to 1.6.2.
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.6.1...1.6.2)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-11 09:37:09 +00:00
Adam Brown 764c0d1853 ignoring the roomevent json models until serializationx marks the code as generated 2022-06-11 10:25:21 +01:00
Adam Brown 65bf8c0d64 improved notification testing 2022-06-11 10:21:51 +01:00
Adam Brown bb47fcd9d6 adding tests around the notification usecase entry point 2022-06-08 19:21:20 +01:00
Adam Brown 8743052899 fixing replies and image messages jumping to the wrong position 2022-06-08 18:51:59 +01:00
Adam Brown e3ac2586ad fixing flickering images when typing 2022-06-08 18:41:23 +01:00
Adam Brown 16185e2d94
Merge branch 'main' into dependabot/gradle/ktorVer-2.0.2 2022-06-07 20:02:30 +01:00
Adam Brown c2c6296e9a fixing missing nested replies/images 2022-06-07 19:58:58 +01:00
Adam Brown 83c18a3715 Merge branch 'main' of github.com:ouchadam/helium 2022-05-30 18:10:12 +01:00
Adam Brown a6fa7487f3 supporting images and replies in the room list 2022-05-30 18:06:11 +01:00