Commit Graph

  • 2c09af33bd
    Merge 7c359ed11f into 4379466d1d kernelkind 2024-09-13 15:09:51 -0400
  • 7c359ed11f kind 6 repost impl kernelkind 2024-09-12 17:06:10 -0400
  • 417e4cfd11 wip flexible routing flexible-routing William Casarin 2024-09-11 19:43:41 -0700
  • b4a8cddc48 fix crash in selected columns William Casarin 2024-09-11 16:24:50 -0700
  • 37fbde1566 fix some rebase issues William Casarin 2024-09-11 16:24:43 -0700
  • 7fa7529a1d cargo update kernelkind 2024-09-10 15:05:09 -0400
  • aa82cb9fda fix flickering on account switch kernelkind 2024-09-10 14:52:32 -0400
  • 950a47119e implement stateful account management view kernelkind 2024-09-09 18:31:05 -0400
  • 3a9c7607f3 make AccountManagementView stateless kernelkind 2024-09-09 13:55:33 -0400
  • dda7256f51 add LoginState to app kernelkind 2024-09-07 21:06:30 -0400
  • ee0029268f add RoutableWidgetState conception kernelkind 2024-09-06 18:31:50 -0400
  • df4e331d33 narrowize account login view kernelkind 2024-09-06 19:43:12 -0400
  • 206112849d narrowize account management view kernelkind 2024-09-06 18:47:16 -0400
  • 52604e65c6 remove global popup conception kernelkind 2024-09-09 18:17:56 -0400
  • 3a5f725abe
    Merge 00091c5088 into 4379466d1d William Casarin 2024-09-11 22:49:39 +0000
  • 00091c5088 Switch to Columns columns William Casarin 2024-09-10 15:27:54 -0700
  • c887b042bc
    Merge e7f959b3ea into 4379466d1d Ken Sedgwick 2024-09-10 21:22:11 +0000
  • e7f959b3ea
    Read android args from config file on device Ken Sedgwick 2024-09-10 14:16:10 -0700
  • bdf206b7e6
    Merge 33238c1ee6 into 4379466d1d kernelkind 2024-09-10 19:32:33 +0000
  • 33238c1ee6 cargo update kernelkind 2024-09-10 15:05:09 -0400
  • da5429f1ba fix flickering on account switch kernelkind 2024-09-10 14:52:32 -0400
  • 6df330ecdc implement stateful account management view kernelkind 2024-09-09 18:31:05 -0400
  • bde76a0c5a make AccountManagementView stateless kernelkind 2024-09-09 13:55:33 -0400
  • 7edc2616ab add LoginState to app kernelkind 2024-09-07 21:06:30 -0400
  • c43a566416 add RoutableWidgetState conception kernelkind 2024-09-06 18:31:50 -0400
  • b7b1ee7b48 narrowize account login view kernelkind 2024-09-06 19:43:12 -0400
  • fd2d8abe49 narrowize account management view kernelkind 2024-09-06 18:47:16 -0400
  • a8745133b9 remove global popup conception kernelkind 2024-09-09 18:17:56 -0400
  • 4379466d1d android: launch with initial options master William Casarin 2024-09-09 16:08:41 -0700
  • 97ae6ed76b
    Merge 12cf21b2e4 into 772bfbad5f kernelkind 2024-09-07 12:33:26 -0700
  • 4a4fb06425 split is_mobile to is_narrow and is_oled William Casarin 2024-09-06 21:53:42 -0700
  • 772bfbad5f img: remove loading spinners William Casarin 2024-09-06 21:04:02 -0700
  • 8602650278 args: add datapath argument William Casarin 2024-09-06 21:03:33 -0700
  • c879982260 args: add --textmode William Casarin 2024-09-06 08:59:49 -0700
  • 12cf21b2e4 migrate thread subscriptions to generalized impl kernelkind 2024-09-04 15:02:31 -0400
  • d929ec532c initial generalization of threads multisub impl kernelkind 2024-09-04 15:01:00 -0400
  • 3a3b1ba3d0 temporarily use fork of nostrdb kernelkind 2024-09-04 15:01:41 -0400
  • 7fa18fa5f7 Merge 'Supply default timeline for mobile app if empty' (#285) William Casarin 2024-09-03 11:49:15 -0700
  • 989f88c989 fonts: add thai support William Casarin 2024-09-03 11:45:59 -0700
  • 55f6a94c18
    Supply default timeline for mobile app if empty Ken Sedgwick 2024-09-03 11:31:56 -0700
  • 01b9704415 appease clippy William Casarin 2024-09-03 11:25:48 -0700
  • efadd6153b arg: add -c universe column William Casarin 2024-09-03 11:18:32 -0700
  • ddba62df47 env: add some test npubs William Casarin 2024-09-03 11:12:50 -0700
  • c34227b5f7 arg: add -c profile{,:pubkey} arg column William Casarin 2024-09-03 11:12:02 -0700
  • 4fdbad0df8 fix bug where it was subscribing too many times William Casarin 2024-09-03 11:11:38 -0700
  • 043ccf2146 debug: add subid debugging William Casarin 2024-09-03 11:10:59 -0700
  • 2603d08d1a tidy: fix formatting notifications William Casarin 2024-09-02 18:31:53 -0700
  • ad9c8f959c columns: add --notifications{,:pubkey} argcolumn William Casarin 2024-09-02 18:29:21 -0700
  • ca09dc1675 filters: add limits to follow filters William Casarin 2024-09-02 18:16:22 -0700
  • 4c61c337bd fix transaction crash regression when opening thread William Casarin 2024-09-02 18:12:12 -0700
  • 6a989e388b Merge images support William Casarin 2024-09-02 17:56:18 -0700
  • fe7580f5be Extend ImageCache to handle content images images Ken Sedgwick 2024-09-02 14:26:19 -0700
  • 085c6f1992 build: updated num_enum to get around build problem Ken Sedgwick 2024-08-12 18:36:19 -0700
  • b00dc735e1 use slightly better carousel id William Casarin 2024-07-04 14:36:53 -0700
  • 0e4aad4184 initial image support William Casarin 2024-07-04 10:16:00 -0700
  • 036c257379 update image to 0.25 William Casarin 2024-07-04 10:13:23 -0700
  • 21c00a41e0 Merge contact list fetching William Casarin 2024-09-02 17:47:54 -0700
  • bc8a8d4a74 perf: coordinate unknown id lookups contact-lists William Casarin 2024-09-02 17:35:59 -0700
  • ad244d48c0 fetch contact lists William Casarin 2024-08-31 11:47:09 -0700
  • 9eeaf88ead
    Extend ImageCache to handle content images Ken Sedgwick 2024-09-02 14:26:19 -0700
  • 92e9e34e19 column: extract into_timeline logic into ColumnKind William Casarin 2024-08-31 08:15:09 -0700
  • db49cf3c4b tidy: move ColumnKind to its own file William Casarin 2024-08-31 08:08:17 -0700
  • 9a9342ad35 tidy: remove some crate:: namespaces William Casarin 2024-08-31 07:17:45 -0700
  • 5de78cef21 docs: fix comment in the wrong spot William Casarin 2024-08-30 10:44:37 -0700
  • a051760fd9 contacts: fix hashtags in filter_from_tags William Casarin 2024-08-30 10:39:43 -0700
  • 2ea6473ae2 refactor: move args to its own file William Casarin 2024-08-30 10:37:37 -0700
  • 71259a8dd5 timeline: initial contact queries William Casarin 2024-08-30 08:44:49 -0700
  • 11ede2086f cli: add --pub support for watchonly accounts William Casarin 2024-08-30 08:52:32 -0700
  • dd60d03407 filter: create filter from contact list William Casarin 2024-08-30 07:11:14 -0700
  • ea547a3497 tidy: move parse_args to Args::parse William Casarin 2024-08-30 07:17:36 -0700
  • ae6c05ab42 tidy: organize bools William Casarin 2024-08-30 06:29:51 -0700
  • 21fd57f2c5 nostrdb: bump version William Casarin 2024-08-30 07:17:24 -0700
  • 5018964873
    build: updated num_enum to get around build problem Ken Sedgwick 2024-08-12 18:36:19 -0700
  • 372fcf8d82
    use slightly better carousel id William Casarin 2024-07-04 14:36:53 -0700
  • da09318f12
    initial image support William Casarin 2024-07-04 10:16:00 -0700
  • def4391276
    update image to 0.25 William Casarin 2024-07-04 10:13:23 -0700
  • f0715ff142
    Merge ecc2d7389d into bf34175560 hellodword 2024-08-28 10:53:33 -0700
  • 2edf599a9f
    Merge ed4b576376 into bf34175560 kernelkind 2024-08-28 10:34:00 +0200
  • bf34175560 time: add future timestamp formatting William Casarin 2024-08-27 14:09:14 +0300
  • ad37602e0e Merge 'Fix global.json' William Casarin 2024-08-27 14:08:37 +0300
  • 54526a8f55 log: track virtual list splices William Casarin 2024-08-27 13:50:38 +0300
  • 9141d951d1 fixed global.json kernelkind 2024-08-22 20:29:49 -0400
  • 4ff30304e1 fix android build William Casarin 2024-08-21 07:48:56 +0300
  • cf14c6dfd2 flag to disable since optimization William Casarin 2024-08-21 07:48:45 +0300
  • 9b4093cd41 update to latest nostrdb version William Casarin 2024-08-21 06:59:27 +0300
  • 1f149aec3b fix clippy warnings threads remote-subs William Casarin 2024-08-19 21:19:39 -0700
  • 973a7c780f thread: remote subscriptions working William Casarin 2024-08-19 21:12:02 -0700
  • 9328ef2dff remove duplicate filter types William Casarin 2024-08-04 10:40:59 -0700
  • 8c458f8f78 Merge initial threads William Casarin 2024-08-16 11:51:42 -0700
  • ed4b576376 initial definitions kernelkind 2024-06-26 14:10:47 -0400
  • 579b47fc40 selectable text option William Casarin 2024-08-12 13:26:29 -0700
  • f769ddad09 fix threads William Casarin 2024-08-06 14:38:21 -0700
  • 51b4dfd3f3 temp fix crash due to race condition William Casarin 2024-08-03 11:34:06 -0700
  • be0efd57e5 bump ingester threads from 2 to 4 William Casarin 2024-08-03 11:33:40 -0700
  • 3cbcd98dd4 arg: add dbpath argument William Casarin 2024-08-03 11:32:56 -0700
  • 0869cdde65 temp fix crash due to race condition William Casarin 2024-08-03 11:34:06 -0700
  • ce5142656e bump ingester threads from 2 to 4 William Casarin 2024-08-03 11:33:40 -0700
  • abd529e91b arg: add dbpath argument William Casarin 2024-08-03 11:32:56 -0700
  • de5039fc65 fix bech32 bug bleh William Casarin 2024-08-01 14:10:19 -0700
  • 6e27c34267 update nostrdb to fix note corruption bug William Casarin 2024-08-01 13:44:28 -0700