summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/settings
AgeCommit message (Collapse)AuthorFilesLines
2022-01-04Added Shake to wakeTim Keller2-1/+9
2022-01-02resolves conflictsSteveAmor15-490/+75
2022-01-02resolves conflictsSteveAmor2-2/+2
2021-12-23Add airplane mode featureJames A. Jerkins3-11/+130
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-09Merge remote-tracking branch 'upstream/develop' into pts-settingsKieran Cawthray7-105/+65
2021-12-09Organize includesRiku Isokoski3-6/+9
2021-12-09Move radio button styling to a single placeRiku Isokoski3-18/+6
2021-12-09Optimize arraysRiku Isokoski6-9/+15
2021-12-09Fix too small arrayRiku Isokoski1-1/+1
2021-12-09Style checkboxes as radio buttonsRiku Isokoski6-99/+63
2021-12-05Merge remote-tracking branch 'upstream/develop' into pts-settingsKieran Cawthray10-11/+9
2021-12-04Added autodetection for clang-format versionAvamander1-8/+7
2021-12-02QuickSettings: remove unused importsReinhold Gschweicher1-2/+0
2021-11-15Update includes to to be relative to src directoryReinhold Gschweicher10-10/+10
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.
2021-11-10Status bar displays time in 12 or 24 hour format based on settingsMark Russell1-2/+2
2021-11-07Chimes optionSteveAmor3-1/+116
2021-10-23Merge remote-tracking branch 'upstream/develop' into pts-settingsKieran Cawthray1-1/+1
2021-10-20Restore settings orderKieran Cawthray1-2/+2
2021-10-18Fix settings merge errorKieran Cawthray1-2/+5
2021-10-18Merge remote-tracking branch 'upstream/develop' into pts-settingsKieran Cawthray5-0/+438
2021-10-13Flashlight brightness controlRiku Isokoski1-1/+1
2021-10-10Setting SetDate/SetTime : replace #defines by constexpr variables, NULL by ↵Jean-François Milants4-85/+61
nullptr and other small cleanings.
2021-10-10Merge with develop and fix conflicts from timaios:set-datetime-manually.Jean-François Milants5-5/+455
2021-10-03Remove old PineTimeStyle settings appKieran Cawthray3-392/+3
2021-09-12Toggle notifications only, keep vibrations.Riku Isokoski1-3/+3
2021-09-02Update Settings.cppItai Nelken1-2/+2
2021-08-28Settings : use enums instead of ints to store colors. Group all PTS settings ↵Jean-François Milants2-86/+73
into a struct. PTS/SettingsPTS : Convert to/from LVGL color and Settings::Color, add functions to reduce code duplication. Adapt SettingPineTimeStyle with the last Screen Interface
2021-08-28Merge pull request #458 from kieranc/pinetimestyle-colorpickerJF0024-3/+406
Add color picker for PineTimeStyle watchface
2021-08-28Merge branch 'develop' into refresh_reworkRiku Isokoski2-4/+4
2021-08-18Merge branch 'develop' into new_touch_handlerRiku Isokoski2-26/+31
2021-08-15Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpickerKieran Cawthray2-26/+31
2021-08-15Fix potential edge case of sidebar being set blackKieran Cawthray1-1/+1
2021-08-15More tidying following reviewKieran Cawthray1-85/+88
2021-08-15Avoid setting the sidebar blackKieran Cawthray1-0/+4
2021-08-15Remove duplicate code, minor fixesKieran Cawthray1-33/+19
2021-08-15Merge branch 'develop' into refresh_reworkRiku Isokoski2-26/+31
2021-08-15Add check for randomise button in case colors clashKieran Cawthray1-0/+5
2021-08-15Clean up using variablesRiku Isokoski1-10/+16
2021-08-15Ui updateRiku Isokoski2-25/+24
2021-08-15Add randomise button to color pickerKieran Cawthray2-0/+22
2021-08-08Merge branch 'JF002:develop' into set-datetime-manuallyTim6-51/+40
2021-08-03Merge branch 'develop' into refresh_reworkRiku Isokoski5-17/+5
2021-08-01ImprovementsRiku Isokoski1-1/+1
2021-08-01Merge branch 'develop' into HEADRiku Isokoski8-59/+56
2021-07-28Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpickerKieran Cawthray5-18/+6
2021-07-25Merge branch 'develop' into new_touch_handlerRiku Isokoski4-6/+6
2021-07-25Add new unique icons for some appsRiku Isokoski3-5/+5
2021-07-25Code cleanup (#466)Riku Isokoski2-6/+1
* Code cleanup * Remove override again
2021-07-24Merge branch 'fix_touchevent_tap' of git://github.com/Riksu9000/InfiniTime ↵Jean-François Milants1-8/+1
into Riksu9000-fix_touchevent_tap # Conflicts: # src/displayapp/DisplayApp.cpp
2021-07-24Add extra screen in settings to show scrollbar correctlyKieran Cawthray1-3/+3