aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #820 from Riksu9000/fix-anim-dirJF2021-11-281-1/+7
|\ | | | | Fix animation when long pressing on screens adjacent to watch face
| * Fix animation when long pressing on screens adjacent to watch faceRiku Isokoski2021-11-101-1/+7
| |
* | Merge pull request #832 from mabuch/fix-doc-motionservice-uuidJF2021-11-281-2/+2
|\ \ | | | | | | fix Motion Service UUID in doc and code comments
| * | fix Motion Service UUID in doc and code commentsmabuch2021-11-151-2/+2
| | |
* | | BatteryInfo: remove unused FreeRTOS.h and timer.h includesReinhold Gschweicher2021-11-151-2/+0
| | |
* | | Fix unresponsive touch panel after update to 1.7 : don't care if device ids ↵Jean-François Milants2021-11-141-11/+5
|/ / | | | | | | are not the ones we expected (until we know more about these communication and IDs issues).
* / Fix Alarm app crashing on buttonpressRiku Isokoski2021-11-091-1/+3
|/
* Merge pull request #811 from InfiniTimeOrg/cst816-add-validity-checkJF2021-11-082-22/+58
|\ | | | | Add data validity check and retries in CST816S driver
| * Fix formatting following the code review.Jean-François Milants2021-11-071-3/+3
| |
| * Add data validity check and retries in CST816S driver. See ↵Jean-François Milants2021-11-062-22/+58
| | | | | | | | https://github.com/InfiniTimeOrg/InfiniTime/issues/763#issuecomment-962436976.
* | Fix previous commit, call touchPanel.Init() even if we disabled the touch ↵Jean-François Milants2021-11-071-0/+1
| | | | | | | | controller boot error.
* | Disable the warning that is displayed when the initialization of the touch ↵Jean-François Milants2021-11-071-0/+5
|/ | | | controller fails, as some users reported that it was displayed when a valid touch controller was installed.
* Merge pull request #782 from Riksu9000/newer_buttonhandlerJF2021-11-0610-33/+211
|\ | | | | Newer ButtonHandler
| * Make it so special actions can be input while sleeping, like in #480Riku Isokoski2021-10-252-4/+10
| |
| * Only wake up on press. Fixes issue with longer press and sleepRiku Isokoski2021-10-251-5/+4
| |
| * Return button action instead of pushing messagesRiku Isokoski2021-10-256-50/+66
| |
| * Use enum classes, remove old commentRiku Isokoski2021-10-254-31/+30
| |
| * Newer buttonhandlerRiku Isokoski2021-10-259-36/+194
| |
* | Merge pull request #792 from Riksu9000/memory_savingJF2021-11-062-17/+21
|\ \ | | | | | | Memory savings by replacing strings
| * | Memory savings by replacing stringsRiku Isokoski2021-10-292-17/+21
| | |
* | | Merge pull request #791 from evergreen22/recovery-bootJF2021-10-311-1/+1
|\ \ \ | |/ / |/| | Fix recovery firmware build
| * | Fix recovery firmware buildJames A. Jerkins2021-10-281-1/+1
| | |
* | | Motion service : fix step notifications that were sent as a single byte ↵Jean-François Milants2021-10-262-2/+2
| |/ |/| | | | | instead of 4 (uint32_t).
* | Merge pull request #754 from InfiniTimeOrg/add-motion-serviceJF2021-10-2410-6/+223
|\ \ | | | | | | Add motion service
| * | Add mention to Call characteristic (which was missing in the doc) and change ↵Jean-François Milants2021-10-201-1/+1
| | | | | | | | | | | | the UUID of the new Motion service from 00020000-* to 00030000-*.
| * | 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 ↵Jean-François Milants2021-10-173-3/+30
| |/ | | | | | | only if the host subscribed to them.
* | Merge pull request #586 from hubmartin/wake-timeJF2021-10-232-11/+0
|\ \ | | | | | | Improve wake-up time
| * \ 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 control
| * | | | 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
| * | | | | 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 timer
| * | | | | | Make new notifications refresh idle timerFederico Igne2021-10-141-5/+8
| |/ / / / /
* | | | | | Merge pull request #507 from Riksu9000/fit_more_tasksJF2021-10-161-5/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fit more tasks in SystemInfo
| * \ \ \ \ \ 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 resolution
| * | | | | | | | | Paddle: compare ballX coordinate with horizontal resolutionReinhold Gschweicher2021-10-111-2/+2
| | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the comment as the comparison checks if the ball is at the right side of the screen. Compare the x coordinate of the ball with the horizontal resolution of the screen, instead of the vertical resolution. On the PinePhone this does make no difference as we have square 240x240 screen. Change it anyways to be completely correct.
* / | | | | | | | Replaced "JF002" in github URLs with "InfiniTimeOrg"mabuch2021-10-152-2/+3
|/ / / / / / / /
* | | | | | | | Merge branch 'update_touch_driver' of git://github.com/Riksu9000/InfiniTime ↵Jean-François Milants2021-10-1012-24/+161
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into Riksu9000-update_touch_driver # Conflicts: # src/displayapp/Apps.h
| * | | | | | | Merge branch 'develop' into update_touch_driverRiku Isokoski2021-10-0525-96/+99
| |\ \ \ \ \ \ \