Commit Graph

9781 Commits

Author SHA1 Message Date
Florian Renaud 48413bd508 Merge pull request #1161 from vector-im/feature/fre/polls_timeline_item_tests
[Polls] Add unit tests for TimelineItemContentPollFactory
2023-08-30 08:32:21 +02:00
renovate[bot] bb75539647 Update kotlin to 1.9.10 (#1123)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-30 08:28:06 +02:00
Marco Romano 633d5282d6 "Create poll" UI (#1143)
NB: This is missing analytics, which will be added once https://github.com/matrix-org/matrix-analytics-events/pull/85 is merged.

Closes https://github.com/vector-im/element-meta/issues/2011
2023-08-29 22:31:21 +02:00
ElementBot 1111b1408c Update screenshots 2023-08-29 16:13:48 +00:00
Benoit Marty ece82203eb Fix style (typo and color) for supporting content. 2023-08-29 18:03:29 +02:00
Benoit Marty d3c6efc666 Changelog. 2023-08-29 18:03:29 +02:00
Benoit Marty 7537772d94 format. 2023-08-29 16:46:59 +02:00
Benoit Marty 36bf343a95 OptIn screen: make only the here word be clickable. 2023-08-29 16:46:42 +02:00
Benoit Marty a86100003f Remove preview Text. 2023-08-29 16:39:59 +02:00
Benoit Marty 79af05bc08 Use buildAnnotatedStringWithStyledPart and remove copied code. 2023-08-29 16:38:21 +02:00
Benoit Marty ff47629f6c Make the link open the policy url in the analytics setting screen. 2023-08-29 16:33:03 +02:00
Benoit Marty 1bf2dc1c4d Fix rendering issue of the link. 2023-08-29 16:11:08 +02:00
Benoit Marty 24fc2e77b9 Format. 2023-08-29 16:10:02 +02:00
Benoit Marty 097efc26d2 Migrate AnalyticsPreferencesView from PreferenceSwitch to ListItem. 2023-08-29 16:09:26 +02:00
Florian Renaud 992050c832 Factorize code and remove unused field in TimelineItemPollContent 2023-08-29 16:02:06 +02:00
Florian Renaud 9c6a5bed54 Add unit tests for TimelineItemContentPollFactory 2023-08-29 16:00:18 +02:00
David Langley 20c1b32397 Merge branch 'develop' of https://github.com/vector-im/element-x-android into feature/dla/emojibase_integration 2023-08-29 11:31:22 +01:00
Benoit Marty 5a85459ec2 Merge pull request #1163 from vector-im/renovate/gradle-gradle-build-action-2.x
Update gradle/gradle-build-action action to v2.8.0
2023-08-29 12:04:51 +02:00
Benoit Marty e4a4e57ca1 Merge pull request #1166 from vector-im/feature/bma/cleanupInputs
Cleanup `LoggedInAppScopeFlowNode`
2023-08-29 12:04:31 +02:00
Benoit Marty eb041277a9 Grammar. 2023-08-29 11:22:14 +02:00
Benoit Marty 614e8fcff9 Release script: improve prompt messages. 2023-08-29 11:19:32 +02:00
Benoit Marty 34a85c4956 Release script: Add link to documentation to install the application from the GitHub release. 2023-08-29 11:14:33 +02:00
Benoit Marty b581cc9328 Release script: split APKs generation and APK deployment into 2 separate steps. 2023-08-29 11:11:35 +02:00
Benoit Marty f44fa4190f Release script: do not bundle the minimal app when checking if the project compiles locally. 2023-08-29 11:06:17 +02:00
Benoit Marty bbc7974442 Add documentation to explain how to install the application from a Github release. 2023-08-29 11:04:36 +02:00
Benoit Marty 79d4a4c1be LoggedInAppScopeFlowNode is just having one permanent child: LoggedInFlowNode. So no need to have a Backstack here, a ParentNode with PermanentNavModel is enough. 2023-08-29 10:08:59 +02:00
Benoit Marty f8417bda21 Format file. 2023-08-29 10:05:59 +02:00
Jorge Martin Espinosa c280b43ecc Bump telephoto to 0.6.0-SNAPSHOT to diagnose crash (#1164) 2023-08-29 09:59:01 +02:00
renovate[bot] 6596f5ec48 Update gradle/gradle-build-action action to v2.8.0 2023-08-28 19:24:00 +00:00
David Langley 1d57d4500c Fix test compilation. 2023-08-28 20:15:00 +01:00
David Langley 6a91521604 Use CommonStrings 2023-08-28 18:20:48 +01:00
David Langley a3e9f66614 lint 2023-08-28 18:11:17 +01:00
David Langley bab8119fb9 Merge branch 'develop' of https://github.com/vector-im/element-x-android into feature/dla/emojibase_integration 2023-08-28 17:03:00 +01:00
David Langley ce4c12ce74 Integrate emojibase
- Integrate emojibase datasource
- Use element category translations
- Use Material emoji category logos
2023-08-28 16:45:42 +01:00
Benoit Marty 5e50639815 version++ 2023-08-28 17:20:50 +02:00
Benoit Marty a3c37cf2ad Merge tag 'v0.1.5' into develop
tag
2023-08-28 17:19:11 +02:00
Benoit Marty 1a8289cd13 Merge branch 'release/0.1.5' into main 2023-08-28 17:18:58 +02:00
Benoit Marty a48fad655b Adding fastlane file for version 0.1.5 2023-08-28 17:18:55 +02:00
Benoit Marty 56af73234b Changelog for version 0.1.5 2023-08-28 17:18:39 +02:00
Benoit Marty f696fcde35 Setting version for the release 0.1.5 2023-08-28 17:17:49 +02:00
Benoit Marty 86ad01cbd8 Merge pull request #1160 from vector-im/feature/bma/fixOpeningRoomCrash
Add missing plugin forward between `LoggedInAppScopeFlowNode` and `LoggedInFlowNode`
2023-08-28 17:16:09 +02:00
Benoit Marty a700f114d2 Changelog 2023-08-28 16:59:31 +02:00
Benoit Marty 8c2cc41f97 Add missing plugin forward between LoggedInAppScopeFlowNode and LoggedInFlowNode. The RoomComponent was not created.
Fix crash when opening a room.
2023-08-28 16:56:50 +02:00
Benoit Marty 29465f49ae version++ 2023-08-28 15:36:04 +02:00
Benoit Marty d361329a2b Merge tag 'v0.1.4' into develop
tag
2023-08-28 15:35:13 +02:00
Benoit Marty cff8df44a6 Merge branch 'release/0.1.4' into main 2023-08-28 15:34:49 +02:00
Benoit Marty 571689c1fd Adding fastlane file for version 0.1.4 2023-08-28 15:34:45 +02:00
Benoit Marty 53e581320a Changelog for version 0.1.4 2023-08-28 15:33:18 +02:00
Benoit Marty 5d889afd21 Merge pull request #1128 from vector-im/feature/bma/cleanupOidc
Cleanup OIDC
2023-08-28 15:08:36 +02:00
Benoit Marty 674fa67070 Merge pull request #1157 from vector-im/feature/bma/moveFake
Move fake class to the correct module (in fact: move the module)
2023-08-28 15:03:43 +02:00