| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Docs: Clarify Docker image needs to be built 1st, fix URL and typos. | carlosperate | 2021-10-16 | 1 | -4/+6 |
| | | |||||
| * | Replaced "JF002" in github URLs with "InfiniTimeOrg" | mabuch | 2021-10-15 | 6 | -22/+22 |
| | | |||||
| * | Merge pull request #722 from clemensvonmolo/code-structure-doc | JF | 2021-10-15 | 2 | -0/+148 |
| |\ | | | | | Add docs for app creation and code structure | ||||
| | * | More reasonable line lengths in Apps.md and Intro.md | Clemens von Molo | 2021-10-08 | 2 | -18/+71 |
| | | | |||||
| | * | minor corrections and notice about ui guidelines in docs | Clemens von Molo | 2021-10-06 | 1 | -4/+6 |
| | | | |||||
| | * | multiple improvements to code docs | Clemens von Molo | 2021-10-06 | 2 | -37/+39 |
| | | | |||||
| | * | advise against unecessary additional tasks in docs | Clemens von Molo | 2021-10-05 | 1 | -2/+3 |
| | | | |||||
| | * | Add docs for app creation and code structure | Clemens von Molo | 2021-10-05 | 2 | -0/+90 |
| | | | |||||
| * | | Merge pull request #730 from coxtor/patch-1 | JF | 2021-10-09 | 1 | -0/+10 |
| |\ \ | | | | | | | Add configuration instructions for Ubuntu devcontainers | ||||
| | * | | Add configuration instructions for Ubuntu devcontainers | coxtor | 2021-10-08 | 1 | -0/+10 |
| | |/ | |||||
| * | | Merge pull request #522 from jonvmey/fix-nav-uuid-docs | JF | 2021-10-09 | 1 | -5/+5 |
| |\ \ | |/ |/| | Fix Navigation Service UUID docs | ||||
| | * | Update Navigation UUID documentation | Jonathan Vander Mey | 2021-07-24 | 1 | -5/+5 |
| | | | | | | | | | | | | | 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 | ||||
| * | | Removed an unnecessary space and some punctuation | Avamander | 2021-10-03 | 1 | -9/+9 |
| | | | | | | | Closes https://github.com/InfiniTimeOrg/InfiniTime/pull/233 | ||||
| * | | Merge pull request #549 from hubmartin/pinmap | JF002 | 2021-09-13 | 1 | -0/+1 |
| |\ \ | | | | | | | Put all duplicated GPIO pin definitions to a single file | ||||
| | * | | Add WATCH_COLMI_P8 option to cmake & docs | hubmartin | 2021-09-13 | 1 | -0/+1 |
| | | | | |||||
| * | | | docs: Fix a few typos (#606) | Tim Gates | 2021-09-13 | 1 | -1/+1 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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`. | ||||
| * | | Merge pull request #551 from hubmartin/patch-3 | JF002 | 2021-09-12 | 1 | -0/+4 |
| |\ \ | | | | | | | Add FW validation note after DFU flash | ||||
| | * | | Add FW validation note after DFU flash | Martin Hub | 2021-08-03 | 1 | -0/+4 |
| | | | | |||||
| * | | | Merge pull request #550 from hubmartin/patch-2 | JF002 | 2021-09-12 | 1 | -0/+4 |
| |\ \ \ | | | | | | | | | Add link to WebBLEWatch to sync time | ||||
| | * | | | Update ota-gadgetbridge-nrfconnect.md | Martin Hub | 2021-08-03 | 1 | -0/+4 |
| | |/ / | |||||
| * | | | Add image with example layouts | Riku Isokoski | 2021-08-15 | 2 | -0/+2 |
| | | | | |||||
| * | | | Ui update | Riku Isokoski | 2021-08-15 | 1 | -0/+14 |
| | | | | |||||
| * | | | Update contribute.md (#475) | Riku Isokoski | 2021-08-14 | 1 | -18/+39 |
| | | | | | | | | | | | | | | | | * Update contribute.md * Add newlines and remove spaces * Replace CONTRIBUTING.md with doc/contribute.md | ||||
| * | | | Merge pull request #505 from geekbozu/devcon | JF002 | 2021-08-10 | 1 | -0/+42 |
| |\ \ \ | |/ / |/| | | VSCode Devcontainer | ||||
| | * | | Typos for days | Tim Keller | 2021-08-07 | 1 | -2/+2 |
| | | | | |||||
| | * | | Updated documentation | Tim Keller | 2021-08-07 | 1 | -0/+42 |
| | |/ | |||||
| * | | Correct spelling issue in documentation (#509) | Grant | 2021-07-25 | 7 | -9/+9 |
| | | | | | | | * Correct spelling issue | ||||
| * | | Update documentation (#467) | Riku Isokoski | 2021-07-25 | 1 | -12/+19 |
| |/ | | | | * Fix and update documentation * Add newlines | ||||
| * | Update buildAndProgram.md (#477) | wilsonjwco | 2021-07-11 | 1 | -1/+1 |
| | | | | Corrected typo in example usage of cmake BUILD_DFU option. Changed from -BUILD_DFU=1 to -DBUILD_DFU=1 | ||||
| * | Update buildWithDocker.md (#416) | Pekka | 2021-06-12 | 1 | -1/+1 |
| | | | | Added a link to instructions for cloning the repo. The purpose was mainly to remind of the git submodule update. | ||||
| * | Update Amazfish.md (#386) | Roxxor91 | 2021-06-12 | 1 | -1/+2 |
| | | | | Add Navigation feature. | ||||
| * | Improvements to /doc/filesInReleaseNotes.md (#357) | Itai Nelken | 2021-06-12 | 1 | -6/+6 |
| | | | | * Update filesInReleaseNotes.md | ||||
| * | Add note about getting GadgetBridge from F-Droid (#358) | Joel Bradshaw | 2021-06-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | * 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. | ||||
| * | Rewrite MemoryAnalysis.md with up to date information. (#411) | JF002 | 2021-06-12 | 5 | -44/+255 |
| | | | | Rewrite MemoryAnalysis.md with up to date information. | ||||
| * | Merge pull request #345 from Itai-Nelken/patch-1 | JF002 | 2021-05-15 | 1 | -3/+3 |
| |\ | | | | | fix a formatting issue and 2 typos in gettingStarted-1.0.md | ||||
| | * | Update gettingStarted-1.0.md | Itai Nelken | 2021-05-13 | 1 | -1/+1 |
| | | | |||||
| | * | Update gettingStarted-1.0.md | Itai Nelken | 2021-05-13 | 1 | -2/+2 |
| | | | |||||
| * | | Fixed typos in the doc/contribute.md using google docs’s spelling check system | CoderThomasB | 2021-05-14 | 1 | -12/+12 |
| |/ | |||||
| * | Add missing pictures. | Jean-François Milants | 2021-05-13 | 8 | -0/+0 |
| | | |||||
| * | Merge branch 'develop' of github.com:JF002/Pinetime into develop | Jean-François Milants | 2021-05-13 | 1 | -0/+1 |
| |\ | |||||
| | * | Merge pull request #266 from Caton101/patch-1 | JF002 | 2021-05-09 | 1 | -0/+1 |
| | |\ | | | | | | | Add Python modules to build instructions | ||||
| | | * | Add Python modules to build instructions | Cameron Himes | 2021-04-13 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | I had issues building InfiniTime for the first time because the instructions never mentioned needing these Python modules. Including them in the build documentation will help people not be confused like I was. I recommend adding all needed modules to this list. I only added the ones I knew I was missing. | ||||
| * | | | Add quick user guide for InfiniTime 1.0 | Jean-François Milants | 2021-05-13 | 2 | -0/+112 |
| |/ / | |||||
| * | | Improve doc/contribute.md : add more info and TL;DR | JF002 | 2021-05-02 | 1 | -0/+14 |
| | | | |||||
| * | | Improve contributes.md : give more detailed guideline on how to create a ↵ | JF002 | 2021-05-02 | 1 | -3/+20 |
| | | | | | | | | | good pull-request | ||||
| * | | Fix spelling | MysteriousLog6 | 2021-04-18 | 1 | -1/+1 |
| |/ | |||||
| * | Update buildAndProgram.md with info about Debug/Release builds. | Jean-François Milants | 2021-03-21 | 1 | -5/+10 |
| | | |||||
| * | Merge pull request #235 from MFAshby/doc_correction | JF002 | 2021-03-20 | 4 | -8/+8 |
| |\ | | | | | Small correction to git URL in documentation files | ||||
| | * | Small correction to git URL in documentation files | Martin Ashby | 2021-03-15 | 4 | -8/+8 |
| | | | |||||
| * | | Merge branch 'develop' into recovery-firmware | Jean-François Milants | 2021-03-07 | 1 | -0/+1 |
| |\| | | | | | | | | | | | | | | | # Conflicts: # src/CMakeLists.txt # src/displayapp/DisplayApp.h # src/systemtask/SystemTask.cpp # src/systemtask/SystemTask.h | ||||
