Julius Linus

Results 27 issues of Julius Linus

## The CI/CD Analysis check seems to be broken - fixes #5534 ### 🚧 TODO - [x] Data Classes - [x] Mappers - [x] Api - [x] Repository - [x]...

3. to review

Behavior is normal in the emulator, but on my Pixel 7a, tapping the load more button when searching doesn't add itself to the adapter properly, often being appended under the...

bug
1. to develop

The `ContactsViewModel` is currently retrieving users on object creation ``` init { getContactsFromSearchParams() } ``` which isn't inherently bad, but when used with our dependency injection setup, each `@Inject` creates...

bug
1. to develop

- fixes #5609 ### 🏁 Checklist - [ ] ⛑️ Tests (unit and/or integration) are included or not needed - [ ] 🔖 Capability is checked or not needed -...

3. to review

Since the Login process is critical, it must be updated and made secure and maintainable. Currently, process is undergoing to migrate to Login V2, use MVVM, improve test coverage, etc...

* Ref https://github.com/nextcloud/spreed/issues/3390 * Ref https://github.com/nextcloud/spreed/pull/16239 * Ref https://github.com/nextcloud/talk-ios/pull/2262

1. to develop

Particularly the code in the repository layer. Process should be refactored into MVVM first, for proper separation of concerns, which makes it easier to swap out the existing functionality with...