rmcrackan
649b52af1d
Merge pull request #1174 from Mbucari/master
...
Null safety & UI tweak
2025-03-04 13:10:51 -05:00
Michael Bucari-Tovo
da06511951
Only show buttons on mouse over
2025-03-04 10:34:09 -07:00
Michael Bucari-Tovo
88d3e5ff0c
Null safety checks.
2025-03-04 10:33:29 -07:00
rmcrackan
5f99e594d8
Merge pull request #1172 from Mbucari/master
...
Thread safety and AccountSettings.json error handling
2025-03-03 19:27:45 -05:00
Michael Bucari-Tovo
981a183992
Add a border around dialogs with CanResize=true
2025-03-03 15:20:58 -07:00
Michael Bucari-Tovo
ac036f65f1
Handle and notify users of invalid account settings file
2025-03-03 14:41:56 -07:00
Michael Bucari-Tovo
b36e110b49
Add thread safety and comments re threading
2025-03-03 10:11:17 -07:00
Robert McRackan
ef3c71a939
Incr ver
v12.0.2
2025-03-02 20:34:45 -05:00
rmcrackan
b2af93bed9
Merge pull request #1169 from Mbucari/master
...
12.0.1 Bug Fixes
2025-03-02 20:33:59 -05:00
Mbucari
1f427919e6
Try to solve threadding issues ( #1168 )
2025-03-02 11:59:35 -07:00
Mbucari
c9c5bbb687
Fix errorre rmoving entries from the cache ( #1167 )
2025-03-02 10:55:26 -07:00
Robert McRackan
efbefa2784
Increm ver
v12.0.1
2025-03-01 10:44:49 -05:00
rmcrackan
51aabe5dd4
Merge pull request #1161 from Mbucari/master
...
Performance and UI tweaks
2025-02-28 22:48:49 -05:00
Michael Bucari-Tovo
1c668adff8
Deliminated category names in library exports with semicolon ( #1107 )
2025-02-28 17:35:58 -07:00
Michael Bucari-Tovo
4170dcc1d5
Chardonnay UI bug fixes and improvements
...
- Theme changes do not require restart
- Fix some text appearing black in dark mode
- Fix dialog boxes not appearing correctly on Windows
- Fix queue vertical scroll bar overlapping items
2025-02-28 17:34:55 -07:00
Michael Bucari-Tovo
68cfae1d58
Fix ever-widening Form1 when form size is restored.
2025-02-28 12:04:49 -07:00
Michael Bucari-Tovo
a790c7535c
Changes to default directories for file storage ( #1112 )
...
- Add My Music and Local Application Data to known directories
- Make %localappdata%\Libation the default settings folder on *nix machines
- Make %MyMusic%\Libation\Books the default books folder on *nix machines
2025-02-28 12:01:58 -07:00
Michael Bucari-Tovo
3b7d5a354f
Re-add books to queue that failed or were cancelled.
2025-02-28 10:47:26 -07:00
MBucari
a9375f1520
Improve file cache performance and add migration
...
LibraryCommands.GetCounts hits the file cache hard. The previous cache implementation was linear list, so finding an entry by ID was (n). When you consider that each book may have many files, the number of cache entries could grow to many multiples of the library size.
The new cache uses a dictionary with the ID as its key, and a CacheEntry list as its value.
2025-02-28 10:07:45 -07:00
Michael Bucari-Tovo
47c9fcb883
Improve LibrarySizeChanged performance
2025-02-27 22:56:30 -07:00
rmcrackan
5f5c9f65ed
Merge pull request #1160 from Mbucari/master
...
Fixed stack overflow crash when movifying large databases
2025-02-27 21:41:33 -05:00
MBucari
1417a4b992
Improve library load performance
2025-02-27 19:16:36 -07:00
Michael Bucari-Tovo
2d6120f0c4
Get full library in LibrarySizeChanged event and pass as EventArgs
...
There are multiple subscribers to LibraryCommands.LibrarySizeChanged, and each one calls GetLibrary_Flat_NoTracking(). Passing the full library as an event argument speeds up all operations which happen after the library size changes.
Fix initial backup counts
2025-02-27 13:11:28 -07:00
Michael Bucari-Tovo
2a25b7e0ad
Load MainWindow before library finishes loading like Classic
2025-02-27 11:17:18 -07:00
Michael Bucari-Tovo
4766ea7372
Improve NRE safety for quick filters
2025-02-27 10:10:26 -07:00
Michael Bucari-Tovo
d195dd07dc
Remove upload-release-assets package (out of support)
2025-02-27 09:30:08 -07:00
Michael Bucari-Tovo
bcbb7610ad
Refactor GetAllEntries methods for clarity and maintainability
...
d
2025-02-27 09:00:26 -07:00
Michael Bucari-Tovo
6c5773df24
Fix stack overflow exception when updating large databases ( #1158 )
2025-02-26 14:41:59 -07:00
rmcrackan
211f15af25
Update InstallOnMac.md
2025-02-25 10:03:11 -05:00
Robert McRackan
e3b0f80016
incr ver: 12.0
v12.0.0
2025-02-24 12:05:24 -05:00
Robert McRackan
7b2c7e49e5
fix unit tests
2025-02-23 11:11:25 -05:00
Robert McRackan
6a40d19393
Fix unit tests
2025-02-23 10:28:09 -05:00
Robert McRackan
3167744111
#1151 : default character replacement for colon is _
2025-02-23 10:13:15 -05:00
Robert McRackan
b6a3ba335a
Merge branch 'master' of https://github.com/rmcrackan/Libation
2025-02-22 22:54:12 -05:00
Robert McRackan
fa1ddc726a
#1151 - unicode colon is causing issues with Windows Chardonnay
2025-02-22 22:54:00 -05:00
rmcrackan
b3b0662dec
Update InstallOnMac.md
...
Apple can’t check app for malicious software
2025-02-19 17:09:26 -05:00
Robert McRackan
5cb22cfd24
Update AAXClean.Codecs
v11.6.5
2025-02-17 20:07:50 -05:00
Michael Bucari-Tovo
e911344850
Workaround for DataGridView filtering internal NullReferenceException
2025-02-10 10:20:18 -07:00
Michael Bucari-Tovo
8ec7e5a9d2
Revert "DataGridView filtering internal NullReferenceException **HACK**"
...
This reverts commit e1f749c3da7c9bc3de8dc0a9eb9d482b92476df9.
2025-02-10 10:19:24 -07:00
Robert McRackan
e1f749c3da
DataGridView filtering internal NullReferenceException **HACK**
2025-02-10 11:23:27 -05:00
Robert McRackan
ba060d15aa
Merge branch 'master' of https://github.com/rmcrackan/Libation
2025-02-10 09:12:32 -05:00
Robert McRackan
93fde236c8
format for clarity
2025-02-10 09:12:29 -05:00
Michael Bucari-Tovo
13aad1a7cb
Restrict audio sample rate settings to allowed values ( #1116 )
2025-01-16 10:35:58 -07:00
rmcrackan
65c64c4504
Update Docker.md
2025-01-13 09:28:55 -05:00
rmcrackan
14ba04c28b
Update Docker.md
2025-01-13 09:26:52 -05:00
rmcrackan
96e886d207
Update FrequentlyAskedQuestions.md
...
Brazil login
2025-01-08 10:04:55 -05:00
Robert McRackan
c7279574a9
Upgrade avalonia
v11.6.4
2025-01-07 08:00:35 -05:00
rmcrackan
a522e1ff7e
Merge pull request #1072 from shuvashish76/patch-1
...
Update InstallOnLinux.md with repology badge
2024-12-08 08:56:32 -05:00
shuvashish76
9ebc4444bd
Update InstallOnLinux.md
2024-12-07 06:24:34 +00:00
shuvashish76
525afdf050
Update InstallOnLinux.md
2024-12-07 06:03:46 +00:00