Dmitrii Mironov

Results 61 comments of Dmitrii Mironov

If you close a certain tab, the app will clear the file cache and this is unlikely to change in the future. As for reloading the file, that's an interesting...

Hi @NetworkWebMasters, I remember your request, but I've had other priorities for the first few releases this year

Added in [v2023.1.4](https://github.com/massivemadness/Squircle-CE/releases/tag/2023.1.4)

Больше актуально для редакторов на ПК, добавление кастомных панелей на мобилках только переусложненит UI. Для переключения настроек можно сделать кейбиндинги

@OmlineEditor есть возможность записать видео? не понимаю о каких фризах идет речь. Загрузка файла - асинхронная операция, в этот момент отображается лоадер на случай если файл загружается с сервера или...

Hi @professorDeveloper, yes it's possible. You have to wrap your nested scrollable views in a custom container like this https://github.com/android/views-widgets-samples/blob/master/ViewPager2/app/src/main/java/androidx/viewpager2/integration/testapp/NestedScrollableHost.kt

You can try to wrap all your non-scrollable views in a container like [this](https://github.com/android/views-widgets-samples/blob/master/ViewPager2/app/src/main/java/androidx/viewpager2/integration/testapp/NestedScrollableHost.kt) or ViewGroup that will intercept all the gestures. But I don't think it's a good solution...

@AndroMaster436 This is default `EditText` behavior, there is nothing I can do with it

Hi @BlanXyz, there is almost nothing I can do to improve the performance. The bottleneck is the text editing widget in android which is not optimized for large text. You...

Hi @Dani3I, thank you for well formatted and described issue. I absolutely understand the need of this feature, however the termux has very unintuitive and poorly documented SDK (it's just...