Difference between revisions of "Development/Tasks"

From Maemo Leste Wiki
Jump to navigationJump to search
Line 13: Line 13:
| Monitor keyboard slide and attached state || Required on devices with a keyboard like [[Nokia_N900]] and [[Motorola_Droid_4]] to show specific parts of the virtual keyboard, or rotate || TODO || ? || https://github.com/maemo-leste/bugtracker/issues/17#issuecomment-528497018 || ||
| Monitor keyboard slide and attached state || Required on devices with a keyboard like [[Nokia_N900]] and [[Motorola_Droid_4]] to show specific parts of the virtual keyboard, or rotate || TODO || ? || https://github.com/maemo-leste/bugtracker/issues/17#issuecomment-528497018 || ||
|-
|-
| Forward-port clutter patches from Nokia N900 clutter 0.8 to libclutter1.0 || Required on devices with a keyboard like [[Nokia_N900]] and [[Motorola_Droid_4]] for hildon-desktop to work. In particular important for Droid 4 to get accelerated hildon-desktop || TODO ||  || || https://github.com/spinal84/clutter-0.8/tree/blit/debian/patches  ||   
| Forward-port clutter patches from Nokia N900 clutter 0.8 to libclutter1.0 || Required on devices with a PowerVR GPU like [[Nokia_N900]] and [[Motorola_Droid_4]] for hildon-desktop to work. In particular important for Droid 4 to get accelerated hildon-desktop || TODO ||  || || https://github.com/spinal84/clutter-0.8/tree/blit/debian/patches  ||   
|-
|-
| libicd-network-ofono should set up ipv4 (and ipv6) upon connect || Required to get usable cellular data. Provisioning is done, but the actual link itself is not yet set up. Once we have this, we should have usable cellular data on all devices with a supported modem. || TODO ||  ||  ||  ||   
| libicd-network-ofono should set up ipv4 (and ipv6) upon connect || Required to get usable cellular data. Provisioning is done, but the actual link itself is not yet set up. Once we have this, we should have usable cellular data on all devices with a supported modem. || TODO ||  ||  ||  ||   

Revision as of 22:11, 3 January 2020

Applications

Task Description Task Status User(s) working on task GH Bug URLs Notes
Monitor keyboard slide and attached state Required on devices with a keyboard like Nokia_N900 and Motorola_Droid_4 to show specific parts of the virtual keyboard, or rotate TODO ? https://github.com/maemo-leste/bugtracker/issues/17#issuecomment-528497018
Forward-port clutter patches from Nokia N900 clutter 0.8 to libclutter1.0 Required on devices with a PowerVR GPU like Nokia_N900 and Motorola_Droid_4 for hildon-desktop to work. In particular important for Droid 4 to get accelerated hildon-desktop TODO https://github.com/spinal84/clutter-0.8/tree/blit/debian/patches
libicd-network-ofono should set up ipv4 (and ipv6) upon connect Required to get usable cellular data. Provisioning is done, but the actual link itself is not yet set up. Once we have this, we should have usable cellular data on all devices with a supported modem. TODO
Extend ofono droid4 modem support There is some ofono support in a branch, but it lacks a sim manager and some other interfaces required for maemo userspace TODO https://github.com/pavelmachek/ofono/commits/d4-v1.29
Set up leste "extras" repository A repository with non-core applications, games, etc would be very welcome WIP User:Wizzup, User:Parazyd https://github.com/maemo-leste-extras ; https://maemo.org/downloads/score/Maemo5/25/
Finish connui-cellular port to ofono Porting of connui libraries, status and home applets, settings applets and pincode applets to ofono WIP User:Wizzup https://github.com/maemo-leste/connui-cellular
Test phone calls on the droid4 Phone calls should work, with audio, when alsamixer is set up properly, let's test it! TODO User:Wizzup
Create simple phone UI to test dialing/accepting phone calls using Telepathy Would be good to test phone calls, can be simple/not-pretty, using telepathy is good, could be sip or real calls TODO ?
"hildonize" surf2 or create a simple "hildonized" gtk2 webkit browser We'll need a basic browser. surf2 (in Debian) could be a good start, but the current package needs gtk3, and we only have a hildon (maemo ui) port for gtk2 right now. So let's make sure we can build something with webkit against gtk2. TODO ?
Look at N900 power saving We do not hit omap off modes nearly as much as we should (in fact, we never do), this should be looked at TODO User:Wizzup, tmlind Let's do the same for Droid4. :)
osso-abook We need osso-abook in place for all applications that needs contacts (phone ui, sms ui, email ui, more) TODO User:freemangordon
hildon-application-manager usable We currently have HAM packaged, but it needs fixes for various compile issues we hacked around, cssu-specific parts need to be removed, and we need to figure out what we need to do for our repositories to make it work well TODO User:minicom? Goal is to have a usable app manager, so let's just use it, fix it, use it, etc.
Fix virtual keyboard rendering On a screen that is not the same of the N900 (800x480), the virtual keyboard doesn't look very pretty. Lets just make it work on any display size TODO
Fix remaining hildon-desktop portait mode issues The application launcher results in a black screen, and osso-xterm in portait mode is also resulting in a black screen WIP? User:freemangordon