Commit Graph

27 Commits

Author SHA1 Message Date
Ensar Sarajčić c15b3e4c6f Migrate to viewbinding and kotlin gradle scripts 2023-08-03 13:23:31 +02:00
Ensar Sarajčić 3ed5119129 Remove landscape row and column counts 2023-07-13 15:03:50 +02:00
Ensar Sarajčić 79d047c852 Add settings for configuring home screen grid size
This closes #60
2023-07-13 14:32:43 +02:00
tibbi 42e78c550c use targetCellWidth and height for initial widget size on Android 13+ 2022-10-07 09:30:57 +02:00
tibbi dee6dcdd53 do not allow resizing widgets to the bottom row 2022-10-05 11:43:22 +02:00
tibbi fd6fe125a9 adding some resizing improvements 2022-10-05 10:32:03 +02:00
tibbi 71b4deced1 replacing some Untils with dots 2022-10-05 10:09:36 +02:00
tibbi a8755b566e reworking some widget size handling 2022-10-05 10:08:08 +02:00
tibbi e69dc7438c add a listener to cell count changes 2022-10-04 23:34:50 +02:00
tibbi f572abcf84 adding collision checks at bottom resizing too 2022-10-04 23:09:51 +02:00
tibbi dccad9ef90 further improving some collision checks 2022-10-04 20:00:45 +02:00
tibbi abc838f307 handle collisions at resizing to the top 2022-10-04 19:49:01 +02:00
tibbi 72debab925 handle collisions at dragging on the right side too 2022-10-04 19:41:18 +02:00
tibbi 0d37b4c56f lets not forget adding the side margin at position restoring after collision 2022-10-04 12:41:06 +02:00
tibbi 6c10551ace check some collisions at resizing widgets to the left 2022-10-04 12:12:46 +02:00
tibbi 5682968a0e create a list of cells occupied by other items at resizing 2022-10-04 11:24:38 +02:00
tibbi 830cea13fd adding some minimal sizes at the widget resizing 2022-10-04 10:41:26 +02:00
tibbi 2fd48bdf53 calculate the minimal cell count at resizing 2022-10-04 10:17:17 +02:00
tibbi 4921159242 just renaming rows to cells 2022-10-04 10:08:37 +02:00
tibbi a159465361 pass the provider info at resizing too 2022-10-04 09:48:26 +02:00
tibbi 80adadd0e8 adding some rounding to the widget resizing frame rect 2022-10-03 23:26:54 +02:00
tibbi d39348e521 update the resize rectangle by drag gestures 2022-10-03 22:25:41 +02:00
tibbi b9f96e0703 recognize dragging of sides at widget resizing 2022-10-02 23:10:29 +02:00
tibbi 30c5dec1be draw 4 dots at the widget resizing frame 2022-10-02 22:45:02 +02:00
tibbi ae66ce83f2 improving some widgetview gesture related handling 2022-10-02 22:22:24 +02:00
tibbi 2a5909573d change the way widget resizing frame works 2022-10-02 21:26:59 +02:00
tibbi 626a553331 create a custom view for the widget resizing frame 2022-10-02 20:01:46 +02:00