Commit Graph

  • 9a2af39be7 Implement downloading pictures to local cache and opening them from there. sqlite VikingKong 2023-05-12 00:41:33 +0300
  • 2564246126 Implement fetching Reddit comments via API instead of parsing HTML. VikingKong 2023-05-10 21:59:37 +0300
  • bee2e4cb82 - Implement fetching 100 items per category any time. - Implement display read articles as blue. VikingKong 2023-03-31 21:52:40 +0300
  • 84c17ad553 - Disable marking feed as read on Favorites. - Display feed names as bold in Category View. VikingKong 2023-03-29 19:05:08 +0300
  • 449db3dff7 - Switch to Category View when all feeds are read. - Fix error 302 on loading comments from Reddit. - Display the name of the feed when in the Category View. - Some refactoring. VikingKong 2023-03-28 21:45:25 +0300
  • ac2c76541f Optimize downloading content from server. VikingKong 2023-03-17 00:20:59 +0300
  • 1cc83ddd2d Add requirements.txt VikingKong 2023-03-16 21:52:05 +0300
  • f51be81361 Fix not fetching all articles on initial sync. VikingKong 2023-02-22 23:54:20 +0300
  • cef3a76618 Implement toogling articles starred. VikingKong 2023-02-16 22:41:48 +0300
  • b1e382ad89 Implement fetching and displaying Favorites. VikingKong 2023-01-11 20:42:47 +0300
  • bc0beb12c9 - Fix a bug when updating feeds. - Implement marking categories and feeds as read. VikingKong 2023-01-10 19:14:50 +0300
  • cbf2f5ca13 Fix bugs on toggling articles read/unread. VikingKong 2023-01-09 18:23:49 +0300
  • 6bea11da2b - Implement displaying read articles. - Implement toggling a single article read/unread. VikingKong 2022-12-28 20:04:21 +0300
  • c5a2c45c9a Implement refreshing the content. VikingKong 2022-12-27 21:17:46 +0300
  • a43c213115 - Implement rendering articles from the DB. - Implement loading Reddit comments by "c" button. VikingKong 2022-12-22 20:52:30 +0300
  • cc2fc54fd3 - Implement creating and filling articles and links tables. - Implement initial loading of the content. - Implement browsing categories and feeds using the DB. VikingKong 2022-12-21 21:00:16 +0300
  • 1c6182251e - Implement creating categories and feeds tables. - Implement filling categories and feeds tables with data. VikingKong 2022-12-20 18:19:08 +0300
  • 53c4958ff3 Use config.yml from ~/.config/inomnibus folder master VikingKong 2022-12-20 15:59:33 +0300
  • 517ab557db Implement processing links with href or src attributes. VikingKong 2022-12-19 17:27:09 +0300
  • 29fceab613 Suppress writing to nohup.out when invoking external apps. VikingKong 2022-12-15 20:11:59 +0300
  • ecaeabf541 - Add youtu.be to streaming videos list. - Make feh and mpv run independently of the program. VikingKong 2022-12-14 21:12:46 +0300
  • 78e2b672b5 Fix some bugs in fetching Reddit comments. VikingKong 2022-12-14 18:46:46 +0300
  • 104be86a54 - Implement sorting categories, feeds and articles lists by time - Implement watching YouTube and Odysee videos via mpv + yt-dlp - Implement displaying comments from Reddit VikingKong 2022-12-13 22:04:50 +0300
  • 50c9aa97c5 - Remove footer. - Implement displaying the list of articles href-links. - Implement displaying pictures in feh. VikingKong 2022-12-12 21:54:00 +0300
  • 07972026c4 - Implement displaying names of feeds and categories on top of the Articles View. - Some minor refactoring. - Implement logger. VikingKong 2022-12-08 20:51:48 +0300
  • abf1a5dc0d Implement displaying feeds and articles dates. VikingKong 2022-12-06 20:42:48 +0300
  • 89e74508e6 Implement smooth async scrolling through the categories. VikingKong 2022-12-05 20:54:41 +0300
  • 422365724e Implement Footer. Implement fetching articles on start. VikingKong 2022-12-01 19:53:21 +0300
  • 82997192b3 - Implement fetching all articles and the splashscreen - Move scrolling to the Article class - Implement displaying current page and the number of pages in the article title VikingKong 2022-11-30 18:18:02 +0300
  • d17dd66c44 The first try of implementing fetching all articles at once and a splash screen. VikingKong 2022-11-29 21:52:49 +0300
  • 788b8bf39a Implement per-screen scrolling of articles. VikingKong 2022-11-28 19:31:54 +0300
  • dae29f9fd6 Implement displaying and rendering article texts. VikingKong 2022-11-25 19:17:14 +0300
  • a0dd71637f - Implement fetching articles by categories. - Implement displaying articles by categories and by feeds. VikingKong 2022-11-24 01:29:05 +0300
  • 06bd2ef61a Implement fetching categories, feeds and unread counts and displaying them in the left pane VikingKong 2022-11-22 22:05:22 +0300
  • ccab047c7c - Implement switching from categories to feeds. - Implement switching between panes back and forth. VikingKong 2022-11-20 21:04:59 +0300
  • 2794aebde5 Implement two listboxes with j/k navigation and switching between them VikingKong 2022-11-17 21:42:40 +0300
  • e9483c2053 Switch to urwid. Implement listbox with j/k navigation, adding and removing items VikingKong 2022-11-15 19:04:17 +0300
  • c72f35a27a Implement j/k navigation, clearing DataTable and getting current cell value VikingKong 2022-11-09 23:24:35 +0300
  • 7fd487058d Change Vertical to DataTable VikingKong 2022-11-09 16:19:35 +0300
  • 390c393b0c Implement feed and article panes and j/k keybindings VikingKong 2022-11-08 22:41:21 +0300
  • 5c2e5ca6aa Initial commit VikingKong 2022-11-07 21:46:27 +0300