summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
AgeCommit message (Collapse)AuthorFilesLines
2021-12-23Add airplane mode featureJames A. Jerkins1-0/+1
Implements 'Airplane mode' feature to disable and enable bluetooth/ble Adds airplaneMode as a non-persisted setting Adds a setting menu for switching airplane mode on and off Displays an airplane symbol on the Digital watch face and the PineTimeStyle watch face when airplane mode is enabled Always enables bluetooth/ble on boot (disable airplane mode) Alphabetizes the settings menu options Style cleanups Closes #632
2021-12-10Added Blank FSService that exposes only version infoTim Keller1-0/+3
2021-12-09Merge remote-tracking branch 'upstream/develop' into pts-settingsKieran Cawthray1-15/+52
2021-12-09Added QCBOR to pinetime-mcuboot-recoveryAvamander1-1/+1
2021-12-09Hotfix for other build targetsAvamander1-2/+2
2021-12-09Move radio button styling to a single placeRiku Isokoski1-0/+1
2021-12-09Merge branch 'develop' into patch-weatherAvamander1-0/+2
2021-12-09Connect and bond with a passkeyJames A. Jerkins1-0/+2
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 CMakeListsAvamander1-1/+1
2021-12-04Improved debug UI.Avamander1-1/+1
2021-12-04Improved error handling and fixed incompatibility with co.nstant.in:cbor libraryAvamander1-5/+5
2021-12-04Fixed recovery buildAvamander1-1/+2
2021-12-04Few formatting fixesAvamander1-6/+6
2021-12-04Brace style and whitespace fixesAvamander1-1/+1
2021-12-04Fixed a few bugs, enabled UsefulBuf library optimizationsAvamander1-0/+1
2021-12-04Tidied up and added Weather to CMakeLists.txtAvamander1-0/+6
2021-12-04Added QCBOR dependencyAvamander1-2/+28
2021-11-07Merge remote-tracking branch 'upstream/develop' into pts-settingsKieran Cawthray1-0/+6
2021-11-07Chimes optionSteveAmor1-0/+1
2021-10-25Newer buttonhandlerRiku Isokoski1-0/+3
2021-10-18Merge remote-tracking branch 'upstream/develop' into pts-settingsKieran Cawthray1-0/+3
2021-10-17Add MotionService : expose step count and RAW X/Y/Z values to the host.Jean-François Milants1-0/+3
2021-10-10Merge branch 'update_touch_driver' of git://github.com/Riksu9000/InfiniTime ↵Jean-François Milants1-0/+1
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 Milants1-0/+2
2021-10-03Remove old PineTimeStyle settings appKieran Cawthray1-1/+0
2021-09-18Merge branch 'develop' into update_touch_driverRiku Isokoski1-0/+5
2021-09-16resolve conflict in src/systemtask/Messages.hMark Russell1-4/+8
2021-09-16Revert "Merge upstream"Mark Russell1-8/+4
This reverts commit 1d43adcdfa7bd15ba45c0c9d7c59c0ff99176b9c.
2021-09-16Merge upstreamMark Russell1-4/+8
2021-09-14Merge branch 'develop' into update_touch_driverRiku Isokoski1-4/+11
2021-09-13Merge branch 'refactor_adv' of https://github.com/evergreen22/InfiniTime ↵Jean-François Milants1-4/+7
into evergreen22-refactor_adv # Conflicts: # src/components/ble/NimbleController.cpp
2021-09-10Created basic alarm appMark Russell1-0/+5
2021-08-29WIP Refactor ble advertisingJames A. Jerkins1-4/+7
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 pinmaphubmartin1-0/+7
2021-08-28Settings : use enums instead of ints to store colors. Group all PTS settings ↵Jean-François Milants1-0/+2
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-colorpickerJF0021-0/+1
Add color picker for PineTimeStyle watchface
2021-08-28Merge branch 'develop' into update_touch_driverRiku Isokoski1-6/+10
2021-08-22Merge branch 'develop' into pinmaphubmartin1-6/+6
2021-08-19Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpickerKieran Cawthray1-6/+6
2021-08-18Merge branch 'develop' into new_touch_handlerRiku Isokoski1-6/+6
2021-08-18Add memory print usagehubmartin1-6/+6
2021-08-18Automatic error detectionRiku Isokoski1-0/+1
2021-08-08Merge branch 'JF002:develop' into set-datetime-manuallyTim1-4/+25
2021-08-02DRAFT: Put gpio pins to separate filehubmartin1-0/+1
2021-07-15New touch handler, with issuesRiku Isokoski1-0/+4
2021-07-12Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpickerKieran Cawthray1-4/+25
2021-07-11Using littlefs (#438)joaquim.org1-4/+25
* 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.txttimaios1-0/+2
2021-06-29Add PineTimeStyle watchface (#334)kieranc1-0/+4
* 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 Cawthray1-0/+1