summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-10-11Add python packages click and cryptography to build instructionsNeroBurner
The script `tools/mcuboot/imgtool/main.py` imports the python packages `click` and `cryptography` to create the target `pinetime-mcuboot-app`. Add it tothe build instructions, as it was not installed on my system. https://github.com/JF002/InfiniTime/blob/6f9f0e8b0e42a5526d47ca664534fb6b0ccb6ace/tools/mcuboot/imgtool/main.py#L19 https://github.com/JF002/InfiniTime/blob/6f9f0e8b0e42a5526d47ca664534fb6b0ccb6ace/tools/mcuboot/imgtool/keys/__init__.py#L19 Also add the commands to install the python requirements into a python venv virtual environment.
2021-10-10Merge branch 'Riksu9000-update_touch_driver' into developJean-François Milants
2021-10-10Merge branch 'update_touch_driver' of git://github.com/Riksu9000/InfiniTime ↵Jean-François Milants
into Riksu9000-update_touch_driver # Conflicts: # src/displayapp/Apps.h
2021-10-10Merge branch 'timaios-set-datetime-manually' into developJean-François Milants
2021-10-10Setting SetDate/SetTime : replace #defines by constexpr variables, NULL by ↵Jean-François Milants
nullptr and other small cleanings.
2021-10-10DateTimeController : remove unused methods and variables.Jean-François Milants
2021-10-10Merge with develop and fix conflicts from timaios:set-datetime-manually.Jean-François Milants
2021-10-09Remove call to `batteryController.Update();` which was replaced by ↵Jean-François Milants
`batteryController.MeasureVoltage()`.
2021-10-09Merge pull request #715 from hubmartin/gpiote-fixJF
Fix GPIOTE not calling ISR when button is held during boot
2021-10-09Merge pull request #719 from Riksu9000/improve_battery_reportingJF
Improve battery percentage calculation and reporting
2021-10-09Merge pull request #728 from hubmartin/charge-wakeJF
Add wake-up on charge event
2021-10-09Merge pull request #729 from InfiniTimeOrg/Avamander-patch-1JF
Removed the title prefix from issue template
2021-10-09Merge pull request #730 from coxtor/patch-1JF
Add configuration instructions for Ubuntu devcontainers
2021-10-09Merge pull request #522 from jonvmey/fix-nav-uuid-docsJF
Fix Navigation Service UUID docs
2021-10-09Merge pull request #524 from jonvmey/ble-uuid-c-castsJF
Remove unnecessary C-style casts with BLE UUIDs
2021-10-09Merge pull request #701 from ↵JF
maksalees/close-info-popup-with-back-button-in-alarm Alarm: Close the popup with information about the time until alarm with the back button
2021-10-09Don't measure and notify percentage on charging event.Riku Isokoski
2021-10-08Add configuration instructions for Ubuntu devcontainerscoxtor
2021-10-08Removed the title prefixAvamander
2021-10-08Call also ReloadIdleTimerhubmartin
2021-10-08Add wake on charge eventhubmartin
2021-10-08More reasonable line lengths in Apps.md and Intro.mdClemens von Molo
2021-10-06minor corrections and notice about ui guidelines in docsClemens von Molo
2021-10-06multiple improvements to code docsClemens von Molo
2021-10-05Fixed feature request template according to ↵Jean-François Milants
https://github.com/InfiniTimeOrg/InfiniTime/pull/705#issuecomment-933820293
2021-10-05advise against unecessary additional tasks in docsClemens von Molo
2021-10-05Add docs for app creation and code structureClemens von Molo
2021-10-05Merge branch 'develop' into update_touch_driverRiku Isokoski
2021-10-04Merge pull request #705 from dyamon/issue-templatesJF
Issue templates to tame the wilderness
2021-10-03Improve battery percentage calculation and reportingRiku Isokoski
While charging, percentage should only go up, and while discharging, percentage should only go down.
2021-10-03Remove old PineTimeStyle settings appKieran Cawthray
2021-10-03Initial commitKieran Cawthray
2021-10-03Merge pull request #714 from InfiniTimeOrg/Avamander-patch-1JF
Removed an unnecessary space and some punctuation
2021-10-03Code cleanuphubmartin
2021-10-03Call battery controller updatehubmartin
2021-10-03GPIOTE fix of button and power detection experimenthubmartin
2021-10-03Removed an unnecessary space and some punctuationAvamander
Closes https://github.com/InfiniTimeOrg/InfiniTime/pull/233
2021-10-03Merge pull request #623 from Riksu9000/lvgl_queuetimeoutJF
Let LVGL control queueTimeout
2021-10-03Merge pull request #638 from Riksu9000/detect_full_chargeJF
Detect full charge and improve watchface battery display
2021-10-03Merge pull request #692 from danielgjackson/fix-fs-sizeJF
Fix the size of the filesystem.
2021-10-02Merge pull request #700 from Sematre/fix-dead-linkJF
Fix dead link in README
2021-10-02Merge pull request #711 from geekbozu/BatteryReadFixJF
Remove static declaration on batteryValue preventing read attribute from updating.
2021-10-02Remove static declartion on batteryValue preventing read attribute from ↵Tim Keller
updating.
2021-09-30Add templates for bug reports and feature requestsFederico Igne
2021-09-29Fixes based on code reviewsMaxim Leshchenko
2021-09-28Alarm: Close the popup with information about the time until alarm with the ↵Maxim Leshchenko
back button Previously, pressing the back button would close the alarm app anyway. Now if you press on it and the popup with information is open, it will first close and the second press will close the application
2021-09-28Fix dead link in READMESematre
2021-09-28Set version to 1.6.0Jean-François Milants
2021-09-28Merge pull request #688 from danielgjackson/fix-advertising-18-hoursJF002
Fix advertising packets stopping after 18.2 hours
2021-09-27Fix the size of the filesystem.Daniel Jackson
Correct typo: 0x400000 - 0x0B4000 = 0x34C000.