| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Removes redundant words to save space | Steve Amor | 2025-10-21 | 1 | -1/+1 |
| | | |||||
| * | Show alarm controller state in status icon | Jozef Mlich | 2025-01-05 | 1 | -0/+3 |
| | | |||||
| * | WatchFaceDigital: Remove unused variables | Victor Kareh | 2024-03-20 | 1 | -4/+0 |
| | | |||||
| * | chrono: Resolve TODOs related to C++20 chrono feats | FintasticMan | 2024-03-14 | 1 | -2/+1 |
| | | |||||
| * | WatchFaceDigital: Add weather display | Victor Kareh | 2024-01-23 | 1 | -2/+10 |
| | | | | If weather is available, display the cloud icon and temperature. | ||||
| * | User applications selection using CMake | Jean-François Milants | 2023-12-23 | 1 | -1/+1 |
| | | | | | Fix include path since last rebase. | ||||
| * | Watch face selection at build time | Jean-François Milants | 2023-12-21 | 1 | -0/+21 |
| | | | | | Watch faces can now be selected at buid time. It's implemented in a similar way than the selection of user apps, using a list of watch face description that is generated at build time (consteval, constexpr) | ||||
| * | Watchfaces: Assume motionsensor is ok | Riku Isokoski | 2023-04-16 | 1 | -1/+0 |
| | | | | | The watch face shouldn't and doesn't start before the sensor is ready. | ||||
| * | WatchFaceDigital: Simplify update check | Riku Isokoski | 2023-04-02 | 1 | -6/+3 |
| | | |||||
| * | dirtyvalue: Move to src/utility | Finlay Davidson | 2023-03-27 | 1 | -10/+11 |
| | | |||||
| * | screens: Remove unused DisplayApp parameters | Riku Isokoski | 2023-02-25 | 1 | -2/+1 |
| | | |||||
| * | displayapp: Make Ble references const | Riku Isokoski | 2023-02-24 | 1 | -1/+1 |
| | | |||||
| * | displayapp: Make Battery class references const | Riku Isokoski | 2023-02-24 | 1 | -1/+1 |
| | | |||||
| * | fix typo | minacode | 2022-09-28 | 1 | -2/+2 |
| | | |||||
| * | Add status icons widget | Riku Isokoski | 2022-08-02 | 1 | -7/+2 |
| | | |||||
| * | Force full screen refresh with a rounder function | Riku Isokoski | 2022-05-08 | 1 | -1/+0 |
| | | | | | | | When the screen switches, the full screen needs to be refreshed for the hardware scrolling to work. This was enforced with backgroundLabels, but is simpler to do with a rounder function. | ||||
| * | New sharper batteryicon. Remove old unused batteryicons | Riku Isokoski | 2022-04-25 | 1 | -1/+3 |
| | | |||||
| * | Merge branch 'airplane-mode' of https://github.com/evergreen22/InfiniTime ↵ | Jean-François Milants | 2022-02-20 | 1 | -1/+2 |
| | | | | | | | | | | | | | | into evergreen22-airplane-mode Apply a few changes that were requested in the PR during the review. # Conflicts: # src/CMakeLists.txt # src/displayapp/Apps.h # src/displayapp/DisplayApp.cpp # src/displayapp/Messages.h # src/displayapp/screens/settings/Settings.cpp | ||||
| * | Merge branch 'airplane-mode' of https://github.com/evergreen22/InfiniTime ↵ | Jean-François Milants | 2022-02-20 | 1 | -3/+4 |
| |\ | | | | | | | | | | | | | | | | | | | | | into evergreen22-airplane-mode # Conflicts: # src/CMakeLists.txt # src/displayapp/Apps.h # src/displayapp/DisplayApp.cpp # src/displayapp/Messages.h # src/displayapp/screens/settings/Settings.cpp | ||||
| | * | Add airplane mode feature | James A. Jerkins | 2021-12-23 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Implements 'Airplane mode' feature to disable and enable bluetooth/ble Adds airplaneMode as a non-persisted setting Adds a setting menu for switching airplane mode on and off Displays an airplane symbol on the Digital watch face and the PineTimeStyle watch face when airplane mode is enabled Always enables bluetooth/ble on boot (disable airplane mode) Alphabetizes the settings menu options Style cleanups Closes #632 | ||||
| * | | PTS and digital watchface code cleanups | Riku Isokoski | 2022-01-20 | 1 | -1/+2 |
| |/ | |||||
| * | WatchFaceDigital: remove unused include for ScreenList.h | Reinhold Gschweicher | 2021-12-02 | 1 | -1/+0 |
| | | |||||
| * | Update includes to to be relative to src directory | Reinhold Gschweicher | 2021-11-15 | 1 | -2/+2 |
| | | | | | | | | Don't use relative imports like `../foo.h` as those depend on the relative position of both files. Rather than that use imports relative to the `src` directory, which explicitly is part of the include directories. | ||||
| * | Show plug icon while plugged in | Riku Isokoski | 2021-09-22 | 1 | -1/+1 |
| | | |||||
| * | Detect full charge and improve watchface display | Riku Isokoski | 2021-09-03 | 1 | -0/+1 |
| | | |||||
| * | Merge branch 'develop' into refresh_rework | Riku Isokoski | 2021-08-10 | 1 | -4/+1 |
| |\ | |||||
| | * | Code cleaning in Clock, WatchFaceAnalog, WatchFaceDigital and PineTimeStyle, ↵ | Jean-François Milants | 2021-08-10 | 1 | -4/+1 |
| | | | | | | | | | inspired by PR #232 by nscooling. | ||||
| * | | Refresh rework | Riku Isokoski | 2021-07-19 | 1 | -1/+3 |
| |/ | |||||
| * | Notify battery level every 10 minutes when connected to a BLE host. | Jean-François Milants | 2021-07-11 | 1 | -1/+1 |
| | | | | | Refactor battery percent : only use uint8_t to store the battery % remaining. | ||||
| * | Changed access modified indentation | Avamander | 2021-04-24 | 1 | -2/+2 |
| | | |||||
| * | Reformatted all the files according to clang-format style | Avamander | 2021-04-24 | 1 | -51/+46 |
| | | |||||
| * | Merge branch 'develop' into motion-sensor | Jean-François Milants | 2021-04-09 | 1 | -2/+2 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/CMakeLists.txt # src/displayapp/Apps.h # src/displayapp/DisplayApp.cpp # src/displayapp/DisplayApp.h # src/displayapp/lv_pinetime_theme.c # src/displayapp/screens/ApplicationList.cpp # src/drivers/TwiMaster.cpp # src/systemtask/SystemTask.h | ||||
| | * | Big UI and navigation Rewrite | Joaquim | 2021-04-04 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | new navigation add some color to the apps redesign menus new settings menu new quick settings code clean up size reduction by converting navigation images to font and more... | ||||
| * | | Handle return code from BMA driver, and set a flag is the initialization ↵ | Jean-François Milants | 2021-04-04 | 1 | -0/+1 |
| | | | | | | | | | fails. This allows to boot InfiniTime even if the device cannot initialize. | ||||
| * | | First integration of the motion sensor (bma 421) : step counting + wake on ↵ | Jean-François Milants | 2021-04-04 | 1 | -1/+4 |
| |/ | | | | wrist rotation + app to see the value of the 3 axis in "real time". | ||||
| * | Multi face support, analog clock, 12/24 config | Joaquim | 2021-02-24 | 1 | -0/+82 |
