aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Replace some "we"Riku Isokoski2021-11-282-5/+5
|
* Add line breakRiku Isokoski2021-11-281-0/+1
|
* Add missing periodsRiku Isokoski2021-11-281-2/+2
|
* Improvements to Apps.md and Intro.mdRiku Isokoski2021-11-282-26/+19
|
* Link to companion appsRiku Isokoski2021-11-282-6/+6
|
* Fix versioningRiku Isokoski2021-11-281-2/+2
|
* Summarize updating-softareRiku Isokoski2021-11-281-13/+15
|
* Update updating instructionsRiku Isokoski2021-11-283-28/+11
|
* Replace companionapp pages with links. Add companion appsRiku Isokoski2021-11-283-25/+4
|
* Reorganize bootloader readmeRiku Isokoski2021-11-284-5/+3
|
* Separate and update coding conventions and contributing pagesRiku Isokoski2021-11-283-52/+51
|
* Update ui_guidelinesRiku Isokoski2021-11-282-4/+2
|
* ReorganizationRiku Isokoski2021-11-282-14/+15
|
* Crop and shrink photosRiku Isokoski2021-11-285-0/+0
|
* Documentation cleanup and reorganizationRiku Isokoski2021-11-2812-305/+173
|
* 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 #829 from Riksu9000/clang-tidy-updateJF2021-11-281-0/+2
|\ \ | | | | | | Remove some clang-tidy checks
| * | Remove some clang-tidy checksRiku Isokoski2021-11-131-0/+2
| | |
* | | Merge pull request #832 from mabuch/fix-doc-motionservice-uuidJF2021-11-282-5/+5
|\ \ \ | | | | | | | | fix Motion Service UUID in doc and code comments
| * | | fix Motion Service UUID in doc and code commentsmabuch2021-11-152-5/+5
| |/ /
* | | Merge pull request #833 from NeroBurner/BatteryInfo_remove_unused_includeJF2021-11-281-2/+0
|\ \ \ | | | | | | | | BatteryInfo: remove unused FreeRTOS.h and timer.h includes
| * | | BatteryInfo: remove unused FreeRTOS.h and timer.h includesReinhold Gschweicher2021-11-151-2/+0
|/ / /
* | | Merge pull request #830 from InfiniTimeOrg/fix-unresponsive-touchpanelJF2021-11-152-12/+6
|\ \ \ | |/ / |/| | Fix unresponsive touch panel after update to 1.7
| * | Fix unresponsive touch panel after update to 1.7 : don't care if device ids ↵Jean-François Milants2021-11-142-12/+6
|/ / | | | | | | are not the ones we expected (until we know more about these communication and IDs issues).
* | Set version to 1.7.0Jean-François Milants2021-11-111-1/+1
| |
* | Merge pull request #816 from Riksu9000/fix_alarm_crashJF2021-11-111-1/+3
|\ \ | |/ |/| Fix Alarm app crashing on buttonpress
| * 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
| | | |
* | | | Merge pull request #784 from SteveAmor/patch-2JF2021-10-301-1/+1
|\ \ \ \ | | | | | | | | | | Correctly Define DFU
| * | | | Correctly define DFUSteveis2021-10-261-1/+1
| | |_|/ | |/| |
* | | | Merge pull request #793 from Riksu9000/tidy_warningsJF2021-10-301-0/+2
|\ \ \ \ | | | | | | | | | | Exclude some clang-tidy checks
| * | | | Ignore some warningsRiku Isokoski2021-10-301-0/+2
| | |_|/ | |/| |
* / | | Add doc : how to generate files needed by the factory.Jean-François Milants2021-10-281-0/+30
|/ / /
* / / 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-2412-13/+252
|\ \ | | | | | | Add motion service