~hdasch

Southern California, USA

https://www.ccss.com/

~hdasch/Faux-Snikket

Last active 7 months ago

~hdasch/gl-bluetooth-devel

Last active 3 years ago

~hdasch/gl-bluetooth-discuss

Last active 3 years ago

~hdasch/gl-bluetooth-announce

Last active 3 years ago
View more

Recent activity

Welcome to the Faux-Snikket project 7 months ago

From to ~hdasch/Faux-Snikket

Questions, patches, and problem reports welcome.

Re: Cheogram Android continues ringing after call rejection 1 year, 1 month ago

From Hugh Daschbach to ~singpolyma/dev

Should have mentioned, app version 2.12.8-2-41-gecc6b1e+free.
OS: CalyxOS 4.14.1 (Android 13)
Phone: Pixel 4a (5G)

Cheers,
Hugh

Hugh Daschbach <hdasch@ccss.com> writes:

> I believe I have seen this issue described on
> discuss@conference.soprani.ca.  It does not seem a significant issue,
> but I have encountered it a couple times.  So I thought I would pass
> along some logs.
>

Cheogram Android continues ringing after call rejection 1 year, 1 month ago

From Hugh Daschbach to ~singpolyma/dev

I believe I have seen this issue described on
discuss@conference.soprani.ca.  It does not seem a significant issue,
but I have encountered it a couple times.  So I thought I would pass
along some logs.

The first log is just what the app captured and saved in Download/Cheogram/calls.
The second log is logcat output from a bit before the call until after
final disposition.

Here's the sequence of events as best as I recall:

- Left the phone on my desk, wandered away
- On return the phone was ringing
- Pressed a volume button to disable ringing

[Pull request] Minor nit in custom theme management 1 year, 8 months ago

From Hugh Daschbach to ~singpolyma/dev

Fix ArrayIndexOutOfBoundsException at ColorResourcesTableCreator.java:616.
Details and stack trace in commit message.

The following changes since commit 3737b013f03bad59b54e04b62aaedc33d62c5aa5:

  Tags haven't been "read-only" for awhile (2023-03-23 18:42:02 -0500)

are available in the Git repository at:

  git@git.sr.ht:~hdasch/cheogram-android color-resources

for you to fetch changes up to bdafe2ca8f95fc8702d07008838140f09191bf1d:

  Fix ColorResourcesTableCreator creation exception. (2023-03-23 23:57:37 -0700)
[message trimmed]

Re: Pull request: Resolve "Failed to inflate ..." warnings. 1 year, 8 months ago

From to ~singpolyma/dev

Stephen Paul Weber <singpolyma@singpolyma.net> writes:

>>for you to fetch changes up to d19265d8c7cf02fb1342dc5989a8b715dca436f2:
>>
>>  Resolve "Failed to inflate ..." warnings. (2023-03-14 16:18:30 -0700)
>>
>>diff --git a/src/main/res/layout/account_row.xml b/src/main/res/layout/account_row.xml
>>index 2a0a0f719..863bd7124 100644
>>--- a/src/main/res/layout/account_row.xml
>>+++ b/src/main/res/layout/account_row.xml
>>@@ -16,6 +16,7 @@
>>             android:layout_height="48dp"
>>             android:layout_alignParentLeft="true"
>>             android:contentDescription="@string/account_image_description"

Re: Feature request: Import SMS/MMS messages into Cheogram database 1 year, 8 months ago

From to ~singpolyma/dev

The following changes since commit 1a02bcb96ce418793b7a09391d5d423ff8eb4183:

  Allow files/images in replies (2023-03-11 22:38:16 -0500)

are available in the Git repository at:

  git@git.sr.ht:~hdasch/cheogram-android sms-import

for you to fetch changes up to 976660265ea76b970e4e51dc893a298ae398107d:

  Import SMS messages: launch ImportSmsActivity. (2023-03-14 20:15:50 -0700)

----------------------------------------------------------------
Hugh Daschbach (3):
[message trimmed]

Pull request: Resolve "Failed to inflate ..." warnings. 1 year, 8 months ago

From to ~singpolyma/dev

The following changes since commit cdec63d96b6c7262a28fd03a322e524527e33261:

  Do not include fallback quote on direct reply (2023-03-14 14:14:06 -0500)

are available in the Git repository at:

  git@git.sr.ht:~hdasch/cheogram-android shapeable-view-warnings

for you to fetch changes up to d19265d8c7cf02fb1342dc5989a8b715dca436f2:

  Resolve "Failed to inflate ..." warnings. (2023-03-14 16:18:30 -0700)

----------------------------------------------------------------
Hugh Daschbach (1):
[message trimmed]

[PATCH slidge] Fix signal socket parameter name. 1 year, 10 months ago

From Hugh Daschbach to ~nicoco/public-inbox

---
 docs/source/admin/signal.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/source/admin/signal.rst b/docs/source/admin/signal.rst
index f850a5b..ac1b686 100644
--- a/docs/source/admin/signal.rst
+++ b/docs/source/admin/signal.rst
@@ -8,5 +8,5 @@ running slidge must have the permission to access its socket.
  If you installed slidge and signald with apt/dpkg, add the slidge user to the signald group
  to ensure proper permissions.

Launch slidge with ``--socket /path/to/signald.sock`` (defaults to ``/signald/signald.sock``, which
Launch slidge with ``--signald-socket /path/to/signald.sock`` (defaults to ``/signald/signald.sock``, which
[message trimmed]

[PATCH] Normalize JID representation in Roster references. 2 years ago

From Hugh Daschbach to ~nicoco/public-inbox

---
 docs/source/user/plugins/discord.rst    | 2 +-
 docs/source/user/plugins/facebook.rst   | 2 +-
 docs/source/user/plugins/hackernews.rst | 4 ++--
 docs/source/user/plugins/signal.rst     | 2 +-
 docs/source/user/plugins/skype.rst      | 4 ++--
 docs/source/user/plugins/steam.rst      | 2 +-
 docs/source/user/plugins/telegram.rst   | 4 ++--
 7 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/docs/source/user/plugins/discord.rst b/docs/source/user/plugins/discord.rst
index 60ad90c..e1d17af 100644
--- a/docs/source/user/plugins/discord.rst
+++ b/docs/source/user/plugins/discord.rst
[message trimmed]

[PATCH v2] Heartrate not updated after initial connect. 3 years ago

From Hugh Daschbach to ~hdasch/gl-bluetooth-devel

Broken by 30eca31.
---
No, that is still wrong.  It is glbthr-heart-rate that could be nil.

Fix a docstring function reference while we are at it.

 glbt-heartrate.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/glbt-heartrate.el b/glbt-heartrate.el
index d62cb14..88b9bd4 100644
--- a/glbt-heartrate.el
+++ b/glbt-heartrate.el
@@ -381,7 +381,7 @@ https://www.bluetooth.com/specifications/specs/."
[message trimmed]