~hdasch

Southern California, USA

https://www.ccss.com/

~hdasch/gl-bluetooth-devel

Last active 2 years ago

~hdasch/gl-bluetooth-discuss

Last active 2 years ago

~hdasch/gl-bluetooth-announce

Last active 2 years ago
View more

Recent activity

[Pull request] Minor nit in custom theme management 6 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. 6 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 6 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. 6 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. 8 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. 1 year, 13 days 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. 2 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]

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

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

Broken by 30eca31.
---
 glbt-heartrate.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/glbt-heartrate.el b/glbt-heartrate.el
index d62cb14..0ff7ac0 100644
--- a/glbt-heartrate.el
+++ b/glbt-heartrate.el
@@ -381,7 +381,7 @@ https://www.bluetooth.com/specifications/specs/."
        (glbt-debug "glbthr--handle-characteristic-changes: lost contact with %S"
                    path)
        (alert "Heart rate sensor contact lost."))
      (when (and hr (= 0 glbthr-heart-rate))
[message trimmed]

[PATCH v2] Demonstrate that I can use git send-mail 2 years ago

From Hugh Daschbach to ~sircmpwn/email-test-drive

---
 hugh | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 hugh

diff --git a/hugh b/hugh
new file mode 100644
index 0000000..66cb3d4
--- /dev/null
+++ b/hugh
@@ -0,0 +1 @@
I have successfully used git send-email!
-- 
2.31.1
[message trimmed]

[PATCH] Demonstrate that I can use git send-mail 2 years ago

From Hugh Daschbach to ~sircmpwn/email-test-drive

---
 hugh | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 hugh

diff --git a/hugh b/hugh
new file mode 100644
index 0000000..b4380e4
--- /dev/null
+++ b/hugh
@@ -0,0 +1 @@
I'm about to try git send-email!
-- 
2.31.1
[message trimmed]