]> uap-core.de Git - rssreader.git/log
rssreader.git
5 weeks agoshow item category
Olaf Wintermann [Fri, 29 Aug 2025 19:21:36 +0000 (21:21 +0200)]
show item category

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

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

5 weeks 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

5 weeks 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

5 weeks 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

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

5 weeks 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

5 weeks 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

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

6 weeks 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

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

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

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

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

6 weeks 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

6 weeks 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

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

6 weeks 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

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

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

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

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

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

6 weeks 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

6 weeks 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

7 weeks 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

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

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

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

7 weeks 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

7 weeks 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

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

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

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

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

8 weeks 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

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

8 weeks 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

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

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

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

8 weeks 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

8 weeks 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

8 weeks 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

2 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

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

2 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

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

2 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

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

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

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

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

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

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

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

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

2 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

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

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

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

3 months agoimplement global (menu) event handling
Olaf Wintermann [Mon, 7 Jul 2025 18:32:04 +0000 (20:32 +0200)]
implement global (menu) event handling

3 months agofix ui_menuseparator symbol name
Olaf Wintermann [Mon, 7 Jul 2025 18:13:13 +0000 (20:13 +0200)]
fix ui_menuseparator symbol name

3 months agoadd first java AppMenu functions
Olaf Wintermann [Sun, 6 Jul 2025 19:42:14 +0000 (21:42 +0200)]
add first java AppMenu functions

3 months agoadd menu/toolbar arg funcs
Olaf Wintermann [Sun, 6 Jul 2025 18:04:37 +0000 (20:04 +0200)]
add menu/toolbar arg funcs

3 months agoadd UiText and UiDouble types
Olaf Wintermann [Sat, 5 Jul 2025 16:36:45 +0000 (18:36 +0200)]
add UiText and UiDouble types

3 months agoadd Var annotation
Olaf Wintermann [Wed, 2 Jul 2025 16:42:58 +0000 (18:42 +0200)]
add Var annotation

3 months agoimplemnt missing fill arg
Olaf Wintermann [Mon, 30 Jun 2025 22:08:01 +0000 (00:08 +0200)]
implemnt missing fill arg

3 months agoadd kotlin listview
Olaf Wintermann [Mon, 30 Jun 2025 16:31:08 +0000 (18:31 +0200)]
add kotlin listview

3 months agoadd dropdown
Olaf Wintermann [Sun, 29 Jun 2025 06:38:18 +0000 (08:38 +0200)]
add dropdown

3 months agofix MemorySegment access
Olaf Wintermann [Sat, 28 Jun 2025 05:47:23 +0000 (07:47 +0200)]
fix MemorySegment access

3 months agofix obj/ctx registration
Olaf Wintermann [Fri, 27 Jun 2025 18:54:22 +0000 (20:54 +0200)]
fix obj/ctx registration

3 months agoadd UiList first/next/get implementation
Olaf Wintermann [Thu, 26 Jun 2025 20:27:48 +0000 (22:27 +0200)]
add UiList first/next/get implementation

3 months agoadd CUtils
Olaf Wintermann [Thu, 26 Jun 2025 17:47:53 +0000 (19:47 +0200)]
add CUtils

3 months agoprepare getvaluefunc wrapper
Olaf Wintermann [Wed, 25 Jun 2025 21:21:26 +0000 (23:21 +0200)]
prepare getvaluefunc wrapper

3 months agoadd listview
Olaf Wintermann [Tue, 24 Jun 2025 20:12:24 +0000 (22:12 +0200)]
add listview

3 months agoadd ListFuncs, list_args funcs
Olaf Wintermann [Tue, 24 Jun 2025 18:47:10 +0000 (20:47 +0200)]
add ListFuncs, list_args funcs

3 months agoadd grid newline/row
Olaf Wintermann [Mon, 23 Jun 2025 19:30:38 +0000 (21:30 +0200)]
add grid newline/row

3 months agofix hardcoded container type in createContainer
Olaf Wintermann [Sun, 22 Jun 2025 17:16:31 +0000 (19:16 +0200)]
fix hardcoded container type in createContainer

3 months agoadd kotlin container functions
Olaf Wintermann [Sun, 22 Jun 2025 17:08:01 +0000 (19:08 +0200)]
add kotlin container functions

3 months agoadd lambda based container creation method
Olaf Wintermann [Sun, 22 Jun 2025 16:52:03 +0000 (18:52 +0200)]
add lambda based container creation method

3 months agoadd box and grid container
Olaf Wintermann [Sun, 22 Jun 2025 08:56:48 +0000 (10:56 +0200)]
add box and grid container

3 months agoadd container args bindings
Olaf Wintermann [Sat, 21 Jun 2025 14:53:31 +0000 (16:53 +0200)]
add container args bindings

3 months agoadd ContainerFuncs class
Olaf Wintermann [Sat, 21 Jun 2025 14:42:05 +0000 (16:42 +0200)]
add ContainerFuncs class

3 months agoadd UiList java wrapper (wip)
Olaf Wintermann [Sat, 21 Jun 2025 13:55:49 +0000 (15:55 +0200)]
add UiList java wrapper (wip)