Adam Brown
|
9acf5ce479
|
avoiding exposing directory modules classes
|
2022-10-31 21:11:03 +00:00 |
Adam Brown
|
fe363058b5
|
save and restoring state view model
|
2022-10-31 21:09:15 +00:00 |
Adam Brown
|
de1aa00715
|
wip
|
2022-10-31 20:35:02 +00:00 |
Adam Brown
|
58730470f6
|
Merge pull request #232 from ouchadam/release-candidate
[Auto] Release Candidate
|
2022-10-31 19:07:16 +00:00 |
Adam Brown
|
e9698cf66f
|
updating version for release
|
2022-10-31 19:03:55 +00:00 |
Adam Brown
|
1299d900c2
|
Merge pull request #231 from ouchadam/feature/blockquotes-formatting
Adding support for blockquotes and nested tags
|
2022-10-31 18:31:25 +00:00 |
Adam Brown
|
0fbef88c2d
|
adding support for blockquotes
|
2022-10-31 18:25:38 +00:00 |
Adam Brown
|
e5ae1495bc
|
updating android gradle plugin to latest
|
2022-10-31 18:14:41 +00:00 |
Adam Brown
|
ed9c89e69d
|
Merge pull request #230 from ouchadam/dependabot/gradle/ktorVer-2.1.3
Bump ktorVer from 2.1.2 to 2.1.3
|
2022-10-31 08:25:42 +00:00 |
dependabot[bot]
|
e38cbc89f0
|
Bump ktorVer from 2.1.2 to 2.1.3
Bumps `ktorVer` from 2.1.2 to 2.1.3.
Updates `ktor-client-android` from 2.1.2 to 2.1.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.1.2...2.1.3)
Updates `ktor-client-core` from 2.1.2 to 2.1.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.1.2...2.1.3)
Updates `ktor-client-serialization` from 2.1.2 to 2.1.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.1.2...2.1.3)
Updates `ktor-serialization-kotlinx-json` from 2.1.2 to 2.1.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.1.2...2.1.3)
Updates `ktor-client-logging-jvm` from 2.1.2 to 2.1.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.1.2...2.1.3)
Updates `ktor-client-java` from 2.1.2 to 2.1.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.1.2...2.1.3)
Updates `ktor-client-content-negotiation` from 2.1.2 to 2.1.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.1.2...2.1.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-10-31 05:27:56 +00:00 |
Adam Brown
|
5b7fe5aa4e
|
block application launch setup until beta upgrades have completed
|
2022-10-30 19:34:34 +00:00 |
Adam Brown
|
223b5d27ef
|
Merge pull request #229 from ouchadam/feature/fullscreen-images
Fullscreen image viewer
|
2022-10-30 18:49:13 +00:00 |
Adam Brown
|
2e2e4aff99
|
use matching colour for attachment icon and message hint
|
2022-10-30 18:42:22 +00:00 |
Adam Brown
|
a0e56b349c
|
fix images using wrong width/height
- takes the exit rotation into account as the bitmap can provide misleading values
|
2022-10-30 18:40:50 +00:00 |
Adam Brown
|
2ad4ca1c61
|
add fullscreen image viewing when tapping image
|
2022-10-30 18:23:05 +00:00 |
Adam Brown
|
3df8c0bdab
|
Merge pull request #224 from ouchadam/feature/message-formatting
Message formatting (Bold, Italic, URLs, @person)
|
2022-10-30 15:15:23 +00:00 |
Adam Brown
|
7e7f17ac27
|
use asString helper when convering rich text to a string message
|
2022-10-29 14:03:27 +01:00 |
Adam Brown
|
918f186560
|
allowing duplicate text content and handling header line breaks
|
2022-10-29 13:59:29 +01:00 |
Adam Brown
|
2fab30060f
|
reduce duplication
|
2022-10-29 12:51:56 +01:00 |
Adam Brown
|
23b004ff02
|
supporting nested tags within a paragraph
|
2022-10-29 12:24:32 +01:00 |
Adam Brown
|
446d729981
|
adding basic list support
|
2022-10-29 11:23:44 +01:00 |
Adam Brown
|
7016f7c4ee
|
handle headers as bold text
|
2022-10-29 10:33:56 +01:00 |
Adam Brown
|
55745b9c41
|
more robust url parsing
|
2022-10-29 10:12:32 +01:00 |
Adam Brown
|
8e36efe0c2
|
message parsing refactor
|
2022-10-28 22:19:16 +01:00 |
Adam Brown
|
12363530d8
|
Merge pull request #225 from ouchadam/dependabot/gradle/com.google.accompanist-accompanist-systemuicontroller-0.27.0
Bump accompanist-systemuicontroller from 0.25.1 to 0.27.0
|
2022-10-28 22:13:21 +01:00 |
Adam Brown
|
3a4b6dfa32
|
Mark github releases as non preview
it's happening!
|
2022-10-28 19:17:30 +01:00 |
Adam Brown
|
919c973d5d
|
submit release notifications to the main small-talk room
|
2022-10-28 19:14:44 +01:00 |
Adam Brown
|
89af610f58
|
optimise plain text appending to avoid creating extra instances
|
2022-10-28 18:05:37 +01:00 |
Adam Brown
|
f694ffe786
|
add best guess end to url parsing
|
2022-10-28 17:35:30 +01:00 |
Adam Brown
|
45962157f0
|
ensuring all rich text usages use asString exit
|
2022-10-28 16:24:53 +01:00 |
Adam Brown
|
648742be9b
|
Merge pull request #228 from ouchadam/release
[Auto] Sync Release
|
2022-10-27 20:18:05 +01:00 |
Adam Brown
|
b884ecb69a
|
Merge pull request #227 from ouchadam/release-candidate
[Auto] Release Candidate
|
2022-10-27 20:08:51 +01:00 |
Adam Brown
|
e0f094393b
|
updating version for release
|
2022-10-27 20:04:59 +01:00 |
dependabot[bot]
|
10fc9f7383
|
Bump accompanist-systemuicontroller from 0.25.1 to 0.27.0
Bumps [accompanist-systemuicontroller](https://github.com/google/accompanist) from 0.25.1 to 0.27.0.
- [Release notes](https://github.com/google/accompanist/releases)
- [Commits](https://github.com/google/accompanist/compare/v0.25.1...v0.27.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-10-25 05:27:21 +00:00 |
Adam Brown
|
eeb13b3f6c
|
adding missing rich text test usages
|
2022-10-24 22:56:17 +01:00 |
Adam Brown
|
e79c5c9a27
|
handling edits with rich text (kind of~)
|
2022-10-24 22:47:35 +01:00 |
Adam Brown
|
87f25e6e66
|
removing previous tag stripping
|
2022-10-24 22:30:22 +01:00 |
Adam Brown
|
de8c476ed5
|
Merge branch 'main' of github.com:ouchadam/helium into feature/message-formatting
|
2022-10-24 22:19:20 +01:00 |
Adam Brown
|
c3015633f6
|
Merge pull request #223 from ouchadam/bug/replying-to-author
Fixes wrong author name in replies
|
2022-10-24 22:18:25 +01:00 |
Adam Brown
|
7a93d6af1f
|
Merge pull request #220 from ouchadam/dependabot/gradle/org.amshove.kluent-kluent-1.72
Bump kluent from 1.71 to 1.72
|
2022-10-24 22:14:56 +01:00 |
Adam Brown
|
c25171eeca
|
fixing wrong author name in replies
|
2022-10-24 22:11:47 +01:00 |
Adam Brown
|
9476fc5814
|
handling more text parsing cases for fallbacks and urls
|
2022-10-24 22:03:53 +01:00 |
Adam Brown
|
02e8743b81
|
Merge pull request #221 from ouchadam/release-candidate
[Auto] Release Candidate
|
2022-10-24 20:15:12 +01:00 |
Adam Brown
|
173591e6bb
|
updating version for release
|
2022-10-24 20:11:03 +01:00 |
dependabot[bot]
|
c6866787cc
|
Bump kluent from 1.71 to 1.72
Bumps [kluent](https://github.com/MarkusAmshove/Kluent) from 1.71 to 1.72.
- [Release notes](https://github.com/MarkusAmshove/Kluent/releases)
- [Changelog](https://github.com/MarkusAmshove/Kluent/blob/master/CHANGELOG.md)
- [Commits](https://github.com/MarkusAmshove/Kluent/compare/v1.71...v1.72)
---
updated-dependencies:
- dependency-name: org.amshove.kluent:kluent
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-10-24 05:34:12 +00:00 |
Adam Brown
|
fddcdaa50c
|
adding custom html parsing with tag styling
|
2022-10-23 23:15:46 +01:00 |
Adam Brown
|
e13ce95b83
|
adding super naive html parsing for style options
|
2022-10-23 20:04:38 +01:00 |
Adam Brown
|
3517cf492a
|
Merge pull request #219 from ouchadam/bug/dendrite-sync-error
Allow SyncResponse state events to be optional
|
2022-10-22 20:13:32 +01:00 |
Adam Brown
|
1f3c62e9c3
|
allow state events to be missing/null
- dendrite can omit the state field from the sync response
|
2022-10-22 20:06:31 +01:00 |
Adam Brown
|
f7f4c897d6
|
Merge pull request #218 from ouchadam/bug/dendrite-infinite-login
Fix dendrite failing to fully login
|
2022-10-22 19:35:18 +01:00 |