aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix longpress gestureRiku Isokoski2021-08-112-5/+6
|
* Remove leftoverRiku Isokoski2021-08-101-1/+0
|
* Make diff smaller and revert some changes in DisplayAppRiku Isokoski2021-08-103-57/+62
|
* Rework TouchHandler into not a taskRiku Isokoski2021-08-106-68/+47
|
* Revert "Merge branch 'unblock_i2c' into develop"Riku Isokoski2021-08-101-15/+0
| | | | | This reverts commit 275a84b3238874d213271f4287e6c1c5bfcb4353, reversing changes made to 9fb37550886f09f6510e99a5b452262c53c3987c.
* Merge branch 'develop' into new_touch_handlerRiku Isokoski2021-08-1015-226/+106
|\
| * Merge branch 'unblock_i2c' into developRiku Isokoski2021-08-101-0/+15
| |\
| | * Set pin before loopRiku Isokoski2021-08-091-0/+1
| | |
| | * Better pin configurationRiku Isokoski2021-08-091-1/+6
| | |
| | * Try to fix bootloopRiku Isokoski2021-08-091-0/+9
| | |
| * | Merge pull request #483 from Riksu9000/fix_adcJF0022021-08-102-57/+16
| |\ \ | | | | | | | | Fix misconfigured ADC and remove now unnecessary filtering
| | * | Remove floating point calculationRiku Isokoski2021-08-011-2/+2
| | | |
| | * | Increase ADC precisionRiku Isokoski2021-07-271-4/+4
| | | |
| | * | Merge branch 'develop' into fix_adcRiku Isokoski2021-07-2733-268/+392
| | |\|
| | * | Merge branch 'develop' into fix_adcRiku Isokoski2021-07-1324-102/+78
| | |\ \
| | * | | Fix misconfigured ADC and remove now unnecessary filteringRiku Isokoski2021-07-122-48/+4
| | | | |
| * | | | Merge branch 'improve-battery-percentage-to-battery-icon-mapping' of ↵Jean-François Milants2021-08-101-4/+4
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/hassless/InfiniTime into hassless-improve-battery-percentage-to-battery-icon-mapping # Conflicts: # src/displayapp/screens/BatteryIcon.cpp
| | * \ \ \ Merge branch 'JF002:develop' into ↵hassless2021-06-1851-413/+681
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | improve-battery-percentage-to-battery-icon-mapping
| | * | | | | Update BatteryIcon.cpphassless2021-06-091-4/+4
| | | | | | | | | | | | | | | | | | | | | Improvement to the mapping of battery percentage to the battery icon to be displayed.
| * | | | | | Code cleaning in Clock, WatchFaceAnalog, WatchFaceDigital and PineTimeStyle, ↵Jean-François Milants2021-08-109-156/+60
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | inspired by PR #232 by nscooling.
| * | | | | Tile event handler : read the event data only if the event is a "value ↵Jean-François Milants2021-07-252-9/+11
| | | | | | | | | | | | | | | | | | | | | | | | changed event". LVGL sends many other event and some of them do not set the event data (global static variable) to a valid address, which may cause an invalid read. I noticed that when porting this class on RISC-V platform (BL602).
* | | | | | Merge branch 'develop' into new_touch_handlerRiku Isokoski2021-07-2523-139/+213
|\| | | | |
| * | | | | Fix compile warningsJonathan Vander Mey2021-07-252-0/+3
| | | | | |
| * | | | | Fix slow scrollRiku Isokoski2021-07-252-4/+1
| | | | | |
| * | | | | Fix cases where Get() isn't usedRiku Isokoski2021-07-251-2/+6
| | | | | |
| * | | | | Add new unique icons for some appsRiku Isokoski2021-07-257-49/+79
| | | | | |
| * | | | | Add task state info to SystemInfoRiku Isokoski2021-07-251-10/+32
| | | | | |
| * | | | | Code cleanup (#466)Riku Isokoski2021-07-2510-66/+42
| | | | | | | | | | | | | | | | | | | | | | | | * Code cleanup * Remove override again
| * | | | | Dim screen before sleep (#464)Riku Isokoski2021-07-244-17/+54
| | | | | | | | | | | | | | | | | | * Implement dimming
* | | | | | Merge branch 'develop' into new_touch_handlerRiku Isokoski2021-07-241-1/+1
|\| | | | |
| * | | | | Merge branch 'fix_touchevent_tap' of git://github.com/Riksu9000/InfiniTime ↵Jean-François Milants2021-07-244-40/+33
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into Riksu9000-fix_touchevent_tap # Conflicts: # src/displayapp/DisplayApp.cpp
| | * \ \ \ \ Merge branch 'develop' into fix_touchevent_tapRiku Isokoski2021-07-1496-1298/+4004
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | |
| | * | | | | Fix another regressionRiku Isokoski2021-06-111-1/+1
| | | | | | |
| | * | | | | Fix regressionRiku Isokoski2021-06-111-1/+3
| | | | | | |
| | * | | | | Fix touchevent tapRiku Isokoski2021-06-113-15/+7
| | | |/ / / | | |/| | |
* | | | | | Merge branch 'develop' into new_touch_handlerRiku Isokoski2021-07-235-16/+47
|\| | | | |
| * | | | | Make firmware updating more foolproof (#469)Riku Isokoski2021-07-225-17/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Make firmware updating more foolproof and fix bugs * No need to manually handle overflow * Make startTime TickType_t * Don't process TouchEvents::None * Fix sleep getting re-enabled issue more directly
* | | | | | Restore Tile.cpp changesRiku Isokoski2021-07-192-4/+6
| | | | | |
* | | | | | UpdateRiku Isokoski2021-07-184-25/+27
| | | | | |
* | | | | | Fix remaining known issuesRiku Isokoski2021-07-164-10/+17
| | | | | |
* | | | | | Fix gesturesRiku Isokoski2021-07-164-20/+13
| | | | | |
* | | | | | Fix touch wakeup and code cleanupRiku Isokoski2021-07-167-53/+43
| | | | | |
* | | | | | Fix most issuesRiku Isokoski2021-07-1612-63/+40
| | | | | |
* | | | | | Quick fixRiku Isokoski2021-07-152-5/+3
| | | | | |
* | | | | | New touch handler, with issuesRiku Isokoski2021-07-1521-102/+230
|/ / / / /
* | | | | Multiple wakeup sources (#290)Kozova12021-07-144-49/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Allow multiple wakeup modes at the same time. This commit adds multiple wakeup modes support. It does so by storing them as a uint8_t bitfield enum. It changes the following functions: Since multiple modes can be on now, older version would not cut it: WakeUpMode getWakeupMode() -> std::bitset<3> getWakeUpModes() Where each bit corresponds to a WakeUpMode We still need a way to check whether a specific wakeup mode is on, so: bool isWakeUpModeOn(const WakeUpMode mode) This function was changed to work correctly with the new implementation. setWakeUpMode(WakeupMode mode, bool enable) Previously, systemtask would exit SystemTask::OnTouchEvent() if the wake up mode was None or RaiseWrist, to prevent waking up when a touch was received. However, after enabling using multiple WakeUpModes, this caused a bug where when RaiseWrist was checked with SingleTap or DoubleTap, the tap detection wouldn't work. This commit fixes that bug. Next commit will update the settings WakeUpMode select UI to reflect these changes. Signed-off-by: Kozova1 <mug66kk@gmail.com> * Updated UI to reflect multiple WakeUp sources being available. Signed-off-by: Kozova1 <mug66kk@gmail.com>
* | | | | Set correct refresh times for lvgl (#488)Riku Isokoski2021-07-142-6/+7
| |/ / / |/| | |
* | | | Merge branch 'develop' of github.com:JF002/Pinetime into developJean-François Milants2021-07-132-2/+10
|\ \ \ \
| * | | | Adjust displayapp delay to compensate time spent (#482)Riku Isokoski2021-07-132-2/+10
| | | | |
* | | | | Merge branch 'lvgl_use_system_tick' of ↵Jean-François Milants2021-07-137-49/+11
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/Riksu9000/InfiniTime into Riksu9000-lvgl_use_system_tick # Conflicts: # src/displayapp/screens/BatteryInfo.cpp # src/displayapp/screens/BatteryInfo.h