Update main.cpp
Anton Fosselius
2020-10-23 11:25:46 +02:00
5983e33b8dNotifications : Replace the label "notificationNr/notificationNb" by a grey border on the bottom that is displayed when there are other notifications to available.
JF
2020-10-22 15:39:20 +02:00
07b6812f61Notifications : Fix copy when the messages is spread across multiple os_mbuf.
JF
2020-10-22 10:43:42 +02:00
440ae412b9Increase max size of notification message to 100 char. Fix bug in message handling that would ignore the last character of the notification.
JF
2020-10-21 17:31:56 +02:00
Merge pull request #106 from Gottox/fix-build-on-linux
JF002
2020-10-20 22:48:37 +02:00
ef5670c7e0Integrate new notification UI with notifications coming from BLE
JF
2020-10-20 20:57:39 +02:00
8842259c7cfix build on linux
Enno Boland
2020-10-20 09:14:16 +02:00
55427d83b8[WIP] Add new notification UI that use HW scrolling effects. Both notification apps are available in the menu, we can compare them.
JF
2020-10-19 21:46:41 +02:00
Merge pull request #64 from Rajssss/develop
JF002
2020-09-27 12:26:56 +02:00
08af5327bcUpdate buildAndProgram : Use latest ARM-GCC toolcahain to build.
Rajesh Kumbhakar
2020-09-23 20:01:17 +05:30
3e612e79baSet version to 0.8.2
JF
2020-09-20 14:41:21 +02:00
0a1bebf1b7Update links to Gadgetbridge, now that the support for Pinetime-JF/InfiniTime has been merge into the master branch.
JF
2020-09-20 14:40:31 +02:00
feac7b1b9fUpdated boot graphic with a blue pinecone (Pine64 logo).
JF
2020-09-20 14:31:56 +02:00
6f92356873Call SpiNorFlash::WakeUp() during initialization to ensure that the chip is not is sleep mode.
JF
2020-09-20 14:31:26 +02:00
d757344f1bDocker post build : generate post build script with versions from the CMake project.
JF
2020-09-08 22:15:10 +02:00
4e8e52bf6eFix constness and set version to 0.8.1.
JF
2020-09-02 21:36:13 +02:00
1aa5b0a440Fix firmware version reported by Device Information Service on BLE. It was previously hard-coded, it is now set by CMake accoridng to the project version.
JF
2020-09-02 21:31:31 +02:00
7d3af600bdAdd TouchModes : in Gestures mode, only 1 event is processed for each touchevent. This allows to recognize gesture and handle them in Screens or in DisplayApp. In Polling mode, X/Y positions are sent continuously to lvgl, allowing to scroll inside a dropdown menu for example.
JF
2020-08-20 21:09:45 +02:00
e6a1aff6ceDocker build : split build.sh into 2 scripts : build.sh that always exists and post_build.sh that is generated by cmake build.sh
JF
2020-08-20 09:38:10 +02:00
acbe9176f0Add link to the documentation about docker in the main README.md file.
JF
2020-08-19 22:04:48 +02:00
f197a3fe88All output files (bin, hex, image, dfu) contain the version of the project in their filename. Update Docker build script accordingly. Also fix permission issue with docker build (all files belonged to root).
JF
2020-08-19 21:52:46 +02:00
38418931f1Merge branch 'dockerfile' of JF/PineTime into develop
JF
2020-08-19 16:05:53 +02:00
9906a708c9Merge branch 'removeWarnings' of JF/PineTime into develop
JF
2020-08-19 16:04:05 +02:00
58811d76cfAdd doc about Docker image.
JF
2020-08-19 16:01:01 +02:00
5ed7fbe126Add docker file create docker image that builds the project on amd64 and arm64 arch.
JF
2020-08-19 12:22:48 +02:00
1e1bb1c6b7Build lvgl, nimble and nrf sdk as static libs. This allows to specify custom build param and to remove warnings from these libs. This also speeds up the build of the whole project as those libs are now built once for the 3 targets.
JF
2020-08-17 16:48:12 +02:00
83f6d7d81bFix most of the warnings. Remaining warnings come from nimble source code.
JF
2020-08-17 16:31:00 +02:00
18686ac2cbMerge branch 'manualValidation' of JF/PineTime into develop
JF
2020-08-17 15:19:46 +02:00