aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp
Commit message (Collapse)AuthorAgeFilesLines
...
* Update Paddle.hZephyrLabs2020-12-201-4/+4
| | | | fix uppercase
* Update Paddle.cppZephyrLabs2020-12-201-1/+1
| | | | tranparent paddle bug fix.
* Update Paddle.cppZephyrLabs2020-12-081-21/+115
| | | | added changes from PR
* Update Paddle.hZephyrLabs2020-12-081-105/+10
| | | | add changes from PR
* Update Symbols.hZephyrLabs2020-12-041-1/+1
| | | | change symbol to correct vale
* Update Paddle.cppZephyrLabs2020-12-031-2/+1
| | | | bugfix: add missing class
* Update Paddle.hZephyrLabs2020-12-031-2/+6
| | | | bugfix: add missing class
* Update DisplayApp.cppZephyrLabs2020-12-031-1/+1
| | | | fixed file typo
* Update DisplayApp.cppZephyrLabs2020-12-031-0/+1
| | | | added Paddle header and paddle app screen
* Update Apps.hZephyrLabs2020-12-031-1/+1
| | | | added Paddle app
* Update Paddle.cppZephyrLabs2020-12-031-0/+1
| | | | create Paddle.cpp
* Update Paddle.hZephyrLabs2020-12-031-0/+1
| | | | created Paddle.h
* Update jetbrains_mono_bold_20.cZephyrLabs2020-12-031-1/+0
| | | | added paddle symbol in font
* Update Readme.mdZephyrLabs2020-12-031-0/+1
| | | | added range of paddle symbol
* Update Symbols.hZephyrLabs2020-12-031-0/+1
| | | | added paddle symbol
* Update ApplicationList.cppZephyrLabs2020-12-031-0/+1
| | | | added paddle app
* Addition of new files in MakeListZephyrLabs2020-12-038-8/+263
| | | | added Paddle.cpp and Paddle.h
* Merge pull request #136 from okaestne/include-cleanupJF0022020-12-0139-271/+155
|\ | | | | Includes cleanup
| * Delete Tab.cpp and Tab.hokaestne2020-11-172-89/+0
| | | | | | | | as discussed with JF
| * Include cleanup: displayapp + screensokaestne2020-11-1639-196/+169
| |
* | Merge pull request #128 from AirHamster/cyrillic-fontJF0022020-12-012-237/+598
|\ \ | | | | | | Add Cyrillic symbols into jetbrains font
| * | fonts: readme: add cyrillic symbols UTF-8 rangeIlia Zarubin2020-11-071-1/+1
| | |
| * | fonts: add cyrillic symbols in mono bold fontIlia Zarubin2020-11-071-236/+597
| |/ | | | | | | | | Just converted jetbrains and awesome fonts with additional cyrillic symbols.
* | Merge pull request #125 from IoTPanic/patch-menubattery-iotpanicJF0022020-11-191-4/+1
|\ \ | | | | | | Fixed battery percentage readout in the menu display
| * | Fixes #119! Improved based off suggested changesSamuel Archibald2020-11-181-2/+2
| | |
| * | Fix for comments on issue #125, bounds check removedSamuel Archibald2020-11-161-3/+1
| | |
| * | Fix to #119Samuel Archibald2020-11-021-5/+4
| |/
* / Fixed typo (Transfert -> Transfer)Ryan Hartlage2020-11-011-5/+2
|/
* Fix conflictsJF2020-10-2723-194/+692
|\
| * Merge pull request #93 from robertecurtin/masterJF0022020-10-181-1/+1
| |\ | | | | | | Fix typo in SystemInfo app.
| | * Noticed this typo when booting my PineTimeRobert Curtin2020-10-121-1/+1
| | |
| * | Merge pull request #99 from rafacouto/patch-1JF0022020-10-181-1/+1
| |\ \ | | | | | | | | Update SystemInfo.cpp - Show MAC bytes with left-zeroes
| | * | Update SystemInfo.cppRafa Couto2020-10-121-1/+1
| | | | | | | | | | | | Show MAC bytes with left-zeroes
| * | | Made sure to use right data type for a negative numberAvamander2020-10-151-1/+1
| | | |
| * | | Removed weird parentheses from constexprAvamander2020-10-151-3/+3
| | | |
| * | | Changed #define to constexpr in Music.cppAvamander2020-10-151-3/+3
| | | |
| * | | Unified MusicStatus enum constant capitalization with othersAvamander2020-10-151-7/+7
| | | |
| * | | Reordered the functions in Music.cpp correctlyAvamander2020-10-151-11/+11
| | | |
| * | | Added lv_img_set_src_arr that does better type checking when drawing images ↵Avamander2020-10-151-0/+11
| | | | | | | | | | | | | | | | from arrays
| * | | Refactored and improved the Music watchappAvamander2020-10-158-122/+592
| |/ /
| * | Reformatted InfiniPaint againAvamander2020-10-092-19/+23
| | |
| * | Minor formatting, diagnostic and documentation changesAvamander2020-10-092-9/+21
| |/
| * Merge pull request #80 from Avamander/patch-1JF0022020-10-0810-40/+40
| |\ | | | | | | Switched from NULL to nullptr
| | * Switched from NULL to nullptrAvamander2020-10-0410-40/+40
| | |
| * | Merge remote-tracking branch 'origin-origin/patch-3'Avamander2020-10-041-2/+2
| |\ \ | | | | | | | | | | | | | | | | # Conflicts: # src/systemtask/SystemTask.cpp
| | * | Minor #include improvementsAvamander2020-10-041-2/+2
| | |/
| * / Fixed a small warning with Screen's constructorAvamander2020-10-041-1/+1
| |/
* | Notifications : Replace the label "notificationNr/notificationNb" by a grey ↵JF2020-10-222-12/+17
| | | | | | | | border on the bottom that is displayed when there are other notifications to available.
* | Notifications : Fix display of notification index/number.JF2020-10-211-4/+4
| |
* | Integrate new notification UI with notifications coming from BLEJF2020-10-2011-348/+181
| |