| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update includes to to be relative to src directory | Reinhold Gschweicher | 2021-11-15 | 1 | -1/+1 |
| | | | | | | | | 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. | ||||
| * | Merge branch 'develop' into refresh_rework | Riku Isokoski | 2021-08-10 | 1 | -7/+0 |
| |\ | |||||
| | * | Code cleaning in Clock, WatchFaceAnalog, WatchFaceDigital and PineTimeStyle, ↵ | Jean-François Milants | 2021-08-10 | 1 | -7/+0 |
| | | | | | | | | | inspired by PR #232 by nscooling. | ||||
| * | | Refresh rework | Riku Isokoski | 2021-07-19 | 1 | -2/+0 |
| |/ | |||||
| * | Add PineTimeStyle watchface (#334) | kieranc | 2021-06-29 | 1 | -0/+1 |
| | | | | | | | | | | | | | | * PineTimeStyle * Move GPL license header * Add step count gauge - replaces heartrate in sidebar * Enable 12/24h functionality * Set step gauge outer to be white when step goal is reached * Add font source file * Move static needle_colors array to member variable * Add documentation on generating a font * Replace .ttf with Google version, add link to font page Co-authored-by: JF002 <JF002@users.noreply.github.com> | ||||
| * | replace ScreenList with a single screen in Clock. This removes the tap to ↵ | Florian | 2021-06-11 | 1 | -2/+2 |
| | | | | | switch feature | ||||
| * | 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 | -31/+26 |
| | | |||||
| * | 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... | ||||
| * | | 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". | ||||
| * | Update from JF comments to PR | Joaquim | 2021-03-06 | 1 | -2/+4 |
| | | |||||
| * | Multi face support, analog clock, 12/24 config | Joaquim | 2021-02-24 | 1 | -54/+15 |
| | | |||||
| * | refactored class DirtyValue | Niall Cooling | 2021-02-12 | 1 | -13/+13 |
| | | |||||
| * | Merge pull request #168 from Panky-codes/fix-erratic-battery | JF002 | 2021-01-20 | 1 | -1/+1 |
| |\ | | | | | Fix erratic battery | ||||
| | * | Converted all the other float usage to int. | panky-codes | 2021-01-16 | 1 | -1/+1 |
| | | | |||||
| * | | HR Sensor : Add start/stop button to the HeartRate app (the HR sensors stays ↵ | Jean-François Milants | 2021-01-17 | 1 | -1/+5 |
| |/ | | | | ON when the app is closed), display the HR value on the Clock app. | ||||
| * | Include cleanup: displayapp + screens | okaestne | 2020-11-16 | 1 | -9/+11 |
| | | |||||
| * | Integrate new notification UI with notifications coming from BLE | JF | 2020-10-20 | 1 | -4/+8 |
| | | |||||
| * | Fixed all the includes that were broken due to the renames | Avamander | 2020-10-02 | 1 | -2/+3 |
| | | |||||
| * | Renamed displayapp/Screens to displayapp/screens | Avamander | 2020-10-02 | 1 | -0/+88 |
