Aliaksei L

Results 41 issues of Aliaksei L

On latest versions (> 0.21.0) Changed design on tablets Previously there was one column (like on a phones), now there are two [Screenshot_20240406-210757_SD Maid SE](https://github.com/d4rken-org/sdmaid-se/assets/439337/d8f53500-f6d3-487b-b1b8-98faa9378a51) [Screenshot_20240406-210843_SD Maid SE](https://github.com/d4rken-org/sdmaid-se/assets/439337/ac6b4309-c12f-4217-a7b3-39b1fd3160ac)

General UI

When I try to uninstall any application, I get the following message. But the application itself is removed. [Screenshot_20230824-073717](https://github.com/d4rken-org/sdmaid-se/assets/439337/ad87daaf-90a3-408c-88b5-2a97519c3c98)

bug
c: AppControl
c: PKGS

Is it possible to add support for working by days - Monday - Tuesday - etc [Screenshot_20230328-130602](https://user-images.githubusercontent.com/439337/228209197-5741648d-b753-4f1d-8c03-f56182bf9582.png)

enhancement
c: Scheduler

How to work with ObjectId and LocalDateTime

It's my resource folder ![image](https://user-images.githubusercontent.com/439337/127128157-ba427fa9-7045-44d0-8fc6-bca20e437dc8.png) My code ``` @Component public class TableConfigFactory { private static final String UPLOAD_DIR = "upload"; ... public TableConfigFactory(ObjectMapper objectMapper) throws IOException, URISyntaxException { this.objectMapper =...

Hi my DTO ``` public class Product extends AuditableEntity { ... private Integer atn; ... } ``` And CrudFormFactory ``` public class ProductFormFactory extends DefaultCrudFormFactory { public ProductFormFactory() { super(Product.class);...

It was version 1.2.4. This functionality worked. 4G+ was displayed instead of 4G. Delivered version 1.2.6. Plus is not displayed not for LTE, not for 4G. With a plus, the...

Is it possible to add support import data from Loop Habit Tracker https://play.google.com/store/apps/details?id=org.isoron.uhabits

suggestion

I modify your test build.gradle file ``` plugins { id 'org.gretty' version '2.3.1' id 'com.devsoap.vaadin-flow' version '1.0.0.RC7' } repositories { vaadin.prereleases() vaadin.addons() } vaadin { productionMode false submitStatistics false version...

enhancement

In the system settings of my phone, it is set that the first day of the week is Monday Accordingly, all applications are based on this In this application, the...

bug