aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Motion service : fix step notifications that were sent as a single byte inste...Jean-François Milants2021-10-262-2/+2
* Merge pull request #754 from InfiniTimeOrg/add-motion-serviceJF2021-10-2410-6/+223
|\
| * Add mention to Call characteristic (which was missing in the doc) and change ...Jean-François Milants2021-10-201-1/+1
| * Enable/disable notifications for motion service.Jean-François Milants2021-10-171-0/+3
| * Add MotionService : expose step count and RAW X/Y/Z values to the host.Jean-François Milants2021-10-178-3/+190
| * MotionService : fix typo and characteristic array size + send notification on...Jean-François Milants2021-10-173-3/+30
* | Merge pull request #586 from hubmartin/wake-timeJF2021-10-232-11/+0
|\ \
| * \ Merge branch 'develop' into wake-timehubmartin2021-09-16106-739/+1227
| |\ \
| * | | Remove commented commands completelyhubmartin2021-08-232-11/+0
| * | | Merge branch 'develop' into wake-timehubmartin2021-08-232-7/+7
| |\ \ \
| * | | | Remove LCD reset and more cmds, save over 200mshubmartin2021-08-151-8/+8
| * | | | Remove unnecessary pin_set, save 50mshubmartin2021-08-151-2/+2
* | | | | Merge pull request #740 from Riksu9000/flashlight_brightnessJF2021-10-234-32/+102
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Flashlight brightness controlRiku Isokoski2021-10-134-32/+102
* | | | | Merge pull request #746 from Quantum-cross/recovery-fixJF2021-10-161-0/+2
|\ \ \ \ \
| * | | | | fix building of Recovery image.Quantum-cross2021-10-141-0/+2
* | | | | | Merge pull request #652 from dyamon/wake-on-notificationJF2021-10-161-5/+8
|\ \ \ \ \ \
| * | | | | | Make new notifications refresh idle timerFederico Igne2021-10-141-5/+8
| |/ / / / /
* | | | | | Merge pull request #507 from Riksu9000/fit_more_tasksJF2021-10-161-5/+8
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'develop' into fit_more_tasksRiku Isokoski2021-08-2850-739/+662
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'develop' into fit_more_tasksRiku Isokoski2021-07-2529-203/+300
| |\ \ \ \ \ \ \
| * | | | | | | | FixRiku Isokoski2021-07-211-2/+1
| * | | | | | | | Fit more tasks in SystemInfoRiku Isokoski2021-07-211-4/+8
* | | | | | | | | Merge pull request #655 from NeroBurner/paddle_hor_fixJF2021-10-161-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Paddle: compare ballX coordinate with horizontal resolutionReinhold Gschweicher2021-10-111-2/+2
| | |_|_|/ / / / / | |/| | | | | | |
* / | | | | | | | Replaced "JF002" in github URLs with "InfiniTimeOrg"mabuch2021-10-152-2/+3
|/ / / / / / / /
* | | | | | | | Merge branch 'update_touch_driver' of git://github.com/Riksu9000/InfiniTime i...Jean-François Milants2021-10-1012-24/+161
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Merge branch 'develop' into update_touch_driverRiku Isokoski2021-10-0525-96/+99
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'develop' into update_touch_driverRiku Isokoski2021-09-1819-5/+567
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Fix Error screen and optimize GetTouchInfoRiku Isokoski2021-09-154-15/+8
| * | | | | | | | | Merge branch 'develop' into update_touch_driverRiku Isokoski2021-09-1498-518/+949
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'develop' into update_touch_driverRiku Isokoski2021-08-2830-208/+272
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / | | |/| | | | | | | |
| * | | | | | | | | | Automatic error detectionRiku Isokoski2021-08-1810-9/+121
| * | | | | | | | | | Fix after mergeRiku Isokoski2021-08-171-1/+1
| * | | | | | | | | | Merge branch 'develop' into update_touch_driverRiku Isokoski2021-08-1752-708/+670
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / | | |/| | | | | | | |
| * | | | | | | | | | Merge branch 'develop' into update_touch_driverRiku Isokoski2021-07-156-55/+80
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / | | |/| | | | | | | |
| * | | | | | | | | | Update touchpad driverRiku Isokoski2021-07-146-36/+63
* | | | | | | | | | | Setting SetDate/SetTime : replace #defines by constexpr variables, NULL by nu...Jean-François Milants2021-10-104-85/+61
* | | | | | | | | | | DateTimeController : remove unused methods and variables.Jean-François Milants2021-10-102-81/+9
* | | | | | | | | | | Merge with develop and fix conflicts from timaios:set-datetime-manually.Jean-François Milants2021-10-1010-8/+508
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'JF002:develop' into set-datetime-manuallyTim2021-08-0854-533/+877
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Code optimizations in SettingSetDate and SettingSetTimeTim Taenny2021-07-092-13/+7
| * | | | | | | | | | | | Code optimizations in SettingSetTimeTim Taenny2021-07-091-9/+17
| * | | | | | | | | | | | Modified Settings menu as per suggestionTim Taenny2021-07-091-4/+4
| * | | | | | | | | | | | Code optimizations in SettingSetDateTim Taenny2021-07-091-41/+2
| * | | | | | | | | | | | Exposed Month and DayOfWeek texts in DateTimeControllerTim Taenny2021-07-092-9/+45
| * | | | | | | | | | | | Code optimizations in SettingSetTimeTim Taenny2021-07-091-24/+10
| * | | | | | | | | | | | Code optimizations in SettingSetDateTim Taenny2021-07-091-28/+12
| * | | | | | | | | | | | Added new menu entries to Settings pagetimaios2021-07-092-3/+17
| * | | | | | | | | | | | Added new screens to DisplayApp.cpptimaios2021-07-091-0/+10