Alper Öztürk

Results 52 comments of Alper Öztürk

fixed via https://github.com/nextcloud/android/pull/13192

Hello. Thanks for the messages, it's really great to see support @aloksingh20 @yadnyeshdande 🙂

The PassCodeManager is tightly coupled to the following imports: ``` import com.nextcloud.client.core.Clock import com.nextcloud.client.preferences.AppPreferences import com.owncloud.android.MainApp import com.owncloud.android.ui.activity.PassCodeActivity import com.owncloud.android.ui.activity.RequestCredentialsActivity import com.owncloud.android.ui.activity.SettingsActivity import com.owncloud.android.utils.DeviceCredentialUtils ``` To improve modularity, we can...

/backport to stable-3.29

> @alperozturk96 seems to be lacking theme in some cases via > > ``` > viewThemeUtils.platform.colorTextButtons(alertDialog.getButton(AlertDialog.BUTTON_POSITIVE)); > viewThemeUtils.dialog.colorMaterialAlertDialogBackground(getApplicationContext(), builder); > ``` Some styles from XML were not applied correctly. I...

@tobiasKaminsky Can we merge this?

I guess this is the bug: https://github.com/nextcloud/android/assets/67455295/9ed4ad44-58ea-45f5-8cf6-37d1a9f3c2a8

| Old | New | | ------------- | ------------- | | ![old](https://github.com/nextcloud/android/assets/67455295/a14a3ccf-069b-4e78-a9b9-579ab6fa3f83) | ![new](https://github.com/nextcloud/android/assets/67455295/d7cafb0b-1b8e-431d-88b6-4ef8c5b8b14f) | While trying to fix this issue, I adjusted the margins and zIndex. The result was...

@jancborchardt Unintentionally, something like this emerged. We can play with the values and make it better. I will try to fix it without changing appearance, of course, just wanted to...