summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-12-04Update Symbols.hZephyrLabs
change symbol to correct vale
2020-12-03Update Paddle.cppZephyrLabs
bugfix: add missing class
2020-12-03Update Paddle.hZephyrLabs
bugfix: add missing class
2020-12-03Update DisplayApp.cppZephyrLabs
fixed file typo
2020-12-03Update DisplayApp.cppZephyrLabs
added Paddle header and paddle app screen
2020-12-03Update Apps.hZephyrLabs
added Paddle app
2020-12-03Update Paddle.cppZephyrLabs
create Paddle.cpp
2020-12-03Update Paddle.hZephyrLabs
created Paddle.h
2020-12-03Update jetbrains_mono_bold_20.cZephyrLabs
added paddle symbol in font
2020-12-03Update Readme.mdZephyrLabs
added range of paddle symbol
2020-12-03Update Symbols.hZephyrLabs
added paddle symbol
2020-12-03Update ApplicationList.cppZephyrLabs
added paddle app
2020-12-03Addition of new files in MakeListZephyrLabs
added Paddle.cpp and Paddle.h
2020-12-01Merge pull request #139 from pfeerick/rename-dockerfilesJF002
Rename dockerfile folders to correct architectures
2020-12-01Merge pull request #136 from okaestne/include-cleanupJF002
Includes cleanup
2020-12-01Merge pull request #128 from AirHamster/cyrillic-fontJF002
Add Cyrillic symbols into jetbrains font
2020-12-01Merge pull request #124 from IoTPanic/patch-waketime-iotpanicJF002
Reduced interval where the display shows the previous time on wake
2020-11-20Merge branch 'develop' of https://github.com/JF002/Pinetime into developJF
2020-11-20Add new Getting started doc.JF
2020-11-20Rename dockerfile folders to correct architecturesPeter Feerick
2020-11-19Jeez this is what I get for rushing 😬Samuel Archibald
2020-11-19Whoops! Don't look at this XDSamuel Archibald
2020-11-19Readability and fixSamuel Archibald
2020-11-19Merge pull request #125 from IoTPanic/patch-menubattery-iotpanicJF002
Fixed battery percentage readout in the menu display
2020-11-18Merge pull request #49 from incyi/patch-1JF002
Update README.md
2020-11-18Update README.mdincyi
2020-11-18Fixes #119! Improved based off suggested changesSamuel Archibald
2020-11-17Delete Tab.cpp and Tab.hokaestne
as discussed with JF
2020-11-17Merge pull request #120 from ryanplusplus/transfert-typoJF002
Fixed typo (Transfert -> Transfer)
2020-11-17Merge pull request #131 from pfeerick/doc-fixJF002
Fix companion app documentation links broken during #68
2020-11-17Merge pull request #134 from miguemoya/fix-gh-actions-deprecationJF002
Fix error install Cmake main.yml
2020-11-17Merge pull request #135 from ryanplusplus/flash-correct-file-with-jlinkJF002
Flash the correct file when running FLASH_pinetime-app with JLink
2020-11-16Fix for comments on issue #125, bounds check removedSamuel Archibald
2020-11-16fix TWI includesokaestne
2020-11-16Include cleanup: displayapp + screensokaestne
2020-11-16Include cleanup: componentsokaestne
2020-11-15Include cleanup: driversokaestne
2020-11-15Flash the correct file when running FLASH_pinetime-app with JLinkRyan Hartlage
2020-11-14Update main.ymlMiguel Ángel Ordóñez Moya
When installing Cmake you get Error: The add-path command is deprecated and will be disabled on November 16th... And the file pinetime-mcuboot-app-dfu.zip was being generated as pinetime-mcuboot-app-dfu.zip.zip
2020-11-09Fix companion app documentation links broken during #68Peter Feerick
2020-11-08Increase timeout of DFU characteristic discovery to fix failed attempts to ↵JF
OTA with dfu.py.
2020-11-07fonts: readme: add cyrillic symbols UTF-8 rangeIlia Zarubin
2020-11-07fonts: add cyrillic symbols in mono bold fontIlia Zarubin
Just converted jetbrains and awesome fonts with additional cyrillic symbols.
2020-11-03Fix to #119Samuel Archibald
2020-11-03This is the actual fix, reducing the time between LCD is turned back on and ↵Samuel Archibald
the next task which will display the time is started.
2020-11-03Fixed displaying last displayed time for ~100ms on wakeSamuel Archibald
2020-11-01Fixed typo (Transfert -> Transfer)Ryan Hartlage
2020-10-30Merge pull request #118 from JF002/improve-ble-connectionJF002
Improve ble connection
2020-10-29Refactoring of BLE service discovery : it is now implemented into the ↵JF
classes of the services.
2020-10-28Reset BLE services on disconnect, do not start advertising if a connection ↵JF
is already established.