Difference between revisions of "Development/Tasks"

From Maemo Leste Wiki
Jump to navigationJump to search
Line 22: Line 22:
|-
|-
| 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  ||
| 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 || ? ||  ||  ||
|-
|-
|}
|}

Revision as of 22:01, 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 ?
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
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 ?