summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-12-22Make TOOLS_DIR if neededJoe Eaves2-3/+8
Added some extra dir names to gitignore
2020-12-22Generate post_build.sh into CMAKE_CURRENT_BINARY_DIRJoe Eaves1-1/+1
2020-12-21Integrate improvements from #137Joe Eaves4-50/+63
Also fixed a bug with empty quoted strings
2020-12-21Unify the Dockerfiles by fleshing out build.shJoe Eaves7-133/+165
Script is written to handle it's own dependencies so it can be used within Docker or on the host system
2020-12-20Merge pull request #147 from ZephyrLabs/Paddle-appJF0029-10/+270
Paddle-app (updated)
2020-12-20Update Paddle.cppZephyrLabs1-1/+0
blankline removal
2020-12-20Update Paddle.cppZephyrLabs1-16/+13
fix uppercase
2020-12-20Update Paddle.hZephyrLabs1-4/+4
fix uppercase
2020-12-20Update Paddle.cppZephyrLabs1-1/+1
tranparent paddle bug fix.
2020-12-19Merge pull request #137 from pfeerick/dockerJF0023-29/+102
Add docker hub image, and other tweaks to docker image and documentation
2020-12-15Missed username for some Docker Hub commandsPeter Feerick1-3/+3
2020-12-13Minor changes to docker doc wordingPeter Feerick1-4/+4
2020-12-13Add Docker Hub info to docs and tweak instructionsPeter Feerick1-8/+44
2020-12-12Add cleanup and make download stages more readablePeter Feerick2-6/+18
2020-12-12Expand update block for readability and add cleanupPeter Feerick2-2/+31
2020-12-12Move user block to reduce layer change breakage + tweaksPeter Feerick2-14/+10
2020-12-12Reference specific architecturesPeter Feerick2-2/+2
2020-12-08Update Paddle.cppZephyrLabs1-21/+115
added changes from PR
2020-12-08Update Paddle.hZephyrLabs1-105/+10
add changes from PR
2020-12-04Update Symbols.hZephyrLabs1-1/+1
change symbol to correct vale
2020-12-03Update Paddle.cppZephyrLabs1-2/+1
bugfix: add missing class
2020-12-03Update Paddle.hZephyrLabs1-2/+6
bugfix: add missing class
2020-12-03Update DisplayApp.cppZephyrLabs1-1/+1
fixed file typo
2020-12-03Update DisplayApp.cppZephyrLabs1-0/+1
added Paddle header and paddle app screen
2020-12-03Update Apps.hZephyrLabs1-1/+1
added Paddle app
2020-12-03Update Paddle.cppZephyrLabs1-0/+1
create Paddle.cpp
2020-12-03Update Paddle.hZephyrLabs1-0/+1
created Paddle.h
2020-12-03Update jetbrains_mono_bold_20.cZephyrLabs1-1/+0
added paddle symbol in font
2020-12-03Update Readme.mdZephyrLabs1-0/+1
added range of paddle symbol
2020-12-03Update Symbols.hZephyrLabs1-0/+1
added paddle symbol
2020-12-03Update ApplicationList.cppZephyrLabs1-0/+1
added paddle app
2020-12-03Addition of new files in MakeListZephyrLabs9-8/+265
added Paddle.cpp and Paddle.h
2020-12-01Merge pull request #139 from pfeerick/rename-dockerfilesJF0022-0/+0
Rename dockerfile folders to correct architectures
2020-12-01Merge pull request #136 from okaestne/include-cleanupJF00291-421/+378
Includes cleanup
2020-12-01Merge pull request #128 from AirHamster/cyrillic-fontJF0022-237/+598
Add Cyrillic symbols into jetbrains font
2020-12-01Merge pull request #124 from IoTPanic/patch-waketime-iotpanicJF0022-7/+6
Reduced interval where the display shows the previous time on wake
2020-11-20Merge branch 'develop' of https://github.com/JF002/Pinetime into developJF2-4/+4
2020-11-20Add new Getting started doc.JF16-0/+104
2020-11-20Rename dockerfile folders to correct architecturesPeter Feerick2-0/+0
2020-11-19Jeez this is what I get for rushing 😬Samuel Archibald1-1/+1
2020-11-19Whoops! Don't look at this XDSamuel Archibald1-1/+1
2020-11-19Readability and fixSamuel Archibald1-1/+2
2020-11-19Merge pull request #125 from IoTPanic/patch-menubattery-iotpanicJF0021-4/+1
Fixed battery percentage readout in the menu display
2020-11-18Merge pull request #49 from incyi/patch-1JF0021-0/+3
Update README.md
2020-11-18Update README.mdincyi1-1/+1
2020-11-18Fixes #119! Improved based off suggested changesSamuel Archibald1-2/+2
2020-11-17Delete Tab.cpp and Tab.hokaestne2-89/+0
as discussed with JF
2020-11-17Merge pull request #120 from ryanplusplus/transfert-typoJF0024-23/+19
Fixed typo (Transfert -> Transfer)
2020-11-17Merge pull request #131 from pfeerick/doc-fixJF0021-3/+3
Fix companion app documentation links broken during #68
2020-11-17Merge pull request #134 from miguemoya/fix-gh-actions-deprecationJF0021-3/+3
Fix error install Cmake main.yml