aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * Add mention to Call characteristic (which was missing in the doc) and change ↵Jean-François Milants2021-10-202-2/+6
| | | | | | | | 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 doc about the new motion service.Jean-François Milants2021-10-172-7/+25
| |
| * 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-16113-778/+1269
| |\ \
| * | | 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 #773 from Riksu9000/coding_styleJF2021-10-231-0/+7
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update coding style
| * | | | | | Update coding styleRiku Isokoski2021-10-221-0/+7
|/ / / / / /
* | | | | | Merge pull request #769 from xan-m/developJF2021-10-221-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Change iOS Companion App Name
| * \ \ \ \ \ Merge pull request #1 from xan-m/ios-companion-app-editxan-m2021-10-211-1/+1
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Changed name of iOS companion app
| | * | | | | | Changed name of iOS companion appxan-m2021-10-211-1/+1
| |/ / / / / / | | | | | | | | | | | | | | I had to remove iOS from the app name, so this update changes the name and link here to reflect that change
* | | | | | | Merge pull request #657 from NeroBurner/patch-1JF2021-10-221-1/+8
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add python packages click and cryptography to build instructions
| * | | | | | | Add python packages click and cryptography to build instructionsNeroBurner2021-10-111-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The script `tools/mcuboot/imgtool/main.py` imports the python packages `click` and `cryptography` to create the target `pinetime-mcuboot-app`. Add it tothe build instructions, as it was not installed on my system. https://github.com/JF002/InfiniTime/blob/6f9f0e8b0e42a5526d47ca664534fb6b0ccb6ace/tools/mcuboot/imgtool/main.py#L19 https://github.com/JF002/InfiniTime/blob/6f9f0e8b0e42a5526d47ca664534fb6b0ccb6ace/tools/mcuboot/imgtool/keys/__init__.py#L19 Also add the commands to install the python requirements into a python venv virtual environment.
* | | | | | | | Merge pull request #766 from Riksu9000/developJF2021-10-221-1/+0
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | Fix issue templates
| * | | | | | | Fix issue templatesRiku Isokoski2021-10-202-2/+0
| | | | | | | |
* | | | | | | | Merge pull request #751 from carlosperate/docker-docsJF2021-10-201-4/+6
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Docs: Clarify Docker image needs to be built 1st, fix URL and typos.
| * | | | | | | | Docs: Clarify Docker image needs to be built 1st, fix URL and typos.carlosperate2021-10-161-4/+6
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge pull request #753 from Arsen6331/improve-ble-docsJF2021-10-201-5/+237
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Improve BLE documentation
| * | | | | | | | Fix error in music status docsArsen Musayelyan2021-10-161-1/+1
| | | | | | | | |
| * | | | | | | | Fix grammar mistakesArsen Musayelyan2021-10-161-1/+1
| | | | | | | | |
| * | | | | | | | Add docs from infinitime Go library's repo and fix typos and grammarArsen Musayelyan2021-10-161-5/+237
| |/ / / / / / /
* | | | | | | | Merge pull request #767 from InfiniTimeOrg/Avamander-patch-2JF2021-10-201-1/+0
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fixed the feature request template
| * | | | | | | | Fixed the feature request templateAvamander2021-10-201-1/+0
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #757 from stephanie-eng/patch-1JF2021-10-201-2/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fixed Apps tutorial to compile properly
| * | | | | | | | Added missing semicolonStephanie2021-10-181-1/+1
| | | | | | | | |
| * | | | | | | | Fixed Apps tutorial to compile properlystephanie-eng2021-10-181-1/+1
| |/ / / / / / / | | | | | | | | | | | | | | | | Changed case in minimal example to properly reference Pinetime namespace
* | | | | | | | Merge pull request #758 from NeroBurner/patch-2JF2021-10-201-0/+8
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | CI: add pintime-recovery to build jobs
| * | | | | | | CI: add pintime-recovery to build jobsNeroBurner2021-10-181-0/+8
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The recovery image "it is the last chance before a brick", as described in https://github.com/InfiniTimeOrg/InfiniTime/issues/742#issuecomment-943665960 So just build it to make sure it doesn't silently break, but don't upload it.
* | | | | | | Merge pull request #752 from carlosperate/mcuboot-urlJF2021-10-174-5/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Update git URLS, MCUboot is now an independent organisation
| * | | | | | Update git URLS, MCUboot is now independent w/ different GitHub org.carlosperate2021-10-174-5/+5
|/ / / / / /
* | | | | | 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-2870-849/+1209
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'develop' into fit_more_tasksRiku Isokoski2021-07-2541-247/+388
| |\ \ \ \ \ \ \
| * | | | | | | | 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.