aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens
Commit message (Expand)AuthorAgeFilesLines
...
* | | add mute button and functionality for call notification + new button iconspetter2021-01-272-5/+31
* | | update font with icons for music, call and qrpetter2021-01-271-0/+10
* | | Revert invalid changes in Navigation.h and add missing changes in Notificatio...Jean-François Milants2021-01-242-3/+8
* | | Handle call notification the same way than other notifications.Jean-François Milants2021-01-245-38/+144
* | | Add incoming call functionalityRasmus Schenstrom2021-01-212-12/+49
| |/ |/|
* | Merge pull request #168 from Panky-codes/fix-erratic-batteryJF0022021-01-203-7/+7
|\ \
| * | Converted all the other float usage to int.panky-codes2021-01-163-7/+7
| * | Converted percent remaining calc to int.panky-codes2021-01-161-2/+1
| * | Adjusted the firmware to display percent instead of gfx.panky-codes2021-01-161-1/+2
| |/
* | Merge branch piggz/nav into develop:Jean-François Milants2021-01-204-1/+360
* | HR Sensor : Add start/stop button to the HeartRate app (the HR sensors stays ...Jean-François Milants2021-01-174-17/+72
* | First implementation of the HR sensor using 100% foss code (ported from waspos)Jean-François Milants2021-01-103-1/+115
|/
* Merge pull request #154 from jedmijares/twos-gameJF0022021-01-033-1/+306
|\
| * adds 2048 clone gameJed2021-01-023-1/+306
* | Rename Pinetime in InfiniTime in sysinfo app.Jean-François Milants2021-01-021-1/+1
* | Add source code license and link to github to system appMichael2020-12-282-2/+9
|/
* Update Paddle.cppZephyrLabs2020-12-201-1/+0
* Update Paddle.cppZephyrLabs2020-12-201-16/+13
* Update Paddle.hZephyrLabs2020-12-201-4/+4
* Update Paddle.cppZephyrLabs2020-12-201-1/+1
* Update Paddle.cppZephyrLabs2020-12-081-21/+115
* Update Paddle.hZephyrLabs2020-12-081-105/+10
* Update Symbols.hZephyrLabs2020-12-041-1/+1
* Update Paddle.cppZephyrLabs2020-12-031-2/+1
* Update Paddle.hZephyrLabs2020-12-031-2/+6
* Update Paddle.cppZephyrLabs2020-12-031-0/+1
* Update Paddle.hZephyrLabs2020-12-031-0/+1
* Update Symbols.hZephyrLabs2020-12-031-0/+1
* Update ApplicationList.cppZephyrLabs2020-12-031-0/+1
* Addition of new files in MakeListZephyrLabs2020-12-034-2/+245
* Merge pull request #136 from okaestne/include-cleanupJF0022020-12-0135-225/+111
|\
| * Delete Tab.cpp and Tab.hokaestne2020-11-172-89/+0
| * Include cleanup: displayapp + screensokaestne2020-11-1635-150/+125
* | 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
|/
* Fix conflictsJF2020-10-2717-194/+424
|\
| * Merge pull request #93 from robertecurtin/masterJF0022020-10-181-1/+1
| |\
| | * 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.cppRafa Couto2020-10-121-1/+1
| * | | 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 f...Avamander2020-10-151-0/+11
| * | | Refactored and improved the Music watchappAvamander2020-10-152-122/+324
| |/ /
| * | Reformatted InfiniPaint againAvamander2020-10-092-19/+23
| * | Minor formatting, diagnostic and documentation changesAvamander2020-10-092-9/+21
| |/