Commit Graph

99 Commits

Author SHA1 Message Date
Lucjan Bryndza
5c574c1edc [EGD-5877] Remove flash script update flasing doc
Remove old flashEMMC script and update flash documentation

Update doc/boot_and_update.md

Co-authored-by: Wojtek Cichoń <wojtek.cichon@protonmail.com>

Update doc/running_on_phone.md

Co-authored-by: Wojtek Cichoń <wojtek.cichon@protonmail.com>

Update doc/running_on_phone.md

Co-authored-by: Wojtek Cichoń <wojtek.cichon@protonmail.com>

Update doc/running_on_phone.md

Co-authored-by: Wojtek Cichoń <wojtek.cichon@protonmail.com>

Update doc/boot_and_update.md

Co-authored-by: Wojtek Cichoń <wojtek.cichon@protonmail.com>

Update doc/running_on_phone.md

Co-authored-by: Wojtek Cichoń <wojtek.cichon@protonmail.com>
2021-02-26 12:30:40 +01:00
Radoslaw Wicik
f82561af5f [EGD-5813] Add add to docker group step in bootstrap
Introduce one more step to bootstrap so user doesn't have
to run in manually.
2021-02-22 10:17:29 +01:00
Wojtek Cichoń
c30101bb93 [EGD-5787] Fixes re fallback font docs
Fixed proper info about default fallback font.
2021-02-17 14:03:46 +01:00
Wojtek Cichoń
bbf082d6c0 [EGD-5787] Fix font-rendering docs
Added small fixes to the i18n article.
2021-02-17 14:03:46 +01:00
Wojtek Cichoń
56e5b75862 [EGD-5787] Adding font-related docs to i18n article
Added missing content regarding adding special glyphs
and rendering the font inside MuditaOS
2021-02-17 14:03:46 +01:00
Radoslaw Wicik
56b209e75b [EGD-4763] Add documentation on how to add unit tests
Short document about how to add, enable and disable unit test.
2021-02-04 16:45:50 +01:00
Piotr Tański
c8a31091e8 [EGD-3390] Add integration with clang-tidy
Clang-tidy is used to perform static code analysis.
2021-01-21 10:56:40 +01:00
Marcin Smoczyński
8618ea50eb [EGD-5241] Update development workflow documentation
Remove the obligation to update the changelog with every PR. Remove
obligation to start a change description with "Change" verb. Add some
other minor spelling and grammar fixes.

Update commit message template to reflect the changes.
2021-01-20 11:37:30 +01:00
Krzysztof Móżdżyński
f3566bcecc [EGD-4591] Change input language parser to load from files
Completely independent input language files and display language files.
Input language files are now loaded based on number of files in
"profiles" folder.
InputLanguageSettings window now shows input languages based on their
"filetype" value andfiles in "profiles" folder.
2021-01-12 15:03:42 +01:00
Wiktor S. Ovalle Correa
6641592958 [EGD-4712] Change quickstart.md to reflect current project state
Quickstart documentation was a bit out-of-date, thus containing some
minor inaccuracies. Also document didn't actually reflect desired
sequence of user actions.
2021-01-11 10:59:19 +01:00
Wojtek Cichon
60aa08da93 [EGD-5092] Add instructions to development_workflow
Added instructions regarding adding licenses of 3rd party code when
creating a PR.
2021-01-08 15:39:20 +01:00
Krzysztof Móżdżyński
dc99ba52ae [EGD-4590] Change KBD parser to JSON for input keyboard files
Changed keyboard input language parser to parse JSON files.
Removed all KPROF files and added JSON.
Added unit tests for new parser.
Modified document about adding languages.
2021-01-07 14:27:58 +01:00
Mathias Monnerville
164b229cf0 Fix typo 2020-12-17 13:28:33 +01:00
Wojtek Cichoń
c94a326c65 Fix links in dev workflow article (#1203)
Fixed links to commit message template and git hook
in developer workflow article.
2020-12-16 13:10:07 +01:00
Radoslaw Wicik
9cf04ca2f0 [EGD-4627] Add target for ecooboot.bin download
ecoboot.bin - bootloader is required in final package.
We will not build it here, we just download newest available
in github releases.
2020-12-15 09:09:23 +01:00
Wojtek Cichoń
d3449be156 Add two links to table of contents (#1169)
Fixed two links
2020-12-11 09:49:57 +01:00
Wojtek Cichoń
30c70d53cf [EGD-4658] Change 'dev workflow' article (#1130)
Changed 'Development workflow' article regarding how to
write commit messages and introduced a template for commit messages.
2020-12-11 09:36:45 +01:00
Wojtek Cichoń
4e546ac060 [EGD-4626] doc: add new i18 issue template (#1119)
Added new issue templates for the OSS community to
handle i18n issues and any other issues that will come up.
2020-12-07 16:06:15 +01:00
Wojtek Cichoń
3a924e7d42 [EGD-4576] doc: linked to integration tests article (#1111)
Add references to Test harness README article

Added references to Test harness README in two places:
- Documentation table of contents
- Development workflow article
2020-12-01 10:21:47 +01:00
Marcin Smoczyński
09773b94b1 [EGD-4544] doc: update requirements for commits (#1097)
Change the requirements for commits' description.

In order to be able to remove the obligation to change the project
changelog with every PR, provide requirements for commits' title and
description. The first sentence of each commit will be included in
the changelog directly, while the rest of it should help understand
others motivation and result of a change.
2020-11-27 10:40:24 +01:00
Krzysztof Mozdzynski
d48d2d8b0d [EGD-4167] Add n display languages loaded from files (#1047) 2020-11-27 02:21:14 +01:00
Wojtek Cichoń
4429b4107c [EGD-4094] Fixing all typos and missing links with one PR (#1019)
One PR - many typos and links fixed.
2020-11-17 09:47:53 +01:00
Lucjan Bryndza
6824ae1e02 [EGD-4405] Update quick start guide doc (#1018)
Co-authored-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
2020-11-17 09:37:11 +01:00
Wojtek Cichoń
d954b3f5b2 EGD-4202 Adding missing images gui docs (#935)
* Adding missing images to gui module docs
2020-10-29 13:18:46 +01:00
Wojtek Cichoń
72198cdcfb [EGD 4142] Creating i18n article (#902)
* Added first draft of i18n article
2020-10-27 12:46:06 +01:00
Radoslaw Wicik
2276ceed67 [EGD-3743] Update copyrights in fies 2020-10-20 12:55:10 +02:00
Roman Kubiak
442c15b6a3 added screenshots 2020-10-15 15:51:41 +02:00
Radoslaw Wicik
d9f8fe1170 [EGD-4022] Update Docker image 2020-10-13 12:43:22 +02:00
Wojtek Cichoń
18422ef0cf Added links, corrected small typos, etc. (#809)
Fixed links, added new README draft, etc.
2020-10-09 13:23:07 +02:00
Adam Dobrowolski
2ffd83eee2 Doc updated for UI and removed some doc for bluetooth
* removed taglib doc build, main readme shown by default on start
* made better diagrams for UI shown in doxygen
* removed old docs for bluetooth
2020-10-09 12:13:32 +02:00
Wojtek Cichoń
38dc460b6e [EGD-3739] Rewriting boot and update article (#790)
Rewriting boot and update article
2020-10-08 15:06:03 +02:00
Wojtek Cichoń
a28cff5426 [EGD-3991] Rewrite clean phone update (#791)
Rewrote the article, moved it to Confluence and removed it from GitHub
2020-10-08 14:59:03 +02:00
Wojtek Cichoń
443c661e30 Rewriting key bindings on Linux article (#780) 2020-10-08 14:05:06 +02:00
Wojtek Cichoń
5659df7d7f [EGD-3735] Running MuditaOS on Mudita Pure article rewrite (#770)
Running on phone article rewritten
2020-10-08 14:00:46 +02:00
Wojtek Cichoń
39a1af51eb [EDG-3982] Removed unnecessary files, some of the moved to Confluence (#786)
Removed unnecessary files, some of the moved to Confluence
2020-10-08 13:44:48 +02:00
Wojtek Cichoń
8089596d1e [EGD-3734] Rewriting release.md (#792)
Release.md small fixes
2020-10-08 13:38:10 +02:00
Wojtek Cichoń
4908919c09 [EGD-3840] All quickstarts in one document - rewritten and polished. (#754)
All quickstarts in one document - rewritten and polished
2020-10-07 13:40:59 +02:00
SP2FET
6121e00070 [EGD-3866] CLion config doc fix 2020-10-01 19:39:01 +02:00
Wojtek Cichoń
4ef07c8035 Egd 3728 New drafts of README.md, doc/README.md and Configuring IDE article rewritten (#705)
New README.md structure, Configuring IDE rewrite.
2020-09-30 10:14:18 +02:00
Radoslaw Wicik
1a919db2ed [EGD-2974] Support for temporary contacts as a group 2020-09-15 15:04:10 +02:00
Wojtek Cichoń
b4963338c3 Changes to Development workflow article and a brand new How to contribute to MuditaOS article (#673)
New `Development workflow`, `How to contribute`, and `How to edit changelog` articles.

Co-authored-by: Wojtek Cichoń <wojciech.cichon@mudita.com>
Co-authored-by: Łukasz Anwajler <lukasz@anwajler.com>
2020-09-11 13:43:38 +02:00
rkubiak01
4f362a3908 EGD-3567
documentation for flashing a clean phone without a bootloader
2020-09-04 12:06:13 +02:00
alek
b66c42edcc [EGD-3594] update of development workflow 2020-09-03 13:50:21 +02:00
jimmorrisson
472991c62a [EGD-3337] Create settings database table to be vertical not horizontal. 2020-09-02 10:03:31 +02:00
Marcin Smoczyński
2fe58ef663 [EGD-3539] doc: update development process
Updated development process description to reflect recent arrangments
within the team. The discussion was mostly on how many commits should be
included in a single PR but eventually it led to a general review of a
development process.

Removed outdated diagram.
2020-08-27 15:56:36 +02:00
Tomas Rogala
78904a6b5d [EGD-3307] Review changes 2020-08-13 21:07:42 +02:00
Mateusz Grzywacz
3a3c3e87ec [EGD-3449] torch - keys on Linux 2020-08-04 12:24:59 +02:00
Radoslaw Wicik
ee685049ae [EGD-3386] Add contact flags to DB 2020-07-24 11:26:29 +02:00
Roman Kubiak
379b8a75a3 added info about new ecoboot 2020-07-13 11:06:57 +02:00
Roman Kubiak
e427037f33 Added gparted screens 2020-07-13 11:06:57 +02:00