Vishal
9abe554bd5
Improved menu options 2-5 and 2-6
...
and used the same functions ( which now accept array of pubkeys)
2022-12-26 15:28:24 +05:30
Vishal
b6144c1bf4
made treeSelectorRepliesAndLikes more generic
...
which can be invoked with set of pubkeys. to be used with follows too.
2022-12-26 13:57:44 +05:30
Vishal
e7658a949d
in menu 2->7 word search, now events can be searched by..
...
.. fewer letters, minimum 6 only. it was full event id before.
2022-12-26 12:38:31 +05:30
Vishal
6e05556513
latest shown for only 6 hours
...
* notifications shown for minimum 24 hours
* other minor improvements related to qr code, tree ui in menu function,
* added :- with ln qr so qr is printed on next line, otherwise it wasn't due to some whitespace trim
* --width will override LN qr width change
2022-12-25 20:25:08 +05:30
radixrat
a14ad29699
add sort to userprofile, makes it easier to view
2022-12-24 20:11:26 -05:00
Vishal
74f085b616
minor changes
...
updated defaults list
2022-12-25 03:37:09 +05:30
Vishal
62d838edb5
improved check mark display
...
names were cut where they didn't needed to be cut.
2022-12-25 02:07:31 +05:30
Vishal
ffa1833ae4
added valid check mark in default users names
...
based on well known hex pubkeys of such accounts.
2022-12-24 22:08:01 +05:30
Vishal
f913f97ed8
added two more relays, reduced call for default pubkeys
2022-12-24 12:06:44 +05:30
Vishal
91fa45a8c6
reduced events fetched
...
.. to about 30k for my own username.
This reduces connection which seems to improve relay response.
added file user.dart with mostly old code.
2022-12-23 20:08:41 +05:30
Vishal
922377a4e4
added 500 ms delay after kind 1 send
...
added ln to qr code but did not use it.
commented out re-broadcast section.
2022-12-22 18:42:54 +05:30
Vishal
91ddb3911b
improved fetching or requests
...
added zbd relay and more
added more default initial users to fetch
2022-12-22 06:58:02 +05:30
Vishal
6264eb35a8
enc invite ui fix
2022-12-08 00:39:05 +05:30
Vishal
6d5cbde5f4
added t tag to messages with #tags
2022-12-05 11:57:34 +05:30
Vishal
49d8847105
created tag rooms
2022-12-05 10:12:16 +05:30
Vishal
6b00b899b6
updated test cases and test data file
2022-12-04 18:51:43 +05:30
Vishal
018bd585db
added location tag support
...
events with same location tags gets clubbed into same channels
2022-12-04 18:42:07 +05:30
Vishal
f8126c4c73
supported location tag only in kind 1
...
and kind 7 reaction
2022-12-04 14:38:43 +05:30
Vishal
c9bea5ea19
minor profile ui improvement
2022-12-03 17:52:19 +05:30
Vishal
18d00479bf
minor ui improvements in menus
2022-12-02 00:25:39 +05:30
Vishal
35383f4210
var rename
2022-12-01 20:54:27 +05:30
Vishal
cfa9a817e6
fixed print profile code
2022-11-30 14:02:22 +05:30
Vishal
1e80669450
improved sn display
2022-11-30 12:13:39 +05:30
Vishal
56b92328c6
improved enc ui
2022-11-30 11:51:26 +05:30
Vishal
c692f13bd3
increased ininital delay and improved print ui for enc groups
2022-11-30 11:21:11 +05:30
Vishal
fde809dfd4
fixing notifications
2022-11-30 04:19:43 +05:30
Vishal
24c83ce45f
still fixing notifications
2022-11-30 02:24:26 +05:30
Vishal
c80a60fa45
same as previous
2022-11-30 01:44:33 +05:30
Vishal
bb644103f7
fixed notifications
...
likely erred in last few commits
2022-11-30 01:41:52 +05:30
Vishal
71b6bca9ac
Improved notifications
2022-11-30 01:23:01 +05:30
Vishal
1f5db4c358
Improved initial notifications printing
2022-11-30 00:26:42 +05:30
Vishal
f9dd59e9bb
printed fewer direct rooms for better ui
...
and added menu for all
2022-11-29 22:37:06 +05:30
Vishal
09eb3c2849
help text improved
2022-11-29 22:14:04 +05:30
Vishal
c1a6901e0b
enc channel menu impromvents
...
mostly code improvements
2022-11-29 19:32:28 +05:30
Vishal
3956e95beb
removed debug printfs and whitespac etc
2022-11-28 16:26:43 +05:30
Vishal
fe69a6503a
more code moved to utils.dart
2022-11-28 15:42:25 +05:30
Vishal
f1ab310630
added utils.dart
...
moved string related and other such code to utils.dart
2022-11-28 12:09:37 +05:30
Vishal
d316b78198
fixed issues that made channels not update properly when created
2022-11-28 03:56:57 +05:30
Vishal
f77e02840e
changed menu ordering for profile print
...
and removed unnecessary asserts which were giving unneeded issues when run with --enable-asserts
2022-11-28 01:35:41 +05:30
Vishal
531ea1f649
added test case for qr code
2022-11-27 20:33:53 +05:30
Vishal
7594939571
reduced size of qr code
...
still seen to work with nostrylus.vercel.app
2022-11-27 20:12:34 +05:30
Vishal
83d05c2721
printed qr code for user pubkey in profile print
...
can be read from nostrylus in both white/black font combo.
2022-11-27 14:18:35 +05:30
Vishal
a5e320cf72
default without argument invocation now possible with no pubkey
2022-11-27 01:39:39 +05:30
Vishal
32bc7d2bc0
used kind 104 to send shared secret for kind 14x
...
also internally improved logic that encrypted channels internal structures are created by first looking at kind 104 (secret kind id)
mentioned version 0.1.9-beta
2022-11-25 19:26:12 +05:30
Vishal
03317a1dfa
info text improvement
2022-11-24 21:03:43 +05:30
Vishal
a1014f9c1a
added cls and improved ui related to word search
2022-11-24 19:08:34 +05:30
Vishal
8f7b7b03e2
added new social network menu
2022-11-24 18:20:31 +05:30
Vishal
1065cb3b70
processed events, added delay, after sending kind 1 post
...
and improved option 6 -> 9 print info
2022-11-23 13:42:54 +05:30
Vishal
5a35516bd4
printed more info for nip05 list
...
and for multiple users printed
2022-11-22 13:02:19 +05:30
Vishal
bc64b202f4
improved info printed if more than one account is listed
...
added about info
2022-11-22 12:17:08 +05:30