aboutsummaryrefslogtreecommitdiffstats
path: root/doc/code
Commit message (Collapse)AuthorAgeFilesLines
* Fix and update documentationadumelie2024-03-141-2/+2
| | | | Fixed missing colon typo in template for minimal app example Updated reference to Apps enum after file move
* CMake watch faces selectionJean-François Milants2024-01-061-1/+1
| | | | | | Documentation : watch faces are not system apps anymore. Co-authored-by: FintasticMan <finlay.neon.kid@gmail.com>
* CMake watch faces selectionJean-François Milants2024-01-061-12/+13
| | | | | | | Improve wording and replace "watchface" by "watch face" in Apps.md. Improve CMake readability regarding watch face selection Co-authored-by: Reinhold Gschweicher <pyro4hell@gmail.com>
* Watch face selection using CMakeJean-François Milants2024-01-061-4/+42
| | | | Update Apps.md to mention the selection of watchfaces using Cmake.
* User applications selection using CMakeJean-François Milants2023-12-231-1/+4
| | | | Fix typos in Apps.md and add new line in src/displayapp/apps/CMakeLists.txt
* Fix trailing space in doc/code/Apps.mdJF2023-12-231-1/+1
| | | Co-authored-by: NeroBurner <pyro4hell@gmail.com>
* Watch face selection at build timeJean-François Milants2023-12-231-14/+2
| | | | Replace the options that allowed to select the user apps independently by a single string variable that contains the ordered list of apps to build.
* CMake User Applications selectionJean-François Milants2023-12-231-1/+19
| | | | Update documentation about building a new application and add instructions to add the app in CMake files.
* Application selection at build time : update documentationJean-François Milants2023-11-191-30/+88
| | | | Update documentation about the apps (Apps.md) : fix obsolete information, add doc about user/system apps and update the part about the implementation of a new app.
* docs: Update Apps.md to remove Screen param (#1752)Alex E2023-11-161-2/+2
| | | | | This is needed since #1629. Co-authored-by: FintasticMan <finlay.neon.kid@gmail.com>
* Fix Apps documentation DisplayApp method nameTailyFair2023-01-221-1/+1
|
* Applist is in ApplicationList.hmashuptwice2022-09-171-1/+1
|
* Fix markdown format with autoformatter (#1284)Riku Isokoski2022-08-212-0/+15
|
* Revised documentationEli Weiss2021-12-301-1/+1
|
* Improved "Getting Started" readabilityEli Weiss2021-12-302-5/+5
| | | | Clarified ambiguous references, clarified phrasing
* 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
|
* 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
* More reasonable line lengths in Apps.md and Intro.mdClemens von Molo2021-10-082-18/+71
|
* minor corrections and notice about ui guidelines in docsClemens von Molo2021-10-061-4/+6
|
* multiple improvements to code docsClemens von Molo2021-10-062-37/+39
|
* advise against unecessary additional tasks in docsClemens von Molo2021-10-051-2/+3
|
* Add docs for app creation and code structureClemens von Molo2021-10-052-0/+90