Commit graph

  • f0329298ac
    Merge pull request #580 from Riksu9000/timer_battery_reading JF002 2021-09-12 18:22:04 +0200
  • 977321cf64
    Merge pull request #552 from Riksu9000/new_to_infinitime JF002 2021-09-12 18:00:10 +0200
  • 1235c697c4
    Merge pull request #551 from hubmartin/patch-3 JF002 2021-09-12 17:58:11 +0200
  • 53d641736f
    Merge pull request #550 from hubmartin/patch-2 JF002 2021-09-12 17:57:36 +0200
  • 3ee4876214 Toggle notifications only, keep vibrations. Riku Isokoski 2021-09-12 11:08:25 +0300
  • cdf5801efe
    Merge pull request #615 from Utopiah/patch-1 JF002 2021-09-11 21:13:01 +0200
  • 2c83c354cf
    Merge pull request #636 from Itai-Nelken/move-about-firmware-settings-down JF002 2021-09-11 21:11:30 +0200
  • 1fb5757655 Created basic alarm app Mark Russell 2021-09-10 18:40:13 -0400
  • 3cc00771fa
    Run CI on master and develop branch NeroBurner 2021-09-10 23:42:49 +0200
  • 22571d4b38 Advertise fast for at least 30 secs then slow down James A. Jerkins 2021-09-05 15:53:20 -0500
  • 4820b2ffe8 Revert "Linear decrease of advert rate to conserve battery" James A. Jerkins 2021-09-05 15:52:01 -0500
  • c32ba844e0 Linear decrease of advert rate to conserve battery James A. Jerkins 2021-09-04 15:26:50 -0500
  • b31b2425f8 Use percentage instead of IsFull Riku Isokoski 2021-09-03 16:57:00 +0300
  • ac2ccaeff6 Auto realign battery icon in Analog watch face Riku Isokoski 2021-09-03 14:57:07 +0300
  • fd52ca8fe6 Detect full charge and improve watchface display Riku Isokoski 2021-09-03 14:35:38 +0300
  • 28fdc376b2 Add some comments Tim Keller 2021-09-02 23:01:12 +0000
  • bd1a571399
    Update Settings.cpp Itai Nelken 2021-09-02 23:20:25 +0300
  • 6f9f0e8b0e Set version to 1.4.0. Jean-François Milants 2021-09-02 20:32:50 +0200
  • 3e1fe687b8 Fix styles issues - no change to functionality James A. Jerkins 2021-09-01 22:50:56 -0500
  • d69a8e84fa Fix race condition, connect->disconnect->discovery James A. Jerkins 2021-09-01 22:48:01 -0500
  • f6248a88ba
    Merge pull request #579 from mabuch/fix-github-build JF002 2021-09-01 20:53:28 +0200
  • 1635bfafb3 Fix notifications that wouldn't auto close when the timeout elapsed (in preview mode). Jean-François Milants 2021-08-31 21:56:21 +0200
  • 00a3f84ea7 Completely reset connection state on fail James A. Jerkins 2021-08-30 23:17:16 -0500
  • 21d37d1e23 Merge remote-tracking branch 'upstream/develop' into timer_battery_reading Riku Isokoski 2021-08-30 10:15:19 +0300
  • be31f417db WIP Refactor ble advertising James A. Jerkins 2021-08-29 15:50:04 -0500
  • 8390d0ef72 Merge branch 'develop' into pinmap hubmartin 2021-08-29 11:43:50 +0200
  • e57ff28231 Let lvgl control queueTimeout Riku Isokoski 2021-08-29 12:40:48 +0300
  • 6c023785e5 Fix wake on tap/double tap. Jean-François Milants 2021-08-28 21:30:31 +0200
  • 31bc47d1cb Settings : use enums instead of ints to store colors. Group all PTS settings into a struct. PTS/SettingsPTS : Convert to/from LVGL color and Settings::Color, add functions to reduce code duplication. Adapt SettingPineTimeStyle with the last Screen Interface Jean-François Milants 2021-08-28 21:02:11 +0200
  • ef9f809e14
    Merge pull request #458 from kieranc/pinetimestyle-colorpicker JF002 2021-08-28 20:56:34 +0200
  • 2870d3ae6c
    Merge pull request #497 from Riksu9000/refresh_rework JF002 2021-08-28 16:39:48 +0200
  • c2fae47391 Merge branch 'develop' into refresh_rework Riku Isokoski 2021-08-28 17:25:50 +0300
  • d2d97319e0 Merge branch 'develop' into update_touch_driver Riku Isokoski 2021-08-28 17:19:49 +0300
  • c78177eedf Merge branch 'develop' into fit_more_tasks Riku Isokoski 2021-08-28 17:10:01 +0300
  • 085c9ab2e1 Merge branch 'develop' into timer_battery_reading Riku Isokoski 2021-08-28 16:54:40 +0300
  • fab49f8557 Fix recovery firmware since last changes in DisplayApp. Jean-François Milants 2021-08-28 15:23:13 +0200
  • 0313277ae6 Fix touchinfo typo in SystemTask. Jean-François Milants 2021-08-28 15:10:14 +0200
  • f895da8634 Merge branch 'Riksu9000-twimaster_rework' into develop Jean-François Milants 2021-08-28 15:09:16 +0200
  • 45e7638fc2 Merge branch 'twimaster_rework' of https://github.com/Riksu9000/InfiniTime into Riksu9000-twimaster_rework Jean-François Milants 2021-08-28 15:08:50 +0200
  • 969de9a8bc
    Merge pull request #492 from Riksu9000/new_touch_handler JF002 2021-08-28 15:06:03 +0200
  • b45d7c372d Correct change test for wake up mode setting Colin Kinloch 2021-08-26 19:42:02 +0100
  • d7293a44df
    Infini-iOS Fabien Benetou 2021-08-26 15:11:20 +0200
  • 110c82c225 Move noinit to after BSS segment, Now dynamically allocates noinit area size stores it after the bss before the heap and stack. Tim Keller 2021-08-23 20:13:26 +0000
  • db50131ed4 Remove commented commands completely hubmartin 2021-08-23 15:02:40 +0200
  • d832a6c908 Merge branch 'develop' into wake-time hubmartin 2021-08-23 15:00:56 +0200
  • 51c5257548 Update startup SCL toggling pinmap definitions hubmartin 2021-08-22 22:17:57 +0200
  • 2a299fe275 Merge branch 'develop' into pinmap hubmartin 2021-08-22 22:11:57 +0200
  • 8ac1ae70cc Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpicker Kieran Cawthray 2021-08-19 15:14:04 +0200
  • 2b30ff4fc6 Remove unused variables Riku Isokoski 2021-08-19 11:12:34 +0300
  • c9dedfd402 Add some VSCODE stuff to gitignore... Allow settings to stop naggin me that it has added assosiation types Tim Keller 2021-08-19 00:51:42 +0000
  • 4f6d7e2c63 Move Backup to the system task. Tim Keller 2021-08-19 00:51:12 +0000
  • 2dd7b8ba2c Add clearing of noinit segment on bad word Code readability cleanup Tim Keller 2021-08-19 00:44:22 +0000
  • 16502b788f Add MCUBOOT linker changes use better linker constant names Tim Keller 2021-08-19 00:14:42 +0000
  • 85c99797da Merge branch 'develop' into new_touch_handler Riku Isokoski 2021-08-18 22:07:02 +0300
  • 40392d7b91 Use highest frequency and move mutex creation to Init Riku Isokoski 2021-08-18 21:40:27 +0300
  • df8ea7fe52 Add memory print usage hubmartin 2021-08-16 16:42:42 +0200
  • b91100573e Fix music app buttons Riku Isokoski 2021-08-18 19:20:25 +0300
  • 780a811f05 Automatic error detection Riku Isokoski 2021-08-18 15:23:30 +0300
  • 55f8908769 Make Clock Persistant. Tim Keller 2021-08-17 23:53:57 +0000
  • 9c175e2f0c Fix after merge Riku Isokoski 2021-08-17 16:01:18 +0300
  • 5b969ccfa9 Merge branch 'develop' into update_touch_driver Riku Isokoski 2021-08-17 15:35:29 +0300
  • 81a36dc31e Simplify parameters and cleanup Riku Isokoski 2021-08-16 18:26:10 +0300
  • 30b32e4c8a Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpicker Kieran Cawthray 2021-08-15 17:50:56 +0200
  • 099364e619 Remove LCD reset and more cmds, save over 200ms hubmartin 2021-08-15 16:48:41 +0200
  • faed0d4900 Remove unnecessary pin_set, save 50ms hubmartin 2021-08-15 16:47:41 +0200
  • 9851ed33d8 Fix potential edge case of sidebar being set black Kieran Cawthray 2021-08-15 15:28:40 +0200
  • 639fd3a9bd More tidying following review Kieran Cawthray 2021-08-15 15:00:54 +0200
  • 5789f1527c Avoid setting the sidebar black Kieran Cawthray 2021-08-15 14:42:30 +0200
  • 16ea069d55 Remove duplicate code, minor fixes Kieran Cawthray 2021-08-15 14:05:21 +0200
  • 3cef05b745 Merge branch 'develop' into refresh_rework Riku Isokoski 2021-08-15 13:35:15 +0300
  • c0bb88799c Add check for randomise button in case colors clash Kieran Cawthray 2021-08-15 12:33:32 +0200
  • ee44b6ff49 Adjust inner padding in applist Riku Isokoski 2021-07-29 21:49:06 +0300
  • bc82905371 Clean up using variables Riku Isokoski 2021-07-29 21:25:03 +0300
  • 637ed8033b Adjust previously missed scrollbar and firmware validation buttons Riku Isokoski 2021-07-24 21:46:55 +0300
  • fc6458a35c Add image with example layouts Riku Isokoski 2021-06-13 17:21:03 +0300
  • e0d01411d7 Ui update Riku Isokoski 2021-06-13 12:47:12 +0300
  • 477ff32edc Add randomise button to color picker Kieran Cawthray 2021-08-15 10:41:00 +0200
  • 044036e884 Merge branch 'develop' into timer_battery_reading Riku Isokoski 2021-08-14 23:02:23 +0300
  • df8d396472 Merge branch 'Riksu9000-call-improvements' into develop Jean-François Milants 2021-08-14 21:54:15 +0200
  • 0eeed5ac33 Merge branch 'call-improvements' of https://github.com/Riksu9000/InfiniTime into Riksu9000-call-improvements Jean-François Milants 2021-08-14 21:54:00 +0200
  • c3d8ee14fe Merge branch 'develop' into refresh_rework Riku Isokoski 2021-08-14 22:53:35 +0300
  • dec4bab334
    Add VSCode ST-link debug config (#567) Martin Hub 2021-08-14 21:24:26 +0200
  • 6192775161 Improve metronome Riku Isokoski 2021-08-13 22:03:27 +0300
  • 7c28de0b6f Set pin before loop Riku Isokoski 2021-08-09 22:11:35 +0300
  • 10f610b219 Better pin configuration Riku Isokoski 2021-08-09 22:07:06 +0300
  • e51c3eee4e Try to fix bootloop Riku Isokoski 2021-08-09 21:49:35 +0300
  • f0e9d13329
    Update contribute.md (#475) Riku Isokoski 2021-08-14 21:58:38 +0300
  • 40afae3833
    Github Action - update mcuboot version mabuch 2021-08-14 20:46:29 +0200
  • 23bde0d18e Make battery reading periodic. Add events. Disable pullup Riku Isokoski 2021-08-14 21:18:11 +0300
  • fbb4e8c6ae
    fix Github Action build Firmware mabuch 2021-08-14 14:47:00 +0200
  • 6bffc7d528 Tidying Kieran Cawthray 2021-08-12 21:28:41 +0200
  • 52ee25e551 Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpicker Kieran Cawthray 2021-08-12 21:26:51 +0200
  • 1d341a7aeb Don't reconfigure pins Riku Isokoski 2021-08-12 14:06:58 +0300
  • 0d083a2bea Merge branch 'develop' into pinmap hubmartin 2021-08-11 22:00:55 +0200
  • fe33c756b7 Fix longpress gesture Riku Isokoski 2021-08-11 18:31:40 +0300
  • cd7ca458fa Remove leftover Riku Isokoski 2021-08-10 22:37:41 +0300
  • 6776776421 Make diff smaller and revert some changes in DisplayApp Riku Isokoski 2021-08-10 22:18:21 +0300
  • 8a694adb09 Rework TouchHandler into not a task Riku Isokoski 2021-08-10 22:03:34 +0300
  • 7e92577c14 Revert "Merge branch 'unblock_i2c' into develop" Riku Isokoski 2021-08-10 21:02:51 +0300
  • f1346f098e Merge branch 'develop' into new_touch_handler Riku Isokoski 2021-08-10 20:58:42 +0300