aboutsummaryrefslogtreecommitdiffstats
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-2745-312/+480
| | |\|
| | * | 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 'hassless-improve-battery-percentage-to-battery-icon-mapping' ↵Jean-François Milants2021-08-101-4/+4
| |\ \ \ \ | | | | | | | | | | | | | | | | | | into develop
| | * | | | 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-1861-467/+947
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | 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-2532-178/+270
|\| | | | |
| * | | | | Fix compile warningsJonathan Vander Mey2021-07-252-0/+3
| | | | | |
| * | | | | Fix slow scrollRiku Isokoski2021-07-252-4/+1
| | | | | |
| * | | | | Correct spelling issue in documentation (#509)Grant2021-07-257-9/+9
| | | | | | | | | | | | | | | | | | * Correct spelling issue
| * | | | | 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
| | | | | |
| * | | | | Update documentation (#467)Riku Isokoski2021-07-252-29/+46
| | | | | | | | | | | | | | | | | | | | | | | | * Fix and update documentation * Add newlines
| * | | | | 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
| * | | | | Add PineTimeStyle in the list of watchface in README.mdJean-François Milants2021-07-241-1/+2
| | | | | |
* | | | | | Merge branch 'develop' into new_touch_handlerRiku Isokoski2021-07-244-5/+31
|\| | | | |
| * | | | | Merge branch 'develop' of github.com:JF002/Pinetime into developJean-François Milants2021-07-243-4/+30
| |\ \ \ \ \
| | * | | | | Made the pre-commit hook fail explicitly when the executable doesn't existAvamander2021-07-241-0/+6
| | | | | | |
| | * | | | | Added autodetection for clang-format versionAvamander2021-07-241-4/+10
| | | | | | |
| | * | | | | Added a pre-commit hook that should simplify commiting pre-formatted codeAvamander2021-07-242-0/+18
| | | | | | |
| | * | | | | minor changes regarding building (#356)Alexandros Feuerstein2021-07-241-4/+0
| | | | | | | | | | | | | | | | | | | | | * don't enforce any flashing through debug ports
| * | | | | | Merge branch 'Riksu9000-fix_touchevent_tap' into developJean-François Milants2021-07-244-40/+33
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | 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-14111-1357/+4306
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | |
| | * | | | | 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-236-17/+48
|\| | | | |
| * | | | | Set version to 1.3.0Jean-François Milants2021-07-231-1/+1
| | | | | |
| * | | | | 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
| | | | | |