| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-12-09 | Merge branch 'develop' into patch-weather | Avamander | |
| 2021-12-09 | Connect and bond with a passkey | James A. Jerkins | |
| This commit adds the following: Passkey pairing - passkey is displayed on watch Swipe down to clear passkey screen Connection encryption Connection bonding Automatic reconnects to a bonded peripheral Trusted device on Android Note that persisting the bond between reboots is NOT included in this commit. Therefore, rebooting the watch will cause reconnect failures. You must delete the bond from the phone to reconnect/pair. | |||
| 2021-12-04 | Removed unnecessary change in CMakeLists | Avamander | |
| 2021-12-04 | Improved debug UI. | Avamander | |
| 2021-12-04 | Improved error handling and fixed incompatibility with co.nstant.in:cbor library | Avamander | |
| 2021-12-04 | Fixed recovery build | Avamander | |
| 2021-12-04 | Few formatting fixes | Avamander | |
| 2021-12-04 | Brace style and whitespace fixes | Avamander | |
| 2021-12-04 | Fixed a few bugs, enabled UsefulBuf library optimizations | Avamander | |
| 2021-12-04 | Tidied up and added Weather to CMakeLists.txt | Avamander | |
| 2021-12-04 | Added QCBOR dependency | Avamander | |
| 2021-11-07 | Merge remote-tracking branch 'upstream/develop' into pts-settings | Kieran Cawthray | |
| 2021-11-07 | Chimes option | SteveAmor | |
| 2021-10-25 | Newer buttonhandler | Riku Isokoski | |
| 2021-10-18 | Merge remote-tracking branch 'upstream/develop' into pts-settings | Kieran Cawthray | |
| 2021-10-17 | Add MotionService : expose step count and RAW X/Y/Z values to the host. | Jean-François Milants | |
| 2021-10-10 | Merge branch 'update_touch_driver' of git://github.com/Riksu9000/InfiniTime ↵ | Jean-François Milants | |
| into Riksu9000-update_touch_driver # Conflicts: # src/displayapp/Apps.h | |||
| 2021-10-10 | Merge with develop and fix conflicts from timaios:set-datetime-manually. | Jean-François Milants | |
| 2021-10-03 | Remove old PineTimeStyle settings app | Kieran Cawthray | |
| 2021-09-18 | Merge branch 'develop' into update_touch_driver | Riku Isokoski | |
| 2021-09-16 | resolve conflict in src/systemtask/Messages.h | Mark Russell | |
| 2021-09-16 | Revert "Merge upstream" | Mark Russell | |
| This reverts commit 1d43adcdfa7bd15ba45c0c9d7c59c0ff99176b9c. | |||
| 2021-09-16 | Merge upstream | Mark Russell | |
| 2021-09-14 | Merge branch 'develop' into update_touch_driver | Riku Isokoski | |
| 2021-09-13 | Merge branch 'refactor_adv' of https://github.com/evergreen22/InfiniTime ↵ | Jean-François Milants | |
| into evergreen22-refactor_adv # Conflicts: # src/components/ble/NimbleController.cpp | |||
| 2021-09-10 | Created basic alarm app | Mark Russell | |
| 2021-08-29 | WIP Refactor ble advertising | James A. Jerkins | |
| Refactor ble advertising based on ble standards and conventions. Changes are based on the bleprph example code, bluetooth docs, and nimble docs. | |||
| 2021-08-29 | Merge branch 'develop' into pinmap | hubmartin | |
| 2021-08-28 | Settings : use enums instead of ints to store colors. Group all PTS settings ↵ | Jean-François Milants | |
| 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 | |||
| 2021-08-28 | Merge pull request #458 from kieranc/pinetimestyle-colorpicker | JF002 | |
| Add color picker for PineTimeStyle watchface | |||
| 2021-08-28 | Merge branch 'develop' into update_touch_driver | Riku Isokoski | |
| 2021-08-22 | Merge branch 'develop' into pinmap | hubmartin | |
| 2021-08-19 | Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpicker | Kieran Cawthray | |
| 2021-08-18 | Merge branch 'develop' into new_touch_handler | Riku Isokoski | |
| 2021-08-18 | Add memory print usage | hubmartin | |
| 2021-08-18 | Automatic error detection | Riku Isokoski | |
| 2021-08-08 | Merge branch 'JF002:develop' into set-datetime-manually | Tim | |
| 2021-08-02 | DRAFT: Put gpio pins to separate file | hubmartin | |
| 2021-07-15 | New touch handler, with issues | Riku Isokoski | |
| 2021-07-12 | Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpicker | Kieran Cawthray | |
| 2021-07-11 | Using littlefs (#438) | joaquim.org | |
| * add submodule littlefs * base fs * Save settings using littlefs * Small fixes and suggestions from PR * More small fixes from PR suggestions * Code clean up * Change SpiNorFlash functions to be private in FS | |||
| 2021-07-09 | Include new screens in CMakeLists.txt | timaios | |
| 2021-06-29 | Add PineTimeStyle watchface (#334) | kieranc | |
| * PineTimeStyle * Move GPL license header * Add step count gauge - replaces heartrate in sidebar * Enable 12/24h functionality * Set step gauge outer to be white when step goal is reached * Add font source file * Move static needle_colors array to member variable * Add documentation on generating a font * Replace .ttf with Google version, add link to font page Co-authored-by: JF002 <JF002@users.noreply.github.com> | |||
| 2021-06-24 | PineTimeStyle color picker initial commit | Kieran Cawthray | |
| 2021-06-20 | Add step count gauge - replaces heartrate in sidebar | Kieran Cawthray | |
| 2021-06-16 | Merge remote-tracking branch 'upstream/develop' into pinetimestyle | Kieran Cawthray | |
| 2021-06-12 | Remove infinitime-nb.c from source list | Jonathan Vander Mey | |
| Was causing compiler warning for unused constant variable when being compiled. This feel is directly included where it's needed so it doesn't need to be separately compiled anyways. | |||
| 2021-06-12 | add basic metronome app (#409) | Bryton Hall | |
| * add basic metronome app * add bpb, tap to bpm, update widgets * use event pressed for bpm tap * move case statement break to the right place * narrow bpm selection range, override touch events * fix arc knob style * re-enable sleeping in destructor | |||
| 2021-06-06 | Initialize SystemTask, DisplayApp and HeartRateTask as global static ↵ | Jean-François Milants | |
| variable instead of variables on the heap. We don't need them on the heap as we know their size at build time, it'll reduce memory fragmentation and it'll make memory analysis easier. | |||
| 2021-06-04 | Merge remote-tracking branch 'upstream/develop' into pinetimestyle | Kieran Cawthray | |
