Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Persist pair and bring back SMS chatty notifications (#79)
* add 'keep paired' checkbox button (not functional) * Getting persistant pairing working (#64) * persistent pairing * Minor ui tweak * sync persist-pair with what's in main (#76) * Add complete dependency list on Ubuntu (#55) In order to figure this out (and make sure I was correct) I used a Docker container. By design it's awkward to support dbus & bluetooth from within a container, so totally understandable if you'd prefer to not include the Dockerfile in the repo. I managed to get the app to run and print out "Bluetooth is disabled" which exercises a decent bit of the code. If this is helpful, it could be the start of some light CI/GitHub workflows to run some testing for PRs. Co-authored-by: Alex R <[email protected]> * change app-id to com.github.alexr4535.siglo for flathub * update manifest for flathub * bump tag * Update com.github.alexr4535.siglo.json * add python3-modules.json * reference python3-requests in manifest * prepare for next release * use --system-talk-name to specify dbus name * Install the required Python packages in the Flatpak manifest (#61) * Prepare for next release * Appdata: Add missing XML tags required by flathub * Appdata: Add screenshot required by flathub * bump version for next release * fix typo * bump version for next release * bump version for next release * Appdata: fix screenshot URL required by flathub * bump version for next release * Adding custom form_factor values (#67) This should make Siglo show up in the PureOS Store on the Librem 5 * Adding X-Purism-FormFactor (#66) This should help with showing up on the main app launcher of Phosh > 0.12. For details read https://linmob.net/phosh-0-12-app-drawer/ * Fix metadata file (#68) Fixes #65 * Bump version for next release * Fix crash without network access (#69) This allows Siglo to start when internet access is not available, either because the user is outside service or the flatpak permission has been disabled. Co-authored-by: undef <[email protected]> * Add requirements section and flathub install instructions * Version Bump Co-authored-by: Joe Smith <[email protected]> Co-authored-by: Jordan Williams <[email protected]> Co-authored-by: 1peter10 <[email protected]> Co-authored-by: TheEvilSkeleton <[email protected]> Co-authored-by: Undef-a <[email protected]> Co-authored-by: undef <[email protected]> * Notifications service into persist-pair branch (#77) * Add complete dependency list on Ubuntu (#55) In order to figure this out (and make sure I was correct) I used a Docker container. By design it's awkward to support dbus & bluetooth from within a container, so totally understandable if you'd prefer to not include the Dockerfile in the repo. I managed to get the app to run and print out "Bluetooth is disabled" which exercises a decent bit of the code. If this is helpful, it could be the start of some light CI/GitHub workflows to run some testing for PRs. Co-authored-by: Alex R <[email protected]> * change app-id to com.github.alexr4535.siglo for flathub * update manifest for flathub * bump tag * Update com.github.alexr4535.siglo.json * add python3-modules.json * reference python3-requests in manifest * prepare for next release * use --system-talk-name to specify dbus name * Install the required Python packages in the Flatpak manifest (#61) * Prepare for next release * Appdata: Add missing XML tags required by flathub * Appdata: Add screenshot required by flathub * bump version for next release * fix typo * bump version for next release * bump version for next release * Appdata: fix screenshot URL required by flathub * bump version for next release * Adding custom form_factor values (#67) This should make Siglo show up in the PureOS Store on the Librem 5 * Adding X-Purism-FormFactor (#66) This should help with showing up on the main app launcher of Phosh > 0.12. For details read https://linmob.net/phosh-0-12-app-drawer/ * Fix metadata file (#68) Fixes #65 * Bump version for next release * Add notification service This allows notifications to be sent from the standard application rather than only through the daemon. This version should be more stable as it includes the connection improvments of the main Siglo application. Co-authored-by: Joe Smith <[email protected]> Co-authored-by: Jordan Williams <[email protected]> Co-authored-by: 1peter10 <[email protected]> Co-authored-by: TheEvilSkeleton <[email protected]> Co-authored-by: undef <[email protected]> * Revert "Notifications service into persist-pair branch (#77)" (#78) This reverts commit 3f2084c. * fixup dbus monitoring for chatty notifications * Daemon: remove deprecated dbus eavesdropping * stopping the daemon disconnects the device * update systemd file * remove my old deprecated pair switch * Revert "remove my old deprecated pair switch" This reverts commit 62fc823. * remove deprecated pair switch * remove deprecated time sync button * remove deprecated scan functions * delete deprecated scan functions * delete deprecated deploy_type stuff * fix battery and firmware version * keep paired toggle starts the daemon * make pair switch work with daemon * keep paired until siglo opens again Co-authored-by: Konstantin Quillfeldt <[email protected]> Co-authored-by: Joe Smith <[email protected]> Co-authored-by: Jordan Williams <[email protected]> Co-authored-by: 1peter10 <[email protected]> Co-authored-by: TheEvilSkeleton <[email protected]> Co-authored-by: Undef-a <[email protected]> Co-authored-by: undef <[email protected]> Co-authored-by: Alex Robinson <[email protected]>
- Loading branch information