Commit graph

  • ff76abfb8b draw565: Add lighten/darken functions Daniel Thompson 2020-12-29 12:30:20 +00:00
  • bffd41ea44 TODO: A couple of small additions to the roadmap Daniel Thompson 2020-12-29 12:28:03 +00:00
  • 4425d81485 tools: rle_encode: Add a parameter for direct CLUT lookup Daniel Thompson 2020-12-29 09:05:35 +00:00
  • 0318640f62 apps: calc: Remember the results between invocations Daniel Thompson 2020-12-28 14:48:43 +00:00
  • 21210c5c07 apps: calc: Rewrite the display and calculation engine Daniel Thompson 2020-12-28 14:41:37 +00:00
  • e570bf4f26 apps: calc: Optimize the fields lookup structure Daniel Thompson 2020-12-28 14:37:15 +00:00
  • 60fecc9469 apps: calc: Draw a closed grid Daniel Thompson 2020-12-28 14:32:56 +00:00
  • 0884d22799 apps: calc: Correct after draw565 bug fix Daniel Thompson 2020-12-28 14:32:14 +00:00
  • 314947278d draw565: Allow strings to be right justified Daniel Thompson 2020-12-28 14:29:09 +00:00
  • 01a7ad4d78 draw565: Handle empty strings when calculating the bounding box Daniel Thompson 2020-12-28 14:28:54 +00:00
  • 8c1ab85257 draw565: Fix bug in the straight line optimization Daniel Thompson 2020-12-28 14:27:10 +00:00
  • 6d74d4f585 apps: calc: Adopt the system theme for accent colors Daniel Thompson 2020-12-28 14:24:00 +00:00
  • 77b693414e apps: calc: Move the copyright header to the top of the file. Daniel Thompson 2020-12-28 14:20:17 +00:00
  • a1ee40016d apps: calc: Created memory-saving calculator app Johannes Wache 2020-12-26 20:28:16 +01:00
  • 0e31c0a937 TODO: Update for the recent flurry of changes Daniel Thompson 2020-12-28 12:03:02 +00:00
  • ed4a5503ba tools: rle_encode: Make 2-bit encoding the default Daniel Thompson 2020-12-28 12:02:45 +00:00
  • 0edee8067e simulator: Start with a higher initial voltage Daniel Thompson 2020-12-28 12:01:51 +00:00
  • aef6466550 icons, fonts.digits: Switch over to 2-bit RLE encoding Daniel Thompson 2020-12-28 12:01:15 +00:00
  • 8abb6f3f4d widgets: Reduce the size of the battery icon Daniel Thompson 2020-12-28 11:12:16 +00:00
  • ff958d154f apps: snake: Update artwork Daniel Thompson 2020-12-28 10:08:15 +00:00
  • f38e7f8936 apps: snake: Fix screenshots Daniel Thompson 2020-12-27 19:35:09 +00:00
  • 286a5ffe2d apps: chrono: Minor visual improvements Daniel Thompson 2020-12-27 18:19:02 +00:00
  • b7c622c03d draw565: fix width handling for vertical and horizontal lines Daniel Thompson 2020-12-27 18:18:14 +00:00
  • 6d3f2126bf apps: snake: fix a couple of errors Johannes Wache 2020-12-26 19:22:17 +01:00
  • 726d5c8554 apps: chrono: Implement a simple analogue watch face Daniel Thompson 2020-12-27 09:13:49 +00:00
  • 0ae31a53b3 draw565: Add a polar line drawing function. Daniel Thompson 2020-12-27 09:07:06 +00:00
  • 8c03ddbb7a draw565: Add width to the line drawing function Daniel Thompson 2020-12-27 08:47:05 +00:00
  • 8a14faa668 draw565: Improve default argument values for line() Daniel Thompson 2020-12-27 08:38:54 +00:00
  • 2034340f3b tests: Auto-discover applications and try to switch to them Daniel Thompson 2020-12-26 18:07:45 +00:00
  • 421a32de58 micropython: Improve wdt logic Daniel Thompson 2020-12-26 15:12:43 +00:00
  • ffb460d7df TODO: Roadmap update Daniel Thompson 2020-12-26 15:09:56 +00:00
  • 8ac5f6c16d github: workflows: Fix add-path problems Daniel Thompson 2020-12-24 14:03:48 +00:00
  • 8824646939 tools: themer: Fix the online help Daniel Thompson 2020-12-13 16:50:11 +00:00
  • 4468285c34 widgets: BatteryMeter: Fix theme handling Daniel Thompson 2020-12-13 16:46:19 +00:00
  • e44e605b7a apps: clock: Fix theme handling Daniel Thompson 2020-12-13 16:39:29 +00:00
  • 2624a6e998 Added basic theming engine. kozova1 2020-12-05 20:27:55 +02:00
  • 784c9bb36d apps: testapp: Automatically report free memory Daniel Thompson 2020-12-12 21:35:45 +00:00
  • 338925b4a8 apps: testapp: Make the line benchmark use 360 degrees Daniel Thompson 2020-12-12 12:24:40 +00:00
  • c17abd1728 draw565: Added line drawing function Kozova1 2020-12-11 10:12:09 +02:00
  • 339b835782 apps: snake: Remove redundant import Daniel Thompson 2020-12-12 18:15:33 +00:00
  • 941d4a264d boards: simulator: Additional tests Daniel Thompson 2020-12-12 18:15:15 +00:00
  • e3b2c7bf7d boards: simulator: Improve spi.write() simulation Daniel Thompson 2020-12-12 12:32:01 +00:00
  • c1773a3976 tools: Update intelhex, hexmerge.py and nrfutil for python 3.9 compatibility Siroj42 2020-12-07 16:17:23 +01:00
  • fd288e01b8 tools: hexmerge: Replace redundant copy with a symlink Daniel Thompson 2020-12-10 19:43:57 +00:00
  • 502efa7493 apps: settings: Add Scroll Indicator kozova1 2020-12-05 14:49:56 +02:00
  • 896a4e1a8d simulator: Suppress the pysdl2/numpy warning Daniel Thompson 2020-12-04 20:35:16 +00:00
  • 46bd454392 simulator: test: Grey box stopwatch test Daniel Thompson 2020-12-04 20:34:23 +00:00
  • 901e43870e simulator: tests: Parameterize the basic app tests Daniel Thompson 2020-12-04 20:32:40 +00:00
  • 2bb5ae3a89 Makefile: Allow specific tests to be run Daniel Thompson 2020-12-04 20:31:14 +00:00
  • f1f5cc9e0c simulator: Introduce fully automatic testint Daniel Thompson 2020-12-04 19:33:05 +00:00
  • 3fb1faceab Notify level in settings app Carlosgg 2020-10-27 17:10:56 +00:00
  • e450ccf9f0 apps: snake: Add a snake game application Johannes Wache 2020-11-27 11:39:40 +01:00
  • bdd3f91b77 github: actions: Ensure warning free docs build Daniel Thompson 2020-11-29 20:01:21 +00:00
  • 233c136a5c apps: alarm: Add the alarm app to the library Daniel Thompson 2020-11-29 12:23:05 +00:00
  • 39c9344b14 apps: alarm: Fix touch handling when the alarm is ringing Daniel Thompson 2020-11-29 12:27:57 +00:00
  • 707c4e2fa7 apps: alarm: Adopt 2-bit RLE for the icon Daniel Thompson 2020-11-29 12:24:19 +00:00
  • 27413eb5e1 apps: alarm: Add Alarm application based on the new alarm system Siroj42 2020-11-15 19:17:41 +01:00
  • 02d5d8ca28 docs: Makefile: Turn sphinx warnings into errors Daniel Thompson 2020-11-29 19:14:03 +00:00
  • 66cbfa20e8 sphinx: icons: Get the doc build working again Daniel Thompson 2020-11-29 19:12:54 +00:00
  • 057c140f0e apps: pager: notifications: improve swipe handling Daniel Thompson 2020-11-29 09:07:49 +00:00
  • c6d5e841a0 apps: pager: notifications: dismiss confirmation view on app exit Daniel Thompson 2020-11-29 09:03:30 +00:00
  • bcf616f7bc apps: pager: notifications: fix handling of touch messages Daniel Thompson 2020-11-29 09:01:08 +00:00
  • 167173e9ba widgets: ConfirmationView: Allow the widget to manage its own visibility Daniel Thompson 2020-11-29 08:58:37 +00:00
  • 40ac92094e apps: pager: notifications: Fix typo in clear notification message Daniel Thompson 2020-11-29 08:53:58 +00:00
  • 393dfefc86 apps: pager: notifications: Added remove all notifications dialog Aidan Houlihan 2020-11-01 09:51:28 +13:00
  • 4c0120aa1e apps: settings: Avoid circular dependancies during app init Daniel Thompson 2020-11-26 21:23:38 +00:00
  • b1326e1609 apps: settings: Fix initial slider value kozova1 2020-11-26 13:46:59 +02:00
  • 02777d5dff Add wget to build dependencies Maarten de Jong 2020-11-13 21:25:55 +01:00
  • 21245bf918 docs: contributing: Add a simple style guide Daniel Thompson 2020-11-26 18:56:58 +00:00
  • b33105d1e1 README: Add links to the official IRC channel Daniel Thompson 2020-11-26 18:56:30 +00:00
  • 2a7df82864 docs: install: Update install requirements Daniel Thompson 2020-11-22 12:01:03 +00:00
  • bfa715b488 widgets: clock: Improve the redraw logic Daniel Thompson 2020-11-22 09:27:14 +00:00
  • 748e5fe65a docs: Wordsmtithing updates after review Daniel Thompson 2020-11-22 09:25:24 +00:00
  • 6f0238415f apps: music: Add to application index Daniel Thompson 2020-11-22 09:22:50 +00:00
  • fd0e0d77aa [pinetime,p8,k9]: Show when main.py is running Daniel Thompson 2020-11-14 20:40:16 +00:00
  • e105c8bb68 apps: testapp: Add an alarm test Daniel Thompson 2020-11-14 20:36:41 +00:00
  • aeda73ad90 docs: install: Update for newer PineTime devices Daniel Thompson 2020-11-14 20:07:42 +00:00
  • dd5a1e75af apps: steps: Use the alarm system to reset the step counter at midnight Daniel Thompson 2020-11-14 12:25:32 +00:00
  • d0a99d5636 manager: Implement alarm callbacks for applications to use Daniel Thompson 2020-11-14 12:24:28 +00:00
  • d2357f2325 simulator: Enable the music app in the simulator Daniel Thompson 2020-11-12 21:41:46 +00:00
  • 3d0d96ee3a icons: Optimize flash size of the music player icons Daniel Thompson 2020-11-12 21:38:51 +00:00
  • 5796a0c113 apps: music: Fix double track name bug Daniel Thompson 2020-11-12 21:38:04 +00:00
  • 306a1ec0a4 apps: Add music player app with GadgetBridge support Carlosgg 2020-10-22 16:59:17 +01:00
  • 294797d826 hrs3300: Defer initialization until the HRS is used Daniel Thompson 2020-11-11 22:05:23 +00:00
  • 12110aa79c TODO: Minor clarification Daniel Thompson 2020-11-11 22:02:40 +00:00
  • 9f9de474f1 reloader: Rewrite the splash screen Daniel Thompson 2020-11-11 22:01:55 +00:00
  • 73430ad656 micropython: Update to micropython 1.13 Daniel Thompson 2020-11-11 19:36:35 +00:00
  • 81bf153243 TODO: Update to reflect current status Daniel Thompson 2020-11-08 17:02:51 +00:00
  • 83e6df8093 README: Updated the device list Daniel Thompson 2020-11-08 14:39:06 +00:00
  • 67d2ed83d2 tools: rle_encode: Add support for rendering 2-bit RLEs to C src Daniel Thompson 2020-11-08 14:29:10 +00:00
  • 06f1ed36b0 docs: Add an Application Library chapter Daniel Thompson 2020-11-08 14:28:38 +00:00
  • 7015dc0023 docs: install: Fix error message during documentation generation Daniel Thompson 2020-11-08 12:42:17 +00:00
  • 7ebc361e58 docs: refman: Add the fibonacci clock to the reference manual Daniel Thompson 2020-11-08 12:41:58 +00:00
  • c1762605f5 Update prereqs for mcuboot imgtool.py Daniel Thompson 2020-11-07 09:38:08 +00:00
  • 12ba849b15 Merge branch 'master' of https://github.com/daniel-thompson/wasp-os Daniel Thompson 2020-11-07 09:30:20 +00:00
  • a4e0fdf24e reloader: Add support for newer PineTime factory firmware Daniel Thompson 2020-11-07 09:30:15 +00:00
  • 3423039d35 docs: update building from source apt dependencies Sergio Schvezov 2020-10-14 17:31:40 -03:00
  • 20b626f5c2 actions: Replace the matrix buils with the makefile dist rule Daniel Thompson 2020-11-06 19:49:24 +00:00
  • a851015cea Makefile: Avoid grabbing lots of pointless submodules Daniel Thompson 2020-11-06 20:15:45 +00:00
  • 5bb833aa28 Added GitHub Actions support Panagiotis Vasilopoulos 2020-08-05 16:20:06 +03:00