summaryrefslogtreecommitdiff
path: root/src/components
AgeCommit message (Expand)Author
2021-10-20Add mention to Call characteristic (which was missing in the doc) and change ...Jean-François Milants
2021-10-17Enable/disable notifications for motion service.Jean-François Milants
2021-10-17Add MotionService : expose step count and RAW X/Y/Z values to the host.Jean-François Milants
2021-10-17MotionService : fix typo and characteristic array size + send notification on...Jean-François Milants
2021-10-10DateTimeController : remove unused methods and variables.Jean-François Milants
2021-10-10Merge with develop and fix conflicts from timaios:set-datetime-manually.Jean-François Milants
2021-10-09Merge pull request #719 from Riksu9000/improve_battery_reportingJF
2021-10-09Merge pull request #522 from jonvmey/fix-nav-uuid-docsJF
2021-10-09Merge pull request #524 from jonvmey/ble-uuid-c-castsJF
2021-10-09Don't measure and notify percentage on charging event.Riku Isokoski
2021-10-03Improve battery percentage calculation and reportingRiku Isokoski
2021-10-03Merge pull request #638 from Riksu9000/detect_full_chargeJF
2021-10-03Merge pull request #692 from danielgjackson/fix-fs-sizeJF
2021-10-02Remove static declartion on batteryValue preventing read attribute from updat...Tim Keller
2021-09-27Fix the size of the filesystem.Daniel Jackson
2021-09-23Merge pull request #664 from Riksu9000/disable_notif_onlyJF002
2021-09-22Show plug icon while plugged inRiku Isokoski
2021-09-22Merge branch 'develop' into detect_full_chargeRiku Isokoski
2021-09-19Fix the display of the date after a reset : when the date/time was restored f...Jean-François Milants
2021-09-18Merge branch 'PersistantStorage' of git://github.com/geekbozu/InfiniTime into...Jean-François Milants
2021-09-16resolve conflict in src/systemtask/Messages.hMark Russell
2021-09-16Revert "Merge upstream"Mark Russell
2021-09-16Merge upstreamMark Russell
2021-09-16Fixes per Riksu9000's feedbackMark Russell
2021-09-14Merge branch 'develop' into disable_notif_onlyRiku Isokoski
2021-09-13Remove unused include in MotoController.hReinhold Gschweicher
2021-09-13License header fix, add missing bracesMark Russell
2021-09-13Fixes based on code reviews (formatting, UI code)Mark Russell
2021-09-13Merge branch 'develop' into disable_notif_onlyRiku Isokoski
2021-09-13Merge branch 'refactor_adv' of https://github.com/evergreen22/InfiniTime into...Jean-François Milants
2021-09-13Merge pull request #549 from hubmartin/pinmapJF002
2021-09-13docs: Fix a few typos (#606)Tim Gates
2021-09-13Merge branch 'develop' into pinmaphubmartin
2021-09-12Merge pull request #617 from ColinKinloch/wake_up_mode_setting_changeJF002
2021-09-12Toggle notifications only, keep vibrations.Riku Isokoski
2021-09-10Created basic alarm appMark Russell
2021-09-05Advertise fast for at least 30 secs then slow downJames A. Jerkins
2021-09-05Revert "Linear decrease of advert rate to conserve battery"James A. Jerkins
2021-09-04Linear decrease of advert rate to conserve batteryJames A. Jerkins
2021-09-03Use percentage instead of IsFullRiku Isokoski
2021-09-03Detect full charge and improve watchface displayRiku Isokoski
2021-09-02Fix styles issues - no change to functionalityJames A. Jerkins
2021-09-02Fix race condition, connect->disconnect->discoveryJames A. Jerkins
2021-08-31Completely reset connection state on failJames A. Jerkins
2021-08-30Merge remote-tracking branch 'upstream/develop' into timer_battery_readingRiku Isokoski
2021-08-29WIP Refactor ble advertisingJames A. Jerkins
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
2021-08-26Correct change test for wake up mode settingColin Kinloch
2021-08-22Merge branch 'develop' into pinmaphubmartin