Dan Ballard dan
  • Joined on 2018-02-25
dan created branch macos-3.10 in cwtch.im/cwtch-ui 2023-05-28 17:04:59 +00:00
dan pushed to macos-3.10 at cwtch.im/cwtch-ui 2023-05-28 17:04:59 +00:00
e291ed290e build updates for macos flutter 3.10
dan commented on pull request cwtch.im/autobindings#29 2023-05-25 02:09:43 +00:00
Update connectivity. Delay tor connection until the end of setup

Can we handle error? can ErrorACN have an alt constructor that takes an error string, so we can create a new one with the error, swap it in, and update status, so user can try hitting reset ACN again possibly?

dan commented on pull request cwtch.im/autobindings#29 2023-05-25 02:08:10 +00:00
Update connectivity. Delay tor connection until the end of setup
		`application.QueryACNStatus()` as well
dan commented on pull request cwtch.im/autobindings#29 2023-05-24 20:38:34 +00:00
Update connectivity. Delay tor connection until the end of setup

also application.QueryACNStatus() probably

dan commented on pull request cwtch.im/autobindings#29 2023-05-24 20:38:34 +00:00
Update connectivity. Delay tor connection until the end of setup

delete?

dan commented on pull request cwtch.im/autobindings#29 2023-05-24 20:38:34 +00:00
Update connectivity. Delay tor connection until the end of setup

we've already loaded settings above and this is operating in a seperate thread. i guess the globalSettings will be shaddowed but then the SettingsFile.WriteGlobalSettings(globalSettings) seems like a bad choice, this isnt the authoritative thread? also what would cause the settings to change here in this much smaller scope? should buildACN no longer return settings since I think that was just historical necesity but then we moved settings into app anyways?

dan approved openprivacy/connectivity#43 2023-05-24 19:17:33 +00:00
Fix errorAcn reference issues + add support for Tor specific shared library path

just add a note about TOR_LD_LIBRARY_PATH to the README

dan approved cwtch.im/cwtch-ui#676 2023-05-23 18:08:37 +00:00
Add Support for Swedish and Swahili
dan created pull request cwtch.im/cwtch-ui#677 2023-05-22 19:55:45 +00:00
windows fixes: especially new version of win toast
dan created branch win-fixes in cwtch.im/cwtch-ui 2023-05-22 19:54:51 +00:00
dan pushed to win-fixes at cwtch.im/cwtch-ui 2023-05-22 19:54:51 +00:00
471ab96743 windows fixes: especially new version of win toast
dan commented on issue cwtch.im/cwtch-ui#436 2023-05-22 19:52:06 +00:00
Windows shortcut causes problems at startup

it works for me but I do see the StartIn directory referencing the .exe

https://stackoverflow.com/questions/973469/how-do-i-change-the-start-in-path-of-a-shortcut-for-nsis

suggests we use…

dan commented on pull request cwtch.im/cwtch-ui#674 2023-05-18 20:58:16 +00:00
Small UI Fixes / Font Styles / Abstractions

then delete the commented out version of this below

dan commented on pull request cwtch.im/cwtch-ui#674 2023-05-18 20:58:16 +00:00
Small UI Fixes / Font Styles / Abstractions

would it also make sense to move the antispam check into here?

dan approved cwtch.im/autobindings#28 2023-05-16 23:26:36 +00:00
Upgrade Cwtch