summaryrefslogtreecommitdiff
path: root/src/components
AgeCommit message (Collapse)AuthorFilesLines
2022-01-22Fix alarm on time changeRiku Isokoski1-0/+2
2022-01-04Merge branch 'ShakeWake' of https://github.com/geekbozu/InfiniTime into ↵Jean-François Milants3-8/+53
geekbozu-ShakeWake # Conflicts: # src/CMakeLists.txt # src/displayapp/Apps.h # src/displayapp/DisplayApp.cpp # src/displayapp/screens/settings/Settings.cpp
2022-01-04Adds enum class for chimes optionSteveAmor1-6/+7
2022-01-04Fix crash upon leaving app.Tim Keller1-7/+8
Code formatting
2022-01-04Actually save the thresholdTim Keller1-1/+5
Prevent a few crashes due to an LV task being active when it shouldnt be.
2022-01-04Better Sensitivity UI, Calibration button addedTim Keller3-8/+10
2022-01-04Add averaging to wake threshold. Makes it take more then just a "flick" to ↵Tim Keller3-3/+7
turn on
2022-01-04Add start of settings app for senstivity.Tim Keller3-5/+15
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-04CleanupTim Keller1-4/+0
2022-01-04Added Shake to wakeTim Keller3-6/+34
2022-01-02resolves conflictsSteveAmor47-186/+2081
2021-12-30Ran clang-formatStephanie2-7/+13
2021-12-30Renamed confusing variables and general cleanupStephanie2-2/+1
2021-12-30Moved trip meter update to MotionController and changed trip meter logicStephanie2-4/+10
2021-12-30Changed lap counter to trip meterStephanie1-5/+5
2021-12-30Added "lap" button to step counterStephanie1-0/+7
2021-12-23Add airplane mode featureJames A. Jerkins5-36/+92
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-21Optional secure pairing with a passkeyJames A. Jerkins3-6/+4
Support passkey pairing when requested by the central Fix a comment and reorder warning
2021-12-10Fix Failed rebase.Tim Keller2-5/+3
2021-12-10Fix more initializersTim Keller1-12/+10
2021-12-10Fix large file support that broke due to a refactor.Tim Keller1-1/+1
2021-12-10Force variable cleanup because LFS makes assumptions about variable ↵Tim Keller1-7/+5
initialization state
2021-12-10Attempt at a more robust File handlerTim Keller1-8/+15
2021-12-10Change read to return LFS return values when reading a directory or ↵Tim Keller1-12/+12
nonexistant file
2021-12-10Fix string nullterminations,Tim Keller1-13/+23
Expand error codes.
2021-12-10Added move functionTim Keller4-4/+33
2021-12-10Fix lvgl_open to respect littlefs open errorsTim Keller2-11/+10
2021-12-10Remove DirDelete, implementation did not work and memory contraints are ↵Tim Keller2-18/+2
recursive. Better implemented on client side...
2021-12-10Remove mount/unmount. No longer neededTim Keller2-17/+8
2021-12-10Write worksTim Keller4-18/+77
2021-12-10Reading Seems to work?Tim Keller1-39/+39
2021-12-10Actually fix memory corruption, seems stable nowTim Keller2-65/+43
ListDir MKDIR delete all seem to work Co-authored-by: Iambian <Iambian@users.noreply.github.com>
2021-12-10List Dir works?Tim Keller3-17/+34
2021-12-10Focus on getting flash access working properlyTim Keller4-30/+41
2021-12-10Start of read commandTim Keller2-19/+158
2021-12-10Added Delete fileTim Keller4-28/+93
Added FS Stat.
2021-12-10Fix folder count in outputTim Keller2-20/+40
2021-12-10More reliable FS listingTim Keller3-6/+16
2021-12-10direcetory listings maybe?Tim Keller4-34/+132
Added LISTDIR command and notify responses.
2021-12-10Added Blank FSService that exposes only version infoTim Keller4-3/+129
2021-12-09AlarmController: remove unused app_timer.h include in headerReinhold Gschweicher1-1/+0
2021-12-09Merge branch 'develop' into patch-weatherAvamander4-47/+220
2021-12-09Adjust BLE/LL stacks, style, comments, refactoringJames A. Jerkins2-15/+27
Increase BLE task stack +200 and decrease LL task stack -200 more braces!
2021-12-09Persist bond between rebootsJames A. Jerkins2-9/+115
Save bond information in the FS after a disconnect or encryption change if the bond is not already stored. The bond is restored on boot enabling automatic reconnection to a previously bonded central. Two consecutive watch reboots with the central out of range (or BLE off) will remove the stored bond from the watch.
2021-12-09Connect and bond with a passkeyJames A. Jerkins3-32/+87
This commit adds the following: Passkey pairing - passkey is displayed on watch Swipe down to clear passkey screen Connection encryption Connection bonding Automatic reconnects to a bonded peripheral Trusted device on Android Note that persisting the bond between reboots is NOT included in this commit. Therefore, rebooting the watch will cause reconnect failures. You must delete the bond from the phone to reconnect/pair.
2021-12-04Updated docs and renamed functions for consistencyAvamander2-6/+9
2021-12-04Added a note about map key capitalizationAvamander1-1/+1
2021-12-04Added a note about the timestamp having a timezone offsetAvamander1-1/+5
2021-12-04Better cleanup, bugfixes and improvements in weather parsing. UI improvementsAvamander2-35/+79
2021-12-04Improved Temperature parsingAvamander1-1/+1