Julius Linus
Julius Linus
- fixes #618 ### Current Demo https://github.com/user-attachments/assets/97d74ac4-250c-4100-aabc-c90e0694c98a ### ToDo - [x] Added a voice recording lock button - [x] Added a new SwiftUI View for expanded voice recording - [x]...
- fixes #4361 ### 🏁 Checklist - [ ] ⛑️ Tests (unit and/or integration) are included or not needed - [ ] 🔖 Capability is checked or not needed -...
- fixes #4257 ### 🏁 Checklist - [ ] ⛑️ Tests (unit and/or integration) are included or not needed - [ ] 🔖 Capability is checked or not needed -...
- fixes #3975 Paused to focus on offline support ### 🖼️ Screenshots [issue-3975-gifphy-2.webm](https://github.com/user-attachments/assets/f2ed284f-b22b-4a77-8f75-ca1985c1e764) ### 🚧 TODO - [x] Fix Downloading to Cache - [x] Make Gifs bigger - [ ]...
- fixes #4711 ### 🖼️ Screenshots ### 🚧 TODO - [x] Got it working - [ ] Add Cancel button - [ ] Add better error handling - [ ]...
- fixes #5027 -- - Added a new field to Conversation, `MessageDraft` which holds the state of any message draft. Can be easily extended to support things like file URI's,...
- fixes #5041 Conversation List jumps to position of clicked conversation item when back pressed ### ToDO - [x] fix scroll offset, it's a bit confusing. Perhaps track x,y and...
- fixes #4381 Fetches messages and saves them when refreshing the conversation list. Only refreshes what is needed, to save battery. ### 🏁 Checklist - [ ] ⛑️ Tests (unit...
- fix https://github.com/nextcloud/talk-android/issues/3552 Main bug should be fixed however, Noticing bug where after 1. Entering locked mode 2. Flipping orientation twice 3. Exiting locked mode 4. Flipping again -> causing...
- fixes #2082 Updated the room upon receiving a `processRoomListEvent` in the `NCExternalSignalingController`. Is this the right way to implement this? Not sure if updating is a heavy operation or...