]> uap-core.de Git - rssreader.git/log
rssreader.git
2 months agoremember previously selected group in the new feed dialog
Olaf Wintermann [Sat, 6 Sep 2025 12:31:22 +0000 (14:31 +0200)]
remember previously selected group in the new feed dialog

2 months agofix wrong contentLength in WebView.loadContent()
Olaf Wintermann [Sat, 6 Sep 2025 12:02:34 +0000 (14:02 +0200)]
fix wrong contentLength in WebView.loadContent()

2 months agofix broken updateFeedReadState query
Olaf Wintermann [Sat, 6 Sep 2025 11:45:03 +0000 (13:45 +0200)]
fix broken updateFeedReadState query

2 months agoadd db_version table
Olaf Wintermann [Fri, 5 Sep 2025 16:51:05 +0000 (18:51 +0200)]
add db_version table

2 months agofix database connection cleanup
Olaf Wintermann [Fri, 5 Sep 2025 16:09:35 +0000 (18:09 +0200)]
fix database connection cleanup

2 months agoadd Database.getPendingFeeds
Olaf Wintermann [Thu, 4 Sep 2025 15:05:15 +0000 (17:05 +0200)]
add Database.getPendingFeeds

2 months agoset last_update when fetching a feed
Olaf Wintermann [Thu, 4 Sep 2025 13:59:08 +0000 (15:59 +0200)]
set last_update when fetching a feed

2 months agosmall item state improvements
Olaf Wintermann [Wed, 3 Sep 2025 17:03:15 +0000 (19:03 +0200)]
small item state improvements

2 months agoimplement read status mode 1: update all items when opening a feed
Olaf Wintermann [Wed, 3 Sep 2025 16:48:19 +0000 (18:48 +0200)]
implement read status mode 1: update all items when opening a feed

2 months agoadd contextmenu parameter to kotlin list/table functions
Olaf Wintermann [Wed, 3 Sep 2025 16:15:41 +0000 (18:15 +0200)]
add contextmenu parameter to kotlin list/table functions

2 months agonew kotlin menu API
Olaf Wintermann [Wed, 3 Sep 2025 16:12:00 +0000 (18:12 +0200)]
new kotlin menu API

2 months agoadd sourcelist contextmenu parameter
Olaf Wintermann [Wed, 3 Sep 2025 15:51:11 +0000 (17:51 +0200)]
add sourcelist contextmenu parameter

2 months agoadd context menu builder
Olaf Wintermann [Tue, 2 Sep 2025 18:54:30 +0000 (20:54 +0200)]
add context menu builder

2 months agoadd new menu API
Olaf Wintermann [Tue, 2 Sep 2025 17:04:36 +0000 (19:04 +0200)]
add new menu API

2 months agoallow items with the same guid
Olaf Wintermann [Mon, 1 Sep 2025 18:46:34 +0000 (20:46 +0200)]
allow items with the same guid

2 months agoupdate unread counter in the sourcelist after a syncjob finishes
Olaf Wintermann [Sun, 31 Aug 2025 10:58:07 +0000 (12:58 +0200)]
update unread counter in the sourcelist after a syncjob finishes

2 months agoshow number of unread items in the sourcelist
Olaf Wintermann [Sun, 31 Aug 2025 10:37:48 +0000 (12:37 +0200)]
show number of unread items in the sourcelist

2 months agohighlight unread items, update items when selected
Olaf Wintermann [Sun, 31 Aug 2025 10:24:37 +0000 (12:24 +0200)]
highlight unread items, update items when selected

2 months agoimplement list/table getstyle func
Olaf Wintermann [Sun, 31 Aug 2025 09:31:31 +0000 (11:31 +0200)]
implement list/table getstyle func

2 months agoset webview content uri to item.link
Olaf Wintermann [Sat, 30 Aug 2025 09:46:08 +0000 (11:46 +0200)]
set webview content uri to item.link

2 months agouse item updated date as primary date, use pubDate as fallback
Olaf Wintermann [Sat, 30 Aug 2025 08:43:54 +0000 (10:43 +0200)]
use item updated date as primary date, use pubDate as fallback

2 months agoadd methods for changing a UiList selection
Olaf Wintermann [Sat, 30 Aug 2025 08:22:23 +0000 (10:22 +0200)]
add methods for changing a UiList selection

2 months agoextend new feed dialog, allow specification of read status updates (auto_mark_read)
Olaf Wintermann [Sat, 30 Aug 2025 06:56:40 +0000 (08:56 +0200)]
extend new feed dialog, allow specification of read status updates (auto_mark_read)

2 months agofix newly created groups are missing in the Create Feed dialog
Olaf Wintermann [Fri, 29 Aug 2025 19:27:11 +0000 (21:27 +0200)]
fix newly created groups are missing in the Create Feed dialog

2 months agoshow item category
Olaf Wintermann [Fri, 29 Aug 2025 19:21:36 +0000 (21:21 +0200)]
show item category

2 months agoextended database model
Olaf Wintermann [Fri, 29 Aug 2025 19:16:21 +0000 (21:16 +0200)]
extended database model

2 months agoimplement basic auth
Olaf Wintermann [Fri, 29 Aug 2025 18:41:57 +0000 (20:41 +0200)]
implement basic auth

2 months agoremove connection field from Database and always use the DataSource
Olaf Wintermann [Fri, 29 Aug 2025 18:15:41 +0000 (20:15 +0200)]
remove connection field from Database and always use the DataSource

2 months agomove DB operations for loading feed items to background threads
Olaf Wintermann [Fri, 29 Aug 2025 18:12:11 +0000 (20:12 +0200)]
move DB operations for loading feed items to background threads

2 months agohide item viewer controls when no item is selected
Olaf Wintermann [Fri, 29 Aug 2025 17:59:26 +0000 (19:59 +0200)]
hide item viewer controls when no item is selected

2 months agoadd tabview
Olaf Wintermann [Thu, 28 Aug 2025 18:38:53 +0000 (20:38 +0200)]
add tabview

2 months agoupdate sourcelist after creating feed groups
Olaf Wintermann [Thu, 28 Aug 2025 17:58:14 +0000 (19:58 +0200)]
update sourcelist after creating feed groups

2 months agochange item pubDate type to java.time.LocalDateTime
Olaf Wintermann [Thu, 28 Aug 2025 17:45:25 +0000 (19:45 +0200)]
change item pubDate type to java.time.LocalDateTime

2 months agofix wrong item pubDate retrieval
Olaf Wintermann [Wed, 27 Aug 2025 18:17:40 +0000 (20:17 +0200)]
fix wrong item pubDate retrieval

2 months agofix feed entry content type detection
Olaf Wintermann [Wed, 27 Aug 2025 17:44:58 +0000 (19:44 +0200)]
fix feed entry content type detection

2 months agoreload feed after sync
Olaf Wintermann [Wed, 27 Aug 2025 17:31:26 +0000 (19:31 +0200)]
reload feed after sync

2 months agoimplement feed sync
Olaf Wintermann [Wed, 27 Aug 2025 15:01:31 +0000 (17:01 +0200)]
implement feed sync

3 months agofix broken container defvfill setting
Olaf Wintermann [Tue, 26 Aug 2025 13:08:37 +0000 (15:08 +0200)]
fix broken container defvfill setting

3 months agofix crash
Olaf Wintermann [Tue, 26 Aug 2025 12:58:55 +0000 (14:58 +0200)]
fix crash

3 months agouse a table view for the feed item list
Olaf Wintermann [Tue, 26 Aug 2025 12:00:58 +0000 (14:00 +0200)]
use a table view for the feed item list

3 months agofix Exception in WebView.loadUrl caused by incorrect FunctionDescriptor
Olaf Wintermann [Tue, 26 Aug 2025 11:07:00 +0000 (13:07 +0200)]
fix Exception in WebView.loadUrl caused by incorrect FunctionDescriptor

3 months agofix linkbutton layout
Olaf Wintermann [Tue, 26 Aug 2025 10:46:22 +0000 (12:46 +0200)]
fix linkbutton layout

3 months agofix wrong linkbutton_value_set signature
Olaf Wintermann [Tue, 26 Aug 2025 10:22:54 +0000 (12:22 +0200)]
fix wrong linkbutton_value_set signature

3 months agofix incorrect linkbutton arg funcs
Olaf Wintermann [Tue, 26 Aug 2025 10:19:36 +0000 (12:19 +0200)]
fix incorrect linkbutton arg funcs

3 months agoadd table view
Olaf Wintermann [Mon, 25 Aug 2025 18:49:08 +0000 (20:49 +0200)]
add table view

3 months agoadd UiLinkData wrapper
Olaf Wintermann [Sat, 23 Aug 2025 17:13:05 +0000 (19:13 +0200)]
add UiLinkData wrapper

3 months agoadd linkbutton public API
Olaf Wintermann [Sat, 23 Aug 2025 17:01:11 +0000 (19:01 +0200)]
add linkbutton public API

3 months agoadd linkbutton
Olaf Wintermann [Fri, 22 Aug 2025 17:57:01 +0000 (19:57 +0200)]
add linkbutton

3 months agoload items from DB, make items selectable
Olaf Wintermann [Thu, 21 Aug 2025 16:30:56 +0000 (18:30 +0200)]
load items from DB, make items selectable

3 months agofix illegal arguments in webview loadContent
Olaf Wintermann [Thu, 21 Aug 2025 16:30:25 +0000 (18:30 +0200)]
fix illegal arguments in webview loadContent

3 months agohandle sourcelist selection events and add FeedList controller
Olaf Wintermann [Wed, 20 Aug 2025 18:08:44 +0000 (20:08 +0200)]
handle sourcelist selection events and add FeedList controller

3 months agoimplement cert path file dialog
Olaf Wintermann [Wed, 20 Aug 2025 15:18:22 +0000 (17:18 +0200)]
implement cert path file dialog

3 months agoimplement filelist event data
Olaf Wintermann [Wed, 20 Aug 2025 15:09:44 +0000 (17:09 +0200)]
implement filelist event data

3 months agoadd kotlin file dialog functions
Olaf Wintermann [Tue, 19 Aug 2025 19:43:44 +0000 (21:43 +0200)]
add kotlin file dialog functions

3 months agosimplify FeedSourceList and add UiSourceList update method
Olaf Wintermann [Tue, 19 Aug 2025 10:32:13 +0000 (12:32 +0200)]
simplify FeedSourceList and add UiSourceList update method

3 months agoupdate sourcelist when adding new feeds
Olaf Wintermann [Mon, 18 Aug 2025 19:04:43 +0000 (21:04 +0200)]
update sourcelist when adding new feeds

3 months agofix Database.newFeeds
Olaf Wintermann [Sat, 16 Aug 2025 19:42:16 +0000 (21:42 +0200)]
fix Database.newFeeds

3 months agoimplement adding new feeds
Olaf Wintermann [Fri, 15 Aug 2025 16:18:06 +0000 (18:18 +0200)]
implement adding new feeds

3 months agoadd auth info to feeds
Olaf Wintermann [Thu, 14 Aug 2025 19:24:58 +0000 (21:24 +0200)]
add auth info to feeds

3 months agoadd frame/expander
Olaf Wintermann [Wed, 13 Aug 2025 17:55:44 +0000 (19:55 +0200)]
add frame/expander

3 months agoimprove createCategory dialog and implement event handling in createFeedDialog
Olaf Wintermann [Wed, 13 Aug 2025 17:18:39 +0000 (19:18 +0200)]
improve createCategory dialog and implement event handling in createFeedDialog

3 months agoimplement missing listview value parameter
Olaf Wintermann [Wed, 13 Aug 2025 17:16:24 +0000 (19:16 +0200)]
implement missing listview value parameter

3 months agoadd method for getting UiList selections
Olaf Wintermann [Wed, 13 Aug 2025 17:02:10 +0000 (19:02 +0200)]
add method for getting UiList selections

3 months agofix UiText.toString()
Olaf Wintermann [Wed, 13 Aug 2025 16:29:05 +0000 (18:29 +0200)]
fix UiText.toString()

3 months agosemi functional Add Category dialog
Olaf Wintermann [Tue, 12 Aug 2025 14:16:07 +0000 (16:16 +0200)]
semi functional Add Category dialog

3 months agofix UiString.toString()
Olaf Wintermann [Tue, 12 Aug 2025 14:15:22 +0000 (16:15 +0200)]
fix UiString.toString()

3 months agoattach eventhandler to the dialog obj in DialogWindowBuilder
Olaf Wintermann [Tue, 12 Aug 2025 12:37:18 +0000 (14:37 +0200)]
attach eventhandler to the dialog obj in DialogWindowBuilder

3 months agoadd ui for creating categories and feeds
Olaf Wintermann [Tue, 12 Aug 2025 12:04:08 +0000 (14:04 +0200)]
add ui for creating categories and feeds

3 months agofix EventWrapper created for wrong UiObject in the DialogWindowBuilder
Olaf Wintermann [Tue, 12 Aug 2025 11:55:38 +0000 (13:55 +0200)]
fix EventWrapper created for wrong UiObject in the DialogWindowBuilder

3 months agoadd feed list from database
Olaf Wintermann [Tue, 12 Aug 2025 10:59:36 +0000 (12:59 +0200)]
add feed list from database

3 months agoadd FeedGroup
Olaf Wintermann [Tue, 12 Aug 2025 10:26:02 +0000 (12:26 +0200)]
add FeedGroup

3 months agoadd db schema
Olaf Wintermann [Mon, 11 Aug 2025 19:25:53 +0000 (21:25 +0200)]
add db schema

3 months agoadd UiList free method
Olaf Wintermann [Sun, 10 Aug 2025 12:32:18 +0000 (14:32 +0200)]
add UiList free method

3 months agoadd filedialog functions
Olaf Wintermann [Thu, 7 Aug 2025 17:34:41 +0000 (19:34 +0200)]
add filedialog functions

3 months agoadd oneshot event handler
Olaf Wintermann [Wed, 6 Aug 2025 18:39:32 +0000 (20:39 +0200)]
add oneshot event handler

3 months agoreduce EventWrapper allocations
Olaf Wintermann [Tue, 5 Aug 2025 19:45:26 +0000 (21:45 +0200)]
reduce EventWrapper allocations

4 months agoadd first model classes
Olaf Wintermann [Thu, 24 Jul 2025 20:30:58 +0000 (22:30 +0200)]
add first model classes

4 months agoadd dialog/dialog window
Olaf Wintermann [Sun, 20 Jul 2025 16:31:29 +0000 (18:31 +0200)]
add dialog/dialog window

4 months agoadd kotlin dispatcher
Olaf Wintermann [Sun, 20 Jul 2025 10:48:39 +0000 (12:48 +0200)]
add kotlin dispatcher

4 months agoadd invokeMainThread
Olaf Wintermann [Fri, 18 Jul 2025 18:53:15 +0000 (20:53 +0200)]
add invokeMainThread

4 months agoadd kotlin label funcs
Olaf Wintermann [Thu, 17 Jul 2025 19:26:16 +0000 (21:26 +0200)]
add kotlin label funcs

4 months agoadd labels
Olaf Wintermann [Wed, 16 Jul 2025 17:43:01 +0000 (19:43 +0200)]
add labels

4 months agorss reader gui prototype
Olaf Wintermann [Tue, 15 Jul 2025 18:30:30 +0000 (20:30 +0200)]
rss reader gui prototype

4 months agofix set_fill arg func signature
Olaf Wintermann [Tue, 15 Jul 2025 18:26:06 +0000 (20:26 +0200)]
fix set_fill arg func signature

4 months agofix splitpane and window functions
Olaf Wintermann [Tue, 15 Jul 2025 17:46:32 +0000 (19:46 +0200)]
fix splitpane and window functions

4 months agofix wrong symbol name in ArgFuncs
Olaf Wintermann [Tue, 15 Jul 2025 16:33:20 +0000 (18:33 +0200)]
fix wrong symbol name in ArgFuncs

4 months agoadd webview
Olaf Wintermann [Mon, 14 Jul 2025 19:14:21 +0000 (21:14 +0200)]
add webview

4 months agoadd kotlin API for sourcelist and text widgets
Olaf Wintermann [Sun, 13 Jul 2025 17:57:27 +0000 (19:57 +0200)]
add kotlin API for sourcelist and text widgets

4 months agoadd text widgets
Olaf Wintermann [Sun, 13 Jul 2025 17:23:13 +0000 (19:23 +0200)]
add text widgets

4 months agoimplement sourcelist eventhandling
Olaf Wintermann [Sun, 13 Jul 2025 12:51:57 +0000 (14:51 +0200)]
implement sourcelist eventhandling

4 months agofix sourcelist
Olaf Wintermann [Sun, 13 Jul 2025 08:54:05 +0000 (10:54 +0200)]
fix sourcelist

4 months agoadd sourcelist
Olaf Wintermann [Sat, 12 Jul 2025 17:07:51 +0000 (19:07 +0200)]
add sourcelist

4 months agoadd simple and sidebar window
Olaf Wintermann [Fri, 11 Jul 2025 19:04:05 +0000 (21:04 +0200)]
add simple and sidebar window

4 months agoadd sidebar
Olaf Wintermann [Fri, 11 Jul 2025 19:00:50 +0000 (21:00 +0200)]
add sidebar

4 months agoadd kotlin splitpane wrapper
Olaf Wintermann [Thu, 10 Jul 2025 18:45:02 +0000 (20:45 +0200)]
add kotlin splitpane wrapper

4 months agofree args after creating widgets
Olaf Wintermann [Wed, 9 Jul 2025 17:53:06 +0000 (19:53 +0200)]
free args after creating widgets

4 months agofix ContainerBuilder def h/v expand/fill
Olaf Wintermann [Wed, 9 Jul 2025 17:44:17 +0000 (19:44 +0200)]
fix ContainerBuilder def h/v expand/fill

4 months agoadd splitpane
Olaf Wintermann [Wed, 9 Jul 2025 17:43:35 +0000 (19:43 +0200)]
add splitpane

4 months agoadd kotlin menu/toolbar API
Olaf Wintermann [Tue, 8 Jul 2025 15:15:01 +0000 (17:15 +0200)]
add kotlin menu/toolbar API

4 months agoadd Toolbar
Olaf Wintermann [Mon, 7 Jul 2025 18:57:25 +0000 (20:57 +0200)]
add Toolbar