Doug

Results 42 issues of Doug

Adding another issue to refine the scope of #4479 to just cover #4721. Once #4721 has been merged it would be great to have a secondary option to choose the...

T-Enhancement

### Steps to reproduce 1. Start with the default push rules that give you silent notifications for group chats: ![Screenshot 2022-07-18 at 5 08 55 pm](https://user-images.githubusercontent.com/6060466/179554837-00ca2ab5-9d27-4c23-aa7d-1ae632b8830c.png) 2. In the app...

T-Defect
A-Notifications
S-Major
O-Uncommon

Minimal code sample to reproduce: ```swift struct ContentView: View { @State var message = "" var body: some View { Color.blue .sheet(isPresented: .constant(true)) { FlickTypeTextEditor("Add Message", text: $message, mode: .ask,...

I had to convert to ready as the needed CI wasn’t running for a draft PR… - [x] Build the package without an XCFramework (Mac & Linux) - [x] Run...

### Steps to reproduce 1. Run Element 1.9.8 on iOS 15.x. 2. Open a room. 3. Begin swiping back to the All Chats screen, but then abort and stay in...

T-Defect

Before the new app layout I could create a space to put “other” rooms in and turn off “Show all rooms” in Home. This way my Home space would only...

T-Enhancement
X-Needs-Design
A-Spaces
Z-AppLayout

Note: #6738 exists when building with Xcode 13 too… ### Steps to reproduce 1. Build the project with Xcode 14 2. Click create account or already have an account ###...

T-Defect
S-Major
O-Uncommon
A-Authentication
os:iOS16

### Steps to reproduce 1. Build the project with Xcode 14 2. Go through the auth flow ### Outcome #### What did you expect? The labels to have the same...

T-Defect
S-Tolerable
O-Uncommon
A-Authentication
os:iOS16

### Steps to reproduce 1. Upload one of the sample files from https://filesamples.com/formats/opus to a room from web. 2. Open the room on iOS 3. Play the file back. ###...

T-Defect
A-Media
S-Minor
O-Uncommon

### Steps to reproduce 1. Select a room on iPad. 2. Scroll the room list. ### Outcome #### What did you expect? The selected room remains highlighted. #### What happened...

T-Defect
A-Room-List
S-Minor
O-Frequent