Russell Schmidt
db8496b2e3
Fix updating data on existing nodes
...
Since 4bc1654 changed the defaults of the parameters to
update_node_info_in_db(), any call to that funciton that didn't specify
a value for chat_archived would cause chat_archived to be set to 0,
because 0 is not None, we wouldn't preserve the existing value stored in
the DB. Update to use None paramters so we can tell what the caller
specified and did not specify again.
2025-03-31 19:23:15 -05:00
pdxlocations
3be31698df
remove fox references
v1.2.3
2025-03-24 19:14:02 -07:00
pdxlocations
140d794213
Merge pull request #140 from rfschmid/fix-crash-sending-long-message
2025-03-18 10:28:38 -07:00
Russell Schmidt
8e6edf8e83
Fix crash sending long message
...
Don't move the input window itself when restoring the cursor to the
input window - just put the cursor there and refresh.
2025-03-18 11:58:00 -05:00
pdxlocations
c97942d35d
attribution
2025-03-17 16:54:50 -07:00
pdxlocations
b9cecaea31
config filepath cleanup
2025-03-17 16:25:26 -07:00
pdxlocations
4bc1654eed
fix noon bug ( #138 )
2025-03-11 10:28:06 -07:00
pdxlocations
ee5f2fa4d4
scroll arrows ( #137 )
2025-03-10 18:19:10 -07:00
pdxlocations
04381585ab
restore app settings
2025-03-08 18:40:01 -08:00
pdxlocations
3fc0495fb1
natural scrolling
2025-03-08 18:16:37 -08:00
pdxlocations
1ccd337b35
maybe fix noon bug
2025-03-08 12:30:28 -08:00
pdxlocations
02034e5821
bump version
v1.2.2
2025-03-07 16:54:39 -08:00
pdxlocations
6477d8aeea
Merge changes from control repo ( #136 )
...
* init
* working changes
* working changes
* changes
* working changes
2025-03-07 16:54:04 -08:00
pdxlocations
eb70e591ae
break out splash
2025-03-05 12:06:12 -08:00
pdxlocations
8190bdaafa
log force exit
2025-02-26 16:08:57 -08:00
pdxlocations
50c07827f1
Suppress errors from the console ( #135 )
...
* suppress console messages
* send errors to log
* stderr and stdout
2025-02-26 15:36:01 -08:00
pdxlocations
c43d014417
revert iface checks
2025-02-26 07:55:30 -08:00
pdxlocations
5f88d0e6fc
add some interface checks
2025-02-25 21:48:11 -08:00
pdxlocations
fac5c690ae
fix region set at boot
2025-02-25 21:30:44 -08:00
pdxlocations
aa8a66ef22
fix config overwrite option
2025-02-22 18:40:20 -08:00
pdxlocations
498be2c859
Merge pull request #133 from pdxlocations:don't-skip-lora-channel-num-2
...
Restore missing frequency slot to settings
2025-02-21 18:25:06 -08:00
pdxlocations
b086125962
new skip fields check
2025-02-21 18:24:19 -08:00
pdxlocations
f644b92356
use global interface in save
2025-02-20 22:32:17 -08:00
pdxlocations
3db44f4ae3
remove double writeconfig
2025-02-20 21:57:09 -08:00
pdxlocations
8c837e68a0
keep cursor in the input window ( #130 )
2025-02-18 22:30:42 -08:00
pdxlocations
5dd06624e3
do close interface after region set
2025-02-12 16:08:18 -08:00
pdxlocations
c83ccea4ef
use protubuf number when setting region
2025-02-12 15:27:33 -08:00
pdxlocations
d7f0bee54c
try setting region earlier
2025-02-12 15:22:02 -08:00
pdxlocations
fb60773ae6
don't close interface after region set
2025-02-12 15:18:58 -08:00
pdxlocations
47ab0a5b9a
bump version
v1.2.1
2025-02-09 22:09:59 -08:00
pdxlocations
989c3cf44e
add region check at startup ( #127 )
2025-02-09 22:09:15 -08:00
pdxlocations
71aeae4f92
add note in draw_node_list
2025-02-09 20:49:49 -08:00
pdxlocations
34cd21b323
Fix Startup Error with Thread Lock ( #126 )
...
* more excuses
* none isn't better than nothing
* more checks
* typo
* refactor
* less is more
* grasping at straws
* more global
* back up
* db snapshot
* try a threading lock
* fix conflict
* lock it down
* sir locks a lot
* sir locks a lilttle less
2025-02-09 06:46:42 -08:00
pdxlocations
e69c51f9c3
Another attempt to fix startup errors ( #125 )
...
* more excuses
* none isn't better than nothing
* more checks
* typo
* refactor
* less is more
* grasping at straws
* more global
* back up
* db snapshot
2025-02-08 15:57:54 -08:00
pdxlocations
3c3bf0ad37
rename enum to list
2025-02-08 13:23:30 -08:00
pdxlocations
804f82cbe6
where have all the nodes_pad gone?
2025-02-08 10:03:51 -08:00
pdxlocations
57042d2050
Maybe fix startup error (again) ( #124 )
...
* more excuses
* none isn't better than nothing
* more checks
* typo
* refactor
* less is more
2025-02-08 09:14:25 -08:00
pdxlocations
8342753c51
Merge pull request #123 from pdxlocations/fix-startup-error
...
Maybe Fix Startup Error
2025-02-07 22:18:58 -08:00
pdxlocations
5690329b06
notes
2025-02-07 22:11:53 -08:00
pdxlocations
a080af3e84
add logging
2025-02-07 21:50:14 -08:00
pdxlocations
dd11932a53
make sure nodes_pad exists legitely
2025-02-07 21:44:17 -08:00
pdxlocations
dae71984bc
make sure nodes pad is created
2025-02-07 21:01:06 -08:00
pdxlocations
3668d47119
define windows in resize
2025-02-07 20:49:38 -08:00
pdxlocations
fe3980bc5a
ok I'll stop
2025-02-07 20:23:47 -08:00
pdxlocations
9c380c18fd
maybe this
2025-02-07 20:19:26 -08:00
pdxlocations
30d14a6a9e
big test
2025-02-07 18:08:03 -08:00
pdxlocations
bbfe361173
morer testing
2025-02-07 18:03:10 -08:00
pdxlocations
0d6f234191
more testing
2025-02-06 23:10:01 -08:00
pdxlocations
16c8e3032a
fix startup error test
2025-02-06 23:06:19 -08:00
pdxlocations
611d59fefe
Merge pull request #120 from rfschmid/fix-receiving-traceroute-from-archived-node
2025-02-05 17:31:01 -08:00