8/6-10 Progress report
If you haven't been following along on our YouTube Channel:
https://www.youtube.com/channel/UCes2uiC-4xSBwqnldCFbh4Q or Twitter @Team_NetRunner here's the latest:
- Input box can take input when selected
- Input box scrolls text when it hits width
- Iframe document widget created and logic for page scrolling is moved inside (tabbed browser is likely by the end of the month)
- moved anime girl from source to external file (pnm unsupported P8 RGBA)
- refactoring opengl bits out of the components, so we can work towards a framebuffer solution
- We now have a working address bar (forward/back buttons likely next week)
The iframe refactor has broken resizing and made the scroll choppy, so I'm not releasing any new binaries until we're back on par with the existing releases. You're always welcome to compile your own.
2017-08-19 Progress Report
LNX:
https://my.mixtape.moe/ueepky.tar.gzOSX:
https://my.mixtape.moe/mjvzts.zipWIN:
https://my.mixtape.moe/qnrbqa.zipIf you haven't been following along on our YouTube Channel:
https://www.youtube.com/channel/UCes2uiC-4xSBwqnldCFbh4Q or Twitter @Team_NetRunner here's the latest:
- moved document into component, laying the ground work for iframes
- added tabbed browsing
- fixed scrolling
- add SSL support (only in windows package, builds for the rest coming out soon) using libmbed
- HTML parser fix for single tags
- Support 302/303 redirects
New team member: we welcome Despair who did the latest windows ports, setup Jenksin for windows and implemented SSL support.
Also gyroninja's Jenkins is back in working order.
2017-08-21 Progress Report
- Netrunner now doesn't require a URL to start.
- muted some colors
- added hover effects.
- Video shows a demo of operation that previously had unwanted behaviors
- started implement forward/back buttons
- Despair started work on new 2LSF allocator
- Text rendering fixes
- Auto closing of unclosed LI tags in parser