aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Use PageIndicator in CheckboxListRiku Isokoski2022-10-162-29/+10
|
* G7710 and Infineat : close the files after having verified that they exist.Jean-François Milants2022-10-152-0/+6
|
* Watch face settings : disable watch faces that are not available (external ↵Jean-François Milants2022-10-119-11/+72
| | | | resources are not installed).
* CheckboxList : fix formatting.Jean-François Milants2022-10-113-29/+28
|
* CheckBoxList : rename newValue -> value.Jean-François Milants2022-10-112-5/+4
|
* Checkbox list now receives a function pointer to call when the setting has ↵Jean-François Milants2022-10-114-50/+36
| | | | changed. This allow to remove the dependency between CheckBoxList (UI component) with SettingController.
* Fix clang-tidy warningsRiku Isokoski2022-10-102-2/+2
|
* Edit all occurences of "watchface" to "watch face"mashuptwice2022-10-102-4/+4
|
* Fix button labels (#1361)kieranc2022-10-062-5/+10
|
* Fix steps style button label (#1358)kieranc2022-10-061-1/+2
|
* Merge branch 'pts-options' of github.com:kieranc/InfiniTime into ↵Jean-François Milants2022-10-025-26/+155
|\ | | | | | | | | | | | | kieranc-pts-options # Conflicts: # src/components/settings/Settings.h
| * CleanupKieran Cawthray2022-09-062-27/+26
| |
| * Relabel buttonKieran Cawthray2022-09-061-2/+2
| |
| * Implement persistent settingsKieran Cawthray2022-09-062-10/+48
| |
| * Merge remote-tracking branch 'upstream/develop' into pts-optionsKieran Cawthray2022-09-0543-323/+305
| |\
| * \ Add half gauge/seconds optionKieran Cawthray2022-08-162-7/+38
| |\ \
| | * | Apply suggestions from code reviewialokim2022-08-071-2/+1
| | | | | | | | | | | | Co-authored-by: NeroBurner <pyro4hell@gmail.com>
| | * | PTS: add seconds displayialokim2022-08-072-5/+19
| | | |
| * | | Initial mockupKieran Cawthray2022-08-054-20/+81
| | | |
| * | | Wrap PineTimeStyle step counterAidan Epstein2022-08-041-1/+1
| |/ / | | | | | | | | | | | | This changes the PineTimeStyle step counter gauge continues counting with wraparound after you achieve your step goal.
* | | Merge branch 'develop' of github.com:JF002/Pinetime into developJean-François Milants2022-10-021-1/+1
|\ \ \
| * | | motorController: Fix infinite vibration on RunForDuration(0)Galdor Takacs2022-10-021-1/+1
| | | |
* | | | Brightness management in DisplayApp : do not allow the brightness level OFF ↵Jean-François Milants2022-10-022-4/+14
|/ / / | | | | | | | | | when loading app and going to running mode. Such issue could occur in case of inconsistent or corrupted settings.
* | | Fix typo in Clock.cpp.Jean-François Milants2022-10-011-1/+1
| | |
* | | Merge branch 'ITCactus-watchface-casio-digital-G7710' into developJean-François Milants2022-10-019-13/+476
|\ \ \
| * | | Infineat & G7710 : always close files when they are not needed anymore.Jean-François Milants2022-10-012-3/+8
| | | |
| * | | Do not save settings in CheckboxList. This will be done by the caller.Jean-François Milants2022-09-281-1/+0
| | | |
| * | | G7710 : free fonts in dtor().Jean-François Milants2022-09-281-5/+17
| | | |
| * | | Merge branch 'watchface-casio-digital-G7710' of ↵Jean-François Milants2022-09-277-9/+456
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | github.com:ITCactus/InfiniTime into ITCactus-watchface-casio-digital-G7710 # Conflicts: # src/components/settings/Settings.h # src/displayapp/screens/CheckboxList.cpp # src/displayapp/screens/CheckboxList.h # src/displayapp/screens/Clock.cpp # src/displayapp/screens/Clock.h # src/displayapp/screens/settings/SettingWatchFace.cpp
| | * | | cleanup after migration to the font-generatorITCactus2022-06-303-1373/+0
| | | | |
| | * | | Apply clang-format to Settings.hAutoformatter2022-06-301-1/+0
| | | | |
| | * | | Apply clang-format to Clock.cppAutoformatter2022-06-301-7/+7
| | | | |
| | * | | fix for week number and days till the end of the yearITCactus2022-06-304-52/+48
| | | | | | | | | | | | | | | | | | | | + formating (clang)
| | * | | fix memory leak + refactoringITCactus2022-06-302-27/+33
| | | | |
| | * | | post rebase fixesITCactus2022-06-309-85/+113
| | | | |
| | * | | [new watchface] watchface inspired by G7710, with day of year and week ↵ITCactus2022-06-3015-5/+1967
| | | | | | | | | | | | | | | | | | | | number info
* | | | | Fix typo in Clock.cpp.Jean-François Milants2022-10-011-1/+1
| | | | |
* | | | | fix typominacode2022-09-288-23/+23
|/ / / /
* | | | Merge pull request #1024 from dmlls/infineat-prJF2022-09-2719-70/+1051
|\ \ \ \ | | | | | | | | | | Infineat Watchface + support for external resources.
| * | | | Fix formatting in CheckBoxList.cpp.Jean-François Milants2022-09-271-1/+1
| | | | |
| * | | | CheckBoxList : remove unused constant MAXLISTITEMS (replaced by MaxItems).Jean-François Milants2022-09-272-4/+3
| | | | |
| * | | | A few minors changes following the code review : rename fs -> filesystem, ↵Jean-François Milants2022-09-276-17/+17
| | | | | | | | | | | | | | | | | | | | use std::array instead of raw array,...
| * | | | Fix formattingJean-François Milants2022-09-116-93/+135
| | | | |
| * | | | Fix submodule for date libraryJean-François Milants2022-09-1116-23408/+20
| | | | |
| * | | | Fix recovery firmware : add FS in parameters of DisplayAppRecovery ctor.Jean-François Milants2022-09-112-2/+6
| | | | |
| * | | | Infineat : Add support for external resources, and read the images and fonts ↵Jean-François Milants2022-09-1113-1445/+92
| | | | | | | | | | | | | | | | | | | | from the ilesystem
| * | | | Merge branch 'develop' into infineat-external-resourcesJean-François Milants2022-09-1199-45280/+2349
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/displayapp/screens/Symbols.h # src/displayapp/screens/settings/SettingWatchFace.cpp # src/displayapp/screens/settings/SettingWatchFace.h
| * | | | | Make notification color white when side cover offDiego Miguel2022-06-111-8/+11
| | | | | |
| * | | | | Fix date alignmentDiego Miguel2022-06-112-18/+21
| | | | | |
| * | | | | Simplify codeDiego Miguel2022-06-111-34/+23
| | | | | |