ismailgulek b6b8b4be26
Room screen: timeline message bubbles (#91)
* #34 Create `TimelineItemStylerView`

* #34 Add styler view into different type of cells

* #34 Use placeholder avatar image on room list

* #34 Add `isOutgoing` param to event based timeline item

* #34 Compute `isOutgoing` for timeline items

* #34 Update sender info view in timeline

* #34 Update mock timeline items

* #34 Rename `EventBasedTimelineView` to `EventBasedTimelineSenderView`

* #34 Change padding on timeline cells

* #34 Create `TimelineItemStylerView` to move content into a bubble if needed

* #34 Use styler view in all of the timeline item views

* #34 Make timestamp more readable on images

* #34 Little layout tweaks

* #34 Add changelog

* #34 Fix code smells

* #34 Set text colors on timeline items

* #34 Fix background color of the timeline

* #34 Fix PR remarks

* #34 Set background colors explicitly on remaining screens

* #34 Reduce min bubble width and make it a scaled metric

* #34 Refactor `PlaceholderAvatarImage` to accept a text only

* #34 Fix code smell

* #34 Fix further comments
2022-06-23 14:54:29 +03:00
2022-05-26 13:31:38 +01:00
2022-06-21 20:28:42 +03:00
2022-06-21 20:28:42 +03:00
2022-06-21 20:28:42 +03:00
2022-05-26 13:31:38 +01:00
2022-05-09 12:36:31 +03:00
2022-06-21 18:49:02 +03:00
2022-05-12 14:06:58 +03:00
2022-04-26 10:24:44 +03:00
2022-06-22 14:13:54 +01:00
2022-02-11 14:06:26 +02:00

Element iOS Matrix room #element-ios:matrix.org GitHub

Build Status GitHub release (latest by date)

codecov Quality Gate Status Vulnerabilities Bugs

Element X iOS

ElementX iOS is a Matrix iOS Client provided by Element.

The application is a total rewrite of Element-iOS using the Matrix Rust SDK underneath and targetting devices running iOS 15+.

Rust SDK

ElementX leverages the Matrix Rust SDK through an FFI layer exposed as a swift package that the final client can directly import and use.

We're doing this as a way to share code between platforms and while we've seen promising results it's still in the experimental stage and bound to change.

Roadmap

Our current roadmap is available here but as the projects are in their initial stages this is subject to change.

We are aiming to have a fast and fully functional personal messaging application by the end of the year.

Contributing

Please see our contribution guide.

Come chat with the community in the dedicated Matrix room.

Support

When you are experiencing an issue on ElementX iOS, please first search in GitHub issues and then in #element-ios:matrix.org. If after your research you still have a question, ask at #element-ios:matrix.org. Otherwise feel free to create a GitHub issue if you encounter a bug or a crash, by explaining clearly in detail what happened. You can also perform bug reporting (Rageshake) from the Element application by shaking your phone or going to the application settings. This is especially recommended when you encounter a crash.

Copyright (c) 2022 New Vector Ltd

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or at:

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Description
Next generation Matrix client for iOS built with SwiftUI on top of matrix-rust-sdk.
Readme AGPL-3.0 2.7 GiB
Languages
Swift 99.6%
Ruby 0.2%
Shell 0.1%