summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
AgeCommit message (Collapse)Author
2021-12-09Merge branch 'develop' into patch-weatherAvamander
2021-12-09Connect and bond with a passkeyJames 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-04Removed unnecessary change in CMakeListsAvamander
2021-12-04Improved debug UI.Avamander
2021-12-04Improved error handling and fixed incompatibility with co.nstant.in:cbor libraryAvamander
2021-12-04Fixed recovery buildAvamander
2021-12-04Few formatting fixesAvamander
2021-12-04Brace style and whitespace fixesAvamander
2021-12-04Fixed a few bugs, enabled UsefulBuf library optimizationsAvamander
2021-12-04Tidied up and added Weather to CMakeLists.txtAvamander
2021-12-04Added QCBOR dependencyAvamander
2021-11-07Merge remote-tracking branch 'upstream/develop' into pts-settingsKieran Cawthray
2021-11-07Chimes optionSteveAmor
2021-10-25Newer buttonhandlerRiku Isokoski
2021-10-18Merge remote-tracking branch 'upstream/develop' into pts-settingsKieran Cawthray
2021-10-17Add MotionService : expose step count and RAW X/Y/Z values to the host.Jean-François Milants
2021-10-10Merge 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-10Merge with develop and fix conflicts from timaios:set-datetime-manually.Jean-François Milants
2021-10-03Remove old PineTimeStyle settings appKieran Cawthray
2021-09-18Merge branch 'develop' into update_touch_driverRiku Isokoski
2021-09-16resolve conflict in src/systemtask/Messages.hMark Russell
2021-09-16Revert "Merge upstream"Mark Russell
This reverts commit 1d43adcdfa7bd15ba45c0c9d7c59c0ff99176b9c.
2021-09-16Merge upstreamMark Russell
2021-09-14Merge branch 'develop' into update_touch_driverRiku Isokoski
2021-09-13Merge 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-10Created basic alarm appMark Russell
2021-08-29WIP Refactor ble advertisingJames 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-29Merge branch 'develop' into pinmaphubmartin
2021-08-28Settings : 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-28Merge pull request #458 from kieranc/pinetimestyle-colorpickerJF002
Add color picker for PineTimeStyle watchface
2021-08-28Merge branch 'develop' into update_touch_driverRiku Isokoski
2021-08-22Merge branch 'develop' into pinmaphubmartin
2021-08-19Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpickerKieran Cawthray
2021-08-18Merge branch 'develop' into new_touch_handlerRiku Isokoski
2021-08-18Add memory print usagehubmartin
2021-08-18Automatic error detectionRiku Isokoski
2021-08-08Merge branch 'JF002:develop' into set-datetime-manuallyTim
2021-08-02DRAFT: Put gpio pins to separate filehubmartin
2021-07-15New touch handler, with issuesRiku Isokoski
2021-07-12Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpickerKieran Cawthray
2021-07-11Using 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-09Include new screens in CMakeLists.txttimaios
2021-06-29Add 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-24PineTimeStyle color picker initial commitKieran Cawthray
2021-06-20Add step count gauge - replaces heartrate in sidebarKieran Cawthray
2021-06-16Merge remote-tracking branch 'upstream/develop' into pinetimestyleKieran Cawthray
2021-06-12Remove infinitime-nb.c from source listJonathan 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-12add 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-06Initialize 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-04Merge remote-tracking branch 'upstream/develop' into pinetimestyleKieran Cawthray