Adam Brown
|
e1b1e77b83
|
skipping noop modules from the coverage report
|
2022-08-31 18:14:47 +01:00 |
Adam Brown
|
477ac52d16
|
checking for firebase inclusion or play services availability and removing FCM option if it's missing
|
2022-08-31 17:52:39 +01:00 |
Adam Brown
|
d01451e3e9
|
replacing non foss dependencies with noop replaceable modules when the project is build with the -Pfoss flag
|
2022-08-31 17:44:17 +01:00 |
Adam Brown
|
346bf026d4
|
Merge pull request #104 from ouchadam/feature/automated-beta
Automated beta releases
|
2022-08-30 20:47:53 +01:00 |
Adam Brown
|
9f5beb532f
|
adds automatic beta track deploying and github release creation on merges to the release branch
- each merge expects an updated version code
|
2022-08-30 20:43:34 +01:00 |
Adam Brown
|
982476e7d6
|
adding gh action for generating the signed bundle
- doesn't upload anywhere yet...
|
2022-08-24 16:02:39 +01:00 |
Adam Brown
|
e235598ff5
|
adding script to generate signed release bundle
|
2022-08-24 15:34:30 +01:00 |
Adam Brown
|
81c8cb4927
|
updating gitignore to ignore secrets and any nodemodules dir
|
2022-08-24 15:34:08 +01:00 |
Adam Brown
|
cac4f8cedf
|
ignoring node modules
|
2022-08-24 15:15:26 +01:00 |
Adam Brown
|
5ce79bd2b8
|
nightly task to automatically PR and merge changes from main into release
|
2022-08-24 14:17:31 +01:00 |
Adam Brown
|
866f038e6c
|
Merge pull request #85 from ouchadam/dependabot/gradle/io.mockk-mockk-1.12.7
Bump mockk from 1.12.5 to 1.12.7
|
2022-08-24 09:09:21 +01:00 |
dependabot[bot]
|
d55ed2da1d
|
Bump mockk from 1.12.5 to 1.12.7
Bumps [mockk](https://github.com/mockk/mockk) from 1.12.5 to 1.12.7.
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](https://github.com/mockk/mockk/compare/1.12.5...1.12.7)
---
updated-dependencies:
- dependency-name: io.mockk:mockk
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-08-24 05:28:11 +00:00 |
Adam Brown
|
702ef5d5cd
|
Merge pull request #83 from ouchadam/dependabot/gradle/org.jetbrains.kotlinx-kotlinx-serialization-json-1.4.0
Bump kotlinx-serialization-json from 1.3.3 to 1.4.0
|
2022-08-19 17:41:28 +01:00 |
Adam Brown
|
d463f7028b
|
using json instance for decoding json element in custom serializers
|
2022-08-19 17:36:48 +01:00 |
dependabot[bot]
|
a734984ebb
|
Bump kotlinx-serialization-json from 1.3.3 to 1.4.0
Bumps [kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) from 1.3.3 to 1.4.0.
- [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Kotlin/kotlinx.serialization/compare/v1.3.3...v1.4.0)
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-08-19 05:33:18 +00:00 |
Adam Brown
|
a0209992e8
|
Update README.md
|
2022-08-18 21:42:50 +01:00 |
Adam Brown
|
da0b1764b1
|
Merge pull request #82 from ouchadam/feature/unified-push
Feature/unified push
|
2022-08-18 21:42:00 +01:00 |
Adam Brown
|
219b520dff
|
allowing the push endpoint querying to fail
|
2022-08-18 21:37:03 +01:00 |
Adam Brown
|
1ed4248e13
|
updating tests
|
2022-08-18 21:33:22 +01:00 |
Adam Brown
|
c6d68b7583
|
avoiding run blocking
|
2022-08-18 21:29:20 +01:00 |
Adam Brown
|
0c35481bda
|
adding support for unified push
|
2022-08-18 21:25:38 +01:00 |
Adam Brown
|
41da7a2af9
|
abstracting the push token register/unregister
|
2022-08-18 17:56:01 +01:00 |
Adam Brown
|
b69f2c69c0
|
abstracting the firebase push service to the push module
|
2022-08-17 19:16:45 +01:00 |
Adam Brown
|
7fe3cfa240
|
adding unified push dependency
|
2022-08-17 18:29:37 +01:00 |
Adam Brown
|
6c18cffb1f
|
Merge pull request #81 from ouchadam/dependabot/gradle/io.coil-kt-coil-compose-2.2.0
Bump coil-compose from 2.1.0 to 2.2.0
|
2022-08-17 18:15:15 +01:00 |
dependabot[bot]
|
5973a91d0b
|
Bump coil-compose from 2.1.0 to 2.2.0
Bumps [coil-compose](https://github.com/coil-kt/coil) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/coil-kt/coil/releases)
- [Changelog](https://github.com/coil-kt/coil/blob/main/CHANGELOG.md)
- [Commits](https://github.com/coil-kt/coil/compare/2.1.0...2.2.0)
---
updated-dependencies:
- dependency-name: io.coil-kt:coil-compose
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-08-17 05:33:27 +00:00 |
Adam Brown
|
7b00aa733f
|
Merge pull request #78 from ouchadam/dependabot/gradle/com.google.accompanist-accompanist-systemuicontroller-0.25.1
Bump accompanist-systemuicontroller from 0.25.0 to 0.25.1
|
2022-08-15 21:32:46 +01:00 |
Adam Brown
|
33d811f5d2
|
Merge pull request #80 from ouchadam/dependabot/gradle/ktorVer-2.1.0
Bump ktorVer from 2.0.3 to 2.1.0
|
2022-08-15 21:32:25 +01:00 |
dependabot[bot]
|
6cf480d46f
|
Bump ktorVer from 2.0.3 to 2.1.0
Bumps `ktorVer` from 2.0.3 to 2.1.0.
Updates `ktor-client-android` from 2.0.3 to 2.1.0
- [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.3...2.1.0)
Updates `ktor-client-core` from 2.0.3 to 2.1.0
- [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.3...2.1.0)
Updates `ktor-client-serialization` from 2.0.3 to 2.1.0
- [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.3...2.1.0)
Updates `ktor-serialization-kotlinx-json` from 2.0.3 to 2.1.0
- [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.3...2.1.0)
Updates `ktor-client-logging-jvm` from 2.0.3 to 2.1.0
- [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.3...2.1.0)
Updates `ktor-client-java` from 2.0.3 to 2.1.0
- [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.3...2.1.0)
Updates `ktor-client-content-negotiation` from 2.0.3 to 2.1.0
- [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.3...2.1.0)
---
updated-dependencies:
- dependency-name: io.ktor:ktor-client-android
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: io.ktor:ktor-client-core
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: io.ktor:ktor-client-serialization
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: io.ktor:ktor-serialization-kotlinx-json
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: io.ktor:ktor-client-logging-jvm
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: io.ktor:ktor-client-java
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: io.ktor:ktor-client-content-negotiation
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-08-15 20:24:40 +00:00 |
Adam Brown
|
c45fdb2aa1
|
Merge pull request #79 from ouchadam/updating-compose-kotlin
updates compose and kotlin to latest
|
2022-08-15 21:23:49 +01:00 |
Adam Brown
|
6c806f912b
|
updates compose and kotlin to latest
|
2022-08-11 08:50:13 +01:00 |
dependabot[bot]
|
ea48a204d9
|
Bump accompanist-systemuicontroller from 0.25.0 to 0.25.1
Bumps [accompanist-systemuicontroller](https://github.com/google/accompanist) from 0.25.0 to 0.25.1.
- [Release notes](https://github.com/google/accompanist/releases)
- [Commits](https://github.com/google/accompanist/compare/v0.25.0...v0.25.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-08-11 05:45:46 +00:00 |
Adam Brown
|
e9cbec04af
|
Merge pull request #73 from ouchadam/feature/share-images-via-small-talk
Share images via small talk
|
2022-08-10 19:48:51 +01:00 |
Adam Brown
|
ac16306b1a
|
using fullscreen preview when sending image
|
2022-08-09 22:18:03 +01:00 |
Adam Brown
|
f668a1b8ea
|
adding mimetype and reusing filename image content properties
|
2022-08-09 21:55:27 +01:00 |
Adam Brown
|
934f80df1f
|
updating test to reflect attachments change
|
2022-08-09 21:26:00 +01:00 |
Adam Brown
|
0730cd069c
|
adding support for sending clear images
|
2022-08-09 21:12:43 +01:00 |
Adam Brown
|
3859aa7f0b
|
extracting api responses to their own files to improve ide performance
|
2022-08-06 12:16:47 +01:00 |
Adam Brown
|
f07e59c874
|
Merge branch 'main' of github.com:ouchadam/helium into feature/share-images-via-small-talk
|
2022-08-06 10:15:55 +01:00 |
Adam Brown
|
e9df8e2eb0
|
Merge pull request #72 from ouchadam/gradlew-update-7.5.1
Update Gradle Wrapper from 7.5 to 7.5.1
|
2022-08-06 10:12:25 +01:00 |
Adam Brown
|
c523f01b4a
|
trigger CI
|
2022-08-06 10:05:36 +01:00 |
gradle-update-robot
|
df861d32d5
|
Update Gradle Wrapper from 7.5 to 7.5.1.
Signed-off-by: gradle-update-robot <gradle-update-robot@regolo.cc>
|
2022-08-06 00:21:23 +00:00 |
Adam Brown
|
fc8155ac21
|
Merge pull request #71 from ouchadam/dependabot/gradle/app.cash.turbine-turbine-0.9.0
Bump turbine from 0.8.0 to 0.9.0
|
2022-08-02 20:03:47 +01:00 |
dependabot[bot]
|
d6d3add566
|
Bump turbine from 0.8.0 to 0.9.0
Bumps [turbine](https://github.com/cashapp/turbine) from 0.8.0 to 0.9.0.
- [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.8.0...0.9.0)
---
updated-dependencies:
- dependency-name: app.cash.turbine:turbine
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-08-02 05:29:26 +00:00 |
Adam Brown
|
84d3f18a28
|
Merge pull request #70 from ouchadam/dependabot/gradle/com.google.accompanist-accompanist-systemuicontroller-0.25.0
Bump accompanist-systemuicontroller from 0.24.13-rc to 0.25.0
|
2022-07-29 17:34:24 +01:00 |
dependabot[bot]
|
34781d28e9
|
Bump accompanist-systemuicontroller from 0.24.13-rc to 0.25.0
Bumps [accompanist-systemuicontroller](https://github.com/google/accompanist) from 0.24.13-rc to 0.25.0.
- [Release notes](https://github.com/google/accompanist/releases)
- [Commits](https://github.com/google/accompanist/compare/v0.24.13-rc...v0.25.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-07-29 05:28:48 +00:00 |
Adam Brown
|
9c99b6a0a9
|
Merge branch 'main' of github.com:ouchadam/helium into feature/share-images-via-small-talk
|
2022-07-28 22:08:44 +01:00 |
Adam Brown
|
e6feb7d8ee
|
Merge branch 'main' of github.com:ouchadam/helium
|
2022-07-28 22:07:53 +01:00 |
Adam Brown
|
3bbfd05fce
|
applying when timestamp to the summary notification
|
2022-07-28 22:06:04 +01:00 |
Adam Brown
|
82720ea9fa
|
Merge pull request #60 from ouchadam/dependabot/gradle/com.google.accompanist-accompanist-systemuicontroller-0.24.13-rc
Bump accompanist-systemuicontroller from 0.24.10-beta to 0.24.13-rc
|
2022-07-28 19:55:49 +01:00 |