Commit Graph

725 Commits (3214f98ac6a52716fbbd1771f06d1b2b5b500153)
 

Author SHA1 Message Date
JF002 8884a77c06
Merge pull request #106 from Gottox/fix-build-on-linux
fix build on linux
2020-10-20 22:48:37 +07:00
JF ef5670c7e0 Integrate new notification UI with notifications coming from BLE 2020-10-20 20:57:39 +07:00
Enno Boland 8842259c7c fix build on linux
This commit fixes upper/lowercase issues in directory names that cause
the build to fail on case sensitive file systems like Linux uses.
2020-10-20 09:16:30 +07:00
JF 55427d83b8 [WIP] Add new notification UI that use HW scrolling effects. Both notification apps are available in the menu, we can compare them. 2020-10-19 21:46:41 +07:00
Enno Boland e5efd0514a
Update MemoryAnalysis.md
typo fix: aray -> array
2020-10-19 21:26:13 +07:00
JF002 3c5fd5ca8b
Merge pull request #93 from robertecurtin/master
Fix typo in SystemInfo app.
2020-10-18 17:50:20 +07:00
JF002 c655ec71f0
Merge pull request #99 from rafacouto/patch-1
Update SystemInfo.cpp - Show MAC bytes with left-zeroes
2020-10-18 17:46:22 +07:00
JF 28bc434419 [WIP] New notification app that uses software scrolling effect. 2020-10-18 17:35:36 +07:00
JF002 cb2216176c
Merge pull request #96 from Avamander/patch-1
Redesigned and improved the Music watchapp
2020-10-15 21:58:27 +07:00
Avamander 4b0a852053 Made sure to use right data type for a negative number 2020-10-15 22:52:53 +07:00
Avamander 174e5ccfe4 Removed weird parentheses from constexpr 2020-10-15 22:51:43 +07:00
Avamander 128a2ea226 Changed #define to constexpr in Music.cpp 2020-10-15 22:50:28 +07:00
Avamander 6f45c0f669 Unified MusicStatus enum constant capitalization with others 2020-10-15 22:45:53 +07:00
Avamander d4531d7bf3 Reordered the functions in Music.cpp correctly 2020-10-15 22:16:08 +07:00
Avamander 82126edf88 Added lv_img_set_src_arr that does better type checking when drawing images from arrays 2020-10-15 22:16:08 +07:00
Avamander 2b9906184b Refactored and improved the Music watchapp 2020-10-15 22:16:08 +07:00
Robert Curtin 2d5ddb88a7 Noticed this typo when booting my PineTime 2020-10-12 08:45:41 +07:00
Rafa Couto efb7a973a1
Update SystemInfo.cpp
Show MAC bytes with left-zeroes
2020-10-12 05:12:31 +07:00
JF002 da73938f4d
Merge pull request #82 from Avamander/patch-6
Minor formatting, diagnostic and documentation changes
2020-10-11 17:05:01 +07:00
Avamander fd110dabe8 Reformatted InfiniPaint again 2020-10-09 11:36:16 +07:00
Avamander 1c645b776a Improved code formatting rules 2020-10-09 11:36:16 +07:00
Avamander 189c5a83b2 Made sure to unsuppress the diagnostic check after the infinite loop declaration 2020-10-09 11:36:16 +07:00
Avamander f68c7b65b3 Minor formatting, diagnostic and documentation changes 2020-10-09 11:36:16 +07:00
JF002 bb72712d37
Merge pull request #85 from arteeh/patch-2
Fix typo
2020-10-08 21:04:11 +07:00
JF002 b3ef816471
Merge pull request #83 from Avamander/patch-7
Removed an incomplete message() call from CMakeLists.txt
2020-10-08 21:03:39 +07:00
JF002 0a8d8953f7
Merge pull request #80 from Avamander/patch-1
Switched from NULL to nullptr
2020-10-08 20:58:24 +07:00
JF002 9d43eff43a
Merge pull request #81 from Avamander/patch-4
Fixed a typo in SystemTask
2020-10-08 20:56:19 +07:00
incyi aa3735f5c8
Update README.md
Branch set to develop.
2020-10-07 18:02:09 +07:00
incyi 58c0f3ba25
Update README.md 2020-10-07 18:01:01 +07:00
Maarten de Jong c4599dbf90
Fix typo
GCC output file is .out instead of .bin
2020-10-06 21:10:51 +07:00
Avamander cc3a9f3c79 Removed an incomplete message() call from CMakeLists.txt 2020-10-04 18:46:34 +07:00
Avamander aba3d65e3a Merge remote-tracking branch 'origin-origin/patch-3'
# Conflicts:
#	src/systemtask/SystemTask.cpp
2020-10-04 16:23:13 +07:00
Avamander 77f4d5448b Fixed a small warning with Screen's constructor 2020-10-04 15:14:09 +07:00
Avamander 9b7ba7b5b8 Fixed a typo in SystemTask 2020-10-04 15:13:01 +07:00
Avamander 1d96758acd Minor #include improvements 2020-10-04 15:11:21 +07:00
Avamander e85d1ffc62 Replaced NULL with nullptr 2020-10-04 15:09:17 +07:00
Avamander 13da1e38f0 Switched from NULL to nullptr 2020-10-04 14:53:11 +07:00
JF e4f0a95af8 Add coding conventions in contribute.md 2020-10-04 12:52:48 +07:00
JF002 ce44570022
Merge pull request #75 from Avamander/patch-4
Added a code style configuration to the repository
2020-10-04 12:27:29 +07:00
JF002 39954bbd3a
Merge pull request #68 from Avamander/patch-1
Rename folders to follow a consistent style
2020-10-04 12:21:22 +07:00
JF002 5adc97702c
Merge pull request #69 from Avamander/patch-3
Added the nRF52 SVD file for ease-of-use to the repository
2020-10-04 11:52:19 +07:00
Avamander 03bb433e04 Added a code style configuration to the repository 2020-10-03 18:53:00 +07:00
Avamander d5717c7ee8 Added the nRF52 SVD file for ease-of-use to the repository 2020-10-02 23:11:27 +07:00
Avamander 6c86d1d9d7 Fixed all the includes that were broken due to the renames 2020-10-02 22:16:48 +07:00
Avamander 4daab26926 Renamed displayapp/Screens to displayapp/screens 2020-10-02 21:49:55 +07:00
Avamander e3fb2f0b89 Renamed DisplayApp/ to displayapp/ 2020-10-02 21:46:41 +07:00
Avamander 30c261028e Renamed Logging/ to logging/ 2020-10-02 21:45:51 +07:00
Avamander e25c4edbcf Renamed SystemTask/ to systemtask/ 2020-10-02 21:45:21 +07:00
Avamander 40a643d203 Renamed Components/ to components/ 2020-10-02 21:44:27 +07:00
Avamander 455d8319e4 Reformatted the CMakeLists for consistency 2020-10-02 21:43:30 +07:00