d22f004729
Merge branch 'main' into wb/wadokei-merge
2024-12-17 23:25:20 -08:00
d8c86882da
Fix merge issues, adjust font size and initial screen
2024-12-05 17:19:34 -08:00
a550d64789
Merge branch 'main' into wb/wadokei-merge
2024-12-05 16:41:43 -08:00
mark9064
53dc9dafe7
aod: simplify AOD disablement based on notification status
2024-08-05 20:32:43 +02:00
John Crawford
e884b053d3
aod: disable while in notification sleep
2024-08-05 20:32:43 +02:00
KaffeinatedKat
20ac7e8df3
feat: always on display
2024-08-05 20:32:43 +02:00
49c801b827
Fix location counter width, font, and lat/lng bugs
2024-06-11 21:27:26 -07:00
Ryan Rix
f6a5588544
add location setting and integrate more sundial code from willb
2024-06-10 20:19:43 -07:00
Ryan Rix
4b854a5d09
WIP fuzzy
2024-06-07 16:46:06 -07:00
5510bfe499
Add fonts, remove Digital
2024-01-16 20:33:04 -08:00
d8c3624f6f
Add location, timezone, and long-press switching
2024-01-09 09:19:07 -08:00
zyphlar
d2989ae23a
Move Fuzzy into Digital, restore Paint
2024-01-05 02:21:58 -08:00
FintasticMan
d889f3e444
settings: Add settings item for weather format
2023-12-23 21:42:16 +01:00
Jean-François Milants
fc5424cb72
User applications selection using CMake
...
Fix include path since last rebase.
2023-12-23 21:29:13 +01:00
Jean-François Milants
39bc166e54
Watch face selection at build time
...
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)
2023-12-21 20:49:22 +01:00
FintasticMan
0f9f606b78
lowersleep: Implement Lower to Sleep functionality ( #827 )
2023-08-27 18:15:21 +02:00
kieranc
94f41258d5
PineTimeStyle weather display ( #1459 )
...
Weather display for PineTimeStyle
Documentation : https://wiki.pine64.org/wiki/PineTimeStyle and https://wiki.pine64.org/wiki/Infinitime-Weather
2023-06-04 16:52:31 +02:00
Max Friedrich
020a7fd11d
Refactor watch face to enum ( #1339 )
...
change watch face from int to enum
---------
Co-authored-by: minacode <minamoto9@web.de>
2023-04-30 17:03:46 +02:00
Finlay Davidson
96165a8541
Format header files
...
In my PR updating clang-format, I forgot to also format the headers.
2023-01-09 21:41:21 +01:00
Jean-François Milants
cf8b422899
Checkbox list now receives a function pointer to call when the setting has changed. This allow to remove the dependency between CheckBoxList (UI component) with SettingController.
2022-10-11 21:16:33 +02:00
Jean-François Milants
738c012a73
Merge branch 'pts-options' of github.com:kieranc/InfiniTime into kieranc-pts-options
...
# Conflicts:
# src/components/settings/Settings.h
2022-10-02 18:30:41 +02:00
Jean-François Milants
fbe964ff44
Merge branch 'watchface-casio-digital-G7710' of 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
2022-09-27 21:59:22 +02:00
JF
63932810d2
Merge pull request #1024 from dmlls/infineat-pr
...
Infineat Watchface + support for external resources.
2022-09-27 21:27:36 +02:00
Akseli
d55ba9a3d8
Update src/components/settings/Settings.h
...
Co-authored-by: NeroBurner <pyro4hell@gmail.com>
2022-09-17 21:32:43 +02:00
Akseli Lahtinen
8c35c3c3d4
add pink color
2022-09-17 21:32:43 +02:00
Jean-François Milants
ada2c09581
Merge branch 'develop' into infineat-external-resources
...
# Conflicts:
# src/displayapp/screens/Symbols.h
# src/displayapp/screens/settings/SettingWatchFace.cpp
# src/displayapp/screens/settings/SettingWatchFace.h
2022-09-11 14:59:49 +02:00
Kieran Cawthray
4fe834efda
Cleanup
2022-09-06 12:58:46 +02:00
Kieran Cawthray
b49fddd555
Implement persistent settings
2022-09-06 11:37:12 +02:00
Riku Isokoski
69563ed031
Add sleep mode which disables notifications, touch- and motion wakeup ( #1261 )
2022-08-21 14:52:38 +03:00
Autoformatter
0300a8fa80
Apply clang-format to Settings.h
2022-06-30 15:15:33 +02:00
ITCactus
917e46c684
post rebase fixes
2022-06-30 15:15:32 +02:00
ITCactus
319dfd23e7
[new watchface] watchface inspired by G7710, with day of year and week number info
2022-06-30 15:14:23 +02:00
Diego Miguel
b15f90aa1d
Bump settings version ( #1 )
2022-06-11 16:57:24 +02:00
Diego Miguel
a3bfbb5e08
Implement SettingWatchFace list
2022-06-11 16:56:35 +02:00
Diego Miguel
a890f8568a
Fixes in side cover toggling
2022-06-11 16:56:35 +02:00
Diego Miguel
c2ecd4c731
Add Infineat settings to settings controller
2022-06-11 16:56:35 +02:00
Finlay Davidson
7f45538eb5
Apply clang-format to all C++ files
2022-06-05 09:15:46 +03:00
Riku Isokoski
78365548f7
Replace airplane mode with a bluetooth toggle
2022-04-02 16:16:47 +02:00
Jean-François Milants
ef44b763d9
Merge branch 'airplane-mode' of https://github.com/evergreen22/InfiniTime 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
2022-02-20 15:40:49 +01:00
Jean-François Milants
40cdb54772
Merge branch 'airplane-mode' of https://github.com/evergreen22/InfiniTime 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
2022-02-20 15:25:24 +01:00
Jean-François Milants
87d882b151
Merge branch 'statusBarTimeFormat' of https://github.com/mruss77/InfiniTime into mruss77-statusBarTimeFormat
...
# Conflicts:
# src/components/datetime/DateTimeController.cpp
2022-02-13 11:23:05 +01:00
Jean-François Milants
bef3e708f6
Merge branch 'ShakeWake' of https://github.com/geekbozu/InfiniTime into geekbozu-ShakeWake
...
# Conflicts:
# src/CMakeLists.txt
# src/displayapp/Apps.h
# src/displayapp/DisplayApp.cpp
# src/displayapp/screens/settings/Settings.cpp
2022-01-04 21:48:08 +01:00
SteveAmor
15c3807a76
Adds enum class for chimes option
2022-01-04 19:32:29 +00:00
Tim Keller
f780ac999a
Actually save the threshold
...
Prevent a few crashes due to an LV task being active when it shouldnt be.
2022-01-04 02:00:02 +00:00
Tim Keller
d2510d7926
Better Sensitivity UI, Calibration button added
2022-01-04 02:00:02 +00:00
Tim Keller
6d74820698
Add averaging to wake threshold. Makes it take more then just a "flick" to turn on
2022-01-04 01:59:01 +00:00
Tim Keller
3ebf002f9d
Add start of settings app for senstivity.
...
really just debugging. I want to make it more configurable then high med low.
Position of setting needs a new location...dynamicly adding it currently at the end. Which honestly im fine with.
2022-01-04 01:59:01 +00:00
Tim Keller
d270275bd2
Added Shake to wake
2022-01-04 01:57:18 +00:00
SteveAmor
cc259b6a4a
resolves conflicts
2022-01-02 22:27:43 +00:00
James A. Jerkins
319030d9e1
Add airplane mode feature
...
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
2021-12-23 20:30:14 -06:00