| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-03-27 | Sans shakewake and leftover modifications: Size: 228360 | Michele Bini | |
| 2022-03-26 | sans alarm | Michele Bini | |
| 2022-03-26 | sans steps | Michele Bini | |
| 2022-03-26 | sans heart | Michele Bini | |
| 2022-03-26 | compactify app list | Michele Bini | |
| 2022-03-25 | sans airplane mode and related support code | Michele Bini | |
| 2022-03-25 | sans sysinfo | Michele Bini | |
| 2022-03-25 | sans battinfo | Michele Bini | |
| 2022-03-25 | sans torch | Michele Bini | |
| 2022-03-25 | sans chimes | Michele Bini | |
| 2022-03-25 | sans infinipaint | Michele Bini | |
| 2022-03-25 | Remove stopwatch and countdown timer | Michele Bini | |
| 2022-03-25 | Remove settime and setdate | Michele Bini | |
| 2022-03-25 | single watch face | Michele Bini | |
| 2022-03-24 | Disable bonding; Another try to disable secure pairing | Michele Bini | |
| 2022-03-24 | sans music navigation metronome twos | Michele Bini | |
| 2022-03-24 | sans paddle and analog watchface | Michele Bini | |
| 2022-02-20 | Merge branch 'airplane-mode' of https://github.com/evergreen22/InfiniTime ↵ | Jean-François Milants | |
| 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-01-04 | Merge branch 'ShakeWake' of https://github.com/geekbozu/InfiniTime into ↵ | Jean-François Milants | |
| geekbozu-ShakeWake # Conflicts: # src/CMakeLists.txt # src/displayapp/Apps.h # src/displayapp/DisplayApp.cpp # src/displayapp/screens/settings/Settings.cpp | |||
| 2022-01-04 | Add start of settings app for senstivity. | Tim Keller | |
| 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-02 | resolves conflicts | SteveAmor | |
| 2021-12-24 | Add airplane mode feature | James A. Jerkins | |
| 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-09 | Merge remote-tracking branch 'upstream/develop' into pts-settings | Kieran Cawthray | |
| 2021-12-09 | Merge branch 'develop' into patch-weather | Avamander | |
| 2021-12-09 | Connect and bond with a passkey | James A. Jerkins | |
| 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-04 | Bunch of bugs fixed, improved error handling, debug UI addition | Avamander | |
| 2021-11-07 | Chimes option | SteveAmor | |
| 2021-10-18 | Merge remote-tracking branch 'upstream/develop' into pts-settings | Kieran Cawthray | |
| 2021-10-10 | Merge branch 'update_touch_driver' of git://github.com/Riksu9000/InfiniTime ↵ | Jean-François Milants | |
| into Riksu9000-update_touch_driver # Conflicts: # src/displayapp/Apps.h | |||
| 2021-10-10 | Merge with develop and fix conflicts from timaios:set-datetime-manually. | Jean-François Milants | |
| 2021-10-03 | Remove old PineTimeStyle settings app | Kieran Cawthray | |
| 2021-09-18 | Merge branch 'develop' into update_touch_driver | Riku Isokoski | |
| 2021-09-14 | Merge branch 'develop' into update_touch_driver | Riku Isokoski | |
| 2021-09-10 | Created basic alarm app | Mark Russell | |
| 2021-08-18 | Automatic error detection | Riku Isokoski | |
| 2021-07-09 | Added new screens to the list of applications | timaios | |
| 2021-06-24 | PineTimeStyle color picker initial commit | Kieran Cawthray | |
| 2021-06-12 | add basic metronome app (#409) | Bryton Hall | |
| * add basic metronome app * add bpb, tap to bpm, update widgets * use event pressed for bpm tap * move case statement break to the right place * narrow bpm selection range, override touch events * fix arc knob style * re-enable sleeping in destructor | |||
| 2021-05-20 | Timer App (#355) | Florian | |
| * built timer app * Style improvements * making sure buttons stay hidden when the app is reopened and reappear after the timer runs out * more sensible calculations of time deltas. eliminated that mysterious scaling factor * changing the timer icon | |||
| 2021-04-26 | Merge branch 'develop' of | Joaquim | |
| https://github.com/JF002/InfiniTime into StepsApp | |||
| 2021-04-24 | Reformatted all the files according to clang-format style | Avamander | |
| 2021-04-19 | New Steps app | Joaquim | |
| Settings to set the steps goal More detail in Motion app New 42px Font | |||
| 2021-04-09 | Merge branch 'develop' into motion-sensor | Jean-François Milants | |
| # 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 | |||
| 2021-04-04 | First integration of the motion sensor (bma 421) : step counting + wake on ↵ | Jean-François Milants | |
| wrist rotation + app to see the value of the 3 axis in "real time". | |||
| 2021-04-04 | Big UI and navigation Rewrite | Joaquim | |
| 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... | |||
| 2021-03-11 | Basic logic done. Need to change the timer source to get ms. Also need to ↵ | panky-codes | |
| replace with paddle app in displayApp.cpp and ApplicationList.cpp later. | |||
| 2021-02-01 | Cleanup | Joaquim | |
| 2021-01-20 | Merge branch piggz/nav into develop: | Jean-François Milants | |
| - fix conflict - add a icon for the navigation app. | |||
| 2021-01-10 | First implementation of the HR sensor using 100% foss code (ported from waspos) | Jean-François Milants | |
| 2021-01-02 | adds 2048 clone game | Jed | |
| styles table reads touch events allows moving tiles allows merging tiles improves tile movement allows merging tiles adds score display implements color edit comments adjust game logic disallows double merges | |||
