594 Commits

Author SHA1 Message Date
Vishal
dd9e9a3c02 changed display filters and saving logic
displyed global feed.

and in incoming notifications, only showed notifications for follows.

In writing events, only writing follow's events. and the ones they interact with.

now all follows have a tick; no tick for defaults
v0.3.2-beta
2022-12-29 02:20:58 +05:30
Vishal
9085c8a64a two new scripts making use of stdin input 2022-12-29 02:16:20 +05:30
Vishal
2edf5bb361 added some unused code for isRelevant logic in writing to file 2022-12-28 21:18:49 +05:30
Vishal
97ed8ac742 fixed issue where names were printed only 4 chars long in direct room overview
set channel msgs printed to 18 , old default.
2022-12-28 21:06:02 +05:30
Vishal
009ca0a074 channel msgs =40 2022-12-28 20:28:55 +05:30
Vishal
7147d3f5f3 updated todos 2022-12-28 16:06:35 +05:30
Vishal
2cec5d16a2 Merge branch 'main' of https://github.com/vishalxl/nostr_console 2022-12-28 15:07:07 +05:30
Vishal
1bf4698ee4 when expanding mentions in case p or e is not found then ..
they are mentioned as the id ( p prefixed with @ and e prefixed with #)
2022-12-28 15:06:53 +05:30
Vishal
8b14d4c1e4
Update README.md 2022-12-28 14:56:55 +05:30
Vishal
5071c1f1e6 fix where notifications likes were messing up length
.. and getting shifted to left. By counting the newly inserted color string into the calculations.
2022-12-28 14:55:59 +05:30
Vishal
b19f7cd533
Update README.md 2022-12-28 14:16:56 +05:30
Vishal
e301e9b9bf improved and fixed mention expansion using replaceAllMapped
Previous logic was wrong in multiple ways. was only supporting till #[12] and was not supporting multiple mentions of same event. ( replaced it only once)
2022-12-28 11:18:06 +05:30
Vishal
ad9980b8dd fix with exe rename in yml 2022-12-28 05:07:58 +05:30
Vishal
0f2831ea32 rename exe for win in yml 2022-12-28 05:03:49 +05:30
Vishal
b8fee0331a removed include directive in yml 2022-12-28 04:49:11 +05:30
Vishal
354bcf3d32 version beta b with changes in yml matrix logic
removed old entries to build
2022-12-28 04:34:59 +05:30
Vishal
69e8d98cf3 matrix change build in yml 2022-12-28 04:13:04 +05:30
Vishal
3024266a9c
added matrix in yml 2022-12-28 04:12:38 +05:30
Vishal
3c8f8253e6 Update pubspec.yaml 2022-12-28 02:08:27 +05:30
Vishal
a9730143bb script variable name fix. no functional change 2022-12-28 01:54:00 +05:30
Vishal
6f33f44c85 minor fix to previous commit 2022-12-28 01:44:37 +05:30
Vishal
940218ee5b added arm64 for mac 2022-12-28 01:42:38 +05:30
Vishal
b8847cc465 minor tweaks in days fetched for others and channel events
+1
2022-12-28 01:37:10 +05:30
Vishal
8a3e38eab7
adding arm64
test
2022-12-28 01:35:59 +05:30
Vishal
a9b71b1140 fixed issue where a well known key's about me ...
.. name was appended with a tick if they edited their profile.
2022-12-28 01:00:34 +05:30
Vishal
6ac26f37b2
Update README.md 2022-12-27 17:40:11 +05:30
Vishal
c87be18bc1
Update README.md 2022-12-27 12:48:51 +05:30
Vishal
12a461c75c version a suffix 2022-12-27 12:44:39 +05:30
Vishal
44ffb62c05 added lightning prefix in profile adds 2022-12-27 12:41:35 +05:30
Vishal
e11c374d66 fixed issue where had to go to main menu from SN menu to get notifications
improved notification count and display with recent clipped-thread change
2022-12-27 12:08:30 +05:30
Vishal
141c8e2622
Update README.md 2022-12-27 00:49:42 +05:30
Vishal
88d21dc42c 0.3.1 v0.3.1-beta 2022-12-27 00:27:31 +05:30
Vishal
99ede3aa10 now lud06 and 16 both printed as qr code
added nostr.ch as relay for anigma sync, as its the default with anigma
2022-12-27 00:26:04 +05:30
Vishal
536c412173 improved on logic of printing fewer events per thread 2022-12-26 23:47:07 +05:30
Vishal
f8074d9d2a printed only 20 maximum events in a thread to reduce screen spam from long threads
renamed lnurl to lud06 which is what it is
2022-12-26 23:19:22 +05:30
Vishal
a64fd45409 printed lnurl if it exists as qr code 2022-12-26 20:23:52 +05:30
Vishal
27ce32bd1b displayed lud16 if people have it in their profile page 2022-12-26 20:09:55 +05:30
Vishal
0959c5019c fix for issue #49 by exiting if too many wrong menu input given
> 40 for now
2022-12-26 18:44:58 +05:30
Vishal
43b7e285ef no functional change
edited some crypto functions
2022-12-26 16:06:50 +05:30
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
fe131ecc89 improved 2 -> 5. better printing. and fixed white after reaction highlighted issue 2022-12-26 13:05:58 +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
a865b5c1c6 improved notifications in menu 2->3 2022-12-26 12:12:50 +05:30
Vishal
b2475dd9d0
Update README.md 2022-12-25 20:52:24 +05:30
Vishal
7e1e7bdf78 qr test fix v0.3.0-beta 2022-12-25 20:32:37 +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
Vishal
2d3533509e
Update README.md 2022-12-25 14:00:01 +05:30
Vishal
d79b14ebee improved ln qr generation. added --qrln flag 2022-12-25 13:51:28 +05:30
Vishal
85515771d5 sorted mutual follows list too in printProfile 2022-12-25 11:19:31 +05:30