1b0dc44ca8
Reduce delay for page changes
2023-07-20 13:35:22 +02:00
8794f7ca23
Decrease move gesture sensitivity
2023-07-20 12:40:28 +02:00
35fe1da420
Navigate to previous page if current one is empty
2023-07-20 12:09:28 +02:00
9906ef05af
Draw page indicators on the bottom
2023-07-20 12:09:15 +02:00
efb46dc0d6
Fix max page calculation in HomeScreenGrid to consider only visible items
2023-07-20 11:29:10 +02:00
1448c8a989
Combine migrations to keep database version at 5
2023-07-20 11:20:53 +02:00
05c9644037
Implement bottom row docking
2023-07-19 17:26:36 +02:00
1c67a8f097
Merge branch 'main' into feature/47-multi-panel-home
2023-07-19 16:46:29 +02:00
6ac3d0f86c
Fix shortcut pin intent handling
2023-07-19 16:30:21 +02:00
3742762220
Handle pages in shortcut pin request
2023-07-19 16:09:27 +02:00
a766abf248
show errors at long toasts
2023-07-19 16:02:17 +02:00
d4b131ab23
Increase page change area and introduce delay to prevent accidental page changes
2023-07-19 15:45:29 +02:00
9766b3f0b6
Extract string for widget too big message
2023-07-19 15:25:29 +02:00
3a4f4b47a9
Ensure gridCenters are cleared when dimensions of grid change
...
This prevents an issue of items that can't be dropped onto the grid, because of missing center values
2023-07-19 10:02:20 +02:00
f0eb1254a3
Fix occupied position calculation for offpage items
2023-07-18 18:25:40 +02:00
9dc9e90e0e
Add animations for widgets
2023-07-18 18:22:20 +02:00
1d0f814e9f
Update anim percentage for clarity
2023-07-18 18:06:31 +02:00
468b89bc21
Add basic page change animations
2023-07-18 18:04:59 +02:00
b0ca17cea2
Implement multiple panes for home screen grid
...
This closes #47
2023-07-18 17:35:26 +02:00
26b4d777e4
Merge branch 'main' into feature/60-row-column-count-customization
2023-07-18 14:41:55 +02:00
c5ea727398
Merge pull request #84 from esensar/fix/home-screen-accessibility
...
Implement accessibility for HomeScreenGrid
2023-07-18 14:30:31 +02:00
1a640224a2
removing a semicolon
2023-07-18 14:29:18 +02:00
f2de755423
Update MainActivity.kt
2023-07-18 14:28:41 +02:00
65835d4bcb
Focus all apps grid and widgets screen with accessibility when needed
2023-07-18 14:21:07 +02:00
a4fc9d0b90
Implement accessibility for HomeScreenGrid
...
This closes #29 , closes #15
2023-07-18 14:18:02 +02:00
3ec2bd2034
Update settings strings
2023-07-18 10:39:11 +02:00
26fee5c53f
Merge branch 'main' into feature/60-row-column-count-customization
2023-07-18 08:35:50 +02:00
149e51f53e
Merge branch 'main' into feature/72-drawer-search
2023-07-18 08:34:40 +02:00
fe1e59297d
Rename showSearchBar setting for consistency
2023-07-18 08:33:56 +02:00
dffca7823c
Add no items found placeholder when searching
2023-07-18 08:32:10 +02:00
43d5e2031a
Clear search when picking up items from drawer
2023-07-18 08:27:03 +02:00
649a55a1fa
Fix crash when removing last hidden icon from HiddenIconsActivity
...
This used to crash with:
android.view.ViewRootImpl$CalledFromWrongThreadException: Only the original thread that created a view hierarchy can touch its views.
at android.view.ViewRootImpl.checkThread(ViewRootImpl.java:8372)
at android.view.ViewRootImpl.requestLayout(ViewRootImpl.java:1444)
This prevents that crash by ensuring that updates to `manage_hidden_icons_placeholder` happens on UI thread
2023-07-17 16:01:44 +02:00
913cbb303d
Add search bar to apps drawer
...
This closes #72
2023-07-17 15:58:59 +02:00
1c114f782e
Prevent resizing widgets over bottom row
2023-07-17 13:09:04 +02:00
209c74e99b
Clean up widget placement
2023-07-17 13:03:20 +02:00
1097159b8d
Fix last row behavior for widgets
2023-07-17 13:03:01 +02:00
3e45c3311e
Adjust margins for big grid sizes
2023-07-17 12:45:03 +02:00
d0f361c531
Fix vertical clickable area
2023-07-17 12:41:39 +02:00
e00f6852ed
Adjust clickable areas
2023-07-17 12:32:01 +02:00
4b1f2e5a65
Fix drawing of dock line in grid
2023-07-17 12:06:56 +02:00
822b373a72
Prevent usage of bottom row for widgets
2023-07-17 11:59:56 +02:00
5d642eefe2
Restore widget drawing bottom row limitation
2023-07-17 11:59:22 +02:00
3545701f21
Properly translate tap coordinates into grid coordinates for touch events
2023-07-16 16:52:27 +02:00
934651e88d
Increase clickable height of grid icons
2023-07-16 09:33:23 +02:00
2636f5666e
Merge branch 'main' into feature/60-row-column-count-customization
2023-07-15 17:54:20 +02:00
b49a84968e
Adjust widgets drawing for missing bottom row
2023-07-13 15:55:01 +02:00
ec45fc0a1f
Add an error when widget is too big for home screen
2023-07-13 15:13:21 +02:00
3ed5119129
Remove landscape row and column counts
2023-07-13 15:03:50 +02:00
ee914d889a
Remove landscape orientation settings
2023-07-13 14:58:15 +02:00
1cbc887c3c
Remove bottom row logic from HomeScreenGrid
2023-07-13 14:54:32 +02:00