summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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 Keller5-17/+49
2021-12-10Revert "More attempted SPI fixes"Tim Keller2-15/+0
This reverts commit bed7e731b206961117b717adb1031ab3011e7db9.
2021-12-10Revert "Workaround for SPI bus being asleep."Tim Keller2-15/+3
This reverts commit 1edeb5cb65489707c26b7a65f3b54520086d363a.
2021-12-10Focus on getting flash access working properlyTim Keller4-30/+41
2021-12-10Start of read commandTim Keller2-19/+158
2021-12-10More attempted SPI fixesTim Keller2-0/+15
2021-12-10Added Delete fileTim Keller4-28/+93
Added FS Stat.
2021-12-10Fix folder count in outputTim Keller2-20/+40
2021-12-10Workaround for SPI bus being asleep.Tim Keller2-3/+15
This needs to get cherrypicked to another PR as SPI Sleep needs to use a semaphore or something
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 Keller5-3/+132
2021-12-09Added QCBOR to pinetime-mcuboot-recoveryAvamander1-1/+1
2021-12-09Hotfix for other build targetsAvamander1-2/+2
2021-12-09Organize includesRiku Isokoski3-6/+9
2021-12-09Move radio button styling to a single placeRiku Isokoski6-18/+24
2021-12-09Optimize arraysRiku Isokoski6-9/+15
2021-12-09Fix too small arrayRiku Isokoski1-1/+1
2021-12-09Style checkboxes as radio buttonsRiku Isokoski7-100/+63
2021-12-09Style improvementsAvamander1-1/+2
2021-12-09AlarmController: remove unused app_timer.h include in headerReinhold Gschweicher1-1/+0
2021-12-09TouchHandler: remove unused FreeRTOS.h and task.h includes from headerReinhold Gschweicher1-5/+0
FreeRTOS and task.h aren't used in the Header file. Furthermore the SystemTask forward declaration isn't needed as it isn't used in the header.
2021-12-09Fixed unpopped diagnosticAvamander1-1/+1
2021-12-09Improved format specifiers, bracing, removed C-style casts, whitespace fixes ↵Avamander6-31/+44
and removed Tiles shadowing
2021-12-09Remove commented codeKieran Cawthray1-2/+0
2021-12-09Adjust icon alignment only on IsUpdated()Kieran Cawthray2-11/+18
2021-12-09Alignment fixesKieran Cawthray1-5/+12
2021-12-09Merge pull request #353 from Avamander/patch-weatherJF17-31/+1508
WeatherService
2021-12-09Merge branch 'develop' into patch-weatherAvamander16-62/+306
2021-12-09Fix assertion failure in ButtonHandlerJames A. Jerkins1-1/+1
FreeRTOS says zero is not a valid value for xTimerPeriodInTicks. Zero value fires an assertion on line 361 in timers.h
2021-12-09Break not return thanks @FintasticManTim Keller1-1/+1
2021-12-09Adjust systemtask to respect doNotGoToSleep.Tim Keller1-1/+4
2021-12-09Adjust BLE/LL stacks, style, comments, refactoringJames A. Jerkins4-18/+31
Increase BLE task stack +200 and decrease LL task stack -200 more braces!
2021-12-09Persist bond between rebootsJames A. Jerkins3-10/+117
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-09Fix for passkey screen scrambleJames A. Jerkins3-9/+17
When a passkey is displayed, screen on or off, and another passkey is displayed the screen may become scrambled. Fix the issue by insuring the whole screen is drawn every time.
2021-12-09Connect and bond with a passkeyJames A. Jerkins13-41/+154
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-04Fixed air quality amounts being off by a few orders of magnitudeAvamander1-1/+1
2021-12-04Updated docs and renamed functions for consistencyAvamander3-13/+20
2021-12-04Added a note about map key capitalizationAvamander1-1/+1
2021-12-04Revert wrong change to DisplayAppAvamander1-6/+1
2021-12-04Added a note about the timestamp having a timezone offsetAvamander1-1/+5
2021-12-04Removed float usage from displayAvamander1-4/+4
2021-12-04Better cleanup, bugfixes and improvements in weather parsing. UI improvementsAvamander4-40/+89
2021-12-04Improved Temperature parsingAvamander1-1/+1