| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'develop' into refresh_rework | Riku Isokoski | 2021-08-10 | 12 | -215/+79 |
| |\ | |||||
| | * | Merge pull request #483 from Riksu9000/fix_adc | JF002 | 2021-08-10 | 2 | -57/+16 |
| | |\ | | | | | | | Fix misconfigured ADC and remove now unnecessary filtering | ||||
| | | * | Remove floating point calculation | Riku Isokoski | 2021-08-01 | 1 | -2/+2 |
| | | | | |||||
| | | * | Increase ADC precision | Riku Isokoski | 2021-07-27 | 1 | -4/+4 |
| | | | | |||||
| | | * | Merge branch 'develop' into fix_adc | Riku Isokoski | 2021-07-27 | 45 | -312/+480 |
| | | |\ | |||||
| | | * \ | Merge branch 'develop' into fix_adc | Riku Isokoski | 2021-07-13 | 24 | -102/+78 |
| | | |\ \ | |||||
| | | * | | | Fix misconfigured ADC and remove now unnecessary filtering | Riku Isokoski | 2021-07-12 | 2 | -48/+4 |
| | | | | | | |||||
| | * | | | | Merge branch 'hassless-improve-battery-percentage-to-battery-icon-mapping' ↵ | Jean-François Milants | 2021-08-10 | 1 | -4/+4 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | into develop | ||||
| | | * | | | | Merge branch 'improve-battery-percentage-to-battery-icon-mapping' of ↵ | Jean-François Milants | 2021-08-10 | 1 | -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 ↵ | hassless | 2021-06-18 | 61 | -467/+947 |
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | improve-battery-percentage-to-battery-icon-mapping | ||||
| | | * | | | | | Update BatteryIcon.cpp | hassless | 2021-06-09 | 1 | -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 Milants | 2021-08-10 | 9 | -156/+60 |
| | | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | inspired by PR #232 by nscooling. | ||||
| * | | | | | | Merge branch 'develop' into refresh_rework | Riku Isokoski | 2021-08-03 | 40 | -232/+340 |
| |\| | | | | | |||||
| | * | | | | | Tile event handler : read the event data only if the event is a "value ↵ | Jean-François Milants | 2021-07-25 | 2 | -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). | ||||
| | * | | | | | Fix compile warnings | Jonathan Vander Mey | 2021-07-25 | 2 | -0/+3 |
| | | | | | | | |||||
| | * | | | | | Fix slow scroll | Riku Isokoski | 2021-07-25 | 2 | -4/+1 |
| | | | | | | | |||||
| | * | | | | | Correct spelling issue in documentation (#509) | Grant | 2021-07-25 | 7 | -9/+9 |
| | | | | | | | | | | | | | | | | | | | * Correct spelling issue | ||||
| | * | | | | | Fix cases where Get() isn't used | Riku Isokoski | 2021-07-25 | 1 | -2/+6 |
| | | | | | | | |||||
| | * | | | | | Add new unique icons for some apps | Riku Isokoski | 2021-07-25 | 7 | -49/+79 |
| | | | | | | | |||||
| | * | | | | | Add task state info to SystemInfo | Riku Isokoski | 2021-07-25 | 1 | -10/+32 |
| | | | | | | | |||||
| | * | | | | | Update documentation (#467) | Riku Isokoski | 2021-07-25 | 2 | -29/+46 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * Fix and update documentation * Add newlines | ||||
| | * | | | | | Code cleanup (#466) | Riku Isokoski | 2021-07-25 | 10 | -66/+42 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * Code cleanup * Remove override again | ||||
| | * | | | | | Dim screen before sleep (#464) | Riku Isokoski | 2021-07-24 | 4 | -17/+54 |
| | | | | | | | | | | | | | | | | | | | * Implement dimming | ||||
| | * | | | | | Add PineTimeStyle in the list of watchface in README.md | Jean-François Milants | 2021-07-24 | 1 | -1/+2 |
| | | | | | | | |||||
| | * | | | | | Merge branch 'develop' of github.com:JF002/Pinetime into develop | Jean-François Milants | 2021-07-24 | 3 | -4/+30 |
| | |\ \ \ \ \ | |||||
| | | * | | | | | Made the pre-commit hook fail explicitly when the executable doesn't exist | Avamander | 2021-07-24 | 1 | -0/+6 |
| | | | | | | | | |||||
| | | * | | | | | Added autodetection for clang-format version | Avamander | 2021-07-24 | 1 | -4/+10 |
| | | | | | | | | |||||
| | | * | | | | | Added a pre-commit hook that should simplify commiting pre-formatted code | Avamander | 2021-07-24 | 2 | -0/+18 |
| | | | | | | | | |||||
| | | * | | | | | minor changes regarding building (#356) | Alexandros Feuerstein | 2021-07-24 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | | | | | | | * don't enforce any flashing through debug ports | ||||
| | * | | | | | | Merge branch 'Riksu9000-fix_touchevent_tap' into develop | Jean-François Milants | 2021-07-24 | 4 | -40/+33 |
| | |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| | | * | | | | | Merge branch 'fix_touchevent_tap' of git://github.com/Riksu9000/InfiniTime ↵ | Jean-François Milants | 2021-07-24 | 4 | -40/+33 |
| | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into Riksu9000-fix_touchevent_tap # Conflicts: # src/displayapp/DisplayApp.cpp | ||||
| | | * | | | | | Merge branch 'develop' into fix_touchevent_tap | Riku Isokoski | 2021-07-14 | 111 | -1357/+4306 |
| | | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | | | |||||
| | | * | | | | | Fix another regression | Riku Isokoski | 2021-06-11 | 1 | -1/+1 |
| | | | | | | | | |||||
| | | * | | | | | Fix regression | Riku Isokoski | 2021-06-11 | 1 | -1/+3 |
| | | | | | | | | |||||
| | | * | | | | | Fix touchevent tap | Riku Isokoski | 2021-06-11 | 3 | -15/+7 |
| | | | |/ / / | | |/| | | | |||||
| | * | | | | | Set version to 1.3.0 | Jean-François Milants | 2021-07-23 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'develop' into refresh_rework | Riku Isokoski | 2021-07-23 | 5 | -15/+47 |
| |\| | | | | | |||||
| | * | | | | | Make firmware updating more foolproof (#469) | Riku Isokoski | 2021-07-22 | 5 | -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 | ||||
| * | | | | | | Set remaining default periods to LV_DISP_DEF_REFR_PERIOD | Riku Isokoski | 2021-07-19 | 6 | -6/+6 |
| | | | | | | | |||||
| * | | | | | | Refresh rework | Riku Isokoski | 2021-07-19 | 72 | -306/+198 |
| |/ / / / / | |||||
| * | | | | | Multiple wakeup sources (#290) | Kozova1 | 2021-07-14 | 4 | -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 Isokoski | 2021-07-14 | 2 | -6/+7 |
| | |/ / / |/| | | | |||||
| * | | | | Merge branch 'develop' of github.com:JF002/Pinetime into develop | Jean-François Milants | 2021-07-13 | 2 | -2/+10 |
| |\ \ \ \ | |||||
| | * | | | | Adjust displayapp delay to compensate time spent (#482) | Riku Isokoski | 2021-07-13 | 2 | -2/+10 |
| | | | | | | |||||
| * | | | | | Merge branch 'Riksu9000-lvgl_use_system_tick' into develop | Jean-François Milants | 2021-07-13 | 7 | -49/+11 |
| |\ \ \ \ \ | |/ / / / |/| | | | | |||||
| | * | | | | Merge branch 'lvgl_use_system_tick' of ↵ | Jean-François Milants | 2021-07-13 | 7 | -49/+11 |
| |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/Riksu9000/InfiniTime into Riksu9000-lvgl_use_system_tick # Conflicts: # src/displayapp/screens/BatteryInfo.cpp # src/displayapp/screens/BatteryInfo.h | ||||
| | * | | | | LVGL use system tick | Riku Isokoski | 2021-07-07 | 7 | -51/+11 |
| | | | | | | |||||
| * | | | | | Merge branch 'notify-battery-level' into develop | Jean-François Milants | 2021-07-13 | 17 | -68/+71 |
| |\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| | * | | | | Merge branch 'develop' into notify-battery-level | Jean-François Milants | 2021-07-13 | 4 | -37/+50 |
| | |\ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | # Conflicts: # src/displayapp/screens/BatteryInfo.cpp | ||||
| * | | | | | Refactor trig functions into LUT (#476) | Jonathan Vander Mey | 2021-07-11 | 1 | -32/+44 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replaced the use of the standard library trig functions with a LUT-based implementation instead. The standard library implementations produce more accurate results but the usage here doesn't need that. This ends up saving nearly 7kB of binary size. | ||||
