| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-10-28 | Add doc : how to generate files needed by the factory. | Jean-François Milants | |
| 2021-10-24 | Merge pull request #754 from InfiniTimeOrg/add-motion-service | JF | |
| Add motion service | |||
| 2021-10-22 | Update coding style | Riku Isokoski | |
| 2021-10-22 | Merge pull request #657 from NeroBurner/patch-1 | JF | |
| Add python packages click and cryptography to build instructions | |||
| 2021-10-20 | Merge pull request #751 from carlosperate/docker-docs | JF | |
| Docs: Clarify Docker image needs to be built 1st, fix URL and typos. | |||
| 2021-10-20 | Merge pull request #753 from Arsen6331/improve-ble-docs | JF | |
| Improve BLE documentation | |||
| 2021-10-20 | Add mention to Call characteristic (which was missing in the doc) and change ↵ | Jean-François Milants | |
| the UUID of the new Motion service from 00020000-* to 00030000-*. | |||
| 2021-10-18 | Added missing semicolon | Stephanie | |
| 2021-10-18 | Fixed Apps tutorial to compile properly | stephanie-eng | |
| Changed case in minimal example to properly reference Pinetime namespace | |||
| 2021-10-17 | Add doc about the new motion service. | Jean-François Milants | |
| 2021-10-17 | Fix error in music status docs | Arsen Musayelyan | |
| 2021-10-17 | Fix grammar mistakes | Arsen Musayelyan | |
| 2021-10-17 | Add docs from infinitime Go library's repo and fix typos and grammar | Arsen Musayelyan | |
| 2021-10-16 | Docs: Clarify Docker image needs to be built 1st, fix URL and typos. | carlosperate | |
| 2021-10-15 | Replaced "JF002" in github URLs with "InfiniTimeOrg" | mabuch | |
| 2021-10-15 | Merge pull request #722 from clemensvonmolo/code-structure-doc | JF | |
| Add docs for app creation and code structure | |||
| 2021-10-11 | Add python packages click and cryptography to build instructions | NeroBurner | |
| 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. | |||
| 2021-10-09 | Merge pull request #730 from coxtor/patch-1 | JF | |
| Add configuration instructions for Ubuntu devcontainers | |||
| 2021-10-09 | Merge pull request #522 from jonvmey/fix-nav-uuid-docs | JF | |
| Fix Navigation Service UUID docs | |||
| 2021-10-08 | Add configuration instructions for Ubuntu devcontainers | coxtor | |
| 2021-10-08 | More reasonable line lengths in Apps.md and Intro.md | Clemens von Molo | |
| 2021-10-06 | minor corrections and notice about ui guidelines in docs | Clemens von Molo | |
| 2021-10-06 | multiple improvements to code docs | Clemens von Molo | |
| 2021-10-05 | advise against unecessary additional tasks in docs | Clemens von Molo | |
| 2021-10-05 | Add docs for app creation and code structure | Clemens von Molo | |
| 2021-10-03 | Removed an unnecessary space and some punctuation | Avamander | |
| Closes https://github.com/InfiniTimeOrg/InfiniTime/pull/233 | |||
| 2021-09-13 | Merge pull request #549 from hubmartin/pinmap | JF002 | |
| Put all duplicated GPIO pin definitions to a single file | |||
| 2021-09-13 | docs: Fix a few typos (#606) | Tim Gates | |
| * docs: Fix a few typos There are small typos in: - doc/versioning.md - src/components/ble/NimbleController.cpp - src/libs/mynewt-nimble/CODING_STANDARDS.md - src/libs/mynewt-nimble/docs/btshell/btshell_GAP.rst - src/systemtask/SystemTask.cpp Fixes: - Should read `milliseconds` rather than `miliseconds`. - Should read `unnecessary` rather than `uncesseray`. - Should read `target` rather than `tharget`. - Should read `project` rather than `projct`. - Should read `preferred` rather than `prefered`. - Should read `functioning` rather than `functionning`. - Should read `forever` rather than `forver`. - Should read `existing` rather than `exisiting`. | |||
| 2021-09-13 | Add WATCH_COLMI_P8 option to cmake & docs | hubmartin | |
| 2021-09-12 | Merge pull request #551 from hubmartin/patch-3 | JF002 | |
| Add FW validation note after DFU flash | |||
| 2021-09-12 | Merge pull request #550 from hubmartin/patch-2 | JF002 | |
| Add link to WebBLEWatch to sync time | |||
| 2021-08-15 | Add image with example layouts | Riku Isokoski | |
| 2021-08-15 | Ui update | Riku Isokoski | |
| 2021-08-14 | Update contribute.md (#475) | Riku Isokoski | |
| * Update contribute.md * Add newlines and remove spaces * Replace CONTRIBUTING.md with doc/contribute.md | |||
| 2021-08-10 | Merge pull request #505 from geekbozu/devcon | JF002 | |
| VSCode Devcontainer | |||
| 2021-08-07 | Typos for days | Tim Keller | |
| 2021-08-07 | Updated documentation | Tim Keller | |
| 2021-08-03 | Add FW validation note after DFU flash | Martin Hub | |
| 2021-08-03 | Update ota-gadgetbridge-nrfconnect.md | Martin Hub | |
| 2021-07-25 | Correct spelling issue in documentation (#509) | Grant | |
| * Correct spelling issue | |||
| 2021-07-25 | Update documentation (#467) | Riku Isokoski | |
| * Fix and update documentation * Add newlines | |||
| 2021-07-24 | Update Navigation UUID documentation | Jonathan Vander Mey | |
| Fixed mismatch between the service and characteristic IDs in the navigation service comments and documentation. They had old values not reflecting the current code and changes in doc/ble.md | |||
| 2021-07-11 | Update buildAndProgram.md (#477) | wilsonjwco | |
| Corrected typo in example usage of cmake BUILD_DFU option. Changed from -BUILD_DFU=1 to -DBUILD_DFU=1 | |||
| 2021-06-12 | Update buildWithDocker.md (#416) | Pekka | |
| Added a link to instructions for cloning the repo. The purpose was mainly to remind of the git submodule update. | |||
| 2021-06-12 | Update Amazfish.md (#386) | Roxxor91 | |
| Add Navigation feature. | |||
| 2021-06-12 | Improvements to /doc/filesInReleaseNotes.md (#357) | Itai Nelken | |
| * Update filesInReleaseNotes.md | |||
| 2021-06-12 | Add note about getting GadgetBridge from F-Droid (#358) | Joel Bradshaw | |
| * Add note about getting GadgetBridge from F-Droid Hopefully this is useful and will save folks some frustration * Add note that GadgetBridge should be downloaded via F-Droid There's an "unofficial" version on the Play Store that is outdated and doesn't have PineTime support * Fix typo * Add starting version, reword a bit Initial support version is a little fuzzy, 0.47 states it's "not yet usable" but changelog doesn't specify when we've crossed the "usable" threshold. | |||
| 2021-06-12 | Rewrite MemoryAnalysis.md with up to date information. (#411) | JF002 | |
| Rewrite MemoryAnalysis.md with up to date information. | |||
| 2021-05-15 | Merge pull request #345 from Itai-Nelken/patch-1 | JF002 | |
| fix a formatting issue and 2 typos in gettingStarted-1.0.md | |||
| 2021-05-14 | Fixed typos in the doc/contribute.md using google docs’s spelling check system | CoderThomasB | |
