Commit Graph

  • 90fdea29b8 Fixed feature request template according to https://github.com/InfiniTimeOrg/InfiniTime/pull/705#issuecomment-933820293 Jean-François Milants 2021-10-05 19:58:58 +0200
  • b2141a9050 advise against unecessary additional tasks in docs Clemens von Molo 2021-10-05 18:55:02 +0200
  • aa83fa2dcf Add docs for app creation and code structure Clemens von Molo 2021-10-05 15:19:44 +0200
  • f61e88b842 Merge branch 'develop' into update_touch_driver Riku Isokoski 2021-10-05 12:45:03 +0300
  • 9e0a7ddf57
    Merge pull request #705 from dyamon/issue-templates JF 2021-10-04 21:28:05 +0200
  • a9f7153fdf Improve battery percentage calculation and reporting Riku Isokoski 2021-10-04 01:41:38 +0300
  • 7d1da9f1f9 Remove old PineTimeStyle settings app Kieran Cawthray 2021-10-03 20:11:04 +0200
  • 3320eae95c Initial commit Kieran Cawthray 2021-10-03 20:01:46 +0200
  • 392c7ad2ac
    Merge pull request #714 from InfiniTimeOrg/Avamander-patch-1 JF 2021-10-03 20:33:56 +0200
  • 9ef1babb9d Code cleanup hubmartin 2021-10-03 17:03:08 +0200
  • f5725714d1 Call battery controller update hubmartin 2021-10-03 17:00:38 +0200
  • 2aebbe3f47 GPIOTE fix of button and power detection experiment hubmartin 2021-10-03 16:47:01 +0200
  • 6475330048
    Removed an unnecessary space and some punctuation Avamander 2021-10-03 17:26:04 +0300
  • b84a546920
    Merge pull request #623 from Riksu9000/lvgl_queuetimeout JF 2021-10-03 16:20:20 +0200
  • fa6c291d3e
    Merge pull request #638 from Riksu9000/detect_full_charge JF 2021-10-03 16:13:39 +0200
  • 3442085a3c
    Merge pull request #692 from danielgjackson/fix-fs-size JF 2021-10-03 16:06:30 +0200
  • 6cf5797049
    Merge pull request #700 from Sematre/fix-dead-link JF 2021-10-02 18:01:46 +0200
  • 1159403aee
    Merge pull request #711 from geekbozu/BatteryReadFix JF 2021-10-02 18:00:21 +0200
  • dafdf33062 Remove static declartion on batteryValue preventing read attribute from updating. Tim Keller 2021-10-02 03:22:12 +0000
  • de89c86ca9 Add templates for bug reports and feature requests Federico Igne 2021-09-30 08:44:11 +0100
  • 05f8850acf Fixes based on code reviews Maxim Leshchenko 2021-09-29 19:15:23 +0300
  • d86ae69961 Alarm: Close the popup with information about the time until alarm with the back button Previously, pressing the back button would close the alarm app anyway. Now if you press on it and the popup with information is open, it will first close and the second press will close the application Maxim Leshchenko 2021-09-28 22:50:09 +0300
  • 6aa945a4f5
    Fix dead link in README Sematre 2021-09-28 21:36:24 +0200
  • e9bb0b3cdd Set version to 1.6.0 Jean-François Milants 2021-09-28 20:21:50 +0200
  • fc922b607c
    Merge pull request #688 from danielgjackson/fix-advertising-18-hours JF002 2021-09-28 20:15:39 +0200
  • 7ba00b0157
    Fix the size of the filesystem. Daniel Jackson 2021-09-27 02:42:53 +0100
  • d03db14129 Set version to 1.5.0 Jean-François Milants 2021-09-26 10:57:02 +0200
  • d7ca217872
    Correctly return the tick at which the RF will be fully enabled. Daniel Jackson 2021-09-25 23:48:53 +0100
  • 8a2b86dc83
    Merge pull request #664 from Riksu9000/disable_notif_only JF002 2021-09-23 20:13:42 +0200
  • 980ac17388 Show plug icon while plugged in Riku Isokoski 2021-09-22 13:58:45 +0300
  • b210090837 Merge branch 'develop' into detect_full_charge Riku Isokoski 2021-09-22 12:03:41 +0300
  • d7dfe5d4ed Remove unused variable Riku Isokoski 2021-09-21 15:36:31 +0300
  • 1c3c3c8db9 Merge branch 'develop' of github.com:JF002/Pinetime into develop Jean-François Milants 2021-09-19 17:43:28 +0200
  • f3b5da0049 Fix the display of the date after a reset : when the date/time was restored from the noinit area, the date was displayed as "--" instead of the actual date. This issue was caused by DateTime::SetCurrentTime() that would not update the internal state of the class : dayOfWeek, Month, Year were not properly updated according to the current time. Jean-François Milants 2021-09-19 17:42:50 +0200
  • 52eb94cfc4
    Merge pull request #669 from NeroBurner/fix_unsigned_comparison_warning_metronome JF002 2021-09-18 20:33:45 +0200
  • e468acc99e
    Merge branch 'develop' into update_touch_driver Riku Isokoski 2021-09-18 19:22:59 +0300
  • 5855906e49 Merge branch 'geekbozu-PersistantStorage' into develop Jean-François Milants 2021-09-18 17:37:48 +0200
  • f556003de3 Merge branch 'PersistantStorage' of git://github.com/geekbozu/InfiniTime into geekbozu-PersistantStorage Jean-François Milants 2021-09-18 17:37:37 +0200
  • 7af7db74cd Fix DisplayAppRecovery : add AlarmController to ctor(). Jean-François Milants 2021-09-18 17:20:33 +0200
  • 9cd0def361
    Merge pull request #662 from mruss77/basic-alarm-app JF002 2021-09-18 17:16:19 +0200
  • b9e56843a2 resolve conflict in src/systemtask/Messages.h Mark Russell 2021-09-16 16:20:39 -0400
  • cdf99b08f4 Revert "Merge upstream" Mark Russell 2021-09-16 16:12:20 -0400
  • 27366bdfdf Merge branch 'develop' into wake-time hubmartin 2021-09-16 22:04:31 +0200
  • 1d43adcdfa Merge upstream Mark Russell 2021-09-16 16:01:25 -0400
  • f857a757a7 Fixes per Riksu9000's feedback Mark Russell 2021-09-16 15:38:31 -0400
  • 63477fc096 Fix unsigned/signed comparison warning in Metronome.cpp Reinhold Gschweicher 2021-09-13 22:33:21 +0200
  • 8f0771183c Fix Error screen and optimize GetTouchInfo Riku Isokoski 2021-09-15 12:25:41 +0300
  • 93d240a23b
    Merge branch 'develop' into disable_notif_only Riku Isokoski 2021-09-14 23:38:42 +0300
  • 3eb73774a3
    Merge pull request #658 from NeroBurner/patch-2 JF002 2021-09-14 22:06:37 +0200
  • d081c41ae7
    Merge pull request #668 from NeroBurner/motorcontroller_remove_unused_include JF002 2021-09-14 21:44:50 +0200
  • f221f5d744 Merge branch 'develop' into update_touch_driver Riku Isokoski 2021-09-14 15:34:09 +0300
  • f89780f332 Remove unused include in MotoController.h Reinhold Gschweicher 2021-09-13 22:32:22 +0200
  • 2bf339a3f8 License header fix, add missing braces Mark Russell 2021-09-13 16:05:35 -0400
  • bfe13d9d68 Fixes based on code reviews (formatting, UI code) Mark Russell 2021-09-13 15:26:28 -0400
  • 6356c7f276 Fix DisplayAppRecovery : fix include error by forward declaring Controllers in header file. Jean-François Milants 2021-09-13 20:35:51 +0200
  • 40765f1173
    Merge branch 'develop' into disable_notif_only Riku Isokoski 2021-09-13 21:22:53 +0300
  • cf20b02c09 Merge branch 'evergreen22-refactor_adv' into develop Jean-François Milants 2021-09-13 20:22:44 +0200
  • 9afa412a2a Merge branch 'refactor_adv' of https://github.com/evergreen22/InfiniTime into evergreen22-refactor_adv Jean-François Milants 2021-09-13 20:22:27 +0200
  • b0bdd2be1c
    Merge pull request #549 from hubmartin/pinmap JF002 2021-09-13 20:05:43 +0200
  • 84a93b5441
    docs: Fix a few typos (#606) Tim Gates 2021-09-14 04:02:53 +1000
  • e614af1c4a Add WATCH_COLMI_P8 option to cmake & docs hubmartin 2021-09-13 11:41:51 +0200
  • 73d3e41cea Merge branch 'develop' into pinmap hubmartin 2021-09-13 10:19:07 +0200
  • c9aeef94ea
    Merge pull request #617 from ColinKinloch/wake_up_mode_setting_change JF002 2021-09-12 18:41:26 +0200
  • 8728ac2f6a
    Merge pull request #602 from Riksu9000/del_unused JF002 2021-09-12 18:34:11 +0200
  • 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