Alper Öztürk
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...
/backport to stable-3.29
@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 | | ------------- | ------------- | |  |  | 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...