118 Commits

Author SHA1 Message Date
Ensar Sarajčić
6ac3d0f86c Fix shortcut pin intent handling 2023-07-19 16:30:21 +02:00
Ensar Sarajčić
3742762220 Handle pages in shortcut pin request 2023-07-19 16:09:27 +02:00
Ensar Sarajčić
b0ca17cea2 Implement multiple panes for home screen grid
This closes #47
2023-07-18 17:35:26 +02:00
Tibor Kaputa
c5ea727398
Merge pull request #84 from esensar/fix/home-screen-accessibility
Implement accessibility for HomeScreenGrid
2023-07-18 14:30:31 +02:00
Tibor Kaputa
f2de755423
Update MainActivity.kt 2023-07-18 14:28:41 +02:00
Ensar Sarajčić
65835d4bcb Focus all apps grid and widgets screen with accessibility when needed 2023-07-18 14:21:07 +02:00
Ensar Sarajčić
a4fc9d0b90 Implement accessibility for HomeScreenGrid
This closes #29, closes #15
2023-07-18 14:18:02 +02:00
Ensar Sarajčić
913cbb303d Add search bar to apps drawer
This closes #72
2023-07-17 15:58:59 +02:00
Ensar Sarajčić
7bbdf581de Enable customization of column count for application drawer 2023-07-13 12:19:33 +02:00
tibbi
bf61acc715 adding some crashfixes 2023-02-12 23:31:33 +01:00
tibbi
5c89f1cc7c fix navigation bar being fully colored 2023-02-12 23:17:17 +01:00
tibbi
7b8a2de649 redesigning the app settings 2023-02-12 23:02:23 +01:00
tibbi
54b4b46da3 remove hidden icons with a fade animation 2022-10-26 16:56:13 +02:00
tibbi
d1e615f55c remove hidden icons from cached ones too 2022-10-26 10:03:20 +02:00
tibbi
645dee47bc adding an initial implementation of icon hiding 2022-10-25 23:25:03 +02:00
tibbi
98139b1e24 show a placeholder if no icons are hidden yet 2022-10-25 19:36:01 +02:00
tibbi
5a797b1248 avoid dragging the All Apps Fragment while dragging some icon 2022-10-17 20:33:08 +02:00
tibbi
464adc7309 correcting some menu offsets 2022-10-16 23:28:15 +02:00
tibbi
c5f329358a allow renaming icons on the home screen 2022-10-16 23:23:38 +02:00
tibbi
c59bfc9d78 do not ignore density at setting move gesture threshold 2022-10-16 23:09:03 +02:00
tibbi
09d9a7d5ab adding a null check to onStop 2022-10-16 22:48:51 +02:00
tibbi
9c98afbd62 adding some move threshold for easier long presses 2022-10-14 12:30:53 +02:00
tibbi
aa97bb55df lower the required OS version to 8, Oreo 2022-10-14 12:20:32 +02:00
tibbi
0f5ac6155d fixing some gesture related glitches 2022-10-14 11:07:32 +02:00
tibbi
f8d0034222 fix #24, add support for apps creating multiple icons, not just launcher 2022-10-14 10:43:39 +02:00
tibbi
a1742ff5aa use flat top fragment backgrounds until screen corners can be detected reliably 2022-10-11 23:10:44 +02:00
tibbi
6c5c0b34da improve the handling of top notches 2022-10-11 20:33:12 +02:00
tibbi
97d147dfd0 fixing a glitch at scrolling fragments 2022-10-11 11:06:01 +02:00
tibbi
fecb6ae0e3 lets block Back button to avoid some glitches 2022-10-09 20:31:14 +02:00
tibbi
417deef01c make sure casual static shortcuts work too 2022-10-09 20:12:59 +02:00
tibbi
3a6aa2e96e add support for pinned shortcuts 2022-10-09 19:59:24 +02:00
tibbi
2a4a8fd623 adding some more shortcut support 2022-10-08 23:10:35 +02:00
tibbi
593b0d575e adding 2 new fields to HomeScreenGridItem for shortcuts 2022-10-08 22:29:00 +02:00
tibbi
9ed0e55c15 add the first part of shortcut handling 2022-10-07 23:06:28 +02:00
tibbi
759af97742 making some motionevents not nullable again 2022-10-06 14:21:15 +02:00
tibbi
aafff99c12 fix the positioning of default apps at the bottom 2022-10-05 21:34:58 +02:00
tibbi
5d3a886fd1 adding some null checks around touch events 2022-10-05 13:01:00 +02:00
tibbi
4b9c235750 add a Wallpapers menu button at Widgets too 2022-10-05 12:24:48 +02:00
tibbi
a8755b566e reworking some widget size handling 2022-10-05 10:08:08 +02:00
tibbi
022dc65770 scroll the fragments at the top when closing 2022-10-04 12:23: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
327656af9a removing one of the new checks 2022-10-02 23:22:40 +02:00
tibbi
2d46888cb1 fix a flinging glitch 2022-10-02 23:19:20 +02:00
tibbi
288fd804ab hide widget resize frame on pressing Back, if visible 2022-10-02 22:28:41 +02:00
tibbi
2a5909573d change the way widget resizing frame works 2022-10-02 21:26:59 +02:00
tibbi
24a4723bb2 draw a resizing line around widgets at long pressing 2022-10-02 15:26:10 +02:00
tibbi
b5433b40a7 adding an extra check to avoid clicking through expanded fragments 2022-10-02 15:03:03 +02:00
tibbi
2cf2918538 work with ACTION_MOVE only if the finger really moved 2022-10-01 23:34:35 +02:00
tibbi
38f3e4034f event at onTouchEvent can apparently be null, check it 2022-10-01 23:27:36 +02:00