summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-28widgets: Reduce the size of the battery iconDaniel Thompson
2020-12-28apps: snake: Update artworkDaniel Thompson
2020-12-27apps: snake: Fix screenshotsDaniel Thompson
2020-12-27apps: chrono: Minor visual improvementsDaniel Thompson
2020-12-27draw565: fix width handling for vertical and horizontal linesDaniel Thompson
2020-12-27apps: snake: fix a couple of errorsJohannes Wache
2020-12-27apps: chrono: Implement a simple analogue watch faceDaniel Thompson
2020-12-27draw565: Add a polar line drawing function.Daniel Thompson
2020-12-27draw565: Add width to the line drawing functionDaniel Thompson
2020-12-27draw565: Improve default argument values for line()Daniel Thompson
2020-12-26tests: Auto-discover applications and try to switch to themDaniel Thompson
2020-12-26 micropython: Improve wdt logicDaniel Thompson
2020-12-26TODO: Roadmap updateDaniel Thompson
2020-12-24github: workflows: Fix add-path problemsDaniel Thompson
2020-12-13tools: themer: Fix the online helpDaniel Thompson
2020-12-13widgets: BatteryMeter: Fix theme handlingDaniel Thompson
2020-12-13apps: clock: Fix theme handlingDaniel Thompson
2020-12-13Added basic theming engine.kozova1
2020-12-13apps: testapp: Automatically report free memoryDaniel Thompson
2020-12-12apps: testapp: Make the line benchmark use 360 degreesDaniel Thompson
2020-12-12draw565: Added line drawing functionKozova1
2020-12-12apps: snake: Remove redundant importDaniel Thompson
2020-12-12boards: simulator: Additional testsDaniel Thompson
2020-12-12boards: simulator: Improve spi.write() simulationDaniel Thompson
2020-12-12tools: Update intelhex, hexmerge.py and nrfutil for python 3.9 compatibilitySiroj42
2020-12-10tools: hexmerge: Replace redundant copy with a symlinkDaniel Thompson
2020-12-05apps: settings: Add Scroll Indicatorkozova1
2020-12-04simulator: Suppress the pysdl2/numpy warningDaniel Thompson
2020-12-04simulator: test: Grey box stopwatch testDaniel Thompson
2020-12-04simulator: tests: Parameterize the basic app testsDaniel Thompson
2020-12-04Makefile: Allow specific tests to be runDaniel Thompson
2020-12-04simulator: Introduce fully automatic testintDaniel Thompson
2020-11-29Notify level in settings appCarlosgg
2020-11-29apps: snake: Add a snake game applicationJohannes Wache
2020-11-29github: actions: Ensure warning free docs buildDaniel Thompson
2020-11-29apps: alarm: Add the alarm app to the libraryDaniel Thompson
2020-11-29apps: alarm: Fix touch handling when the alarm is ringingDaniel Thompson
2020-11-29apps: alarm: Adopt 2-bit RLE for the iconDaniel Thompson
2020-11-29apps: alarm: Add Alarm application based on the new alarm systemSiroj42
2020-11-29docs: Makefile: Turn sphinx warnings into errorsDaniel Thompson
2020-11-29sphinx: icons: Get the doc build working againDaniel Thompson
2020-11-29apps: pager: notifications: improve swipe handlingDaniel Thompson
2020-11-29apps: pager: notifications: dismiss confirmation view on app exitDaniel Thompson
2020-11-29apps: pager: notifications: fix handling of touch messagesDaniel Thompson
2020-11-29widgets: ConfirmationView: Allow the widget to manage its own visibilityDaniel Thompson
2020-11-29apps: pager: notifications: Fix typo in clear notification messageDaniel Thompson
2020-11-29apps: pager: notifications: Added remove all notifications dialogAidan Houlihan
2020-11-26apps: settings: Avoid circular dependancies during app initDaniel Thompson
2020-11-26apps: settings: Fix initial slider valuekozova1
2020-11-26Add wget to build dependenciesMaarten de Jong