| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-06-26 | SPI flash sleep if bootloader >= 1.0.0 (#322) | Neil O'Fix | |
| * Retrieve and display bootloader version - Display bootloader version on System Info screen - Enable SPI flash sleep mode if bootloader version >= 1.0.0 * Wait for SPI flash to wakeup before starting OTA DFU | |||
| 2021-06-25 | Fix the fix, whoops | Kieran Cawthray | |
| 2021-06-25 | Add a check to set default colors if all colors are white | Kieran Cawthray | |
| 2021-06-25 | Make it loop around when you get to the end of the list of colors | Kieran Cawthray | |
| 2021-06-25 | Fix off-by-one error, reduce step gauge needle width | Kieran Cawthray | |
| 2021-06-25 | Use colors from settings for PineTimeStyle watchface | Kieran Cawthray | |
| 2021-06-25 | Move array to member variable, retrieve colors from settings for display | Kieran Cawthray | |
| 2021-06-25 | Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpicker | Kieran Cawthray | |
| 2021-06-24 | PineTimeStyle color picker tidying | Kieran Cawthray | |
| 2021-06-24 | PineTimeStyle color picker add settings integration | Kieran Cawthray | |
| 2021-06-24 | PineTimeStyle color picker initial commit | Kieran Cawthray | |
| 2021-06-23 | Move static needle_colors array to member variable | Kieran Cawthray | |
| 2021-06-22 | Add font source file | Kieran Cawthray | |
| 2021-06-22 | update main font to keep diffs for future changes small (#420) | Florian | |
| * update font with jetbrains mono v2.225 and the current converter * added the tff file for JetBrains Mono to ensure everybody is using the same version Co-authored-by: Florian <florian@florian-thinkpad.local> | |||
| 2021-06-22 | Fix typo in variable names (#430) | Jonathan Vander Mey | |
| 2021-06-22 | Removed an illogical comparison from SystemInfo and St7789 driver (#449) | Avamander | |
| * Removed an illogical comparison | |||
| 2021-06-21 | Set step gauge outer to be white when step goal is reached | Kieran Cawthray | |
| 2021-06-20 | Enable 12/24h functionality | Kieran Cawthray | |
| 2021-06-20 | Add step count gauge - replaces heartrate in sidebar | Kieran Cawthray | |
| 2021-06-20 | Merge remote-tracking branch 'upstream/develop' into pinetimestyle | Kieran Cawthray | |
| 2021-06-20 | Merge branch 'develop' of JF/PineTime into master | JF | |
| 2021-06-19 | Set version to 1.2.0 | Jean-François Milants | |
| 2021-06-19 | Add support for BMA425 acceleration sensor. (#440) | JF002 | |
| * Add support for BMA425 acceleration sensor. | |||
| 2021-06-18 | Merge branch 'JF002:develop' into ↵ | hassless | |
| improve-battery-percentage-to-battery-icon-mapping | |||
| 2021-06-16 | Merge branch 'pinetimestyle' of github.com:kieranc/InfiniTime into pinetimestyle | Kieran Cawthray | |
| 2021-06-16 | Merge remote-tracking branch 'upstream/develop' into pinetimestyle | Kieran Cawthray | |
| 2021-06-12 | Merge branch 'develop' into pinetimestyle | JF002 | |
| 2021-06-12 | Fix signed/unsigned comparison warning | Jonathan Vander Mey | |
| Changed type of encodedBufferIndex to size_t to eliminate warning. It is fine as a size_t as its only ever compared to another size_t and used as an array index. | |||
| 2021-06-12 | Remove infinitime-nb.c from source list | Jonathan Vander Mey | |
| Was causing compiler warning for unused constant variable when being compiled. This feel is directly included where it's needed so it doesn't need to be separately compiled anyways. | |||
| 2021-06-12 | Add Init() in DummyuLittleVgl to fix recovery firmware | Jean-François Milants | |
| 2021-06-12 | Fix build issues since Metronome app has been merged. | Jean-François Milants | |
| 2021-06-12 | add basic metronome app (#409) | Bryton Hall | |
| * add basic metronome app * add bpb, tap to bpm, update widgets * use event pressed for bpm tap * move case statement break to the right place * narrow bpm selection range, override touch events * fix arc knob style * re-enable sleeping in destructor | |||
| 2021-06-12 | Merge pull request #405 from Riksu9000/improve_stopwatch | JF002 | |
| Improve stopwatch | |||
| 2021-06-12 | Clock : initialize the actual clockface in initialization list instead of in ↵ | Jean-François Milants | |
| the core of the ctro(). | |||
| 2021-06-12 | Merge pull request #425 from Raupinger/remove-watch-tap | JF002 | |
| Remove tap to switch Watchfaces | |||
| 2021-06-12 | Merge pull request #359 from Avamander/patch-2 | JF002 | |
| Used a macro for UUID generation, switched from C-style casts to reinterpret_cast, renamed callback | |||
| 2021-06-12 | Changed the namespace of SystemInfo::sortById to avoid a name conflict (#360) | Avamander | |
| 2021-06-12 | Update buildWithDocker.md (#416) | Pekka | |
| Added a link to instructions for cloning the repo. The purpose was mainly to remind of the git submodule update. | |||
| 2021-06-12 | Update Amazfish.md (#386) | Roxxor91 | |
| Add Navigation feature. | |||
| 2021-06-12 | Fix scrollbar (#382) | Riku Isokoski | |
| 2021-06-12 | Replace raw new expressions with make_unique (#406) | Jonathan Vander Mey | |
| Using make_unique avoids needing to repeat type information making it less verbose. Also fixes clang-tidy warning modernize-make-unique. | |||
| 2021-06-12 | Fix fallthrough on case statement (#403) | Jonathan Vander Mey | |
| 2021-06-12 | Improvements to /doc/filesInReleaseNotes.md (#357) | Itai Nelken | |
| * Update filesInReleaseNotes.md | |||
| 2021-06-12 | Add note about getting GadgetBridge from F-Droid (#358) | Joel Bradshaw | |
| * Add note about getting GadgetBridge from F-Droid Hopefully this is useful and will save folks some frustration * Add note that GadgetBridge should be downloaded via F-Droid There's an "unofficial" version on the Play Store that is outdated and doesn't have PineTime support * Fix typo * Add starting version, reword a bit Initial support version is a little fuzzy, 0.47 states it's "not yet usable" but changelog doesn't specify when we've crossed the "usable" threshold. | |||
| 2021-06-12 | Rewrite MemoryAnalysis.md with up to date information. (#411) | JF002 | |
| Rewrite MemoryAnalysis.md with up to date information. | |||
| 2021-06-12 | Merge pull request #415 from JF002/move-heap-to-static | JF002 | |
| Move dynamically allocated variables to static variables. | |||
| 2021-06-12 | Move most of the code from the constructor of the objects statically ↵ | Jean-François Milants | |
| initialized in main() into Start()/Init() functions to avoid Static Initialization Order Fiasco (https://en.cppreference.com/w/cpp/language/siof). See https://github.com/JF002/InfiniTime/pull/415#issuecomment-859004238. | |||
| 2021-06-11 | Fix another regression | Riku Isokoski | |
| 2021-06-11 | Fix regression | Riku Isokoski | |
| 2021-06-11 | Fix touchevent tap | Riku Isokoski | |
