aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpickerKieran Cawthray2021-08-1519-281/+281
|\
| * Adjust inner padding in applistRiku Isokoski2021-08-151-1/+1
| |
| * Clean up using variablesRiku Isokoski2021-08-151-10/+16
| |
| * Adjust previously missed scrollbar and firmware validation buttonsRiku Isokoski2021-08-152-11/+11
| |
| * Ui updateRiku Isokoski2021-08-159-107/+99
| |
| * Merge branch 'call-improvements' of https://github.com/Riksu9000/InfiniTime ↵Jean-François Milants2021-08-148-68/+85
| |\ | | | | | | | | | | | | | | | | | | into Riksu9000-call-improvements # Conflicts: # src/displayapp/screens/Metronome.cpp
| | * Remove leftoverRiku Isokoski2021-08-011-5/+0
| | |
| | * FixesRiku Isokoski2021-08-013-12/+21
| | |
| | * ImprovementsRiku Isokoski2021-08-018-131/+70
| | |
| | * Merge branch 'develop' into HEADRiku Isokoski2021-08-01114-1667/+4922
| | |\
| | * | NotificationItem now also redefines the start of the timeoutFlorian Kraupa2021-05-162-8/+16
| | | |
| | * | cleaned up the code and reduced the size of the diff by removing things like ↵Florian Kraupa2021-05-166-19/+14
| | | | | | | | | | | | | | | | additional whitespaces
| | * | only activate the timeout on call notification previews after they have been ↵Florian Kraupa2021-05-163-14/+31
| | | | | | | | | | | | | | | | interacted with
| | * | implemented continuous vibration pattern for incoming callsFlorian Kraupa2021-05-167-24/+78
| | | |
| * | | Improve metronomeRiku Isokoski2021-08-143-99/+69
| | | |
| * | | Set pin before loopRiku Isokoski2021-08-141-0/+1
| | | |
| * | | Better pin configurationRiku Isokoski2021-08-141-1/+6
| | | |
| * | | Try to fix bootloopRiku Isokoski2021-08-141-0/+9
| | | |
* | | | Fix potential edge case of sidebar being set blackKieran Cawthray2021-08-151-1/+1
| | | |
* | | | More tidying following reviewKieran Cawthray2021-08-151-85/+88
| | | |
* | | | Avoid setting the sidebar blackKieran Cawthray2021-08-151-0/+4
| | | |
* | | | Remove duplicate code, minor fixesKieran Cawthray2021-08-151-33/+19
| | | |
* | | | Add check for randomise button in case colors clashKieran Cawthray2021-08-151-0/+5
| | | |
* | | | Add randomise button to color pickerKieran Cawthray2021-08-152-0/+22
| | | |
* | | | TidyingKieran Cawthray2021-08-121-1/+0
| | | |
* | | | Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpickerKieran Cawthray2021-08-1212-210/+80
|\| | |
| * | | 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.
* | | | | | | Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpickerKieran Cawthray2021-07-2828-196/+260
|\| | | | | |
| * | | | | | 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).
| * | | | | | 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 '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
| | | |/ / / / | | |/| | | |