aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #154 from jedmijares/twos-gameJF0022021-01-036-2/+311
|\
| * adds 2048 clone gameJed2021-01-026-2/+311
* | 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 DisplayApp.cppZephyrLabs2020-12-031-1/+1
* Update DisplayApp.cppZephyrLabs2020-12-031-0/+1
* Update Apps.hZephyrLabs2020-12-031-1/+1
* Update Paddle.cppZephyrLabs2020-12-031-0/+1
* Update Paddle.hZephyrLabs2020-12-031-0/+1
* Update jetbrains_mono_bold_20.cZephyrLabs2020-12-031-1/+0
* Update Readme.mdZephyrLabs2020-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-039-8/+265
* Merge pull request #136 from okaestne/include-cleanupJF0022020-12-0191-421/+378
|\
| * Delete Tab.cpp and Tab.hokaestne2020-11-172-89/+0
| * fix TWI includesokaestne2020-11-161-0/+2
| * Include cleanup: displayapp + screensokaestne2020-11-1639-196/+169
| * Include cleanup: componentsokaestne2020-11-1635-116/+199
| * Include cleanup: driversokaestne2020-11-1517-34/+22
* | Merge pull request #128 from AirHamster/cyrillic-fontJF0022020-12-012-237/+598
|\ \
| * | 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
| |/
* | Merge pull request #124 from IoTPanic/patch-waketime-iotpanicJF0022020-12-011-7/+5
|\ \
| * | Jeez this is what I get for rushing 😬Samuel Archibald2020-11-191-1/+1
| * | Whoops! Don't look at this XDSamuel Archibald2020-11-191-1/+1
| * | Readability and fixSamuel Archibald2020-11-191-1/+2
| * | This is the actual fix, reducing the time between LCD is turned back on and t...Samuel Archibald2020-11-021-7/+4
| * | Fixed displaying last displayed time for ~100ms on wakeSamuel Archibald2020-11-021-4/+4
| |/
* | Merge pull request #125 from IoTPanic/patch-menubattery-iotpanicJF0022020-11-191-4/+1
|\ \
| * | 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
| |/
* | Merge pull request #120 from ryanplusplus/transfert-typoJF0022020-11-173-15/+11
|\ \
| * | Fixed typo (Transfert -> Transfer)Ryan Hartlage2020-11-013-15/+11
| |/
* / Flash the correct file when running FLASH_pinetime-app with JLinkRyan Hartlage2020-11-141-1/+1
|/
* Refactoring of BLE service discovery : it is now implemented into the classes...JF2020-10-2910-227/+254
* Reset BLE services on disconnect, do not start advertising if a connection is...JF2020-10-285-23/+54
* Fix conflictsJF2020-10-2738-398/+1204
|\
| * Merge pull request #111 from JF002/fix-twi-hangJF0022020-10-274-23/+106
| |\
| | * Handle error code when calling TwiMaster::Read().JF2020-10-272-8/+10