| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-09-23 | Merge pull request #664 from Riksu9000/disable_notif_only | JF002 | |
| Toggle notifications only, keep vibrations. | |||
| 2021-09-18 | Merge branch 'develop' into update_touch_driver | Riku Isokoski | |
| 2021-09-18 | Merge branch 'PersistantStorage' of git://github.com/geekbozu/InfiniTime ↵ | Jean-François Milants | |
| into geekbozu-PersistantStorage # Conflicts: # src/systemtask/SystemTask.cpp | |||
| 2021-09-16 | resolve conflict in src/systemtask/Messages.h | Mark Russell | |
| 2021-09-16 | Revert "Merge upstream" | Mark Russell | |
| This reverts commit 1d43adcdfa7bd15ba45c0c9d7c59c0ff99176b9c. | |||
| 2021-09-16 | Merge upstream | Mark Russell | |
| 2021-09-16 | Fixes per Riksu9000's feedback | Mark Russell | |
| 2021-09-14 | Merge branch 'develop' into disable_notif_only | Riku Isokoski | |
| 2021-09-14 | Merge branch 'develop' into update_touch_driver | Riku Isokoski | |
| 2021-09-13 | Fixes based on code reviews (formatting, UI code) | Mark Russell | |
| 2021-09-13 | Merge branch 'develop' into disable_notif_only | Riku Isokoski | |
| 2021-09-13 | Merge branch 'refactor_adv' of https://github.com/evergreen22/InfiniTime ↵ | Jean-François Milants | |
| into evergreen22-refactor_adv # Conflicts: # src/components/ble/NimbleController.cpp | |||
| 2021-09-13 | Merge pull request #549 from hubmartin/pinmap | JF002 | |
| Put all duplicated GPIO pin definitions to a single file | |||
| 2021-09-13 | docs: Fix a few typos (#606) | Tim Gates | |
| * docs: Fix a few typos There are small typos in: - doc/versioning.md - src/components/ble/NimbleController.cpp - src/libs/mynewt-nimble/CODING_STANDARDS.md - src/libs/mynewt-nimble/docs/btshell/btshell_GAP.rst - src/systemtask/SystemTask.cpp Fixes: - Should read `milliseconds` rather than `miliseconds`. - Should read `unnecessary` rather than `uncesseray`. - Should read `target` rather than `tharget`. - Should read `project` rather than `projct`. - Should read `preferred` rather than `prefered`. - Should read `functioning` rather than `functionning`. - Should read `forever` rather than `forver`. - Should read `existing` rather than `exisiting`. | |||
| 2021-09-13 | Merge branch 'develop' into pinmap | hubmartin | |
| 2021-09-12 | Toggle notifications only, keep vibrations. | Riku Isokoski | |
| 2021-09-10 | Created basic alarm app | Mark Russell | |
| 2021-09-05 | Advertise fast for at least 30 secs then slow down | James A. Jerkins | |
| On power up, advertise aggressively for at least 30 seconds then switch to a longer interval to conserve battery life. This fast/slow pattern is designed to balance connection response time and battery life. When a disconnect event is received restart the fast/slow pattern. When a failed connect event is received, restart the fast/slow pattern. When the screen is activated and ble is not connected, restart the fast/slow pattern. This pattern is consistent with Apple's BLE developer standards (QA 1931). | |||
| 2021-08-30 | Merge remote-tracking branch 'upstream/develop' into timer_battery_reading | Riku Isokoski | |
| 2021-08-29 | WIP Refactor ble advertising | James A. Jerkins | |
| Refactor ble advertising based on ble standards and conventions. Changes are based on the bleprph example code, bluetooth docs, and nimble docs. | |||
| 2021-08-29 | Merge branch 'develop' into pinmap | hubmartin | |
| 2021-08-28 | Fix wake on tap/double tap. | Jean-François Milants | |
| 2021-08-28 | Merge branch 'develop' into update_touch_driver | Riku Isokoski | |
| 2021-08-28 | Merge branch 'develop' into timer_battery_reading | Riku Isokoski | |
| 2021-08-28 | Fix touchinfo typo in SystemTask. | Jean-François Milants | |
| 2021-08-28 | Merge branch 'twimaster_rework' of https://github.com/Riksu9000/InfiniTime ↵ | Jean-François Milants | |
| into Riksu9000-twimaster_rework # Conflicts: # src/systemtask/SystemTask.cpp | |||
| 2021-08-22 | Merge branch 'develop' into pinmap | hubmartin | |
| 2021-08-19 | Move Backup to the system task. | Tim Keller | |
| 2021-08-18 | Merge branch 'develop' into new_touch_handler | Riku Isokoski | |
| 2021-08-18 | Automatic error detection | Riku Isokoski | |
| 2021-08-17 | Merge branch 'develop' into update_touch_driver | Riku Isokoski | |
| 2021-08-14 | Merge branch 'develop' into timer_battery_reading | Riku Isokoski | |
| 2021-08-14 | Make battery reading periodic. Add events. Disable pullup | Riku Isokoski | |
| 2021-08-10 | Make diff smaller and revert some changes in DisplayApp | Riku Isokoski | |
| 2021-08-10 | Rework TouchHandler into not a task | Riku Isokoski | |
| 2021-08-10 | Only enable the bus when needed | Riku Isokoski | |
| 2021-08-03 | PinMap with namespace and constexpr | hubmartin | |
| 2021-08-02 | DRAFT: Put gpio pins to separate file | hubmartin | |
| 2021-08-01 | Remove leftover | Riku Isokoski | |
| 2021-08-01 | Improvements | Riku Isokoski | |
| 2021-08-01 | Merge branch 'develop' into HEAD | Riku Isokoski | |
| 2021-07-25 | Merge branch 'develop' into new_touch_handler | Riku Isokoski | |
| 2021-07-24 | Dim screen before sleep (#464) | Riku Isokoski | |
| * Implement dimming | |||
| 2021-07-23 | Merge branch 'develop' into new_touch_handler | Riku Isokoski | |
| 2021-07-22 | Make firmware updating more foolproof (#469) | Riku Isokoski | |
| * Make firmware updating more foolproof and fix bugs * No need to manually handle overflow * Make startTime TickType_t * Don't process TouchEvents::None * Fix sleep getting re-enabled issue more directly | |||
| 2021-07-18 | Update | Riku Isokoski | |
| 2021-07-15 | Fix touch wakeup and code cleanup | Riku Isokoski | |
| 2021-07-15 | Fix most issues | Riku Isokoski | |
| 2021-07-15 | New touch handler, with issues | Riku Isokoski | |
| 2021-07-14 | Merge branch 'develop' into update_touch_driver | Riku Isokoski | |
