summaryrefslogtreecommitdiff
path: root/src/displayapp
AgeCommit message (Collapse)Author
2021-01-16Converted all the other float usage to int.panky-codes
2021-01-16Converted percent remaining calc to int.panky-codes
2021-01-16Adjusted the firmware to display percent instead of gfx.panky-codes
2021-01-03Merge pull request #154 from jedmijares/twos-gameJF002
Adds 2048 clone game
2021-01-02Rename Pinetime in InfiniTime in sysinfo app.Jean-François Milants
2021-01-02adds 2048 clone gameJed
styles table reads touch events allows moving tiles allows merging tiles improves tile movement allows merging tiles adds score display implements color edit comments adjust game logic disallows double merges
2020-12-28Add source code license and link to github to system appMichael
2020-12-20Update Paddle.cppZephyrLabs
blankline removal
2020-12-20Update Paddle.cppZephyrLabs
fix uppercase
2020-12-20Update Paddle.hZephyrLabs
fix uppercase
2020-12-20Update Paddle.cppZephyrLabs
tranparent paddle bug fix.
2020-12-08Update Paddle.cppZephyrLabs
added changes from PR
2020-12-08Update Paddle.hZephyrLabs
add changes from PR
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 #136 from okaestne/include-cleanupJF002
Includes cleanup
2020-12-01Merge pull request #128 from AirHamster/cyrillic-fontJF002
Add Cyrillic symbols into jetbrains font
2020-11-19Merge pull request #125 from IoTPanic/patch-menubattery-iotpanicJF002
Fixed battery percentage readout in the menu display
2020-11-18Fixes #119! Improved based off suggested changesSamuel Archibald
2020-11-17Delete Tab.cpp and Tab.hokaestne
as discussed with JF
2020-11-16Fix for comments on issue #125, bounds check removedSamuel Archibald
2020-11-16Include cleanup: displayapp + screensokaestne
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-01Fixed typo (Transfert -> Transfer)Ryan Hartlage
2020-10-27Fix conflictsJF
2020-10-22Notifications : Replace the label "notificationNr/notificationNb" by a grey ↵JF
border on the bottom that is displayed when there are other notifications to available.
2020-10-21Notifications : Fix display of notification index/number.JF
2020-10-20Integrate new notification UI with notifications coming from BLEJF
2020-10-19[WIP] Add new notification UI that use HW scrolling effects. Both ↵JF
notification apps are available in the menu, we can compare them.
2020-10-18Merge pull request #93 from robertecurtin/masterJF002
Fix typo in SystemInfo app.
2020-10-18Merge pull request #99 from rafacouto/patch-1JF002
Update SystemInfo.cpp - Show MAC bytes with left-zeroes
2020-10-18[WIP] New notification app that uses software scrolling effect.JF
2020-10-15Made sure to use right data type for a negative numberAvamander
2020-10-15Removed weird parentheses from constexprAvamander
2020-10-15Changed #define to constexpr in Music.cppAvamander
2020-10-15Unified MusicStatus enum constant capitalization with othersAvamander
2020-10-15Reordered the functions in Music.cpp correctlyAvamander