Commit Graph

595 Commits (c083916f335a74b310243ea3c3ebabeac3959a9f)
 

Author SHA1 Message Date
JF002 97807edd9d
Merge pull request #193 from Avamander/patch-5
Updated CMakeLists.txt to be more consistent
2021-01-31 20:51:02 +07:00
Jean-François Milants 51ff9d5e7b Normalize all the line endings 2021-01-31 20:50:04 +07:00
JF002 ec0deb66b7
Merge pull request #192 from Avamander/patch-4
Create .gitattributes
2021-01-31 20:32:12 +07:00
JF002 79a33bce63
Merge pull request #191 from Avamander/patch-3
Create .gitconfig
2021-01-31 20:31:53 +07:00
JF002 5010255193
Merge pull request #190 from Avamander/patch-1
Create CONTRIBUTING.md
2021-01-31 20:27:22 +07:00
Jean-François Milants d2bb209d7f Remove BLE debug code 2021-01-31 19:51:36 +07:00
Avamander a9e79468d0 Re-enabled use-after-move warning 2021-01-31 00:05:23 +07:00
Avamander 187fe5d7b8 Enabled clang-format in Clion 2021-01-31 00:01:22 +07:00
Avamander 10767d5e0a Added clang-tidy configuration 2021-01-30 23:55:35 +07:00
Avamander 9be9ddca45 Improve CLion's formatting rules 2021-01-30 23:50:40 +07:00
Avamander f907fcbe61 Added Clang Format rules 2021-01-30 23:46:12 +07:00
Avamander 4371b7fecc
Update CMakeLists.txt 2021-01-30 19:11:07 +07:00
Avamander f692754841
Create .gitattributes 2021-01-30 18:52:14 +07:00
Avamander 04fd4a7d03
Create .gitconfig 2021-01-30 18:48:06 +07:00
Avamander d6557c93f2
Create CONTRIBUTING.md 2021-01-30 18:15:38 +07:00
Joaquim a456887eff LVGL v7.10.0 2021-01-28 17:13:28 +07:00
Joaquim efa99da44d LVGL V7 Upgrade 2021-01-28 17:07:28 +07:00
petter d4c31bcbbe add mute button and functionality for call notification + new button icons 2021-01-27 17:07:46 +07:00
petter 700af0b8a1 improve music UI with icons for play/pause/next/prev/ and volume 2021-01-27 13:49:56 +07:00
petter 7ea2cbff67 update font with icons for music, call and qr 2021-01-27 13:48:30 +07:00
petter 523398d24a update font with icons for music, call and qr 2021-01-27 13:42:04 +07:00
Jean-François Milants 25f35c7d0e Generate pinetime-recovery : a light version of InfiniTime design to be used as a recovery firmware : it only provides basic UI and BLE connectivity for OTA.
This new FW is build on the same codebasse than the actual InfiniTime. Only the display task is different (this allows to remove lvgl from the recovery fw, which is very heavy).

CMake builds and docker have been modified accordingly.
Note than the fw is converted into an image and then into a DFU in the cmake build (previously, it was only done in the
2021-01-26 20:31:45 +07:00
jlukanc da56ca5bfb remove vibtimer from .h to fix nonstop vibration 2021-01-25 13:03:04 +07:00
petter 3dd88339f3 create motorcontroller in main and pass by reference 2021-01-25 12:45:04 +07:00
jlukanc f27e632906 move app timer def 2021-01-25 12:44:58 +07:00
petter 169b861af1 fix build warnings in HR implementation 2021-01-25 14:53:44 +07:00
The King 8c3df5f021
Merge branch 'develop' into upstream-dev 2021-01-24 16:01:14 +07:00
Jean-François Milants 3d1881c5ab Revert invalid changes in Navigation.h and add missing changes in Notifications.h. 2021-01-24 17:27:48 +07:00
Jean-François Milants 219bafb01a Handle call notification the same way than other notifications.
Display the call notifications in the Notification app, with buttons to accept/reject the call.
2021-01-24 17:22:39 +07:00
jlukanc 51c8cadcb7 fix merge issue 2021-01-23 16:13:58 +07:00
jlukanc 4cbcc99c8d fis merge conflict? 2021-01-23 16:12:06 +07:00
JF002 80838d1e42
Merge pull request #178 from petterhs/docker
check for cmake build-success before running post-build.sh
2021-01-23 21:33:11 +07:00
JF002 0a237a7c3a
Merge pull request #175 from nscooling/fix_octal_error_in_St7789_list
changed command MemoryDataAccessControl from 036 to 0x36 in St7789 class
2021-01-23 21:24:01 +07:00
JF002 d517b1109c
Merge pull request #172 from Avamander/patch-1
Create FUNDING.yml
2021-01-23 21:21:04 +07:00
jlukanc bf7d77bd34 remove unneeded defines 2021-01-23 15:15:42 +07:00
Jean-François Milants 0a169b15f1 Upgrade feature list in main README.md file. 2021-01-23 21:05:37 +07:00
Jean-François Milants 84b509ed95 Set version to 0.11.0 2021-01-23 17:39:53 +07:00
petter a028c39ddd check for cmake build-success before running post-build.sh 2021-01-23 11:11:14 +07:00
petter 6d76dbc911 change Notification Event base UUID 2021-01-21 23:36:17 +07:00
petter 2d90571f0d change Notification Event UUID 2021-01-21 23:15:34 +07:00
Rasmus Schenstrom 10ba20876f Add incoming call functionality
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-21 23:15:29 +07:00
Niall Cooling 66a296d0f3 changed command MemoryDataAccessControl from 036 to 0x36 in St7789 class 2021-01-21 07:51:43 +07:00
JF002 7e27bc8733
Merge pull request #173 from michaelPotter/patch-1
Fix config file discrepancy
2021-01-20 20:43:42 +07:00
JF002 be48f5275a
Merge pull request #168 from Panky-codes/fix-erratic-battery
Fix erratic battery
2021-01-20 20:41:55 +07:00
Jean-François Milants 6d85139387 Merge branch 'piggz-nav' into develop 2021-01-20 21:34:21 +07:00
Jean-François Milants 522a1eb0be Merge branch piggz/nav into develop:
- fix conflict
 - add a icon for the navigation app.
2021-01-20 21:34:09 +07:00
JF002 a0f2fa8469
Merge pull request #169 from JF002/heartRateSensor
Heart rate sensor
2021-01-20 20:11:56 +07:00
JF002 35d4f6d487
Merge pull request #171 from JF002/fix-lvgl-animation
Fix bug in animation management for lv_label
2021-01-20 20:09:59 +07:00
JF002 0e679a02af
Merge pull request #174 from JF002/fixMusicServiceUUID
Fix music service UUID
2021-01-20 20:07:12 +07:00
Jean-François Milants ba03372f3b Music UUID must start with 00000000 instead of 00010000 (copy/paste error) 2021-01-19 21:38:53 +07:00