Sunik Kupfer

Results 31 issues of Sunik Kupfer

Hi, this is somewhat related to #156. Ember is v3.4.2 and ember-infinity is v1.2.3. I am loading markers on a map. First all markers are loaded with the infinity-loader component...

How about automatically selecting the first installed ruby version as global, so the first time setup becomes even easier? Many people seem to [forget that](https://github.com/rbenv/rbenv/issues/1094#issuecomment-396259530).

After renaming an account the associated `PeriodicSyncWorker`s are not cleared, but still active. 1. Set up an account with periodic sync enabled (15min for easy checking) 2. Rename the account...

bug

Currently collection properties like "read-only" and "display name", for example, are only fetched in service detection. This means that the "read-only" flag is sometimes not up to date / wrong...

enhancement

### Purpose The nextcloud login/setup flow [could not be started via intent](https://github.com/bitfireAT/davx5-ose/issues/773). This fixes it. ### Short description LoginActivity: - Now using previously unused `intentToInitialLoginType()` to determine login type from...

bug

Steps to reproduce: 1. Install the Nextcloud app for Android and login 2. Open the Settings of the Nextcloud app. 3. [Choose "Sync calendar & contacts".](https://docs.nextcloud.com/server/latest/user_manual/en/groupware/sync_android.html#contacts-and-calendar) 4. DAVx⁵ **should** open...

bug

### Purpose Previously view models of the login details compose screens were initialized using `LaunchedEffect`, which had LoginDetails screens loose user made changes on screen rotation/re-compose. This is because the...

Might be because `LoginScreen` is dropped and complete re-compose happens when the screen is rotated, and it calls: ``` LaunchedEffect(initialLoginInfo) { model.initialize(initialLoginInfo) } ``` which initializes the login data from...

bug

### Purpose Rewriting the DebugInfoActivity from M2 to M3, refactoring for more clarity, stability and test-ability at the same time. ### Short description As requested, I have not yet moved...

enhancement
refactoring