summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-01-27update font with icons for music, call and qrpetter3-396/+498
2021-01-24Revert invalid changes in Navigation.h and add missing changes in ↵Jean-François Milants2-3/+8
Notifications.h.
2021-01-24Handle call notification the same way than other notifications.Jean-François Milants13-90/+198
Display the call notifications in the Notification app, with buttons to accept/reject the call.
2021-01-21change Notification Event base UUIDpetter2-14/+14
2021-01-21change Notification Event UUIDpetter2-6/+8
2021-01-21Add incoming call functionalityRasmus Schenstrom10-18/+118
Add categories to AlertNotification Add new alert notification screens bases Add Incoming Call Add Modal Add event to AlertNotification Co-authored-by: Robin Karlsson <robin.karlsson@protonmail.com>
2021-01-20Merge pull request #173 from michaelPotter/patch-1JF0021-3/+3
Fix config file discrepancy
2021-01-20Merge pull request #168 from Panky-codes/fix-erratic-batteryJF0025-12/+49
Fix erratic battery
2021-01-20Merge branch 'piggz-nav' into developJean-François Milants280-384/+10934
2021-01-20Merge branch piggz/nav into develop:Jean-François Milants280-384/+10934
- fix conflict - add a icon for the navigation app.
2021-01-20Merge pull request #169 from JF002/heartRateSensorJF00229-23/+986
Heart rate sensor
2021-01-20Merge pull request #171 from JF002/fix-lvgl-animationJF0023-5/+56
Fix bug in animation management for lv_label
2021-01-20Merge pull request #174 from JF002/fixMusicServiceUUIDJF0023-41/+100
Fix music service UUID
2021-01-19Music UUID must start with 00000000 instead of 00010000 (copy/paste error)Jean-François Milants1-1/+1
2021-01-19Adapt the UUID of Music service according to new guidelines.Jean-François Milants2-41/+77
2021-01-19Add guideline to chose the UUID of custom BLE services in docs.Jean-François Milants1-0/+23
2021-01-19Fix config file discrepancyMichael Potter1-3/+3
Fixes a discrepancy with config file naming. The config files it tells you to create end in ocd, but the example flash command uses a filename ending in cfg
2021-01-17Fix bug in animation management for lv_labelJean-François Milants3-5/+56
2021-01-17Add heart rate BLE service.Jean-François Milants9-7/+152
2021-01-17Add License/copyright info in HR related files.Jean-François Milants4-2/+30
2021-01-17Added more descriptive comments in doxygen format.panky-codes1-9/+15
2021-01-17HR Sensor : Add start/stop button to the HeartRate app (the HR sensors stays ↵Jean-François Milants12-35/+98
ON when the app is closed), display the HR value on the Clock app.
2021-01-16Changed float to int in battery controller file.panky-codes1-2/+2
2021-01-16Changed std accumulate to use int instead of a float.panky-codes1-1/+1
2021-01-16Converted all the other float usage to int.panky-codes4-8/+8
2021-01-16Converted percent remaining calc to int.panky-codes3-8/+7
2021-01-16Adjusted the firmware to display percent instead of gfx.panky-codes1-1/+2
2021-01-14Adapted the accumulate function to return float.panky-codes1-1/+2
2021-01-14Implemented a circular buffer and added an average alg for batter remaining ↵panky-codes2-3/+33
percentage.
2021-01-13Merge pull request #160 from petterhs/fixMusicUUIDTypoJF0021-1/+1
fix MusicService UUID typo in comment
2021-01-13Merge pull request #150 from Nuxij/gitpod-configJF0022-0/+57
Custom Dockerfile for gitpod.io
2021-01-10HR Sensor : do not go to sleep when the HR app is running.Jean-François Milants4-3/+28
2021-01-10First implementation of the HR sensor using 100% foss code (ported from waspos)Jean-François Milants23-12/+714
2021-01-08fix MusicService UUID typo in commentpetter1-1/+1
2021-01-05Use root for package installationJoe Eaves1-3/+4
And forget the chown. sudo can be used if the dependencies ever need to be updated "live"
2021-01-05Custom Dockerfile for gitpod.ioJoe Eaves2-0/+56
Little configuration to give https://gitpod.io users an environment with the SDKs pre-installed
2021-01-04Set version to 0.10.0.Jean-François Milants1-1/+1
2021-01-03Merge pull request #154 from jedmijares/twos-gameJF0026-2/+311
Adds 2048 clone game
2021-01-02Rename Pinetime in InfiniTime in sysinfo app.Jean-François Milants1-1/+1
2021-01-02adds 2048 clone gameJed6-2/+311
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
2021-01-02Merge pull request #151 from nobodywasishere/copying-conditionJF0022-2/+9
Add source code license and link to github to system app
2020-12-28Add source code license and link to github to system appMichael2-2/+9
2020-12-23Merge pull request #149 from Nuxij/unified-dockerfileJF0028-129/+183
Unify the Dockerfiles by fleshing out build.sh
2020-12-22Improve the post_build again, again?Joe Eaves1-7/+10
2020-12-22Make the post_build output a little cleanerJoe Eaves1-6/+7
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)