MBucari
8e073800cd
Fix BookDetailsDialog crash when changing error status
2025-11-10 18:25:59 -07:00
MBucari
1daf07b882
Improve logging
2025-11-10 17:58:48 -07:00
MBucari
27a23a16d6
Update AAXClean
2025-11-10 17:34:17 -07:00
Michael Bucari-Tovo
c878b9fec0
Detect webview crash and disable webview login
2025-11-10 13:14:23 -07:00
rmcrackan
7a01f075ac
Merge pull request #1415 from Mbucari/master
...
Fix minor UI bugs
2025-11-08 18:04:13 -05:00
Michael Bucari-Tovo
23d391485d
Update AboutDialog and add recent contributors
2025-11-07 10:35:33 -07:00
Michael Bucari-Tovo
46be532740
Improve SearchSyntaxDialog
...
- Double-clicking a tag will paste the tage into the search bar
- SearchSyntaxDialog now modeless
2025-11-06 23:53:57 -07:00
Michael Bucari-Tovo
e2fd88d075
Improve ScanAccountsDialog usability
2025-11-06 23:24:17 -07:00
Michael Bucari-Tovo
bb0dea3fa9
Improve EditReplacementChars dialog usability
2025-11-06 22:49:09 -07:00
Michael Bucari-Tovo
def0b1f611
Prevent crash if watched RootDirectory is deleted
2025-11-06 14:57:54 -07:00
Michael Bucari-Tovo
bfee579719
Fix DirectoryOrCustomSelectControl
2025-11-06 13:47:51 -07:00
Mbucari
d4139861f3
Only allow mocking lobby bugging
2025-11-06 07:59:55 -07:00
Robert
ba15eb1a95
incr ver
v12.7.0
2025-11-06 09:43:11 -05:00
rmcrackan
6263fedf84
Merge pull request #1406 from Mbucari/master
...
Improved Login experience, error messages, and published size.
2025-11-06 08:44:44 -05:00
MBucari
0cbffc3f6c
Only allow mocking settings while debugging
2025-11-05 23:52:44 -07:00
MBucari
5f093b06ec
Improve Chardonnay setup reliability.
2025-11-05 23:40:20 -07:00
Michael Bucari-Tovo
f815c5fd47
Define context menu in XAML, remove need for reflection
2025-11-05 16:20:47 -07:00
Michael Bucari-Tovo
69a8eaad4a
Add mock LibraryBook and Configuration capabilities
...
- Added `MockLibraryBook` which contains factories for easily creating mock LibraryBooks and Books
- Added mock Configuration
- New `IPersistentDictionary` interface
- New `MockPersistentDictionary` class which uses a `JObject` as its data store
- Added `public static Configuration CreateMockInstance()`
- This method returns a mock Configuration instance **and also sets the `Configuration.Instance` property**
- Throws an exception if not in debug
- Updated all chardonnay controls to use the mocks in design mode. Previously I was using my actual database and settings file, but that approach is fragile and is unfriendly towards anyone else trying to work on it.
2025-11-05 13:28:49 -07:00
Michael Bucari-Tovo
01b5c18b2b
Improve Column Context Menu CheckBox display
2025-11-05 09:39:32 -07:00
Michael Bucari-Tovo
5634fee2aa
Add Account column #1398
2025-11-05 08:48:29 -07:00
MBucari
e98e4f10bc
Ensure FileSystemWatcher is disposed
2025-11-04 22:08:36 -07:00
MBucari
ec32ff77b2
Fix theme not being applied when changed by the system ( #1368 )
2025-11-04 22:07:29 -07:00
Michael Bucari-Tovo
683c984246
Modify script which populates username in webview
2025-11-04 15:06:03 -07:00
Michael Bucari-Tovo
0fa5c4eb1e
Request metadata for the audiobook version being downloaded ( #1261 )
2025-11-04 14:58:27 -07:00
Michael Bucari-Tovo
7507044b82
Improve detection and logging of download capabilities
...
- Check if the Api supports widevine before trying to download
- Additional logging
2025-11-04 14:32:28 -07:00
Michael Bucari-Tovo
017902ab52
Click to open libation log file
2025-11-04 13:19:40 -07:00
Mbucari
dcc5c1c640
Fix quotes in Libation.desktop Exec command
2025-11-03 18:32:05 -07:00
Michael Bucari-Tovo
19efa8c918
Improve error messages for Chardonnay
...
- A message box alert should be possible regardless of the error
- If crash pre-logging, attempt to write to last used Libation log file
2025-11-03 17:40:38 -07:00
Michael Bucari-Tovo
a34efb5e61
Add multiple image sizes in windows folder icons
2025-11-03 14:04:30 -07:00
Michael Bucari-Tovo
9533f80e89
Replace NPOI excel workbook library with ClosedXML
...
- Reduce build bundles by 30-40 MB
2025-11-03 13:13:13 -07:00
Michael Bucari-Tovo
fa238a0915
Use xplat webview control for Audible login
...
- Use Avalonia-based webview control for Audible login with Chardonnay
- Remove webview interfaces from IInteropFunctions
- Remove Microsoft.Web.WebView2 package from WindowsConfigApp
- Add Microsoft.Web.WebView2 to LibationWinForms
- Remove all other login forms except the external login dialog (fallback in case webview doesn't work). The AudibleApi login with username/password doesn't work anymore. Need to use external browser login method.
2025-11-03 11:29:57 -07:00
Michael Bucari-Tovo
f98adef9e9
Update Dependencies
...
- Remove package references that are already included transitively
- Change Avalonia.ReactiveUI to ReactiveUI.Avalonia
2025-11-03 09:34:23 -07:00
rmcrackan
d85e5a0f98
Update Advanced.md
...
CLI: copy the local sqlite database to postgres
2025-11-03 11:24:02 -05:00
Robert
365ac8167f
incr ver
v12.6.0
2025-11-03 11:04:55 -05:00
Robert
4720779373
Bug fix. DesignTimeDbContextFactoryBase used to call context.Database.Migrate() . Must now do so ourselves
2025-11-03 11:00:10 -05:00
Robert
0c512162ab
Reverting migration notes from #1402
2025-11-03 10:21:13 -05:00
rmcrackan
09ca419faf
Merge pull request #1402 from twsouthwick/postgres
...
Add support for postgres
2025-11-03 09:47:48 -05:00
Taylor Southwick
a2b1f13601
remove migration calls
2025-11-02 18:32:20 -08:00
Robert
f4e7cf3418
Bugfix #1403 : Trash bin actions result in app crashes
v12.5.7
2025-11-01 13:32:19 -04:00
MBucari
8492a7ea3a
Properly disposed of LibationContext ( #1403 )
2025-10-31 13:45:07 -06:00
Taylor Southwick
1b5db9b28f
Add support for postgres
...
Supporting postgres simplifies deployments to environments such as kubernetes. Since sqlite doesn't work well on nfs shares it can be easier for databases to have a dedicated db set up that applications can connect to. Sqlite is easier for most deployments though, so this will default to that if the settings haven't been updated to support it.
This change does the following:
- Separate out SQLite from the DataLayer and adds a Postgres assembly for migrations as well
- Add a configuration setting for a postgres connection string that will be used if it is there, otherwise reverts to the original sqlite string
- Add a copydb command for the cli to bootstrap the postgres db
- A convenience script to update migrations for both dbs at the same time
2025-10-27 16:30:50 -07:00
rmcrackan
5589a6cbd5
Merge pull request #1401 from rmcrackan/dependabot/github_actions/actions/upload-artifact-5
...
Bump actions/upload-artifact from 4 to 5
2025-10-27 11:22:19 -04:00
dependabot[bot]
bfbad988c0
Bump actions/upload-artifact from 4 to 5
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-27 15:14:03 +00:00
rmcrackan
8db8615713
Merge pull request #1400 from rmcrackan/dependabot/github_actions/actions/download-artifact-6
...
Bump actions/download-artifact from 5 to 6
2025-10-27 11:07:00 -04:00
dependabot[bot]
e8fa3f14b3
Bump actions/download-artifact from 5 to 6
...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 5 to 6.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-27 14:59:43 +00:00
Robert
71552f2417
incr ver
v12.5.6
2025-10-23 09:45:55 -04:00
rmcrackan
5b96f96a80
Merge pull request #1390 from Mbucari/master
...
Bug Fixes and attempts to solve random crashes
2025-10-23 09:43:23 -04:00
Michael Bucari-Tovo
afffeb953c
Enforce sequential access to DbContext.
2025-10-22 09:22:05 -06:00
Mbucari
f4d8685058
Merge branch 'rmcrackan:master' into master
2025-10-22 09:16:49 -06:00
Robert
b4cfd18976
incr ver
v12.5.5
2025-10-20 21:12:43 -04:00