diff options
Diffstat (limited to '')
-rw-r--r-- | TODO | 39 |
1 files changed, 39 insertions, 0 deletions
@@ -1,4 +1,43 @@ | |||
1 | TODO: | 1 | TODO: |
2 | * illume: work on this again given pinephone + librem5 appeared | ||
3 | * single app at a time with switching mode | ||
4 | * winlist should do the switching with another layout mode... | ||
5 | * shelf can expamnd/slow down to show more (indicator/notification) | ||
6 | * gadget bar too... ? or just gad bar? | ||
7 | * vkbd integrates with proper sizing and layout | ||
8 | * manual show/hide with various controls (actions, swipes, gadget) | ||
9 | * finger friendly desklock | ||
10 | * integrate with vkbd, also allow pin no. or pattern or camera or bt? | ||
11 | * notification in gadget i shelf (pull down) | ||
12 | * scrollable list with / X/swipe dismiss | ||
13 | * handle edge swipes (middle/left/right of edge) with edge bindings | ||
14 | * also swipe along an edge (in each dir) | ||
15 | * add swiping to type in vkbd | ||
16 | * home screen launcher + switcher (single instance mode debugged and on) | ||
17 | * pre-launch window show with icon/splash img/past screenshot show | ||
18 | * replace when app actually starts and shows window | ||
19 | * aggressive sigstop of bg apps unless whitelisted or when desklocked/blanked | ||
20 | * aggressive cpufreq limiting when desklocked/blanked | ||
21 | * ambient light sensor control of backlight | ||
22 | * hide/show mouse pointer base on real mouse device | ||
23 | * vibrator support api in e (efl) | ||
24 | * hide/show vkbd based on real kbd device pluggd/unplugged | ||
25 | * pull in convertible for rotation | ||
26 | * need to handle ofono / incoming call+sms notifications without | ||
27 | dialler always running | ||
28 | * longpress bindings for key/mouse/etc. | ||
29 | * use xinput for edge bindings and other gestures (always listen to ev) | ||
30 | * need apps: | ||
31 | * dialler/phone incoming call handling | ||
32 | * sms app | ||
33 | * camera app (video and still) | ||
34 | * gallery app | ||
35 | * audio recorder + playback | ||
36 | * browser (just use ffox etc.?) | ||
37 | * ofono config | ||
38 | * bt tethering | ||
39 | * usb tehtering | ||
40 | * wifi tethering | ||
2 | * mixer: if pulseaudio is not there - try run it | 41 | * mixer: if pulseaudio is not there - try run it |
3 | * action to switch config profiles so it can be bound | 42 | * action to switch config profiles so it can be bound |
4 | * clean up some old actions that are handled better by newer ones | 43 | * clean up some old actions that are handled better by newer ones |